Searched refs:c_str (Results 151 - 175 of 268) sorted by relevance

1234567891011

/gem5/src/arch/arm/linux/
H A Dsystem.cc144 if (!_dtb_file->addBootCmdLine(params()->boot_osflags.c_str(),
188 ad.size() <<2, params()->boot_osflags.c_str());
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h560 FormatFileLocation(file, line).c_str(), test_name, case_name);
641 + StreamableToString(index)).c_str(),
642 StripTrailingSpaces(GetPrefixUntilComma(test_names)).c_str(),
643 GetTypeName<Type>().c_str(),
682 case_name, test_name.c_str(),
683 FormatFileLocation(code_location.file.c_str(),
684 code_location.line).c_str());
1193 gtest_ar_, text, #actual, #expected).c_str())
H A Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc935 EXPECT_STREQ("abc", GetCapturedStdout().c_str());
945 EXPECT_STREQ("jkl", GetCapturedStderr().c_str());
958 EXPECT_STREQ("pqr", GetCapturedStdout().c_str());
959 EXPECT_STREQ("stu", GetCapturedStderr().c_str());
1143 EXPECT_STREQ("foo", thread_local_string.get().c_str());
1146 EXPECT_STREQ("bar", thread_local_string.get().c_str());
1151 EXPECT_STREQ("foo", result.c_str());
1283 EXPECT_STREQ("Foo", thread_local_string.get().c_str());
/gem5/src/arch/power/
H A Dprocess.cc242 initVirtMem.writeString(platform_base, platform.c_str());
245 initVirtMem.writeString(aux_data_base, filename.c_str());
/gem5/src/arch/riscv/
H A Dprocess.cc172 initVirtMem.writeString(memState->getStackMin(), arg.c_str());
187 initVirtMem.writeString(memState->getStackMin(), env.c_str());
H A Dfaults.cc166 tc->pcState().pc(), reason.c_str());
/gem5/src/gpu-compute/
H A Dcl_driver.cc178 const char *n = k->name().c_str();
272 return kernels[i]->name().c_str();
/gem5/src/base/stats/
H A Dhdf5.cc290 cstrs[i] = values[i].c_str();
303 attribute.write(type, value.c_str());
/gem5/ext/pybind11/tests/test_embed/
H A Dtest_interpreter.cpp266 std::remove(module_file.c_str());
270 auto module = py::module::import(module_name.c_str());
/gem5/src/base/
H A Dremote_gdb.cc447 send(csprintf("S%02x", type).c_str());
487 send(e.error.c_str());
850 send(csprintf("S%02x", ctx.type).c_str());
981 send(oss.str().c_str());
1004 send(encoded.c_str());
/gem5/src/systemc/dt/int/
H A Dsc_nbutils.cc94 SC_REPORT_ERROR(sc_core::SC_ID_VALUE_NOT_VALID_, msg.str().c_str());
327 msg.str().c_str());
358 msg.str().c_str());
474 msg.str().c_str());
524 msg.str().c_str() );
567 msg.str().c_str());
590 msg.str().c_str());
605 msg.str().c_str());
1708 SC_REPORT_ERROR(sc_core::SC_ID_CONVERSION_FAILED_, msg.str().c_str());
1747 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
[all...]
/gem5/src/dev/storage/
H A Ddisk_image.cc89 stream.open(file.c_str(), mode);
253 ifstream stream(file.c_str());
348 ofstream stream(file.c_str());
/gem5/src/sim/
H A Dserialize.hh183 pushName(name.c_str());
238 serializeSection(cp, name.c_str());
254 unserializeSection(cp, name.c_str());
H A Dcxx_manager.hh90 const char *what() const throw() { return message.c_str(); }
/gem5/src/systemc/tlm_bridge/
H A Dtlm_to_gem5.cc209 SC_REPORT_ERROR("TLM-2", ss.str().c_str());
519 this, sc_core::sc_module_name(name.c_str()));
526 this, sc_core::sc_module_name(name.c_str()));
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_sockets/
H A Dtlm_initiator_socket.h109 , m_export(sc_core::sc_gen_unique_name((std::string(name) + "_export").c_str()))
H A Dtlm_target_socket.h101 , m_port(sc_core::sc_gen_unique_name((std::string(name) + "_port").c_str()))
/gem5/src/systemc/ext/core/
H A Dsc_event.hh279 SC_REPORT_ERROR(SC_ID_FIND_EVENT_, ss.str().c_str());
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test15/
H A Dtest15.cpp62 sc_spawn( sc_bind(&dut::driver, this, value), nm.str().c_str(), &sp );
/gem5/src/systemc/tests/systemc/compliance_1666/test209/
H A Dtest209.cpp71 Chan ch3(s2.c_str()); // object_0_0 or object_1
/gem5/src/systemc/channel/
H A Dsc_signal.cc104 ss.str().c_str());
/gem5/src/systemc/ext/tlm_core/2/sockets/
H A Dinitiator_socket.hh87 (std::string(name) + "_export").c_str()))
H A Dtarget_socket.hh82 (std::string(name) + "_port").c_str()))
/gem5/src/base/loader/
H A Dobject_file.cc193 int fd = open(fname.c_str(), O_RDONLY);

Completed in 49 milliseconds

1234567891011