Home
last modified time | relevance | path

Searched defs:false (Results 201 - 225 of 927) sorted by relevance

12345678910>>...38

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringExtras.h27 static inline char hexdigit(unsigned X, bool LowerCase = false) { in hexdigit() argument
48 static inline std::string utohexstr(uint64_t X, bool LowerCase = false) { in utohexstr() argument
79 static inline std::string utostr(uint64_t X, bool isNeg = false) { in utostr() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDynamicLibrary.cpp50 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true) { in AddLibrary() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp415 addPass(createHexagonPacketizer(NoOpt), false); addPreEmitPass() local
418 addPass(createHexagonVectorPrint(), false); addPreEmitPass() local
421 addPass(createHexagonCallFrameInformation(), false); addPreEmitPass() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86RetpolineThunks.cpp233 addRegOffset(BuildMI(&MBB, DebugLoc(), TII->get(MovOpc)), SPReg, false, 0) in insertRegReturnAddrClobber() local
/third_party/skia/tools/skdiff/
H A Dskdiff_html.cpp28 print_table_header(SkFILEWStream* stream, const int matchCount, const int colorThreshold, const RecordArray& differences, const SkString &baseDir, const SkString &comparisonDir, bool doOutputDate = false) print_table_header() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveVariables.h201 addVirtualRegisterKilled(unsigned IncomingReg, MachineInstr &MI, bool AddIfNotFound = false) addVirtualRegisterKilled() argument
237 addVirtualRegisterDead(unsigned IncomingReg, MachineInstr &MI, bool AddIfNotFound = false) addVirtualRegisterDead() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dparser_test.cc91 bool Run(const char *fmt, bool force_positional = false) { in Run() argument
/third_party/skia/gm/
H A Dpictureshader.cpp38 PictureShaderGM(SkScalar tileSize, SkScalar sceneSize, bool useLocalMatrixWrapper = false, in PictureShaderGM() argument
H A Dcolrv1.cpp92 SkASSERT(false); variable
/third_party/skia/bench/
H A DRotatedRectBench.cpp74 RotRectBench(bool aa, ColorType ct, SkBlendMode mode, bool perspective = false) in RotRectBench() argument
/third_party/spirv-tools/test/
H A Dtest_fixture.h111 EncodeAndDecodeSuccessfully( const std::string& txt, uint32_t disassemble_options = SPV_BINARY_TO_TEXT_OPTION_NONE, spv_target_env env = SPV_ENV_UNIVERSAL_1_0, bool flip_words = false) EncodeAndDecodeSuccessfully() argument
/third_party/spirv-tools/test/val/
H A Dval_decoration_test.cpp6556 ShaderWithNonWritableTarget(const std::string& target, bool member_decorate = false) ShaderWithNonWritableTarget() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderSwitchTests.cpp156 static void makeSwitchCases (TestCaseGroup* group, const char* name, const char* desc, const LineStream& switchBody, const bool skipDynamicType = false) in makeSwitchCases() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBase.hpp63 SparseResourcesBaseInstance (Context &context, bool useDeviceGroups = false) in SparseResourcesBaseInstance() argument
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_store_utility_test.cpp105 void TestSystemVersionOfDocReader(const std::string& path, bool isVersionEmpty = false) in TestSystemVersionOfDocReader() argument
141 void TestEventsOfDocReader(const std::string& path, bool isVersionEmpty = false) in TestEventsOfDocReader() argument
/base/hiviewdfx/hisysevent/frameworks/native/
H A Dhisysevent_tool.cpp158 false, false, -1, -1, 10000, 0}, autoExit(autoExit) in HiSysEventTool() local
[all...]
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp136 imc->UpdateListenEventFlag(static_cast<uint32_t>(fuzzedUint32), static_cast<uint32_t>(fuzzedUint32), false); in TestUpdateListenEventFlag() local
/base/hiviewdfx/hiview/base/include/
H A Dsys_event.h104 void SetEventValue(const std::string& key, T value, bool appendValue = false) in SetEventValue() argument
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdserver_fuzzer/
H A Dfaultloggerdserver_fuzzer.cpp205 HandleRequestByPipeTypeCommon(std::shared_ptr<FaultLoggerDaemon> daemon, int32_t pipeType, bool isPassCheck = false, bool isJson = false) HandleRequestByPipeTypeCommon() argument
[all...]
/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_wakeup_controller_test.cpp133 static_cast<int64_t>(time(nullptr)), SuspendDeviceType::SUSPEND_DEVICE_REASON_APPLICATION, false); in HWTEST_F() local
555 static_cast<int64_t>(time(nullptr)), SuspendDeviceType::SUSPEND_DEVICE_REASON_APPLICATION, false); in HWTEST_F() local
[all...]
/base/powermgr/power_manager/test/unittest/src/servicetest/
H A Dpowermgr_service_native_test.cpp268 g_powerMgrServiceProxy->SuspendDevice(GetTickCount(), abnormaltype, false); in HWTEST_F() local
427 g_powerMgrServiceProxy->SuspendDevice(GetTickCount(), SuspendDeviceType::SUSPEND_DEVICE_REASON_DEVICE_ADMIN, false); HWTEST_F() local
444 g_powerMgrServiceProxy->SuspendDevice(GetTickCount(), SuspendDeviceType::SUSPEND_DEVICE_REASON_TIMEOUT, false); HWTEST_F() local
461 g_powerMgrServiceProxy->SuspendDevice(GetTickCount(), SuspendDeviceType::SUSPEND_DEVICE_REASON_LID, false); HWTEST_F() local
478 g_powerMgrServiceProxy->SuspendDevice(GetTickCount(), SuspendDeviceType::SUSPEND_DEVICE_REASON_POWER_KEY, false); HWTEST_F() local
495 g_powerMgrServiceProxy->SuspendDevice(GetTickCount(), SuspendDeviceType::SUSPEND_DEVICE_REASON_HDMI, false); HWTEST_F() local
512 g_powerMgrServiceProxy->SuspendDevice(GetTickCount(), SuspendDeviceType::SUSPEND_DEVICE_REASON_SLEEP_KEY, false); HWTEST_F() local
530 GetTickCount(), SuspendDeviceType::SUSPEND_DEVICE_REASON_ACCESSIBILITY, false); HWTEST_F() local
548 GetTickCount(), SuspendDeviceType::SUSPEND_DEVICE_REASON_FORCE_SUSPEND, false); HWTEST_F() local
[all...]
/base/powermgr/thermal_manager/frameworks/native/
H A Dthermal_mgr_client.cpp181 THERMAL_RETURN_IF_WITH_RET(Connect() != ERR_OK, false); in SetScene() local
188 THERMAL_RETURN_IF_WITH_RET(Connect() != ERR_OK, false); in UpdateThermalState() local
[all...]
/base/security/code_signature/test/unittest/
H A Dcert_chain_verifier_test.cpp209 EXPECT_EQ(GetVerifiedCert(cert, challenge, certBuffer), false); in HWTEST_F() local
223 EXPECT_EQ(GetVerifiedCert(cert, challenge, certBuffer), false); in HWTEST_F() local
238 EXPECT_EQ(GetVerifiedCert(cert, challenge, certBuffer), false); in HWTEST_F() local
244 EXPECT_EQ(GetVerifiedCert(cert, challenge, certBuffer), false); in HWTEST_F() local
252 EXPECT_EQ(GetVerifiedCert(cert, challenge, certBuffer), false); in HWTEST_F() local
258 EXPECT_EQ(GetVerifiedCert(cert, challenge, certBuffer), false); in HWTEST_F() local
276 EXPECT_EQ(GetVerifiedCert(formattedCert, challenge, certBuffer), false); in HWTEST_F() local
294 EXPECT_EQ(GetVerifiedCert(formattedCert, challenge, certBuffer), false); in HWTEST_F() local
312 EXPECT_EQ(GetVerifiedCert(formattedCert, challenge, certBuffer), false); in HWTEST_F() local
325 EXPECT_EQ(VerifyCertAndExtension(nullptr, nullptr, challenge), false); in HWTEST_F() local
330 EXPECT_EQ(VerifyCertAndExtension(issuerCert, signingCert, challenge), false); HWTEST_F() local
336 EXPECT_EQ(VerifyCertAndExtension(signingCert, issuerCert, challenge), false); HWTEST_F() local
365 EXPECT_EQ(GetVerifiedCert(formattedCert, challenge, certBuffer), false); HWTEST_F() local
[all...]
/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_context.cpp172 IF_FALSE_LOGE_AND_RETURN_VAL(DeviceManagerUtil::GetInstance().GetLocalDeviceUdid(localUdid), false); in StartAuth() local
[all...]
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dsmp.c193 set_cpu_online(smp_processor_id(), false); in stop_this_cpu() local

Completed in 23 milliseconds

12345678910>>...38