/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_symbol_animation.cpp | 213 !rsNode_->replaceNodesSwapMap[INVALID_STATUS].empty()); in SetReplaceAnimation() 235 parameters.at(config.symbolNode.animationIndex).empty()) { in SetReplaceDisappear() 256 if (symbolAnimationConfig->symbolNodes.empty()) { in SetReplaceAppear() 257 ROSEN_LOGD("[%{public}s] symbol nodes is empty \n", __func__); in SetReplaceAppear() 291 parameters[symbolNode.animationIndex].empty()) { in SetReplaceAppear() 303 if (publicSupportAnimations_.empty()) { in InitSupportAnimationTable() 309 if (upAndDownSupportAnimations_.empty()) { in InitSupportAnimationTable() 348 if (parameters.empty()) { in GetAnimationGroupParameters() 380 if (symbolAnimationConfig->symbolNodes.empty()) { in SetPublicAnimation() 381 ROSEN_LOGD("[%{public}s] symbol nodes is empty \ in SetPublicAnimation() [all...] |
/foundation/systemabilitymgr/samgr/services/common/test/unittest/ |
H A D | parse_util_test.cpp | 105 * @tc.desc: Verify if not load sa file return empty list 112 * @tc.steps: step1. Get empty config when not parse sa file. in HWTEST_F() 113 * @tc.expected: step1. return empty list when not load sa file in HWTEST_F() 116 EXPECT_TRUE(profiles.empty()); in HWTEST_F() 139 if (!profiles.empty()) { in HWTEST_F() 621 * @tc.desc: parse OnDemandConditions, conditions is empty. 633 EXPECT_TRUE(out.empty()); in HWTEST_F() 738 * @tc.desc: parse OnDemandExtraMessages, ExtraMessages is empty. 748 EXPECT_TRUE(out.empty()); in HWTEST_F() 880 EXPECT_EQ(true, saProfile.startOnDemand.onDemandEvents.empty()); in HWTEST_F() [all...] |
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | device_status_collect_manager_test.cpp | 108 EXPECT_EQ(true, collect->onDemandSaProfiles_.empty()); in HWTEST_F() 114 EXPECT_EQ(false, collect->onDemandSaProfiles_.empty()); in HWTEST_F() 119 EXPECT_EQ(false, collect->onDemandSaProfiles_.empty()); in HWTEST_F() 135 EXPECT_EQ(true, saControlList.empty()); in HWTEST_F() 145 EXPECT_EQ(false, saControlList.empty()); in HWTEST_F() 149 EXPECT_EQ(false, saControlList.empty()); in HWTEST_F() 153 EXPECT_EQ(true, saControlList.empty()); in HWTEST_F() 156 EXPECT_EQ(true, saControlList.empty()); in HWTEST_F() 159 EXPECT_EQ(true, saControlList.empty()); in HWTEST_F() 206 EXPECT_EQ(true, collect->collectPluginMap_.empty()); in HWTEST_F() [all...] |
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/ |
H A D | connection_exec.cpp | 71 if (!capabilities->netCaps_.empty() && capabilities->netCaps_.size() <= MAX_ARRAY_LENGTH) { in CreateNetCapabilities() 79 if (!capabilities->bearerTypes_.empty() && capabilities->bearerTypes_.size() <= MAX_ARRAY_LENGTH) { in CreateNetCapabilities() 411 if (context->host_.empty() || context->ip_.empty()) { in ExecSetCustomDNSRule() 464 if (context->host_.empty()) { in ExecDeleteCustomDNSRule() 562 if (context->host_.empty()) { in ExecGetAddressesByName() 563 NETMANAGER_BASE_LOGE("host is empty!"); in ExecGetAddressesByName() 621 if (context->host_.empty()) { in ExecGetAddressByName() 622 NETMANAGER_BASE_LOGE("host is empty!"); in ExecGetAddressByName() 661 if (context->addresses_.empty()) { in GetAddressByNameCallback() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | object_manager_test.cpp | 601 ASSERT_EQ(result.empty(), true); in HWTEST_F() 603 ASSERT_EQ(result.empty(), true); in HWTEST_F() 625 EXPECT_TRUE(res.empty()); in HWTEST_F() 629 EXPECT_TRUE(res.empty()); in HWTEST_F() 633 EXPECT_TRUE(res.empty()); in HWTEST_F() 637 EXPECT_TRUE(res.empty()); in HWTEST_F() 676 ASSERT_EQ(results.empty(), false); in HWTEST_F() 740 ASSERT_EQ(result.empty(), false); in HWTEST_F() 768 EXPECT_TRUE(assets.empty()); in HWTEST_F() 773 EXPECT_TRUE(assets.empty()); in HWTEST_F() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | schema_object.cpp | 66 if (inFieldpath.empty()) { in GenerateExtractSQL() 67 LOGE("[Schema][GenExtract] Path empty."); in GenerateExtractSQL() 215 if (inPath.empty()) { in CheckQueryableAndGetFieldType() 491 if (type != FieldType::INTERNAL_FIELD_OBJECT) { // LEAF_FIELD_OBJECT indicate an empty object which is not allowed in CheckMetaFieldCountAndType() 569 if (nestPathCurDepth.empty()) { in ParseCheckSchemaDefine() 584 // Note: inPath will never be an empty vector, internal logic guarantee it, see the caller logic in CheckSchemaDefineItemDecideAttribute() 585 if (inPath.empty()) { // Not Possible. Just For Clear CodeDEX. in CheckSchemaDefineItemDecideAttribute() 615 LOGE("[Schema][CheckItemDecideAttr] Expect array empty but size=%u.", arraySize); in CheckSchemaDefineItemDecideAttribute() 707 if (indexPathVec.empty()) { // Unlikely, empty JsonArra in ParseCheckEachIndexFromStringArray() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_relational_storage_engine.cpp | 392 if (missingTables.empty()) { in CleanDistributedDeviceTable() 393 LOGI("Check missing distributed table is empty."); in CleanDistributedDeviceTable() 485 if (schema.trackerColNames.empty()) { in SetTrackerTable() 534 if (schema.trackerColNames.empty()) { in CheckAndCacheTrackerSchema() 685 return clearWaterMarkTables.empty() ? E_OK : -E_TABLE_REFERENCE_CHANGED; in SetReference() 776 if (deleteTableNames.empty()) { in DoDeleteSharedTable() 792 if (sharedTableKey.empty() || sharedTableKey.size() > DBConstant::MAX_KEY_SIZE) { in DoDeleteSharedTable() 810 if (updateTableNames.empty()) { in DoUpdateSharedTable() 834 if (alterTableNames.empty()) { in DoAlterSharedTableName() 876 if (tableSchema.sharedTableName.empty()) { in DoCreateSharedTable() [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/ |
H A D | mount_manager.cpp | 328 if (processInfos.empty()) { in UmountFailRadar() 368 if (processInfo.empty()) { in KillProcess() 379 if (filename.empty()) { in GetProcessInfo() 390 if (line.empty()) { in GetProcessInfo() 391 LOGE("line is empty"); in GetProcessInfo() 409 if (path.empty()) { in CheckMaps() 445 if (path.empty()) { in CheckSymlink() 695 if (line.empty()) { in MountPointToList() 805 if (list.empty()) { in UMountByList() 1145 if (relativePath.empty() || relativePat in MountDfsDocs() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_canvas.cpp | 242 LOGE("skCanvas_ or surface is null, or sdf shape is empty. return on line %{public}d", __LINE__); in DrawSdf() 523 skiaCubics.empty() ? nullptr : skiaCubics.data(), in DrawPatch() 524 skiaColors.empty() ? nullptr : skiaColors.data(), in DrawPatch() 525 skiaTexCoords.empty() ? nullptr : skiaTexCoords.data(), in DrawPatch() 608 if (!lattice.fRectTypes.empty()) { in DrawImageLattice() 615 if (!lattice.fColors.empty()) { in DrawImageLattice() 621 SkCanvas::Lattice skLattice = {lattice.fXDivs.empty() ? nullptr : lattice.fXDivs.data(), in DrawImageLattice() 622 lattice.fYDivs.empty() ? nullptr : lattice.fYDivs.data(), in DrawImageLattice() 623 skRectTypes.empty() ? nullptr : skRectTypes.data(), in DrawImageLattice() 625 lattice.fBounds.empty() in DrawImageLattice() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | access-info.cc | 94 CHECK(!lookup_start_object_maps.empty()); in ElementAccessInfo() 330 DCHECK(unrecorded_dependencies_.empty()); in Merge() 331 DCHECK(that->unrecorded_dependencies_.empty()); in Merge() 345 DCHECK(unrecorded_dependencies_.empty()); in Merge() 346 DCHECK(that->unrecorded_dependencies_.empty()); in Merge() 392 DCHECK(!group.empty()); in ComputeElementAccessInfos() 960 if (access_infos.empty()) return false; in FinalizePropertyAccessInfos() 974 DCHECK(result->empty()); in MergePropertyAccessInfos() 985 CHECK(!result->empty()); in MergePropertyAccessInfos() 1015 if (feedback.transition_groups().empty()) retur in ConsolidateElementLoad() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 98 /// Create an empty function with the given name. 223 // Create an empty module when the MIR file is empty. in parseIRModule() 244 // Create an new, empty module. in parseIRModule() 422 if (!YamlMF.Constants.empty()) { in initializeMachineFunction() 449 if (!YamlMF.JumpTableInfo.Entries.empty() && in initializeMachineFunction() 540 if (!VReg.PreferredRegister.Value.empty()) { in parseRegisterInfo() 557 if (!LiveIn.VirtualRegister.Value.empty()) { in parseRegisterInfo() 659 if (!YamlMFI.SavePoint.Value.empty()) { in initializeFrameInfo() 665 if (!YamlMFI.RestorePoint.Value.empty()) { in initializeFrameInfo() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 432 if (!FuncInfo.SEHUnwindMap.empty()) in calculateSEHStateNumbers() 450 if (!FuncInfo.EHPadStateMap.empty()) in calculateWinCXXEHStateNumbers() 481 if (!FuncInfo.EHPadStateMap.empty()) in calculateClrEHStateNumbers() 528 while (!Worklist.empty()) { in calculateClrEHStateNumbers() 766 if (Orig2Clone.empty()) in cloneCommonBlocks() 777 assert(NewColors.empty() && "A new block should only have one color!"); in cloneCommonBlocks() 835 assert(!IncomingColors.empty() && "Block not colored!"); in cloneCommonBlocks() 908 assert(!ColorsForUserBB.empty()); in cloneCommonBlocks() 916 if (UsesToRename.empty()) in cloneCommonBlocks() 927 while (!UsesToRename.empty()) in cloneCommonBlocks() [all...] |
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | pipeline.cc | 81 if (!opencl_pod_buffers_.empty()) { in Clone() 241 if (name.empty()) in SetShaderEntryPoint() 302 if (color_attachments_.empty()) in ValidateGraphics() 340 if (shaders_.empty()) in ValidateCompute() 669 if (!IsCompute() || GetShaders().empty() || in UpdateOpenCLBufferBindings() 676 if (descriptor_map.empty()) in UpdateOpenCLBufferBindings() 769 if (!IsCompute() || GetShaders().empty() || in GenerateOpenCLPodBuffers() 776 if (descriptor_map.empty()) in GenerateOpenCLPodBuffers() 792 bool uses_name = !arg_info.name.empty(); in GenerateOpenCLPodBuffers() 1001 if (!IsCompute() || GetShaders().empty() || in GenerateOpenCLPushConstants() [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | instruction_test.cpp | 41 Instruction empty; in TEST() local 42 EXPECT_EQ(SpvOpNop, empty.opcode()); in TEST() 43 EXPECT_EQ(0u, empty.type_id()); in TEST() 44 EXPECT_EQ(0u, empty.result_id()); in TEST() 45 EXPECT_EQ(0u, empty.NumOperands()); in TEST() 46 EXPECT_EQ(0u, empty.NumOperandWords()); in TEST() 47 EXPECT_EQ(0u, empty.NumInOperandWords()); in TEST() 48 EXPECT_EQ(empty.cend(), empty.cbegin()); in TEST() 49 EXPECT_EQ(empty in TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | instruction_test.cpp | 41 Instruction empty; in TEST() local 42 EXPECT_EQ(SpvOpNop, empty.opcode()); in TEST() 43 EXPECT_EQ(0u, empty.type_id()); in TEST() 44 EXPECT_EQ(0u, empty.result_id()); in TEST() 45 EXPECT_EQ(0u, empty.NumOperands()); in TEST() 46 EXPECT_EQ(0u, empty.NumOperandWords()); in TEST() 47 EXPECT_EQ(0u, empty.NumInOperandWords()); in TEST() 48 EXPECT_EQ(empty.cend(), empty.cbegin()); in TEST() 49 EXPECT_EQ(empty in TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 100 // A concrete Phi only exists if we created an empty one to break a cycle. in getPreviousDefRecursive() 102 assert(Phi->operands().empty() && "Expected empty Phi"); in getPreviousDefRecursive() 260 if (!RenameUses && !InsertedPHIs.empty()) { in insertUse() 416 while (!FixupList.empty()) { in insertDef() 483 while (!Worklist.empty()) { in fixupDefs() 793 if (!RevDeleteUpdates.empty()) { in applyUpdates() 934 if (PrevBlockSet.empty()) { in applyInsertUpdates() 971 assert(!PrevBlockSet.empty() && in applyInsertUpdates() 988 // If Phi is not empty, ad in applyInsertUpdates() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 348 if (!L->empty()) in analyzeLoopUnrollCost() 388 assert(CostWorklist.empty() && "Must start with an empty cost list"); in analyzeLoopUnrollCost() 389 assert(PHIUsedList.empty() && "Must start with an empty phi used list"); in analyzeLoopUnrollCost() 450 } while (!CostWorklist.empty()); in analyzeLoopUnrollCost() 452 if (PHIUsedList.empty()) in analyzeLoopUnrollCost() 502 while (!SimplifiedInputValues.empty()) in analyzeLoopUnrollCost() 618 while (!ExitWorklist.empty()) { in analyzeLoopUnrollCost() 1395 assert(PreOrderLoops.empty() in appendLoopsToWorklist() [all...] |
/third_party/skia/experimental/sktext/src/ |
H A D | Text.cpp | 109 while (!unresolvedTexts.empty()) { in resolveChain() 122 if (newUnresolvedTexts.empty() || newUnresolvedTexts.back().fEnd < grapheme.fStart) { in resolveChain() 155 SkASSERT(unresolvedTexts.empty()); in resolveChain() 159 return unresolvedTexts.empty(); in resolveChain() 287 if (shapedText->fLogicalRuns.empty()) { 288 // Create a fake run for an empty text (to avoid all the checks) 354 Stretch empty(GlyphPos(runIndex, glyphIndex), textIndex, runMetrics); 355 line = empty; 356 spaces = empty; 357 clusters = empty; [all...] |
/third_party/spirv-tools/test/opt/ |
H A D | instruction_test.cpp | 41 Instruction empty; in TEST() local 42 EXPECT_EQ(spv::Op::OpNop, empty.opcode()); in TEST() 43 EXPECT_EQ(0u, empty.type_id()); in TEST() 44 EXPECT_EQ(0u, empty.result_id()); in TEST() 45 EXPECT_EQ(0u, empty.NumOperands()); in TEST() 46 EXPECT_EQ(0u, empty.NumOperandWords()); in TEST() 47 EXPECT_EQ(0u, empty.NumInOperandWords()); in TEST() 48 EXPECT_EQ(empty.cend(), empty.cbegin()); in TEST() 49 EXPECT_EQ(empty in TEST() [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCommandLine.cpp | 222 << Option<LogEmptyLoginfo> (DE_NULL, "deqp-log-empty-loginfo", "Logging of empty shader compile/link log info", s_enableNames, "enable") in registerOptions() 423 bool hasChildren (void) const { return !m_children.empty(); } in hasChildren() 516 while (!nodeStack.empty()) in parseCaseTrie() 525 if (!curName.empty() && expectNode) in parseCaseTrie() 545 else if (curName.empty() == expectNode) in parseCaseTrie() 554 if (nodeStack.empty()) in parseCaseTrie() 585 if (curName.empty()) in parseSimpleCaseList() 621 if (curName.empty()) in parseSimpleCaseList() 689 if (groupBuffer.empty()) in parseGroupFile() [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | forward-enum-decl.hpp | 6 empty, member in CSSPseudoClassType
|
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | neural_network_runtime.cpp | 370 if (inputDims.empty()) { in ParseDynamicDimsFromExtensions() 371 LOGE("ParseDynamicDimsFromExtensions failed, input dims is empty."); in ParseDynamicDimsFromExtensions() 375 if (dynamicDims.empty()) { in ParseDynamicDimsFromExtensions() 376 LOGE("ParseDynamicDimsFromExtensions failed, dynamic dims is empty."); in ParseDynamicDimsFromExtensions() 427 if (value.empty()) { in CheckExtensionConfigs() 428 LOGE("ParseExtensionConfigs failed, get empty quant buffer value."); in CheckExtensionConfigs() 436 if (value.empty()) { in CheckExtensionConfigs() 437 LOGE("ParseExtensionConfigs failed, get empty model name value."); in CheckExtensionConfigs() 444 if (value.empty()) { in CheckExtensionConfigs() 445 LOGE("ParseExtensionConfigs failed, get empty isProfilin in CheckExtensionConfigs() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_timepicker_bridge.cpp | 81 if (!ArkTSUtils::ParseJsString(vm, fontWeightArg, weight) || weight.empty()) {
in SetTextStyle() 87 if (!ArkTSUtils::ParseJsFontFamiliesToString(vm, fontFamilyArg, fontFamily) || fontFamily.empty()) {
in SetTextStyle() 130 if (!ArkTSUtils::ParseJsString(vm, fontWeightArg, weight) || weight.empty()) {
in SetSelectedTextStyle() 136 if (!ArkTSUtils::ParseJsFontFamiliesToString(vm, fontFamilyArg, fontFamily) || fontFamily.empty()) {
in SetSelectedTextStyle() 179 if (!ArkTSUtils::ParseJsString(vm, fontWeightArg, weight) || weight.empty()) {
in SetDisappearTextStyle() 185 if (!ArkTSUtils::ParseJsFontFamiliesToString(vm, fontFamilyArg, fontFamily) || fontFamily.empty()) {
in SetDisappearTextStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_graphic.cpp | 45 if (!fillState_.GetHref().empty()) { in OnDraw() 54 if (!fillState_.GetHref().empty()) { in OnDraw() 185 if (!fillState_.GetHref().empty() && CheckHrefPattern()) { in UpdateFillStyle() 265 if (gradientColors.empty()) { in SetGradientStyle() 296 if (gradientColors.empty()) { in SetStrokeGradientStyle() 377 if (!strokeState.GetLineDash().lineDash.empty()) { in UpdateLineDash()
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/ |
H A D | xml_parser.cpp | 41 HGM_LOGE("XMLParser xmlDocument_ is empty, should do LoadConfiguration first");
in Parse() 163 if (paraName.empty()) {
in ParseParams() 276 if (mParsedData_->appBufferList_.empty()) {
in ParseBufferStrategyList() 286 if (config.empty()) {
in ParseBufferStrategyList() 296 if (strategy.appBufferList.empty()) {
in ParseBufferStrategyList() 396 if (key.empty() || value.empty()) {
in ParseSimplex()
|