Home
last modified time | relevance | path

Searched refs:alive (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DOpBufferTests.cpp48 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/
Dstatic_vector_test.cpp320 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()
Dsmall_vector_test.cpp358 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/
Dandroid_util_Binder.cpp1281 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/
DNetworkManagementService.java1715 final boolean alive = mNetdService.isAlive(); in dump()
1716 pw.println(alive ? "alive": "dead"); in dump()
/frameworks/base/core/proto/android/server/
Dpowermanagerservice.proto153 // The suspend blocker used to keep the CPU alive when the display is on, the
/frameworks/proto_logging/stats/
Datoms.proto11060 // include alive, deleted, and expired documents.
11262 // Total number of alive documents.