/system/chre/core/include/chre/core/ |
D | event_ref_queue.h | 37 bool empty() const { in empty() function
|
/system/libvintf/ |
D | TransportArch.cpp | 23 bool TransportArch::empty() const { in empty() function in android::vintf::TransportArch
|
/system/libvintf/include/vintf/ |
D | SystemSdk.h | 35 bool empty() const { return versions().empty(); } in empty() function
|
D | MapValueIterator.h | 95 bool empty() const { return begin() == end(); } in empty() function 109 bool empty() const { return begin() == end(); } in empty() function
|
/system/bt/main/ |
D | bte_conf.cc | 60 std::string empty = ""; in bte_load_did_conf() local
|
/system/chre/util/include/chre/util/ |
D | fixed_size_blocking_queue_impl.h | 65 bool FixedSizeBlockingQueue<ElementType, kSize>::empty() { in empty() function
|
D | priority_queue_impl.h | 49 bool PriorityQueue<ElementType, CompareFunction>::empty() const { in empty() function
|
D | fixed_size_vector_impl.h | 79 bool FixedSizeVector<ElementType, kCapacity>::empty() const { in empty() function
|
D | array_queue_impl.h | 34 bool ArrayQueue<ElementType, kCapacity>::empty() const { in empty() function
|
/system/core/libmemunreachable/ |
D | LinkedList.h | 42 bool empty() { return next_ == this && prev_ == this; } in empty() function
|
/system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/ |
D | UtilsTest.java | 42 Set<String> empty = set(); in subtract() local
|
/system/bt/gd/os/linux_generic/ |
D | handler.cc | 64 std::queue<Closure> empty; in Clear() local
|
D | handler_unittest.cc | 43 TEST_F(HandlerTest, empty) {} in TEST_F() argument
|
/system/netd/libnetdutils/ |
D | InternetAddresses.cpp | 124 static const internal_::compact_ipdata empty{}; in isUninitialized() local
|
D | MemBlockTest.cpp | 72 MemBlock empty; in TEST() local
|
/system/extras/memory_replay/ |
D | Pointers.cpp | 93 uintptr_t empty = 0; in FindEmpty() local
|
/system/extras/perfprofd/ |
D | map_utils.h | 110 bool empty() const { in empty() function
|
/system/core/libunwindstack/tests/ |
D | MemoryBufferTest.cpp | 36 TEST_F(MemoryBufferTest, empty) { in TEST_F() argument
|
/system/core/libutils/include/utils/ |
D | String8.h | 264 inline const String8 String8::empty() { in empty() function
|
/system/extras/simpleperf/ |
D | SampleComparator.h | 113 bool empty() const { return compare_v_.empty(); } in empty() function
|
D | event_selection_set.h | 92 bool empty() const { return groups_.empty(); } in empty() function
|
/system/core/adb/ |
D | types_test.cpp | 40 TEST(IOVector, empty) { in TEST() argument
|
D | types.h | 87 bool empty() const { return size() == 0; } in empty() function 170 bool empty() const { return size() == 0; } in empty() function
|
/system/netd/resolv/ |
D | DnsTlsQueryMap.cpp | 113 bool DnsTlsQueryMap::empty() { in empty() function in android::net::DnsTlsQueryMap
|
/system/netd/libnetdutils/include/netdutils/ |
D | Slice.h | 60 bool empty() const { return base() == limit(); } in empty() function
|