Searched refs:alive (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/tests/unit/ |
D | OpBufferTests.cpp | 48 int alive() { return ctor_count - dtor_count; } in alive() function 103 EXPECT_EQ(tracker.alive(), 1); in TEST() 105 EXPECT_EQ(tracker.alive(), 0); in TEST() 107 EXPECT_EQ(tracker.alive(), 0); in TEST() 117 EXPECT_EQ(tracker.alive(), 1); in TEST() 120 EXPECT_EQ(tracker.alive(), 1); in TEST() 131 EXPECT_EQ(2, tracker.alive()); in TEST() 137 EXPECT_EQ(3, tracker.alive()); in TEST() 141 EXPECT_EQ(2, tracker.alive()); in TEST() 144 EXPECT_EQ(2, tracker.alive()); in TEST() [all …]
|
/frameworks/native/libs/ftl/ |
D | static_vector_test.cpp | 320 DestroyCounts(DestroyCounts&& other) : counts(other.counts) { other.alive = false; } in DestroyCounts() 321 ~DestroyCounts() { ++(alive ? counts.live : counts.dead); } in ~DestroyCounts() 328 bool alive = true; member 332 std::swap(lhs.alive, rhs.alive); in swap()
|
D | small_vector_test.cpp | 358 DestroyCounts(DestroyCounts&& other) : counts(other.counts) { other.alive = false; } in DestroyCounts() 359 ~DestroyCounts() { ++(alive ? counts.live : counts.dead); } in ~DestroyCounts() 366 bool alive = true; member 370 std::swap(lhs.alive, rhs.alive); in swap()
|
/frameworks/base/core/jni/ |
D | android_util_Binder.cpp | 1281 bool alive = target->isBinderAlive(); in android_os_BinderProxy_isBinderAlive() local 1282 return alive ? JNI_TRUE : JNI_FALSE; in android_os_BinderProxy_isBinderAlive()
|
/frameworks/base/services/core/java/com/android/server/ |
D | NetworkManagementService.java | 1715 final boolean alive = mNetdService.isAlive(); in dump() 1716 pw.println(alive ? "alive": "dead"); in dump()
|
/frameworks/base/core/proto/android/server/ |
D | powermanagerservice.proto | 153 // The suspend blocker used to keep the CPU alive when the display is on, the
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 11060 // include alive, deleted, and expired documents. 11262 // Total number of alive documents.
|