/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | FindPreciseNodes.cpp | 133 // chain will become empty. in removePrefix() 191 if (!object.accessChain.getChain().empty()) in operator ()() 487 // When access chain is empty, arithmetic nodes are marked |precise| and any access chains found in 506 ASSERT(mCurrentAccessChain.getChain().empty()); 567 ASSERT(mCurrentAccessChain.getChain().empty()); 582 // If this is a struct constructor and the access chain is not empty, only apply |precise| 588 if (!mCurrentAccessChain.getChain().empty() && isStructConstructor) 604 ASSERT(type.isArray() || mCurrentAccessChain.getChain().empty()); 658 while (!info.preciseObjectsToProcess.empty()) in FindPreciseNodes()
|
/third_party/nghttp2/src/ |
H A D | shrpx_config.cc | 293 if (kms.empty()) { in read_quic_secret_file() 456 if (!tokens[2].empty()) { in parse_altsvc() 461 if (!tokens[3].empty()) { in parse_altsvc() 466 if (!tokens[4].empty()) { in parse_altsvc() 869 } else if (!param.empty()) { in parse_memcached_connection_params() 932 } else if (!param.empty()) { in parse_upstream_params() 996 if (protostr.empty()) { in parse_downstream_params() 997 LOG(ERROR) << "backend: proto: protocol is empty"; in parse_downstream_params() 1012 if (valstr.empty()) { in parse_downstream_params() 1026 if (valstr.empty()) { in parse_downstream_params() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | rosen_render_text_field.cpp | 109 if (computeSuccess && !GetEditingValue().text.empty()) { in GetCaretRect() 224 if (!boxes.empty()) { in PaintSelectCaret() 332 if (GetEditingValue().text.empty() || selection.GetStart() == selection.GetEnd()) { 342 if (boxes.empty()) { 810 showPlaceholder_ = displayText.empty(); 816 if (!errorText_.empty()) { 1194 if (!isErrorText && keyboard_ == TextInputType::VISIBLE_PASSWORD && !GetEditingValue().text.empty()) { 1209 if (showingText.empty()) { 1302 if (!paragraph_ || GetEditingValue().text.empty()) { 1312 if (boxes.empty()) { [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.cpp | 149 if (!url.empty()) { in RunPage() 151 if (mainPagePath_.empty()) { in RunPage() 451 if (savedData.empty()) { in OnSaveData() 482 if (!pageRouteStack_.empty() && currentPage.alertCallback) { in CallPopPage() 523 if (!jsonArgs.empty()) { in FireAsyncEvent() 550 if (!jsonArgs.empty()) { in FireSyncEvent() 604 if (uri.empty()) { in Push() 605 LOGE("router.Push uri is empty"); in Push() 617 if (!pagePath.empty()) { in Push() 656 if (uri.empty()) { in Replace() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.cpp | 125 if (!url.empty()) { in RunPage() 609 if (!jsonArgs.empty()) { in FireAsyncEvent() 636 if (!jsonArgs.empty()) { in FireSyncEvent() 680 if (target.url.empty()) { in Push() 681 LOGE("router.Push uri is empty"); in Push() 691 if (!pagePath.empty()) { in Push() 700 if (target.url.empty()) { in Replace() 701 LOGE("router.Replace uri is empty"); in Replace() 706 if (!pagePath.empty()) { in Replace() 739 if (target.url.empty()) { in BackWithTarget() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/ |
H A D | bms_bundle_app_provision_info_test.cpp | 260 EXPECT_TRUE(appProvisionInfo.type.empty()); in HWTEST_F() 287 EXPECT_TRUE(appProvisionInfo.type.empty()); in HWTEST_F() 396 EXPECT_FALSE(bundleNames.empty()); in HWTEST_F() 404 * 2. AddAppProvisionInfo, bundleName empty 419 * 2. GetAppProvisionInfo, bundleName empty 1208 EXPECT_FALSE(allBundleNames.empty()); in HWTEST_F() 1241 EXPECT_FALSE(allBundleNames.empty()); in HWTEST_F() 1248 EXPECT_FALSE(appProvisionInfo.apl.empty()); in HWTEST_F() 1274 EXPECT_FALSE(allBundleNames.empty()); in HWTEST_F() 1281 EXPECT_FALSE(appProvisionInfo.apl.empty()); in HWTEST_F() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_store.cpp | 126 } else if (errCode == -E_NOT_FOUND || schemaVal.empty()) { in GetSchemaFromMeta() 154 if (!modeVal.empty()) { in CheckTableModeFromMeta() 231 if (errCode == E_OK && !logVersion.empty() && logVersionVal == logVersion) { in SaveLogTableVersionToMeta() 448 if (errCode != E_OK || localIdentity.empty()) { in CreateDistributedTable() 496 if (cloudTableNameList.empty()) { in CleanCloudData() 522 if (tableNameList.empty()) { in RemoveDeviceData() 574 if (tables.empty() || (!tableName.empty() && iter == tables.end())) { in RemoveDeviceData() 886 if (tableName.empty() || it.second.GetTableName() == tableName) { in RemoveDeviceDataInner() 1029 } else if (sharedTableNamesMap[oldOriginTableName].empty()) { in PrepareSharedTable() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryMappingTests.cpp | 302 TCU_CHECK(validateRes.violations.empty()); 657 if (!config.flushMappings.empty()) 668 if (!config.invalidateMappings.empty()) 750 if (!config.flushMappings.empty()) 762 if (!config.invalidateMappings.empty()) 807 if (!config.flushMappings.empty()) 839 if (!config.invalidateMappings.empty()) 871 if (!results.liveAllocations.empty()) 1105 VK_CHECK(vkd.flushMappedMemoryRanges(device, (deUint32)ranges.size(), ranges.empty() ? DE_NULL : &ranges[0])); 1118 VK_CHECK(vkd.invalidateMappedMemoryRanges(device, (deUint32)ranges.size(), ranges.empty() [all...] |
/foundation/ability/dmsfwk/interfaces/kits/napi/continuation_manager/ |
H A D | js_continuation_manager.cpp | 207 if (!errInfo.empty()) { in OnRegisterContinuation() 305 if (!errInfo.empty()) { in OnUnregisterContinuation() 369 if (errInfo.empty()) { in OnRegisterDeviceSelectionCallback() 401 if (!errInfo.empty()) { in OnRegisterDeviceSelectionCallback() 443 if (jsCbMap_[token].empty()) { in OnUnregisterDeviceSelectionCallback() 454 if (!errInfo.empty()) { in OnUnregisterDeviceSelectionCallback() 538 if (!ConvertFromJsValue(env, argv[ARG_COUNT_ONE], deviceId) || deviceId.empty()) { in GetErrorInfo() 539 return "Parameter error. The type of \"deviceId\" must be string and not empty"; in GetErrorInfo() 560 if (!errInfo.empty()) { in OnUpdateContinuationState() 698 if (!errInfo.empty()) { in OnStartContinuationDeviceManager() [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | implicit_start_processor.cpp | 83 if (!element.GetAbilityName().empty()) { in IsImplicitStartAction() 294 if (type.empty()) { in MatchTypeAndUri() 398 !request.want.GetStringArrayParam(PARAM_ABILITY_APPINFOS).empty()) { in GenerateAbilityRequestByAction() 550 if (abilityInfo.name.empty() || abilityInfo.bundleName.empty()) { in GenerateAbilityRequestByAppIndexes() 585 if (extensionInfo.bundleName.empty() || extensionInfo.name.empty()) { in FindExtensionInfo() 586 TAG_LOGE(AAFwkTag::ABILITYMGR, "extensionInfo empty."); in FindExtensionInfo() 608 if (appInfos.empty() || appInfos.size() != NFC_QUERY_LENGTH) { in QueryBmsAppInfos() 619 if (!abilityInfo.name.empty() in QueryBmsAppInfos() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | render_stepper.cpp | 403 buttonDataNext.text = rightLabel.empty() ? in LoadDefaultButtonStatus() 410 buttonDataNext.text = rightLabel.empty() ? in LoadDefaultButtonStatus() 415 buttonDataPrev.text = leftLabel.empty() ? in LoadDefaultButtonStatus() 418 buttonDataNext.text = rightLabel.empty() ? in LoadDefaultButtonStatus() 424 buttonDataPrev.text = leftLabel.empty() ? in LoadDefaultButtonStatus() 428 buttonDataNext.text = rightLabel.empty() ? in LoadDefaultButtonStatus() 605 if (!result.empty() && isdigit(result[0])) { in FireNextEvent() 624 if (!result.empty() && isdigit(result[0])) { in FireBackEvent() 761 if (!childrenArray_.empty()) { in InitChildrenArr() 909 if (info.GetTouches().empty()) { in HandleTouchDown() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_component.cpp | 202 } else if (actions_.empty()) { in BuildFocusChild() 234 titlePadding_ = (!content_ && actions_.empty()) ? dialogTheme_->GetTitleDefaultPadding() in BuildTitle() 275 contentPadding_ = actions_.empty() ? dialogTheme_->GetDefaultPadding() : dialogTheme_->GetAdjustPadding(); in BuildContent() 278 actions_.empty() ? dialogTheme_->GetContentDefaultPadding() : dialogTheme_->GetContentAdjustPadding(); in BuildContent() 296 if (actions_.empty()) { in BuildMenu() 297 LOGW("the action is empty"); in BuildMenu() 322 if (actions_.empty()) { in BuildActions() 323 LOGW("the action is empty"); in BuildActions() 374 if (actions_.empty() || actions_.size() != DIALOG_BUTTONS_COUNT_WATCH) { in BuildActionsForWatch() 611 if (!dialogProperties.callbacks.empty()) { in Build() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_builder.cpp | 77 if (!cachedItems_.empty() && index <= static_cast<size_t>(cachedItems_.rbegin()->first)) { in OnDataAdded() 96 if (!cachedItems_.empty() && index <= static_cast<size_t>(cachedItems_.rbegin()->first)) { in OnDataBulkAdded() 116 if (cachedItems_.empty()) { in OnDataDeleted() 149 if (cachedItems_.empty()) { in OnDataBulkDeleted() 196 if (cachedItems_.empty()) { in OnDataBulkChanged() 414 if (!indexChangedMap.empty()) { in RepairDatasetItems() 427 if (!indexChangedMap.empty()) { in RepairDatasetItems() 435 } else if (!info.extraKey.empty()) { in RepairDatasetItems() 546 if (!operation.key.empty()) { 603 if (!operation.key.empty()) { in OperateChange() [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_analysis_album_operations.cpp | 194 if (clearAlbums.empty()) { in ClearEmptyGroupPhotoAlbumInfo() 217 MEDIA_ERR_LOG("Clear empty group photo album info failed! Error: %{public}d", ret); in ClearEmptyGroupPhotoAlbumInfo() 231 if (!oldCoverId.empty() && MediaLibraryDataManagerUtils::IsNumber(oldCoverId)) { in BuildUpdateGroupPhotoAlbumSql() 252 if (!albumInfo.albumName.empty()) { in BuildUpdateGroupPhotoAlbumSql() 284 if (insertAlbums.empty()) { in InsertGroupPhotoAlbumInfo() 545 if (currentFileId.empty() || targetFileId.empty()) { in GetMergeAlbumCoverUri() 615 if (target.empty()) { in ReorderTagId() 629 if (splitResult.empty()) { in ReorderTagId() 683 if (reorderedTagId.empty()) { in UpdateMergeGroupAlbumsInfo() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_general_store.cpp | 230 if (bindInfos.empty()) { in Bind() 384 devices.empty() ? "null" : Anonymous::Change(*devices.begin()).c_str(), syncParam.mode); in Sync() 395 if (devices.empty()) { in Sync() 396 ZLOGE("Devices is empty! mode:%{public}d", syncParam.mode); in Sync() 439 if (!sameAccountDevs.empty()) { in SetEqualIdentifier() 448 if (!defaultAccountDevs.empty()) { in SetEqualIdentifier() 485 devices.empty() ? "null" : Anonymous::Change(*devices.begin()).c_str(), mode); in Clean() 498 if (devices.empty()) { in Clean() 604 if (status != DBStatus::OK || versions.empty()) { in GetWaterVersion() 704 if (targetID.empty()) { [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | db_common.cpp | 145 if (devName.empty()) { in TransferHashString() 160 if (origStr.empty()) { in TransferStringToHex() 211 if (directory.empty()) { in CreateStoreDirectory() 308 if (!subUser.empty()) { in GenerateIdentifierId() 409 if (!res.empty() && isPreSpace) { in TrimSpace() 422 if (oriString.empty()) { in RTrim() 495 if (!syncObject.GetRelationTableNames().empty()) { in CheckQueryWithoutMultiTable() 499 if (!QuerySyncObject::GetQuerySyncObject(query).empty()) { in CheckQueryWithoutMultiTable() 510 * 3. repeat step 1 and 2, until the graph is empty or there is no point with a zero degree 528 while (!que.empty()) { in IsCircularDependency() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | js-heap-broker.cc | 141 CHECK(array_and_object_prototypes_.empty()); in CollectArrayAndObjectPrototypes() 154 CHECK(!array_and_object_prototypes_.empty()); in CollectArrayAndObjectPrototypes() 181 CHECK(!array_and_object_prototypes_.empty()); in IsArrayOrObjectPrototype() 241 if (inferred_maps.empty()) return refined_feedback; in Refine() 247 DCHECK(!group.empty()); in Refine() 265 if (!new_group.empty()) { in Refine() 515 if (maps.empty() && nexus.ic_state() != InlineCacheState::MEGAMORPHIC) { in ReadFeedbackForPropertyAccess() 521 DCHECK_IMPLIES(maps.empty(), in ReadFeedbackForPropertyAccess() 524 } else if (nexus.GetKeyType() == IcCheckType::kElement && !maps.empty()) { in ReadFeedbackForPropertyAccess() 529 DCHECK(maps.empty()); in ReadFeedbackForPropertyAccess() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveDebugValues.cpp | 138 if (LBlocks.empty()) in dominates() 481 /// Return whether the set is empty or not. 482 bool empty() const { in empty() function in __anon24029::LiveDebugValues::OpenRangesSet 483 assert(Vars.empty() == EntryValuesBackupVars.empty() && in empty() 484 Vars.empty() == VarLocs.empty() && in empty() 486 return VarLocs.empty(); in empty() 631 // Extract the fragment. Interpret an empty fragment as one that covers all in erase() 689 if (L.empty()) in printVarLocInMBB() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 273 if (!DObj.getAbbrevSection().empty()) in handleDebugAbbrev() 275 if (!DObj.getAbbrevDWOSection().empty()) in handleDebugAbbrev() 337 warn() << "Section is empty.\n"; in verifyUnitSection() 430 bool ShouldBeContained = !Ranges.empty() && !ParentRI.Ranges.empty() && in verifyDieRanges() 832 // Verify that all buckets have a valid hash index or are empty. in verifyAppleAccelTable() 1036 // This triggers if a non-empty bucket points to a name with a mismatched in verifyNameIndexBuckets() 1037 // hash. Clients are likely to interpret this as an empty bucket, because a in verifyNameIndexBuckets() 1039 // empty bucket, the producer should have signalled this by marking the in verifyNameIndexBuckets() 1040 // bucket as empty in verifyNameIndexBuckets() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 72 // Need not be a power of 2. If End <= Start range is empty. 128 /// Construct an empty map with the given unroll and vectorization factors. 471 /// VPRegionBlock exists, return the (empty) successors of the topmost 487 /// VPRegionBlock exists, return the (empty) predecessors of the topmost 516 assert(Successors.empty() && "Setting one successor when others exist."); 526 assert(Successors.empty() && "Setting two successors when others exist."); 537 assert(Predecessors.empty() && "Block predecessors already set."); 853 if (!Masks.empty()) 1098 inline bool empty() const { return Recipes.empty(); } [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceCfgNode.cpp | 44 if (!Insts.empty()) { in appendInst() 103 assert(!Insts.empty()); in computeSuccessors() 283 // empty list, with no terminator instruction. There must not be multiple edges 440 // until later, including after empty node contraction. 449 if (getPhis().empty()) in advancedPhiLowering() 470 if (Desc.empty()) in advancedPhiLowering() 677 assert(LiveIn.empty() || LiveIn.size() == NumGlobalVars); in liveness() 687 assert(Live.empty() || Live.size() == NumGlobalVars); in liveness() 737 assert(LiveIn.empty() || LiveIn.size() == NumGlobalVars); in liveness() 879 if (InEdges.empty()) in contractIfEmpty() [all...] |
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 177 if (!patchNativeLibraryPath.empty()) { in GetNativeLibPath() 186 if (!nativeLibraryPath.empty()) { in GetNativeLibPath() 807 if (appLaunchData.GetApplicationInfo().name.empty()) { in CheckLaunchApplicationParam() 808 TAG_LOGE(AAFwkTag::APPKIT, "applicationName is empty"); in CheckLaunchApplicationParam() 812 if (appLaunchData.GetProcessInfo().GetProcessName().empty()) { in CheckLaunchApplicationParam() 813 TAG_LOGE(AAFwkTag::APPKIT, "processName is empty"); in CheckLaunchApplicationParam() 1048 (!entryHapModuleInfo.hapPath.empty()) ? entryHapModuleInfo.hapPath : entryHapModuleInfo.resourcePath; in OnStartAbility() 1049 if (!loadPath.empty()) { in OnStartAbility() 1053 if (overlayModuleInfos_.empty()) { in OnStartAbility() 1066 if (!hqfPath.empty() in OnStartAbility() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_manager_test_update_ng.cpp | 248 EXPECT_FALSE(overlayManager->modalStack_.empty()); in HWTEST_F() 309 EXPECT_FALSE(overlayManager->modalStack_.empty()); in HWTEST_F() 370 EXPECT_FALSE(overlayManager->modalStack_.empty()); in HWTEST_F() 431 EXPECT_FALSE(overlayManager->modalStack_.empty()); in HWTEST_F() 492 EXPECT_FALSE(overlayManager->modalStack_.empty()); in HWTEST_F() 553 EXPECT_FALSE(overlayManager->modalStack_.empty()); in HWTEST_F() 614 EXPECT_FALSE(overlayManager->modalStack_.empty()); in HWTEST_F() 675 EXPECT_FALSE(overlayManager->modalStack_.empty()); in HWTEST_F() 736 EXPECT_FALSE(overlayManager->modalStack_.empty()); in HWTEST_F() 797 EXPECT_FALSE(overlayManager->modalStack_.empty()); in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 175 if (bundleName_.empty()) { in SendStartInstallNotify() 176 LOG_NOFUNC_W(BMS_TAG_INSTALLER, "SendStartInstallNotify bundleName is empty"); in SendStartInstallNotify() 206 if (installParam.needSendEvent && dataMgr_ && !bundleName_.empty()) { in InstallBundle() 231 if (!bundlePaths.empty()) { in InstallBundle() 233 bundleName_.empty() ? bundlePaths[0] : bundleName_, in InstallBundle() 252 if (installParam.needSendEvent && dataMgr_ && !bundleName.empty()) { in InstallBundleByBundleName() 408 if (bundleName.empty()) { in UninstallBundleByUninstallParam() 409 LOG_E(BMS_TAG_INSTALLER, "uninstall bundle name or module name empty"); in UninstallBundleByUninstallParam() 625 // disallowed list and allowed list all empty. in InstallNormalAppControl() 626 if (disallowedAppIds.empty() in InstallNormalAppControl() [all...] |
H A D | inner_bundle_info.cpp | 1550 (moduleName.empty() || (abilityInfo.moduleName == moduleName))) { in FindAbilityInfo() 1567 (moduleName.empty() || (abilityInfo.moduleName == moduleName))) { in FindAbilityInfoV9() 1617 if (abilitys.empty()) { in FindAbilityInfos() 1644 (moduleName.empty() || (extension.second.moduleName == moduleName))) { in FindExtensionInfo() 1659 if (extensions.empty()) { in FindExtensionInfos() 1668 if (newInfo.currentPackage_.empty()) { in AddModuleInfo() 1669 APP_LOGE("current package is empty"); in AddModuleInfo() 1875 if (newInfo.currentPackage_.empty()) { in UpdateModuleInfo() 1901 if (sharedModuleInfoVector.empty()) { in GetMaxVerBaseSharedBundleInfo() 1929 if (sharedModuleInfoVector.empty()) { in GetBaseSharedBundleInfo() [all...] |