Searched refs:String (Results 176 - 200 of 203) sorted by relevance

123456789

/gem5/ext/dsent/model/std_cells/
H A DCellMacros.cc37 void CellMacros::addNor2(StdCell* cell_, const String& name_,
39 const String& a1_net_, const String& a2_net_, const String& zn_net_)
68 void CellMacros::updateNor2(StdCell* cell_, const String& name_, double normalized_size_)
137 void CellMacros::addNand2(StdCell* cell_, const String& name_,
139 const String& a1_net_, const String& a2_net_, const String& zn_net_)
168 void CellMacros::updateNand2(StdCell* cell_, const String
[all...]
/gem5/ext/dsent/model/optical/
H A DRingDetector.cc46 const String RingDetector::INTEGRATINGSENSEAMP = "INTSA";
48 RingDetector::RingDetector(const String& instance_name_, const TechModel* tech_model_)
82 const String& topology = getParameter("Topology");
156 const String& topology = getParameter("Topology");
227 const String& topology = getParameter("Topology");
299 const String& topology = getParameter("Topology");
319 const String& topology = getParameter("Topology");
H A DSWSRLink.cc38 SWSRLink::SWSRLink(const String& instance_name_, const TechModel* tech_model_)
78 const String& ring_tuning_method = getParameter("RingTuningMethod");
171 const String& extinction_ratio = getProperty("ExtinctionRatio");
172 const String& insertion_loss = getProperty("InsertionLoss");
210 const String& laser_type = getParameter("LaserType");
259 const String& laser_type = getParameter("LaserType");
290 const String& optimize_loss = getParameter("OptimizeLoss");
H A DLaserSource.cc31 LaserSource::LaserSource(const String& instance_name_, const TechModel* tech_model_)
H A DRingFilter.cc29 RingFilter::RingFilter(const String& instance_name_, const TechModel* tech_model_)
H A DGatedLaserSource.cc31 GatedLaserSource::GatedLaserSource(const String& instance_name_, const TechModel* tech_model_)
H A DRingModulator.cc47 RingModulator::RingModulator(const String& instance_name_, const TechModel* tech_model_)
/gem5/ext/dsent/model/electrical/
H A DBroadcastHTree.h41 BroadcastHTree(const String& instance_name_, const TechModel* tech_model_);
/gem5/ext/dsent/model/optical_graph/
H A DOpticalFilter.cc27 OpticalFilter::OpticalFilter(const String& instance_name_, OpticalModel* model_, const WavelengthGroup& wavelengths_, bool drop_all_, const WavelengthGroup& drop_wavelengths_)
H A DOpticalModulator.cc28 OpticalModulator::OpticalModulator(const String& instance_name_, OpticalModel* model_, const WavelengthGroup& wavelengths_, bool opt_loss_, OpticalTransmitter* transmitter_)
H A DOpticalWavelength.cc38 OpticalWavelength::OpticalWavelength(const String& instance_name_, const WavelengthGroup& wavelengths_)
49 const String& OpticalWavelength::getInstanceName() const
/gem5/ext/dsent/model/timing_graph/
H A DElectricalDriver.cc29 ElectricalDriver::ElectricalDriver(const String& instance_name_, ElectricalModel* model_, bool sizable_)
H A DElectricalTimingNode.cc31 ElectricalTimingNode::ElectricalTimingNode(const String& instance_name_, ElectricalModel* model_)
82 const String& ElectricalTimingNode::getInstanceName() const
/gem5/src/arch/x86/bios/
H A DIntelMP.py60 oem_id = Param.String("", 'system manufacturer')
61 product_id = Param.String("", 'product family')
117 bus_type = Param.String("", 'string that identify the bus type')
/gem5/src/arch/arm/
H A DArmSystem.py61 boot_loader = VectorParam.String([],
141 dtb_filename = Param.String("",
/gem5/ext/googletest/googletest/src/
H A Dgtest-filepath.cc126 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) {
211 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str());
235 LPCWSTR unicode = String::AnsiToUtf16(path.c_str());
328 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str());
H A Dgtest.cc851 // class String.
858 LPCWSTR String::AnsiToUtf16(const char* ansi) {
875 const char* String::Utf16ToAnsi(LPCWSTR utf16_str) {
894 bool String::CStringEquals(const char * lhs, const char * rhs) {
955 return *this << internal::String::ShowWideCString(wide_c_str);
958 return *this << internal::String::ShowWideCString(wide_c_str);
1491 if (String::CStringEquals(lhs, rhs)) {
1507 if (String::CaseInsensitiveCStringEquals(lhs, rhs)) {
1523 if (!String::CStringEquals(s1, s2)) {
1537 if (!String
[all...]
H A Dgtest-printers.cc183 *os << "\\x" + String::FormatHexInt(static_cast<UnsignedChar>(c));
236 *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c));
/gem5/src/cpu/testers/garnet_synthetic_traffic/
H A DGarnetSyntheticTraffic.py47 traffic_type = Param.String("uniform_random", "Traffic type")
/gem5/src/dev/net/
H A DEthernet.py80 server_name = Param.String('localhost', "Message server name")
117 tun_clone_device = Param.String('/dev/net/tun',
119 tap_device_name = Param.String('gem5-tap', "Tap device name")
129 file = Param.String("dump file")
/gem5/src/gpu-compute/
H A DGPU.py118 execPolicy = Param.String("OLDEST-FIRST", "WF execution selection policy");
162 codefile = VectorParam.String('code file name(s)')
/gem5/src/dev/
H A DDevice.py118 warn_access = Param.String("", "String to print when device is accessed")
/gem5/src/cpu/minor/
H A DMinorCPU.py97 description = Param.String('', "description string of the decoding/inst."
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc281 using testing::internal::String;
1000 // Tests String::EndsWithCaseInsensitive().
1002 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobar", "BAR"));
1003 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobaR", "bar"));
1004 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobar", ""));
1005 EXPECT_TRUE(String::EndsWithCaseInsensitive("", ""));
1007 EXPECT_FALSE(String::EndsWithCaseInsensitive("Foobar", "foo"));
1008 EXPECT_FALSE(String::EndsWithCaseInsensitive("foobar", "Foo"));
1009 EXPECT_FALSE(String::EndsWithCaseInsensitive("", "foo"));
1017 // Tests String
[all...]
H A Dgtest-filepath_test.cc69 LPCWSTR wpath = String::AnsiToUtf16(path);
77 LPCWSTR wpath = String::AnsiToUtf16(

Completed in 59 milliseconds

123456789