Searched defs:isEmpty (Results 1 - 9 of 9) sorted by relevance

/system/core/include/utils/
H A DKeyedVector.h56 inline bool isEmpty() const { return mVector.isEmpty(); } function in class:android::KeyedVector
H A DVectorImpl.h64 inline bool isEmpty() const { return mCount == 0; } function in class:android::VectorImpl
H A DBitSet.h50 inline bool isEmpty() const { return isEmpty(value); } function in struct:android::BitSet32
52 static inline bool isEmpty(uint32_t value) { return ! value; } function in struct:android::BitSet32
192 inline bool isEmpty() const { return isEmpty(value); } function in struct:android::BitSet64
194 static inline bool isEmpty(uint64_t value) { return ! value; } function in struct:android::BitSet64
H A DString8.h68 inline bool isEmpty() const;
269 inline bool String8::isEmpty() const function in class:android::String8
H A DSortedVector.h67 inline bool isEmpty() const { return VectorImpl::isEmpty(); } function in class:android::SortedVector
H A DVector.h77 inline bool isEmpty() const { return VectorImpl::isEmpty(); } function in class:android::Vector
193 inline bool empty() const{ return isEmpty(); }
/system/security/keystore/
H A Dkeystore.cpp198 bool KeyStore::isEmpty(uid_t userId) const { function in class:KeyStore
H A DIKeystoreService.cpp684 virtual bool isEmpty(int32_t userId) function in class:android::BpKeystoreService
691 ALOGD("isEmpty() could not contact remote: %d\n", status);
697 ALOGD("isEmpty() caught exception %d\n", err);
1496 bool ret = isEmpty(userId);
H A Dkey_store_service.cpp206 if (!mKeyStore->isEmpty(userId)) {
272 bool KeyStoreService::isEmpty(int32_t userId) { function in class:android::KeyStoreService
277 return mKeyStore->isEmpty(userId);

Completed in 1964 milliseconds