Searched refs:c_str (Results 126 - 150 of 268) sorted by relevance

1234567891011

/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc110 fprintf(stderr, "%s", message.c_str());
136 posix::ChDir(original_dir_.c_str());
1155 EXPECT_STRNE("", GetLastErrnoDescription().c_str());
1157 EXPECT_STREQ("", GetLastErrnoDescription().c_str());
1340 ASSERT_TRUE(NULL != strstr(output.c_str(),
1342 ASSERT_TRUE(NULL != strstr(output.c_str(), ";"));
1348 ASSERT_TRUE(NULL == strstr(output.c_str(), "streamed message"));
1353 ASSERT_TRUE(NULL != strstr(output.c_str(),
1355 ASSERT_TRUE(NULL != strstr(output.c_str(), ";"));
1360 ASSERT_TRUE(NULL == strstr(output.c_str(), "streame
[all...]
H A Dgtest-linked_ptr_test.cc151 history->GetString().c_str());
/gem5/src/arch/arm/
H A Dsemihosting.cc492 if (remove(fname.c_str()) != 0) {
506 if (rename(from.c_str(), to.c_str()) != 0) {
553 proxy.writeBlob((Addr)argv[1], cmdLine.c_str(), cmdLine.size() + 1);
700 FILE *f = fopen(name.c_str(), mode);
717 file.reset(new FileFeatures(parent, fname.c_str(), mode));
719 file.reset(new File(parent, fname.c_str(), mode));
739 file = create(parent, fname, mode.c_str());
865 file = fopen(_name.c_str(), real_mode.c_str());
[all...]
/gem5/src/arch/hsail/insts/
H A Dpseudo_inst.cc260 DPRINTFN(res_str.c_str());
301 DPRINTFN(res_str.c_str());
340 DPRINTFN(res_str.c_str());
381 DPRINTFN(res_str.c_str());
414 DPRINTFN(res_str.c_str());
449 DPRINTFN(res_str.c_str());
/gem5/src/mem/
H A Dphysical.cc342 string filepath = CheckpointIn::dir() + "/" + filename.c_str();
343 gzFile compressed_mem = gzopen(filepath.c_str(), "wb");
409 gzFile compressed_mem = gzopen(filepath.c_str(), "rb");
H A Ddramsim2_wrapper.cc125 std::ifstream file_stream(file_name.c_str(), ios::in);
/gem5/src/mem/ruby/system/
H A DRubySystem.cc211 string thefile = CheckpointIn::dir() + "/" + filename.c_str();
213 int fd = creat(thefile.c_str(), 0664);
281 int fd = open(filename.c_str(), O_RDONLY);
/gem5/src/arch/arm/linux/
H A Datag.hh163 strcpy((char*)&storage[2] , s.c_str());
/gem5/util/statetrace/base/
H A Dstatetrace.cc128 server = gethostbyname(host.c_str());
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.cpp52 const char* p = strrchr( m_name.c_str(), SC_HIERARCHY_CHAR );
53 return p ? (p + 1) : m_name.c_str();
117 , msg.str().c_str() );
141 , msg.str().c_str() );
H A Dsc_object.h70 { return m_name.c_str(); }
H A Dsc_object_manager.cpp138 leafname_string = sc_gen_unique_name(leafname_string.c_str(), false);
151 SC_REPORT_WARNING( SC_ID_INSTANCE_EXISTS_, message.c_str());
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace.cpp138 SC_REPORT_WARNING( SC_ID_TRACING_OBJECT_IGNORED_, name.c_str() );
/gem5/src/systemc/core/
H A Dmodule.cc147 SC_REPORT_WARNING(sc_core::SC_ID_END_MODULE_NOT_CALLED_, msg.c_str());
/gem5/src/systemc/dt/bit/
H A Dsc_lv_base.cc72 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, ss.str().c_str());
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test16/
H A Dtest16.cpp62 sc_spawn( sc_bind(&dut::driver, this, value), nm.str().c_str(), &sp );
/gem5/src/base/
H A Dtime.cc90 strftime(buf, sizeof(buf), format.c_str(), tm);
/gem5/ext/googletest/googlemock/test/
H A Dgmock_test.cc61 EXPECT_EQ(expected_gmock_verbose, GMOCK_FLAG(verbose).c_str());
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc271 fprintf(parent, "%s", message.c_str());
275 fprintf(stderr, "%s", message.c_str());
363 return last_death_test_message_.c_str();
566 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
768 const_cast<char*>(command_line.c_str()),
924 args_.insert(args_.end() - 1, posix::StrDup(i->c_str()));
1146 args.AddArgument(filter_flag.c_str());
1147 args.AddArgument(internal_flag.c_str());
1302 SplitString(GTEST_FLAG(internal_run_death_test).c_str(), '|', &fields);
/gem5/src/arch/arm/tracers/
H A Dtarmac_parser.hh228 trace.open(p->path_to_trace.c_str());
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal.cpp75 msg.str().c_str() );
135 *ev = new sc_event( kernel_name.c_str() );
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bv_base.cpp352 const char* p = str.c_str() + 2;
384 sc_ufix a( str.c_str(), n, n, SC_TRN, SC_WRAP, 0, SC_ON );
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.cpp57 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_, message.c_str());
104 m_what( empty_dup( sc_report_compose_message(*this).c_str() ) )
/gem5/ext/systemc/src/tlm_utils/
H A Dmulti_passthrough_initiator_socket.h106 SC_REPORT_WARNING("/OSCI_TLM-2/multi_socket", s.str().c_str());
112 SC_REPORT_ERROR("/OSCI_TLM-2/multi_socket", s.str().c_str());
H A Dmulti_passthrough_target_socket.h107 SC_REPORT_WARNING("/OSCI_TLM-2/multi_socket", s.str().c_str());
113 SC_REPORT_ERROR("/OSCI_TLM-2/multi_socket", s.str().c_str());

Completed in 48 milliseconds

1234567891011