Home
last modified time | relevance | path

Searched defs:false (Results 76 - 100 of 762) sorted by relevance

12345678910>>...31

/third_party/spirv-tools/source/opt/
H A Daggressive_dead_code_elim_pass.h47 AggressiveDCEPass(bool preserve_interface = false, in AggressiveDCEPass() argument
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.h122 initial_value = get_env_var(name, false); member
/base/hiviewdfx/hiview/base/utility/
H A Dhiview_db_util.cpp101 FileUtil::GetDirFiles(FileUtil::ExtractFilePath(dbPath), dbFiles, false); in MoveDbFilesToUploadDir() local
/base/hiviewdfx/hiview/base/event_publish/
H A Dapp_event_handler.cpp58 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 Ddfx_memory.h45 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 Dpower_suspend_controller_test.cpp226 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 Dpower_wakeup_test.cpp82 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 Dprint_service_converter_test.cpp91 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 Ddistributed_database_callback_test.cpp84 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 Dui_language_unittest.cpp136 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 Dutils_unittest.cpp90 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
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingBitmapTest.cpp102 EXPECT_EQ(OH_Drawing_BitmapGetPixels(bitmap_) == nullptr, false); in HWTEST_F() local
H A DNativeDrawingBitmapLargeValueTest.cpp85 EXPECT_EQ(OH_Drawing_BitmapGetPixels(bitmap_) == nullptr, false); in HWTEST_F() local
H A DNativeDrawingBrushTest.cpp76 EXPECT_EQ(OH_Drawing_BrushIsAntiAlias(brush1), false); in HWTEST_F() local
115 EXPECT_EQ(OH_Drawing_BrushIsAntiAlias(brush1), false); in HWTEST_F() local
/third_party/glslang/glslang/MachineIndependent/
H A DLiveTraverser.h61 TLiveTraverser(const TIntermediate& i, bool traverseAll = false, in TLiveTraverser() argument
/third_party/node/deps/v8/src/compiler/
H A Dzone-stats.h22 Scope(ZoneStats* zone_stats, const char* zone_name, bool support_zone_compression = false) Scope() argument
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-job.h24 explicit JobDelegate(DefaultJobState* outer, bool is_joining_thread = false) in JobDelegate() argument
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dpthread_cond_test.cpp46 void InitMonotonic(bool monotonic = false) in InitMonotonic() argument
/third_party/pulseaudio/src/modules/
H A Dmodule-sine.c37 PA_MODULE_LOAD_ONCE(false); variable
/third_party/pulseaudio/src/modules/x11/
H A Dmodule-x11-bell.c40 PA_MODULE_LOAD_ONCE(false); variable
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryMappingTests.cpp111 BitVector (size_t size, bool value = false) in BitVector() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp72 lowerObjCCall(Function &F, const char *NewFn, bool setNonLazyBind = false) lowerObjCCall() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp103 print(DILineInfo(), false); in operator <<() local
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrPathTessellationShader.h90 static const GrUserStencilSettings* TestAndResetStencilSettings(bool isInverseFill = false) { in TestAndResetStencilSettings() argument
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DSynchronization.hpp47 CountedEvent(bool signalled = false) in CountedEvent() argument

Completed in 12 milliseconds

12345678910>>...31