Searched defs:empty (Results 1 - 8 of 8) 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/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 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 Dauthorization_set.cpp193 keymaster_key_param_t empty; member in namespace:keymaster
198 memset(&empty, 0, sizeof(empty));
199 return empty;
207 memset(&empty, 0, sizeof(empty));
208 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
/system/bt/btif/src/
H A Dbtif_sock_thread.c459 int empty = -1; local
471 else if(empty < 0 && ps[i].pfd.fd == -1)
472 empty = i;
474 if(empty >= 0)
477 set_poll(&ps[empty], fd, type, flags, user_id);

Completed in 117 milliseconds