Home
last modified time | relevance | path

Searched refs:alive (Results 1 – 17 of 17) 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 …]
DHintSessionWrapperTests.cpp209 EXPECT_EQ(mWrapper->alive(), true); in TEST_F()
218 EXPECT_EQ(mWrapper->alive(), false); in TEST_F()
248 EXPECT_EQ(mWrapper->alive(), false); in TEST_F()
275 EXPECT_EQ(mWrapper->alive(), false); in TEST_F()
286 EXPECT_EQ(mWrapper->alive(), true); in TEST_F()
300 EXPECT_EQ(mWrapper->alive(), true); in TEST_F()
313 EXPECT_EQ(mWrapper->alive(), true); in TEST_F()
327 EXPECT_EQ(mWrapper->alive(), false); in TEST_F()
337 EXPECT_EQ(mWrapper->alive(), true); in TEST_F()
347 EXPECT_EQ(mWrapper->alive(), false); in TEST_F()
[all …]
/frameworks/native/libs/ftl/
Dsmall_vector_test.cpp468 DestroyCounts(DestroyCounts&& other) : counts(other.counts) { other.alive = false; } in DestroyCounts()
469 ~DestroyCounts() { ++(alive ? counts.live : counts.dead); } in ~DestroyCounts()
476 bool alive = true; member
633 EXPECT_TRUE(vector[0].alive); in TEST()
634 EXPECT_TRUE(vector[1].alive); in TEST()
654 EXPECT_TRUE(vector[0].alive); in TEST()
655 EXPECT_TRUE(vector[1].alive); in TEST()
656 EXPECT_TRUE(vector[2].alive); in TEST()
Dstatic_vector_test.cpp378 DestroyCounts(DestroyCounts&& other) : counts(other.counts) { other.alive = false; } in DestroyCounts()
379 ~DestroyCounts() { ++(alive ? counts.live : counts.dead); } in ~DestroyCounts()
386 bool alive = true; member
/frameworks/base/libs/hwui/platform/host/renderthread/
DHintSessionWrapper.cpp46 bool HintSessionWrapper::alive() { in alive() function in android::uirenderer::renderthread::HintSessionWrapper
/frameworks/base/libs/hwui/renderthread/
DHintSessionWrapper.h48 bool alive();
DHintSessionWrapper.cpp187 bool HintSessionWrapper::alive() { in alive() function in android::uirenderer::renderthread::HintSessionWrapper
/frameworks/native/services/surfaceflinger/FrontEnd/
Dreadme.md22 handle, which will keep the layer alive as long as the client holds the reference. The
23 layer can also be kept alive if the layer has a parent, since the parent will hold a
24 strong reference to the children. If the layer is not reachable but its handle is alive,
/frameworks/base/services/core/jni/
Dcom_android_server_utils_AnrTimer.cpp478 bool alive() const { in alive() function in android::__anoncbc99b2b0111::AnrTimerService::Timer
519 if (!freeze || !alive()) return; in maybeFreezeProcess()
928 if (!i->alive()) { in scrubExpiredLocked()
/frameworks/base/media/java/android/media/flags/
Dmedia_better_together.aconfig99 description: "Enables mechanisms to prevent route providers from keeping malicious apps alive."
/frameworks/base/core/java/android/view/
DWindowManagerGlobal.java814 boolean alive = false; in onRotationChanged()
819 alive = true; in onRotationChanged()
822 if (!alive) { in onRotationChanged()
/frameworks/av/media/libstagefright/rtsp/fuzzer/
DREADME.md93 …are maintained in a ThreadPool which limits the maximum number of threads alive at a time. When th…
/frameworks/base/packages/SystemUI/docs/
Dbroadcasts.md115 `finish()`. The system will keep sysui alive regardless, so it isn't needed.
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp1376 bool alive = target->isBinderAlive(); in android_os_BinderProxy_isBinderAlive() local
1377 return alive ? JNI_TRUE : JNI_FALSE; in android_os_BinderProxy_isBinderAlive()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkManagementService.java1511 final boolean alive = mNetdService.isAlive(); in dump()
1512 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.proto13545 // include alive, deleted, and expired documents.
13780 // Total number of alive documents.