Home
last modified time | relevance | path

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

12345678910>>...12

/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/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/bt/gd/rust/facade_proto/src/
H A Dlib.rs23 pub mod empty { module
/aosp12/system/chre/core/include/chre/core/
H A Devent_ref_queue.h37 bool empty() const { in empty() function
/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
/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/system/libvintf/include/vintf/
H A DSystemSdk.h35 bool empty() const { return versions().empty(); } in empty() function
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DCollectionUtilsTests.java81 final ArrayList<String> empty = new ArrayList<>(); in testArrayAsList() 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
/aosp12/art/tools/ahat/src/test/com/android/ahat/
H A DQueryTest.java63 public void empty() throws URISyntaxException { in empty() method in QueryTest
/aosp12/system/incremental_delivery/incfs/include/
H A DMountRegistry.h51 bool empty() const { return path.empty(); } in empty() function
84 bool empty() const { return roots.empty(); } in empty() function
/aosp12/art/libartbase/base/
H A Dbounded_fifo.h42 bool empty() const { in empty() function
/aosp12/packages/apps/Dialer/java/com/android/dialer/spam/status/
H A DSpamMetadata.java31 public static SpamMetadata empty() { in empty() method in SpamMetadata
/aosp12/system/chre/util/include/chre/util/
H A Dfixed_size_blocking_queue_impl.h65 bool FixedSizeBlockingQueue<ElementType, kSize>::empty() { in empty() function
/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DRpnExpr.h47 bool empty() const { return m_TokenQueue.empty(); } in empty() function
/aosp12/frameworks/base/tests/Camera2Tests/CameraToo/tests/src/com/example/android/camera2/cameratoo/
H A DCameraTooTest.java57 Size empty = new Size(0, 0), fatAndFlat = new Size(100, 0), tallAndThin = new Size(0, 100); in compareSizesByArea() local
104 Size empty = new Size(0, 0), fatAndFlat = new Size(100, 0), tallAndThin = new Size(0, 100); in chooseBigEnoughSize() local

12345678910>>...12