Searched refs:isEmpty (Results 1 - 24 of 24) sorted by relevance

/system/core/healthd/
H A DBatteryMonitor.cpp196 if (!mHealthdConfig->batteryPresentPath.isEmpty())
206 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty())
209 if (!mHealthdConfig->batteryFullChargePath.isEmpty())
212 if (!mHealthdConfig->batteryCycleCountPath.isEmpty())
215 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty())
306 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) {
311 if (!mHealthdConfig->batteryFullChargePath.isEmpty()) {
316 if (!mHealthdConfig->batteryCycleCountPath.isEmpty()) {
340 if (!mHealthdConfig->batteryStatusPath.isEmpty()) {
356 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) {
[all...]
/system/core/libutils/tests/
H A DBitSet_test.cpp59 EXPECT_TRUE(tmp.isEmpty());
64 EXPECT_TRUE(b2.isEmpty());
130 EXPECT_TRUE(b1.isEmpty());
136 EXPECT_TRUE(b1.isEmpty());
181 EXPECT_TRUE(tmp.isEmpty());
186 EXPECT_TRUE(b2.isEmpty());
252 EXPECT_TRUE(b1.isEmpty());
258 EXPECT_TRUE(b1.isEmpty());
/system/core/include/utils/
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 DSortedVector.h66 inline bool isEmpty() const { return VectorImpl::isEmpty(); } function in class:android::SortedVector
136 inline bool empty() const{ return isEmpty(); }
H A DKeyedVector.h55 inline bool isEmpty() const { return mVector.isEmpty(); } function in class:android::KeyedVector
H A DString8.h77 inline bool isEmpty() const;
287 inline bool String8::isEmpty() const function in class:android::String8
H A DVector.h89 inline bool isEmpty() const { return VectorImpl::isEmpty(); } function in class:android::Vector
205 inline bool empty() const{ return isEmpty(); }
H A DVectorImpl.h64 inline bool isEmpty() const { return mCount == 0; } function in class:android::VectorImpl
/system/core/libutils/include/utils/
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 DSortedVector.h66 inline bool isEmpty() const { return VectorImpl::isEmpty(); } function in class:android::SortedVector
136 inline bool empty() const{ return isEmpty(); }
H A DKeyedVector.h55 inline bool isEmpty() const { return mVector.isEmpty(); } function in class:android::KeyedVector
H A DString8.h77 inline bool isEmpty() const;
287 inline bool String8::isEmpty() const function in class:android::String8
H A DVector.h89 inline bool isEmpty() const { return VectorImpl::isEmpty(); } function in class:android::Vector
205 inline bool empty() const{ return isEmpty(); }
H A DVectorImpl.h64 inline bool isEmpty() const { return mCount == 0; } function in class:android::VectorImpl
/system/core/libutils/
H A DPropertyMap.cpp170 if (keyToken.isEmpty()) {
H A DVectorImpl.cpp595 if (isEmpty()) {
637 if (!vector.isEmpty()) {
655 if (!vector.isEmpty()) {
/system/security/keystore/
H A Dkeystore.h84 bool isEmpty(uid_t userId) const;
H A Dkeystore_cli.cpp254 SINGLE_INT_ARG_INT_RETURN(isEmpty);
H A Dkey_store_service.h61 bool isEmpty(int32_t userId) override;
H A Dkey_store_service.cpp288 if (!mKeyStore->isEmpty(userId)) {
354 bool KeyStoreService::isEmpty(int32_t userId) { function in class:KeyStoreService
359 return mKeyStore->isEmpty(userId);
H A DIKeystoreService.cpp309 bool isEmpty(int32_t userId) override {
315 ALOGD("isEmpty() could not contact remote: %d\n", status);
320 ALOGD("isEmpty() caught exception %d\n", err);
1033 bool ret = isEmpty(userId);
H A Dkeystore.cpp222 bool KeyStore::isEmpty(uid_t userId) const { function in class:KeyStore
/system/extras/verity/
H A DBootSignature.java268 if (!certPath.isEmpty()) {
/system/security/keystore/include/keystore/
H A DIKeystoreService.h147 virtual bool isEmpty(int32_t userId) = 0;

Completed in 342 milliseconds