Searched refs:c_str (Results 1 - 25 of 268) sorted by relevance

1234567891011

/gem5/ext/dsent/libutil/
H A DException.cc35 return mExceptionMsg.c_str();
/gem5/src/kern/
H A Doperatingsystem.cc42 " handling is implemented.\n", path.c_str());
/gem5/util/systemc/systemc_within_gem5/systemc_simple_object/
H A Dprinter.cc43 Printer *printer = new Printer(name.c_str());
/gem5/src/systemc/tests/systemc/datatypes/int/string_conversion/test01/
H A Dtest01.cpp55 b = s.c_str();
60 b = s.c_str();
65 // b = s.c_str();
70 b = s.c_str();
75 b = s.c_str();
80 // b = s.c_str();
85 b = s.c_str();
90 b = s.c_str();
95 // b = s.c_str();
100 b = s.c_str();
[all...]
/gem5/src/systemc/tests/systemc/datatypes/int/string_conversion/test02/
H A Dtest02.cpp55 b = s.c_str();
60 b = s.c_str();
65 // b = s.c_str();
70 b = s.c_str();
75 b = s.c_str();
80 // b = s.c_str();
85 b = s.c_str();
90 b = s.c_str();
95 // b = s.c_str();
100 b = s.c_str();
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest-options_test.cc71 EXPECT_STREQ("", UnitTestOptions::GetOutputFormat().c_str());
76 EXPECT_STREQ("xml", UnitTestOptions::GetOutputFormat().c_str());
100 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
102 EXPECT_EQ(expected_output_file, output_file.c_str());
110 _strcmpi("gtest-options_test", exe_str.c_str()) == 0 ||
111 _strcmpi("gtest-options-ex_test", exe_str.c_str()) == 0 ||
112 _strcmpi("gtest_all_test", exe_str.c_str()) == 0 ||
113 _strcmpi("gtest_dll_test", exe_str.c_str()) == 0;
138 posix::ChDir(original_working_dir_.string().c_str());
[all...]
/gem5/src/base/
H A Dinifile.test.cc79 ASSERT_STREQ(value.c_str(), "bar");
83 ASSERT_STREQ(value.c_str(), "yo");
87 ASSERT_STREQ(value.c_str(), "mama mia");
91 ASSERT_STREQ(value.c_str(), "BARasdf");
95 ASSERT_STREQ(value.c_str(), "89");
/gem5/src/systemc/tlm_utils/
H A Dconvenience_socket_bases.cc36 SC_REPORT_WARNING(get_report_type(), s.str().c_str());
44 SC_REPORT_ERROR(get_report_type(), s.str().c_str());
73 display_error(s.str().c_str());
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_mutex.cpp45 m_free( (std::string(SC_KERNEL_EVENT_PREFIX)+"_free_event").c_str() )
51 m_free( (std::string(SC_KERNEL_EVENT_PREFIX)+"_free_event").c_str() )
H A Dsc_clock.cpp61 "_next_posedge_event").c_str()),
63 "_next_negedge_event").c_str())
79 std::string(name_) + "_next_posedge_event").c_str()),
81 std::string(name_) + "_next_negedge_event").c_str())
100 std::string(name_) + "_next_posedge_event").c_str()),
102 std::string(name_) + "_next_negedge_event").c_str())
126 std::string(name_) + "_next_posedge_event").c_str()),
128 std::string(name_) + "_next_negedge_event").c_str())
150 std::string(name_) + "_next_posedge_event").c_str()),
152 std::string(name_) + "_next_negedge_event").c_str())
[all...]
H A Dsc_semaphore.cpp61 m_free( (std::string(SC_KERNEL_EVENT_PREFIX)+"_free_event").c_str() ),
71 m_free( (std::string(SC_KERNEL_EVENT_PREFIX)+"_free_event").c_str() ),
/gem5/util/tlm/src/
H A Dmaster_transactor.cc45 socket(portName.c_str()),
H A Dslave_transactor.cc45 socket(portName.c_str()),
/gem5/src/systemc/channel/
H A Dsc_in_resolved.cc52 msg.c_str());
/gem5/ext/googletest/googletest/src/
H A Dgtest-filepath.cc137 const char* const last_sep = strrchr(c_str(), kPathSeparator);
139 const char* const last_alt_sep = strrchr(c_str(), kAlternatePathSeparator);
170 dir = std::string(c_str(), last_sep + 1 - c_str());
211 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str());
217 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
235 LPCWSTR unicode = String::AnsiToUtf16(path.c_str());
244 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]);
266 const char* const name = pathname_.c_str();
[all...]
/gem5/src/systemc/dt/bit/
H A Dsc_bit.cc83 SC_REPORT_ERROR(sc_core::SC_ID_VALUE_NOT_VALID_, msg.str().c_str());
92 SC_REPORT_ERROR(sc_core::SC_ID_VALUE_NOT_VALID_, msg.str().c_str());
/gem5/src/systemc/utils/
H A Dsc_vector.cc80 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, ss.str().c_str());
111 SC_REPORT_WARNING(SC_ID_VECTOR_BIND_EMPTY_, ss.str().c_str());
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-string.h69 static const char* CloneCString(const char* c_str);
84 static LPCWSTR AnsiToUtf16(const char* c_str);
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.cpp81 SC_REPORT_ERROR( SC_ID_OUT_OF_BOUNDS_, str.str().c_str() );
98 , str.str().c_str() );
116 , str.str().c_str() );
139 SC_REPORT_WARNING( SC_ID_VECTOR_BIND_EMPTY_, str.str().c_str() );
/gem5/ext/googletest/googletest/xcode/Samples/FrameworkSample/
H A Dwidget.cc60 strncpy(buffer, name_.c_str(), max_size-1);
/gem5/ext/systemc/src/tlm_core/tlm_2/
H A Dtlm_version.h159 return tlm_version_string.c_str ();
167 return tlm_version_string_2.c_str ();
175 return tlm_copyright_string.c_str ();
/gem5/src/python/m5/util/
H A Dterminal.py110 c_str = getattr(obj, c_name)
111 print(c_str + c_name + obj.Normal)
116 print(attr_str + c_str + attr_name + " " + c_name + obj.Normal)
/gem5/src/systemc/ext/tlm_core/2/
H A Dversion.hh149 inline const char *tlm_release() { return tlm_version_string.c_str(); }
150 inline const char *tlm_version() { return tlm_version_string_2.c_str(); }
151 inline const char *tlm_copyright() { return tlm_copyright_string.c_str(); }
/gem5/src/kern/linux/
H A Dlinux.cc47 curTick(), tc->getCpuPtr()->name(), path.c_str());
63 size_t ret M5_VAR_USED = fwrite(data.c_str(), 1, data.size(), f);
70 "handling is implemented.\n", path.c_str());
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace_file_base.cpp157 , ss.str().c_str() );
200 , ss.str().c_str() );
217 , ss.str().c_str() );
229 SC_REPORT_INFO( SC_ID_TRACING_TIMESCALE_UNIT_, ss.str().c_str() );
246 , ss.str().c_str() );

Completed in 23 milliseconds

1234567891011