/aosp12/system/bt/gd/common/ |
H A D | blocking_queue.h | 59 bool empty() const { in empty() function 66 std::queue<T> empty; in clear() local
|
H A D | multi_priority_queue.h | 43 [[nodiscard]] bool empty() const { in empty() function
|
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/ |
H A D | status.h | 58 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 D | ClassDefinition.h | 66 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 D | SharedMemory.cpp | 49 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 D | lib.rs | 23 pub mod empty { module
|
/aosp12/system/chre/core/include/chre/core/ |
H A D | event_ref_queue.h | 37 bool empty() const { in empty() function
|
/aosp12/system/netd/server/ |
H A D | UidRanges.h | 50 bool empty() const { return mRanges.empty(); } in empty() function
|
/aosp12/system/libvintf/ |
H A D | TransportArch.cpp | 25 bool TransportArch::empty() const { in empty() function in android::vintf::TransportArch
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
H A D | prettywriter.h | 97 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 D | SystemSdk.h | 35 bool empty() const { return versions().empty(); } in empty() function
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
H A D | CollectionUtilsTests.java | 81 final ArrayList<String> empty = new ArrayList<>(); in testArrayAsList() local
|
/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
H A D | CharSequencesTest.java | 44 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 D | TimeZoneConfigurationTest.java | 36 TimeZoneConfiguration empty = new TimeZoneConfiguration.Builder().build(); in testIntrospectionMethods() local
|
/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A D | MatrixTests.cpp | 31 Rect empty(15, 20, 15, 100); in TEST() local
|
/aosp12/system/bt/main/ |
H A D | bte_conf.cc | 60 std::string empty = ""; in bte_load_did_conf() local
|
/aosp12/frameworks/av/services/mediametrics/ |
H A D | ValidateId.cpp | 46 static const std::string empty{}; in validateId() local
|
/aosp12/frameworks/compile/mclinker/include/mcld/Target/ |
H A D | OutputRelocSection.h | 42 bool empty() { return m_pRelocData->empty(); } in empty() function
|
/aosp12/art/tools/ahat/src/test/com/android/ahat/ |
H A D | QueryTest.java | 63 public void empty() throws URISyntaxException { in empty() method in QueryTest
|
/aosp12/system/incremental_delivery/incfs/include/ |
H A D | MountRegistry.h | 51 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 D | bounded_fifo.h | 42 bool empty() const { in empty() function
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/spam/status/ |
H A D | SpamMetadata.java | 31 public static SpamMetadata empty() { in empty() method in SpamMetadata
|
/aosp12/system/chre/util/include/chre/util/ |
H A D | fixed_size_blocking_queue_impl.h | 65 bool FixedSizeBlockingQueue<ElementType, kSize>::empty() { in empty() function
|
/aosp12/frameworks/compile/mclinker/include/mcld/Script/ |
H A D | RpnExpr.h | 47 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 D | CameraTooTest.java | 57 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
|