/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 …]
|
D | HintSessionWrapperTests.cpp | 209 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/ |
D | small_vector_test.cpp | 468 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()
|
D | static_vector_test.cpp | 378 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/ |
D | HintSessionWrapper.cpp | 46 bool HintSessionWrapper::alive() { in alive() function in android::uirenderer::renderthread::HintSessionWrapper
|
/frameworks/base/libs/hwui/renderthread/ |
D | HintSessionWrapper.h | 48 bool alive();
|
D | HintSessionWrapper.cpp | 187 bool HintSessionWrapper::alive() { in alive() function in android::uirenderer::renderthread::HintSessionWrapper
|
/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | readme.md | 22 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/ |
D | com_android_server_utils_AnrTimer.cpp | 478 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/ |
D | media_better_together.aconfig | 99 description: "Enables mechanisms to prevent route providers from keeping malicious apps alive."
|
/frameworks/base/core/java/android/view/ |
D | WindowManagerGlobal.java | 814 boolean alive = false; in onRotationChanged() 819 alive = true; in onRotationChanged() 822 if (!alive) { in onRotationChanged()
|
/frameworks/av/media/libstagefright/rtsp/fuzzer/ |
D | README.md | 93 …are maintained in a ThreadPool which limits the maximum number of threads alive at a time. When th…
|
/frameworks/base/packages/SystemUI/docs/ |
D | broadcasts.md | 115 `finish()`. The system will keep sysui alive regardless, so it isn't needed.
|
/frameworks/base/core/jni/ |
D | android_util_Binder.cpp | 1376 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/ |
D | NetworkManagementService.java | 1511 final boolean alive = mNetdService.isAlive(); in dump() 1512 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 | 13545 // include alive, deleted, and expired documents. 13780 // Total number of alive documents.
|