Home
last modified time | relevance | path

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

/system/core/libmemunreachable/
DLinkedList.h42 bool empty() { return next_ == this && prev_ == this; } in empty() function
DAllocator.cpp478 bool Heap::empty() { in empty() function in Heap
/system/extras/memory_replay/
DPointers.cpp93 uintptr_t empty = 0; in FindEmpty() local
/system/core/include/utils/
DString8.h255 inline const String8 String8::empty() { in empty() function
DVector.h193 inline bool empty() const{ return isEmpty(); } in empty() function
DList.h181 inline bool empty() const { return mpMiddle->getNext() == mpMiddle; } in empty() function
/system/core/include/sysutils/
DList.h182 inline bool empty() const { return mpMiddle->getNext() == mpMiddle; } in empty() function
/system/keymaster/
DList.h181 inline bool empty() const { return mpMiddle->getNext() == mpMiddle; } in empty() function
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc84 bool empty = channel.empty(); in ParseImageInfo() local
/system/core/base/
Dutf8_test.cpp131 std::string empty; in TEST() local
/system/update_engine/common/
Dutils_unittest.cc62 brillo::Blob empty; in TEST() local
/system/tpm/attestation/server/
Dpkcs11_key_store_test.cc454 std::vector<uint64_t> empty; in TEST_F() local
/system/bt/btif/src/
Dbtif_sock_thread.c416 int empty = -1; in add_poll() local
/system/keymaster/include/keymaster/
Dauthorization_set.h143 bool empty() const { return size() == 0; } in empty() function