Lines Matching refs:out_stream
694 OptionValueSP Instruction::ReadArray(FILE *in_file, Stream *out_stream, in ReadArray() argument
704 out_stream->Printf( in ReadArray()
753 OptionValueSP Instruction::ReadDictionary(FILE *in_file, Stream *out_stream) { in ReadDictionary() argument
764 out_stream->Printf( in ReadDictionary()
799 out_stream->Printf("Instruction::ReadDictionary: Failure executing " in ReadDictionary()
815 value_sp = ReadDictionary(in_file, out_stream); in ReadDictionary()
823 value_sp = ReadArray(in_file, out_stream, data_type); in ReadDictionary()
857 bool Instruction::TestEmulation(Stream *out_stream, const char *file_name) { in TestEmulation() argument
858 if (!out_stream) in TestEmulation()
862 out_stream->Printf("Instruction::TestEmulation: Missing file_name."); in TestEmulation()
867 out_stream->Printf( in TestEmulation()
874 out_stream->Printf( in TestEmulation()
881 out_stream->Printf("Instructin::TestEmulation: Test file does not contain " in TestEmulation()
890 OptionValueSP data_dictionary_sp(ReadDictionary(test_file, out_stream)); in TestEmulation()
892 out_stream->Printf( in TestEmulation()
908 out_stream->Printf("Instruction::TestEmulation: Test file does not " in TestEmulation()
917 out_stream->Printf( in TestEmulation()
930 insn_emulator_up->TestEmulation(out_stream, arch, data_dictionary); in TestEmulation()
933 out_stream->Printf("Emulation test succeeded."); in TestEmulation()
935 out_stream->Printf("Emulation test failed."); in TestEmulation()