Searched defs:empty (Results 1 - 7 of 7) sorted by relevance

/system/core/include/utils/
H A DString8.h41 * libutils and declaring an empty static String8, e.g.:
61 static inline const String8 empty();
257 inline const String8 String8::empty() { function in class:android::String8
H A DList.h180 /* returns true if the list is empty */
181 inline bool empty() const { return mpMiddle->getNext() == mpMiddle; } function in class:android::List
H A DVector.h65 * empty the vector
76 //! returns whether or not the vector is empty
143 //! pop the top of the stack (removes the last element). No-op if the stack's empty
193 inline bool empty() const{ return isEmpty(); } function in class:android::Vector
/system/core/toolbox/upstream-netbsd/bin/cp/
H A Dcp.c86 static char empty[] = ""; variable
87 PATH_T to = { .p_end = to.p_path, .target_end = empty };
/system/core/include/sysutils/
H A DList.h181 /* returns true if the list is empty */
182 inline bool empty() const { return mpMiddle->getNext() == mpMiddle; } function in class:android::sysutils::List
/system/keymaster/
H A Dauthorization_set.cpp119 keymaster_key_param_t empty; member in namespace:keymaster
124 memset(&empty, 0, sizeof(empty));
125 return empty;
/system/netd/server/
H A DList.h181 /* returns true if the list is empty */
182 inline bool empty() const { return mpMiddle->getNext() == mpMiddle; } function in class:android::netd::List

Completed in 326 milliseconds