/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 2149 if (modifiers_.empty()) { in DoFlushModifier() 2828 } else if (!nodeName_.empty()) { in Dump() 2859 if (!animations_.empty()) { in Dump() 2878 if (!animations_.empty()) { in DumpNode()
|
/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | hiplayer_impl.cpp | 573 if (!header_.empty()) { in DoSetMediaSource() 1402 if (!bundleName.empty()) { in SetBundleName() 1416 MEDIA_LOG_E_SHORT("InitVideoWidthAndHeight failed, as videoTrackInfo is empty!"); in InitVideoWidthAndHeight() 2168 if (!mimeType_.empty()) { in DoSetSource() 2415 while (!pendingStates_.empty()) { in UpdateStateNoLock()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | session.cpp | 1420 if (lifeCycleTaskQueue_.empty()) { in RemoveLifeCycleTask() 1432 if (lifeCycleTaskQueue_.empty()) { in RemoveLifeCycleTask() 1441 if (!lifeCycleTaskQueue_.empty()) { in PostLifeCycleTask() 1772 if (dialogVec.empty()) { in CheckDialogOnForeground() 1773 TLOGD(WmsLogTag::WMS_DIALOG, "Dialog is empty, id: %{public}d", GetPersistentId()); in CheckDialogOnForeground()
|
/third_party/f2fs-tools/fsck/ |
H A D | mount.c | 1731 int empty = test_bit_le(i, empty_nat_bits); in check_nat_bits() local 1739 if (!empty || full) { in check_nat_bits() 1744 if (empty || !full) { in check_nat_bits() 1749 if (empty || full) { in check_nat_bits()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | Intermediate.cpp | 2384 // Make an aggregate with an empty sequence. 3990 assert(seq.size() == qual.size() || qual.empty()); 4005 if (!constructor->getSequence().empty()) 4011 if (!qual.empty()) 4017 if (!qual.empty())
|
/third_party/icu/icu4c/source/i18n/ |
H A D | regexcmp.cpp | 58 // Lazy init of all shared global sets (needed for init()'s empty text) in RegexCompile() 841 // Simpler code when the repeated body must match something non-empty in doParseActions() 1716 // the operator stack should be empty and the operand stack should have just in doParseActions() 1718 U_ASSERT(fSetOpStack.empty()); in doParseActions() 1720 U_ASSERT(fSetStack.empty()); in doParseActions() 1917 // Note that the truncated literal string may be empty, in which case 3673 // Loop has an empty body. No affect on max match length. 4616 U_ASSERT(fSetOpStack.empty()==false); 4622 U_ASSERT(fSetStack.empty() == false);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | regexcmp.cpp | 58 // Lazy init of all shared global sets (needed for init()'s empty text) in RegexCompile() 841 // Simpler code when the repeated body must match something non-empty in doParseActions() 1716 // the operator stack should be empty and the operand stack should have just in doParseActions() 1718 U_ASSERT(fSetOpStack.empty()); in doParseActions() 1720 U_ASSERT(fSetStack.empty()); in doParseActions() 1917 // Note that the truncated literal string may be empty, in which case 3673 // Loop has an empty body. No affect on max match length. 4616 U_ASSERT(fSetOpStack.empty()==false); 4622 U_ASSERT(fSetStack.empty() == false);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | ParseHelper.cpp | 699 // These checks are common for all declarations starting a declarator list, and declarators that follow an empty 1453 // It is assumed that this applies to empty declarations as well. in parseSingleDeclaration() 1454 error(identifierOrTypeLocation, "empty array declaration needs to specify a size", identifier.c_str()); in parseSingleDeclaration() 1628 // If the declaration starting this declarator list was empty (example: int,), some checks were not performed. in parseDeclarator() 1657 // If the declaration starting this declarator list was empty (example: int,), some checks were not performed. in parseArrayDeclarator() 1703 // If the declaration starting this declarator list was empty (example: int,), some checks were not performed. in parseInitDeclarator() 1744 // If the declaration starting this declarator list was empty (example: int,), some checks were not performed. in parseArrayInitDeclarator() 2680 if(fields.empty()) in addFieldSelectionExpression() 2735 if(fields.empty()) in addFieldSelectionExpression() 2980 if(!structName->empty()) in addStructure() [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 468 // - "Q: How can I have widgets with an empty label?" 926 IMGUI_API void SaveIniSettingsToDisk(const char* ini_filename); // this is automatically called (if io.IniFilename is not empty) a few seconds after any modification that should be reflected in the .ini file (and also by DestroyContext). 1058 ImGuiPopupFlags_NoOpenOverItems = 1 << 6, // For BeginPopupContextWindow(): don't return true when hovering items, only when hovering empty space 1716 inline bool empty() const { return Size == 0; } in empty() function 2082 bool IsActive() const { return !Filters.empty(); } in IsActive() 2092 bool empty() const { return b == e; } in empty() function 2112 bool empty() const { return Buf.Size <= 1; } in empty() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 882 while (!FlowQ.empty()) { in propagate() 979 if (!B->empty()) in rewrite() 1065 assert(FlowQ.empty()); in run() 2943 if (!NewInstrs.empty()) { in rewriteHexConstDefs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 1950 if (!Indices.empty()) in visitGetElementPtrInst() 2398 } while (!Worklist.empty()); in isAllocSiteRemovable() 2577 // test so that simplify cfg can remove the empty block and dead code in visitFree() 2907 // An empty filter catches everything, so there is no point in keeping any in visitLandingPadInst() 2921 // Not an empty filter - it contains at least one null typeinfo. in visitLandingPadInst() 2922 assert(NumTypeInfos > 0 && "Should have handled empty filter already!"); in visitLandingPadInst() 2997 // If the new filter is empty then it will catch everything so there is in visitLandingPadInst() 2999 // as having a cleanup. The case of the original filter being empty was in visitLandingPadInst() 3068 // If Filter is empty then it is a subset of LFilter. in visitLandingPadInst() 3096 // Since Filter is non-empty an in visitLandingPadInst() [all...] |
/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer_unittest.cc | 2334 if (!ignored_field_.empty()) { in SetSpecialFieldOption() 2342 if (!set_field_.empty()) { in SetSpecialFieldOption() 2346 if (!map_field_.empty() && !map_key_.empty()) { in SetSpecialFieldOption() 2597 item->set_b("null"); // empty key moved in TEST_F()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.cpp | 623 * @return Vector with the valid values, in growing order, or empty if 2323 if (true == source.empty()) in Init() 2516 /* Skip empty shaders */ in LogSource() 2517 if (true == source.empty()) in LogSource() 2925 /* empty list, skip */ in Capture() 3921 if (false == parent_name.empty()) in GetReference() 4084 if (true == m_qualifiers.empty()) in GetDefinition() 4717 /* Prefix name with stage ID, empty means default block */ in cloneVariableForStage() 4718 if (false == name.empty()) in cloneVariableForStage() 5590 if (false == test_case_name.empty()) in test() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 270 if (path.empty()) { in ParseMotionPath() 2635 if (id.empty()) { in JsSharedTransition() 4161 if (valueSource->IsString() && !valueSource->ToString().empty()) { in JsBorderImage() 5095 if ((bundleName.empty() && !moduleName.empty()) || bundleName == DEFAULT_HAR_BUNDLE_NAME) { in CompleteResourceObjectInner() 7445 if (id.empty()) { in JsId() 7574 if (description.empty()) { in ParseAccessibilityDescriptionJson() 10982 JSRef<JSObject> empty; in CreateJsTextMenuId() local 10984 CHECK_NULL_RETURN(engine, empty); in CreateJsTextMenuId() 10986 CHECK_NULL_RETURN(nativeEngine, empty); in CreateJsTextMenuId() [all...] |
/applications/sample/camera/media/ |
H A D | player_sample.cpp | 161 if (aviableBuffer.empty()) { in GetAvailableBuffer()
|
/base/account/os_account/interfaces/kits/napi/common/src/ |
H A D | napi_account_common.cpp | 608 if (nativeData.empty()) {
in NativeStringToJsObject()
|
/base/global/i18n/frameworks/intl/src/ |
H A D | i18n_timezone.cpp | 602 if (id.empty()) { in I18nTimeZone()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/ |
H A D | inputmethodlist.js | 437 console.info(`${TAG} subTypes is empty, err = ${JSON.stringify(m1)}`);
|
/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account.cpp | 35 if ((str).empty() || ((str).size() > (maxSize))) { \ 54 RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(name, Constants::NAME_MAX_SIZE, "name is empty or oversize"); in AddAccount() 56 RETURN_IF_STRING_IS_OVERSIZE(extraInfo, Constants::EXTRA_INFO_MAX_SIZE, "extraInfo is empty or oversize"); in AddAccount() 67 RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversize"); in AddAccountImplicitly() 70 Constants::ABILITY_NAME_MAX_SIZE, "abilityName is empty or oversize"); in AddAccountImplicitly() 80 RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(name, Constants::NAME_MAX_SIZE, "name is empty or oversize"); in CreateAccount() 98 RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversize"); in CreateAccountImplicitly() 99 RETURN_IF_STRING_IS_OVERSIZE(options.authType, Constants::AUTH_TYPE_MAX_SIZE, "authType is empty or oversize"); in CreateAccountImplicitly() 101 Constants::ABILITY_NAME_MAX_SIZE, "abilityName is empty or oversize"); in CreateAccountImplicitly() 113 RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(name, Constants::NAME_MAX_SIZE, "name is empty o in DeleteAccount() [all...] |
/base/global/resource_management/interfaces/js/innerkits/core/src/ |
H A D | resource_manager_napi_utils.cpp | 423 if (bundleName.empty()) { in GetHapResourceManager() 673 RESMGR_HILOGD(RESMGR_JS_TAG, "GetLocaleOfConfig locale not set or empty"); in GetLocaleOfConfig()
|
/base/powermgr/power_manager/services/zidl/src/ |
H A D | power_mgr_stub.cpp | 696 if (arg.empty()) { in ShellDumpStub()
|
/base/powermgr/battery_manager/test/unittest/src/interface_test/ |
H A D | battery_client_test.cpp | 742 if (!value.empty()) { in HWTEST_F()
|
/base/powermgr/display_manager/state_manager/service/native/src/ |
H A D | display_power_mgr_service.cpp | 67 if (!displayIds.empty()) { in Init()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_store.cpp | 148 if (!reminders.empty()) { in CopyData()
|
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/ |
H A D | js_event_cooperate_target.cpp | 213 if (isListeningProcess_ && iter->second.empty()) {
in RemoveListener()
|