Home
last modified time | relevance | path

Searched defs:empty (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dskills_test.cpp288 std::string empty; variable
321 std::string empty; variable
339 std::string empty; variable
363 std::string empty; variable
400 std::string empty; variable
424 std::string empty; variable
448 std::string empty; variable
472 std::string empty; variable
496 std::string empty; variable
520 std::string empty; variable
[all …]
/aosp12/system/bt/gd/common/
H A Dblocking_queue.h59 bool empty() const { in empty() function
66 std::queue<T> empty; in clear() local
H A Dmulti_priority_queue.h43 [[nodiscard]] bool empty() const { in empty() function
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dstatus.h58 T empty; variable
70 T empty; in SetError() local
90 bool empty() const { return error_ < 0; } in empty() function
156 bool empty() const { return false; } in empty() function
/aosp12/frameworks/base/tools/aapt2/java/
H A DClassDefinition.h66 bool empty() const override { in empty() function
111 bool empty() const override { in empty() function
150 bool empty() const override { in empty() function
225 bool empty() const override { in empty() function
/aosp12/system/bt/gd/rust/facade_proto/src/
H A Dlib.rs23 pub mod empty { module
/aosp12/packages/modules/NeuralNetworks/common/
H A DSharedMemory.cpp49 bool MutableMemoryBuilder::empty() const { in empty() function in android::nn::MutableMemoryBuilder
66 bool ConstantMemoryBuilder::empty() const { in empty() function in android::nn::ConstantMemoryBuilder
/aosp12/system/chre/core/include/chre/core/
H A Devent_ref_queue.h37 bool empty() const { in empty() function
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dcontext_container_test.cpp210 std::string empty = ""; variable
222 std::string empty = ""; variable
275 std::string empty = ""; variable
303 std::string empty = ""; variable
334 std::string empty = ""; variable
364 std::string empty = ""; variable
503 std::string empty = ""; variable
/aosp12/system/netd/server/
H A DUidRanges.h50 bool empty() const { return mRanges.empty(); } in empty() function
/aosp12/system/libvintf/
H A DTransportArch.cpp25 bool TransportArch::empty() const { in empty() function in android::vintf::TransportArch
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Ddata_ability_operation.cpp398 int empty = VALUE_NULL; in ReadUriFromParcel() local
414 int empty = VALUE_NULL; in ReadValuesBucketFromParcel() local
430 int empty = VALUE_NULL; in ReadDataAbilityPredicatesFromParcel() local
446 int empty = VALUE_NULL; in ReadValuesBucketReferencesFromParcel() local
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dres_sched_client_test.cpp332 std::string empty; variable
352 std::string empty; variable
376 std::string empty; variable
/aosp12/system/libvintf/include/vintf/
H A DSystemSdk.h35 bool empty() const { return versions().empty(); } in empty() function
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dprettywriter.h97 bool empty = Base::level_stack_.template Pop<typename Base::Level>(1)->valueCount == 0; variable
121 bool empty = Base::level_stack_.template Pop<typename Base::Level>(1)->valueCount == 0; variable
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DCollectionUtilsTests.java81 final ArrayList<String> empty = new ArrayList<>(); in testArrayAsList() local
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Dauth_message_impl.cpp23 const static std::vector<uint8_t> empty {}; in GetMsgBuffer() local
/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DCharSequencesTest.java44 String empty = toString(forAsciiBytes(bytes, 0, 3).subSequence(3, 3)); in testCharSequences() local
/aosp12/frameworks/base/core/tests/coretests/src/android/app/time/
H A DTimeZoneConfigurationTest.java36 TimeZoneConfiguration empty = new TimeZoneConfiguration.Builder().build(); in testIntrospectionMethods() local
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DMatrixTests.cpp31 Rect empty(15, 20, 15, 100); in TEST() local
/aosp12/system/bt/main/
H A Dbte_conf.cc60 std::string empty = ""; in bte_load_did_conf() local
/aosp12/frameworks/av/services/mediametrics/
H A DValidateId.cpp46 static const std::string empty{}; in validateId() local
/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DOutputRelocSection.h42 bool empty() { return m_pRelocData->empty(); } in empty() function
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dnetsys_event_message.cpp29 const std::string empty = ""; in GetMessage() local
/aosp12/art/tools/ahat/src/test/com/android/ahat/
H A DQueryTest.java63 public void empty() throws URISyntaxException { in empty() method in QueryTest

12345678910>>...16