Home
last modified time | relevance | path

Searched refs:empty (Results 451 - 475 of 9949) sorted by relevance

1...<<11121314151617181920>>...398

/third_party/backends/testsuite/backend/genesys/
H A Dtests_row_buffer.cpp37 ASSERT_TRUE(buf.empty()); in test_row_buffer_push_pop_forward()
45 ASSERT_FALSE(buf.empty()); in test_row_buffer_push_pop_forward()
61 ASSERT_TRUE(buf.empty()); in test_row_buffer_push_pop_backward()
69 ASSERT_FALSE(buf.empty()); in test_row_buffer_push_pop_backward()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp37 if (MF->getLongjmpTargets().empty()) in endFunction()
51 while (!Users.empty()) { in isPossibleIndirectCallTarget()
87 if (Functions.empty() && LongjmpTargets.empty()) in endModule()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dpass_utils.cpp43 EXPECT_TRUE(!expected_messages.empty()); in GetTestMessageConsumer()
44 if (expected_messages.empty()) { in GetTestMessageConsumer()
60 if (process_str->empty() || find_str.empty()) { in FindAndReplace()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dpass_utils.cpp43 EXPECT_TRUE(!expected_messages.empty()); in GetTestMessageConsumer()
44 if (expected_messages.empty()) { in GetTestMessageConsumer()
60 if (process_str->empty() || find_str.empty()) { in FindAndReplace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DValueList.h60 assert(ResolveConstants.empty() && "Constants not resolved?"); in ~BitcodeReaderValueList()
75 assert(ResolveConstants.empty() && "Constants not resolved?"); in clear()
90 bool empty() const { return ValuePtrs.empty(); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelWorkList.h42 bool empty() const { return WorklistMap.empty(); } in empty() function in llvm::GISelWorkList
62 // This asserts that the WorklistMap is empty, and then
66 assert(WorklistMap.empty() && "Expecting empty worklistmap"); in finalize()
86 assert((Finalized || WorklistMap.empty()) && "Neither finalized nor empty"); in remove()
108 assert(I && "Pop back on empty worklist"); in pop_back_val()
/third_party/skia/third_party/externals/freetype/builds/
H A Ddetect.mk114 $(info $(empty) platform $(PLATFORM))
115 $(info $(empty) compiler $(CC))
116 $(info $(empty) configuration directory $(subst /,$(SEP),$(PLATFORM_DIR)))
117 $(info $(empty) configuration rules $(subst /,$(SEP),$(CONFIG_RULES)))
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringprintf_unittest.cc65 const char* empty = ""; in TEST() local
66 StringAppendF(&value, "%s", empty); in TEST()
90 // StringPrintf should return an empty string instead of running in TEST()
105 EXPECT_TRUE(value.empty() || value == kInvalidCodePoint); in TEST()
115 EXPECT_TRUE(value.empty() || value == buf); in TEST()
/third_party/spirv-tools/test/opt/
H A Dpass_utils.cpp43 EXPECT_TRUE(!expected_messages.empty()); in GetTestMessageConsumer()
44 if (expected_messages.empty()) { in GetTestMessageConsumer()
60 if (process_str->empty() || find_str.empty()) { in FindAndReplace()
/third_party/vk-gl-cts/framework/common/
H A DtcuFactoryRegistry.hpp50 bool empty (void) const { return m_factories.empty(); } in empty() function in tcu::GenericFactoryRegistry
88 bool empty (void) const { return m_registry.empty(); } in empty() function in tcu::FactoryRegistry
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_manager.cpp118 if (srcDeviceId.empty() || dstDeviceId.empty() || callback == nullptr) { in ContinueMission()
157 if (srcDeviceId.empty() || dstDeviceId.empty() || callback == nullptr) { in HandleContinueMission()
186 if (srcDeviceId.empty() || dstDeviceId.empty() || callback == nullptr) { in ContinueMission()
243 if (srcDeviceId.empty() || dstDeviceId.empty() || callback == nullptr) { in HandleContinueMission()
269 if (ability_continue_type == info.continueType_ && !ability.continueBundleName.empty()) { in GetFirstBundleName()
275 HILOGE("can not get abilicy info or continue bundle names is empty fo in GetFirstBundleName()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_sw.cpp64 if (info_->lanes_.empty()) { in Layout()
105 if (info_->segmentTails_.empty()) { in Init()
109 if (info_->margins_.empty()) { in Init()
142 if (cross.first.empty()) { in SingleInit()
260 const float nextPos = lanes[i].startPos - (lanes[i].items_.empty() ? 0.0f : mainGap); in PrepareStartPosQueue()
270 const float nextPos = lanes[i].endPos + (lanes[i].items_.empty() ? 0.0f : mainGap); in PrepareEndPosQueue()
307 while (!q.empty() && idx <= maxChildIdx) { in FillBackSection()
320 return q.empty(); in FillBackSection()
347 while (!q.empty() && idx >= minChildIdx) { in FillFrontSection()
360 return q.empty(); in FillFrontSection()
[all...]
/test/testfwk/arkxtest/uitest/core/
H A Dselect_strategy.cpp115 if (!anchorMatch_.empty()) { in Describe()
121 if (!myselfMatch_.empty()) { in Describe()
285 if (!targetWidgets.empty() && !wantMulti_) {
365 if (!targetWidgets.empty() && !wantMulti_) {
649 if (myselfTargets.empty()) { in DoComplexSelect()
652 if (multiWithInAnchorMatcher.empty()) { in DoComplexSelect()
660 if (filterParentValidId.empty()) { in DoComplexSelect()
745 if (buildParam.afterAnchorMatcherVec.empty() && buildParam.beforeAnchorMatcherVec.empty() && in BuildSelectStrategy()
746 buildParam.withInAnchorMatcherVec.empty()) { in BuildSelectStrategy()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp182 while (!WorkList.empty()) { in computePostDominatedByUnreachable()
193 else if (!successors(BB).empty() && in computePostDominatedByUnreachable()
211 while (!WorkList.empty()) { in computePostDominatedByColdCall()
221 else if (!successors(BB).empty() && in computePostDominatedByColdCall()
250 if (UnreachableEdges.empty()) in calcUnreachableHeuristics()
253 if (ReachableEdges.empty()) { in calcUnreachableHeuristics()
396 if (ColdEdges.empty()) in calcColdCallHeuristics()
399 if (NormalEdges.empty()) { in calcColdCallHeuristics()
551 while (!WorkList.empty()) { in computeUnlikelySuccessors()
639 if (BackEdges.empty() in calcLoopBranchHeuristics()
[all...]
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_slice_route.cpp26 if (entry.empty()) { in SetMainRoute()
40 if (action.empty() || entry.empty()) { in AddActionRoute()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbms_param.cpp36 if (key.empty()) { in GetBmsParam()
37 APP_LOGE("key is empty"); in GetBmsParam()
52 if (paramKeyInfo.empty()) { in SaveBmsParam()
53 APP_LOGE("key is empty"); in SaveBmsParam()
63 if (key.empty()) { in DeleteBmsParam()
64 APP_LOGE("key is empty"); in DeleteBmsParam()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/mock/src/
H A Djs_ability.cpp33 if (!dataGroupId.empty()) { in GetContextInfo()
39 if (!baseDir.empty()) { in GetContextInfo()
46 if (!baseDir.empty()) { in GetContextInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp107 if (bundlePaths.empty()) { in CheckFilePath()
165 if (fileName.empty()) { in CheckFileName()
166 APP_LOGE("the file name is empty"); in CheckFileName()
235 if (currentBundlePath.empty()) { in GetHapFilesFromBundlePath()
265 if (!hapFileList.empty() && (hapFileList.size() > ServiceConstants::MAX_HAP_NUMBER)) { in GetHapFilesFromBundlePath()
427 if (CreateTempDir(tempDir).empty()) { in CreateInstallTempDir()
499 if (path.empty()) { in IsExistFile()
514 if (path.empty()) { in IsExistFileNoLog()
528 if (path.empty()) { in IsExistDir()
543 if (path.empty()) { in IsExistDirNoLog()
[all...]
H A Dbundle_install_checker.cpp148 if (bundlePaths.empty()) { in CheckSysCap()
149 LOG_NOFUNC_E(BMS_TAG_INSTALLER, "empty bundlePaths check hap syscaps fail"); in CheckSysCap()
182 if (bundlePaths.empty()) { in CheckMultipleHapsSignInfo()
183 LOG_E(BMS_TAG_INSTALLER, "check hap sign info failed due to empty bundlePaths"); in CheckMultipleHapsSignInfo()
198 if (hapVerifyRes.empty()) { in CheckMultipleHapsSignInfo()
540 if (info.second.GetInnerModuleInfos().empty()) { in CheckDependency()
541 LOG_D(BMS_TAG_INSTALLER, "GetInnerModuleInfos is empty"); in CheckDependency()
554 dependency.bundleName.empty() ? info.second.GetBundleName() : dependency.bundleName; in CheckDependency()
577 if (!dependency.bundleName.empty() && dependency.bundleName != info.GetBundleName()) { in NeedCheckDependency()
582 if (modules.empty()) { in NeedCheckDependency()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp47 if (patchPaths_.empty() || (GetQuickFixDataMgr() != ERR_OK)) { in DeployQuickFix()
75 bool isExist = !oldInnerAppQuickFix.GetAppQuickFix().bundleName.empty(); in DeployQuickFix()
85 if (!appQuick.bundleName.empty()) { in DeployQuickFix()
178 if (infos.empty()) { in ProcessPatchDeployStart()
179 LOG_E(BMS_TAG_DEFAULT, "error: appQuickFix infos is empty"); in ProcessPatchDeployStart()
196 if (hapVerifyRes.empty()) { in ProcessPatchDeployStart()
197 LOG_E(BMS_TAG_DEFAULT, "error: appQuickFix hapVerifyRes is empty"); in ProcessPatchDeployStart()
258 // if so files not exist, modify library path to empty. in ToDeployEndStatus()
292 if (!appQuickFix.deployingAppqfInfo.nativeLibraryPath.empty()) { in ProcessNativeLibraryPath()
299 if (!hqfInfo.nativeLibraryPath.empty()) { in ProcessNativeLibraryPath()
[all...]
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dinner_model.cpp79 if (indices.empty()) { in ConstructNNTensorsFromLiteGraph()
80 LOGE("ConstructNNTensorsFromLiteGraph failed, passed empty indices list."); in ConstructNNTensorsFromLiteGraph()
117 LOGE("BuildFromLiteGraph failed, passed empty liteGraph."); in BuildFromLiteGraph()
126 if (!m_allTensors.empty() || !m_ops.empty()) { in BuildFromLiteGraph()
157 LOGE("BuildFromMetaGraph failed, passed empty metaGraph."); in BuildFromMetaGraph()
166 if (m_allTensors.empty()) { in BuildFromMetaGraph()
291 LOGW("SetTensorValue passed empty buffer, which makes no effect."); in SetTensorValue()
340 LOGE("ValidateInputAndOutput failed, passed empty input indices."); in ValidateInputAndOutput()
345 LOGE("ValidateInputAndOutput failed, passed empty outpu in ValidateInputAndOutput()
[all...]
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dcontext_deal_test.cpp100 * @tc.desc: Verify that the GetBundleName return value is empty.
107 EXPECT_TRUE(context_->GetBundleName().empty()); in HWTEST_F()
392 * @tc.desc: Verify that the GetDir return value is not empty.
402 EXPECT_FALSE(resulft.empty()); in HWTEST_F()
404 EXPECT_FALSE(resulft.empty()); in HWTEST_F()
410 * @tc.desc: Verify that the GetDir return value is empty.
419 EXPECT_TRUE(resulft.empty()); in HWTEST_F()
474 * @tc.desc: Verify that the GetBaseDir return value is not empty.
478 EXPECT_FALSE(context_->GetBaseDir().empty()); in HWTEST_F()
484 * @tc.desc: Verify that the GetBaseDir return value is not empty
[all...]
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dndef_message.cpp36 if (ndefRecords.empty()) { in GetNdefMessage()
90 if (uriString.empty()) { in MakeUriRecord()
125 if (mimeType.empty() || mimeData.empty()) { in MakeMimeRecord()
142 if (domainName.empty() || serviceName.empty() || externalData.empty()) { in MakeExternalRecord()
156 if (domain.empty() || service.empty()) { in MakeExternalRecord()
389 if (!tagRtdType.empty() || !i in CheckTnf()
[all...]
/third_party/gn/src/base/files/
H A Dfile_path.cc160 if (path.empty() || path == FilePath::kCurrentDirectory || in IsEmptyOrSpecialCase()
220 if (value().empty()) in GetComponents()
237 if (!base.value().empty() && base.value() != kCurrentDirectory) in GetComponents()
260 if (parent_components.empty() || in AppendRelativePath()
376 if (Extension().empty()) in RemoveExtension()
387 if (FinalExtension().empty()) in RemoveFinalExtension()
398 if (suffix.empty()) in InsertBeforeExtension()
425 if (extension.empty() || in AddExtension()
444 if (extension.empty() || in ReplaceExtension()
467 if (path_.compare(kCurrentDirectory) == 0 && !appended.empty()) { in Append()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Dlazy_for_each_syntax_test_ng.cpp307 EXPECT_TRUE(lazyForEachNode->ids_.empty()); in HWTEST_F()
315 EXPECT_TRUE(lazyForEachNode->ids_.empty()); in HWTEST_F()
725 * is empty. in HWTEST_F()
736 * @tc.steps: step2. Invoke OnExpandChildLayoutWrapper when the childWrappers_ is not empty. in HWTEST_F()
740 EXPECT_FALSE(lazyLayoutWrapperBuilder->childWrappers_.empty()); in HWTEST_F()
751 EXPECT_TRUE(lazyLayoutWrapperBuilder->childWrappers_.empty()); in HWTEST_F()
763 * is empty. in HWTEST_F()
823 * is empty or not. in HWTEST_F()
844 * @tc.steps: step2. Invoke SwapDirtyAndUpdateBuildCache when cacheCount is not empty and frontNodeIds is not empty in HWTEST_F()
[all...]

Completed in 21 milliseconds

1...<<11121314151617181920>>...398