Searched refs:Bool (Results 51 - 71 of 71) sorted by relevance

123

/gem5/ext/googletest/googletest/samples/
H A Dsample8_unittest.cc84 using ::testing::Bool;
161 Combine(Bool(), Values(1, 10)));
/gem5/src/cpu/
H A DBaseCPU.py159 power_gating_on_idle = Param.Bool(False, "Control whether the core goes "\
163 function_trace = Param.Bool(False, "Enable function trace")
170 do_checkpoint_insts = Param.Bool(True,
172 do_statistics_insts = Param.Bool(True,
176 do_quiesce = Param.Bool(True, "enable quiesce instructions")
178 wait_for_remote_gdb = Param.Bool(False,
189 UnifiedTLB = Param.Bool(True, "Is this a Unified TLB?")
206 switched_out = Param.Bool(False,
/gem5/src/dev/mips/
H A DMalta.py47 year_is_bcd = Param.Bool(False,
/gem5/src/mem/ruby/network/simple/
H A DSimpleNetwork.py43 adaptive_routing = Param.Bool(False, "enable adaptive routing");
/gem5/src/mem/ruby/network/garnet2.0/
H A DGarnetNetwork.py47 enable_fault_model = Param.Bool(False, "enable network fault model");
/gem5/src/cpu/testers/traffic_gen/
H A DBaseTrafficGen.py72 elastic_req = Param.Bool(False,
/gem5/src/mem/cache/tags/
H A DTags.py65 sequential_access = Param.Bool(Parent.sequential_access,
/gem5/src/mem/cache/replacement_policies/
H A DReplacementPolicies.py82 hit_priority = Param.Bool(False,
/gem5/src/base/filters/
H A DBloomFilters.py66 is_parallel = Param.Bool(False, "Whether hashing is done in parallel")
/gem5/src/cpu/o3/
H A DO3CPU.py132 LSQCheckLoads = Param.Bool(True,
179 needsTSO = Param.Bool(buildEnv['TARGET_ISA'] == 'x86',
/gem5/src/arch/arm/
H A DArmISA.py117 impdef_nop = Param.Bool(False,
/gem5/src/dev/arm/
H A DGic.py105 gem5_extensions = Param.Bool(False, "Enable gem5 extensions")
225 gicv4 = Param.Bool(True, "GICv4 extension available")
H A DRealView.py350 ignore_access = Param.Bool(False, "Ignore reads/writes to this device, (e.g. IsaFake + AMBA)")
358 end_on_eot = Param.Bool(False, "End the simulation when a EOT is received on the UART")
471 enable_capture = Param.Bool(True, "capture frame to system.framebuffer.bmp")
479 workaround_swap_rb = Param.Bool(False, "Workaround incorrect color "
481 workaround_dma_line_count = Param.Bool(True, "Workaround incorrect "
483 enable_capture = Param.Bool(True, "capture frame to "
/gem5/src/dev/alpha/
H A DTsunami.py48 year_is_bcd = Param.Bool(False,
/gem5/src/mem/
H A DDRAMCtrl.py140 enable_dram_powerdown = Param.Bool(False, "Enable powerdown states")
143 dll = Param.Bool(True, "DRAM has DLL or not")
/gem5/ext/googletest/googletest/test/
H A Dgtest-param-test_test.cc58 using ::testing::Bool;
452 // Tests that Bool() generates sequence (false, true).
454 const ParamGenerator<bool> gen = Bool();
H A Dgtest-printers_test.cc318 TEST(PrintBuiltInTypeTest, Bool) {
491 TEST(PrintPointerToBuiltInTypeTest, Bool) {
H A Dgtest_unittest.cc4684 TEST(EqAssertionTest, Bool) {
/gem5/ext/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc154 TEST(KindOfTest, Bool) {
/gem5/src/python/m5/
H A Dparams.py889 class Bool(ParamValue): class in inherits:ParamValue
909 # implement truth value testing for Bool parameters so that these params
2178 'Enum', 'ScopedEnum', 'Bool', 'String', 'Float',
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-param-test.h92 // Bool() - Yields sequence {false, true}.
1200 // Bool() allows generating tests with parameters in a set of (false, true).
1203 // Bool()
1207 // of multiple flags can be tested when several Bool()'s are combined using
1218 // INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool());
1220 inline internal::ParamGenerator<bool> Bool() { function in namespace:testing
1271 // Combine(Bool(), Bool()));

Completed in 87 milliseconds

123