| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-has-property.cpp | 69 assert_boolean_and_release (jerry_has_property (object, prop_name), false); in HWTEST_F() local 70 assert_boolean_and_release (jerry_has_own_property (object, prop_name), false); in HWTEST_F() local 75 assert_boolean_and_release (jerry_has_property (object, prop_name), false); in HWTEST_F() local 76 assert_boolean_and_release (jerry_has_own_property (object, prop_name), false); in HWTEST_F() local 82 assert_boolean_and_release (jerry_has_own_property (object, prop_name), false); in HWTEST_F() local
|
| /third_party/mesa3d/src/util/tests/ |
| H A D | xmlconfig.cpp | 76 EXPECT_EQ(driQueryOptionb(&options, "glsl_zero_init"), false); in TEST_F() local 148 EXPECT_EQ(driCheckOption(&options, "glsl_zero_init", DRI_ENUM), false); in TEST_F() local 149 EXPECT_EQ(driCheckOption(&options, "glsl_zero_init", DRI_INT), false); in TEST_F() local 150 EXPECT_EQ(driCheckOption(&options, "glsl_zero_init", DRI_FLOAT), false); in TEST_F() local 151 EXPECT_EQ(driCheckOption(&options, "glsl_zero_init", DRI_STRING), false); in TEST_F() local 153 EXPECT_EQ(driCheckOption(&options, "not_present", DRI_BOOL), false); in TEST_F() local 179 EXPECT_EQ(driCheckOption(&cache, "mesa_test_unknown_option", DRI_BOOL), false); in TEST_F() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | aggressive_dead_code_elim_pass.h | 47 AggressiveDCEPass(bool preserve_interface = false) in AggressiveDCEPass() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | aggressive_dead_code_elim_pass.h | 47 AggressiveDCEPass(bool preserve_interface = false) in AggressiveDCEPass() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| H A D | MachineLocation.h | 36 explicit MachineLocation(unsigned R, bool Indirect = false) in MachineLocation() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 92 false); in dlltoolDriverMain() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | SparseBitVector.h | 396 SparseBitVectorIterator(const SparseBitVector<ElementSize> *RHS, bool end = false) SparseBitVectorIterator() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/Utils/ |
| H A D | Local.h | 29 EmitGEPOffset(IRBuilderTy *Builder, const DataLayout &DL, User *GEP, bool NoAssumptions = false) EmitGEPOffset() argument
|
| /third_party/skia/gm/ |
| H A D | windowrectangles.cpp | 87 SkClipOp::kDifference, false); in onDraw() local
|
| H A D | fpcoordinateoverride.cpp | 45 SkASSERT(false); variable 52 SkASSERT(false); variable
|
| /third_party/spirv-tools/source/opt/ |
| H A D | aggressive_dead_code_elim_pass.h | 47 AggressiveDCEPass(bool preserve_interface = false, in AggressiveDCEPass() argument
|
| /third_party/vulkan-loader/tests/framework/ |
| H A D | test_util.h | 122 initial_value = get_env_var(name, false); member
|
| /base/hiviewdfx/hiview/base/utility/ |
| H A D | hiview_db_util.cpp | 101 FileUtil::GetDirFiles(FileUtil::ExtractFilePath(dbPath), dbFiles, false);
in MoveDbFilesToUploadDir() local
|
| /base/hiviewdfx/hiview/base/event_publish/ |
| H A D | app_event_handler.cpp | 58 void AddValueToJsonString(const std::string& key, const T& value, std::stringstream& jsonStr, bool isLastValue = false) in AddValueToJsonString() argument 44 AddVectorToJsonString(const std::string& key, const std::vector<T>& vec, std::stringstream& jsonStr, bool isLastValue = false) AddVectorToJsonString() argument
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
| H A D | dfx_memory.h | 45 virtual bool ReadS8(uintptr_t& addr, int8_t *val, bool incre = false) in ReadS8() argument 53 virtual bool ReadS16(uintptr_t& addr, int16_t *val, bool incre = false) in ReadS16() argument 61 virtual bool ReadS32(uintptr_t& addr, int32_t *val, bool incre = false) in ReadS32() argument 69 virtual bool ReadS64(uintptr_t& addr, int64_t *val, bool incre = false) in ReadS64() argument [all...] |
| /base/powermgr/power_manager/test/unittest/src/interface_test/ |
| H A D | power_suspend_controller_test.cpp | 226 static_cast<int64_t>(time(nullptr)), SuspendDeviceType::SUSPEND_DEVICE_REASON_APPLICATION, false); in HWTEST_F() local
|
| /base/powermgr/power_manager/test/unittest/src/scenario_test/wakeup_suspend/ |
| H A D | power_wakeup_test.cpp | 82 static_cast<int64_t>(time(nullptr)), SuspendDeviceType::SUSPEND_DEVICE_REASON_APPLICATION, false); in HWTEST_F() local 121 static_cast<int64_t>(time(nullptr)), SuspendDeviceType::SUSPEND_DEVICE_REASON_APPLICATION, false); in HWTEST_F() local
|
| /base/print/print_fwk/test/unittest/service_test/ |
| H A D | print_service_converter_test.cpp | 91 EXPECT_EQ(ConvertColorModeCode(src, dst), false); in HWTEST_F() local 132 EXPECT_EQ(ConvertColorModeCode(src, dst), false); in HWTEST_F() local 153 EXPECT_EQ(ConvertPageSizeId(src, id), false); in HWTEST_F() local 167 EXPECT_EQ(ConvertPrintPageSize(src, dst), false); in HWTEST_F() local
|
| /base/notification/distributed_notification_service/services/distributed/test/unittest/ |
| H A D | distributed_database_callback_test.cpp | 84 std::move(insertEntries), std::move(updateEntries), std::move(deleteEntries), "<remoteDeviceId>", false);
in HWTEST_F() local 120 std::move(insertEntries), std::move(updateEntries), std::move(deleteEntries), "<remoteDeviceId>", false);
in HWTEST_F() local 156 std::move(insertEntries), std::move(updateEntries), std::move(deleteEntries), "<remoteDeviceId>", false);
in HWTEST_F() local
|
| /base/update/updater/test/unittest/updater_ui_test/lang/ |
| H A D | ui_language_unittest.cpp | 136 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::CHINESE), false); in HWTEST_F() local 137 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::ENGLISH), false); in HWTEST_F() local 138 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::SPANISH), false); in HWTEST_F() local 148 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::CHINESE), false); HWTEST_F() local 149 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::ENGLISH), false); HWTEST_F() local 150 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::SPANISH), false); HWTEST_F() local 160 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::CHINESE), false); HWTEST_F() local 161 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::ENGLISH), false); HWTEST_F() local 162 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::SPANISH), false); HWTEST_F() local [all...] |
| /base/update/updater/test/unittest/utils/ |
| H A D | utils_unittest.cpp | 90 EXPECT_EQ(Utils::RemoveDir(path), false);
in HWTEST_F() local 92 EXPECT_EQ(Utils::RemoveDir(path), false);
in HWTEST_F() local 108 EXPECT_EQ(Utils::IsUpdaterMode(), false);
in HWTEST_F() local
|
| /kernel/linux/linux-5.10/arch/arm64/kvm/ |
| H A D | handle_exit.c | 97 trace_kvm_wfx_arm64(*vcpu_pc(vcpu), false); in kvm_handle_wfx() local
|
| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| H A D | machine_kexec.c | 86 set_cpu_online(smp_processor_id(), false); in machine_crash_nonpanic_core() local
|
| /kernel/linux/linux-5.10/arch/mips/kernel/ |
| H A D | machine_kexec.c | 245 set_cpu_online(smp_processor_id(), false); in machine_kexec() local
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/ |
| H A D | types.h | 50 #define false 0 macro
|