Home
last modified time | relevance | path

Searched defs:empty (Results 26 – 50 of 326) sorted by relevance

12345678910>>...14

/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
H A DStringList.h50 bool empty() const { return m_Tokens.empty(); } in empty() function
H A DSectionsCmd.h50 bool empty() const { return m_SectionCommands.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
/aosp14/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
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/
H A DMediaSampleQueue.cpp58 std::queue<std::shared_ptr<MediaSample>> empty = {}; in abort() local
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DSharedString.h36 bool empty() const { return is_null() ? true : data_->empty(); } in empty() function
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
H A DAttributes.h139 static const T empty = {}; in getStruct() local
/aosp12/frameworks/base/core/java/android/util/
H A DJsonWriter.java238 private JsonWriter open(JsonScope empty, String openBracket) throws IOException { in open()
249 private JsonWriter close(JsonScope empty, JsonScope nonempty, String closeBracket) in close()
/aosp14/frameworks/base/core/java/android/util/
H A DJsonWriter.java238 private JsonWriter open(JsonScope empty, String openBracket) throws IOException { in open()
249 private JsonWriter close(JsonScope empty, JsonScope nonempty, String closeBracket) in close()
/aosp12/system/memory/libmemunreachable/
H A DLinkedList.h42 bool empty() { return next_ == this && prev_ == this; } in empty() function
/aosp12/frameworks/av/media/libstagefright/webm/
H A DLinkedBlockingQueue.h53 bool empty() { in empty() function
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
H A DPromptHistoryImplTest.kt40 fun empty() { regex
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
H A DPermissionAppsFragment.java305 Preference empty = new Preference(context); in onPackagesLoaded() local
379 Preference empty = new Preference(context); in onPackagesLoaded() local
387 Preference empty = new Preference(context); in onPackagesLoaded() local
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegmentFactory.h43 bool empty() const { return m_Segments.empty(); } in empty() function
H A DNamePool.h93 bool empty() const { return m_Table.empty(); } in empty() function
/aosp12/bionic/tools/versioner/src/
H A DDeclarationDatabase.h49 bool empty() const { in empty() function
69 bool empty() const { in empty() function
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DAnrTracker.cpp52 bool AnrTracker::empty() const { in empty() function in android::inputdispatcher::AnrTracker
/aosp12/hardware/ril/libril/
H A DrilSocketQueue.h160 int Ril_queue<T>::empty(void) { in empty() function
/aosp12/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
H A DUtilsTest.java42 Set<String> empty = set(); in subtract() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
H A DPinInputViewModel.kt120 fun empty() = PinInputViewModel(listOf(ClearAll())) regex
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DFlipperDreamSettings.java121 View empty = findViewById(R.id.spinner); in showApology() local

12345678910>>...14