Home
last modified time | relevance | path

Searched refs:empty (Results 9476 - 9500 of 10159) sorted by relevance

1...<<371372373374375376377378379380>>...407

/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp977 if (udid.empty() || udid.length() < INVALID_UDID_LENGTH) { in GetAnonyUdid()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences.cpp601 PRE_NAPI_ASSERT(env, errCode == napi_ok && !keys.empty(), in RegisterDataObserver()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup_js.cpp59 if (!info.srcEntrance.empty()) { in GetSrcPath()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.cpp401 if (!textStyle.ellipsis.empty()) {
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp280 if (touchHotAreas.empty()) { in UpdateHotAreas()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_test.cpp477 EXPECT_FALSE(deviceScreenConfig.rotationPolicy_.empty()); in HWTEST_F()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_lifecycle_test.cpp162 EXPECT_FALSE(ssm_->alivePersistentIds_.empty()); in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp183 WLOGFD("srcNode or srcNode->leashWinSurfaceNode_ is empty"); in GetAndDrawSnapShot()
666 if (!fullScreenAnimationTargets.empty()) { in NotifyAnimationTargetsUpdate()
/kernel/linux/linux-5.10/block/
H A Dbfq-cgroup.c119 BFQG_FLAG_FNS(empty)
179 * group is already marked empty. This can happen if bfqq got new in bfqg_stats_set_start_empty_time()
663 /* If bfqq is empty, then bfq_bfqq_expire also invokes in bfq_bfqq_move()
953 * empty and gets expired. in bfq_pd_offline()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dhead_64.S313 stx %g0, [%sp + 2047 + 128 + 0x40] ! arg6: empty
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dhead_64.S313 stx %g0, [%sp + 2047 + 128 + 0x40] ! arg6: empty
/kernel/linux/linux-5.10/fs/ubifs/
H A Dubifs.h207 * SCANNED_EMPTY_SPACE: scanned empty space
316 * @endpt: end point (and therefore the start of empty space)
446 * LPROPS_FREE: free > 0, dirty < @c->dead_wm, not empty, not index
448 * LPROPS_EMPTY: LEB is empty, not taken
505 * @empty_lebs: number of empty LEBs
519 * by GC, but unlike other empty LEBs that are "taken", it may not be written
1051 * @enext: next znode to commit to empty space
1206 * @empty_list: list of empty LEBs
1237 * @empty: %1 if the UBI device is empty
1481 unsigned int empty:1; global() member
[all...]
/kernel/linux/linux-6.6/fs/ubifs/
H A Dubifs.h216 * SCANNED_EMPTY_SPACE: scanned empty space
325 * @endpt: end point (and therefore the start of empty space)
455 * LPROPS_FREE: free > 0, dirty < @c->dead_wm, not empty, not index
457 * LPROPS_EMPTY: LEB is empty, not taken
514 * @empty_lebs: number of empty LEBs
528 * by GC, but unlike other empty LEBs that are "taken", it may not be written
1072 * @enext: next znode to commit to empty space
1227 * @empty_list: list of empty LEBs
1258 * @empty: %1 if the UBI device is empty
1509 unsigned int empty:1; global() member
[all...]
/kernel/linux/linux-6.6/block/
H A Dbfq-cgroup.c119 BFQG_FLAG_FNS(empty)
179 * group is already marked empty. This can happen if bfqq got new in bfqg_stats_set_start_empty_time()
666 /* If bfqq is empty, then bfq_bfqq_expire also invokes in bfq_bfqq_move()
972 * empty and gets expired. in bfq_pd_offline()
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dlib.sh558 # return success only in case of non-empty output
1978 non-empty string.
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/
H A Dnet_forwarding_lib.sh558 # return success only in case of non-empty output
1978 non-empty string.
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/
H A Dlib.sh558 # return success only in case of non-empty output
1978 non-empty string.
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/team/
H A Dnet_forwarding_lib.sh558 # return success only in case of non-empty output
1978 non-empty string.
/third_party/elfio/elfio/
H A Delfio_dump.hpp1118 if ( str.empty() ) { in dynamic_tag()
/third_party/glslang/glslang/Include/
H A DConstantUnion.h929 bool empty() const { return unionArray == nullptr; } in empty() function in glslang::TConstUnionArray
/third_party/glslang/SPIRV/
H A DSPVRemapper.cpp1422 if (stripRange.empty()) // nothing to do in strip()
/third_party/icu/icu4c/source/common/
H A Duloc.cpp582 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty keyword name */ in locale_canonKeywordName()
813 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty keyword name in passed-in locale */ in ulocimp_getKeywordValue()
847 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty key value name in passed-in locale */ in ulocimp_getKeywordValue()
977 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty keyword name in passed-in locale */ in uloc_setKeywordValue()
1009 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty key value in passed-in locale */ in uloc_setKeywordValue()
1650 if (id.empty() && tmpLocaleID != NULL) { in _canonicalize()
/third_party/json/tests/src/
H A Dunit-class_parser.cpp328 SECTION("empty array")
342 SECTION("empty object")
356 // empty string
585 CHECK_THROWS_WITH_AS(parser_helper("1.18973e+4932").empty(), "[json.exception.out_of_range.406] number overflow parsing '1.18973e+4932'", json::out_of_range&);
651 SECTION("empty array")
665 SECTION("empty object")
679 // empty string
1518 // the following test cases cover the situation in which an empty
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_precision.cpp639 assert(v.stack.empty()); in find_lowerable_rvalues()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_reader_unittest.cc171 if (!encoding.empty())
235 EXPECT_FALSE(reader.Open(data_dir_.AppendASCII("empty.zip"))); in TEST_F()

Completed in 53 milliseconds

1...<<371372373374375376377378379380>>...407