/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A D | OpBufferTests.cpp | 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() 147 EXPECT_EQ(0, tracker.alive()); in TEST() [all …]
|
/aosp12/art/test/1936-thread-end-events/ |
H A D | expected-stdout.txt | 3 | alive: true 10 | alive: true 17 | alive: true 24 | alive: true 31 | alive: true 38 | alive: true
|
H A D | jvm-expected.patch | 4 > | alive: true
|
/aosp12/bionic/tests/ |
H A D | leak_test.cpp | 42 bool alive = true; in WaitUntilAllThreadsExited() local 43 while (alive) { in WaitUntilAllThreadsExited() 44 alive = false; in WaitUntilAllThreadsExited() 48 alive = true; in WaitUntilAllThreadsExited()
|
/aosp12/system/netd/server/ |
H A D | OemNetdListener.cpp | 33 ::android::binder::Status OemNetdListener::isAlive(bool* alive) { in isAlive() argument 34 *alive = true; in isAlive()
|
H A D | OemNetdListener.h | 41 ::android::binder::Status isAlive(bool* alive) override;
|
H A D | NetdNativeService.h | 37 binder::Status isAlive(bool *alive) override;
|
H A D | NetdNativeService.cpp | 265 binder::Status NetdNativeService::isAlive(bool *alive) { in isAlive() argument 268 *alive = true; in isAlive()
|
/aosp12/frameworks/native/libs/ftl/ |
H A 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()
|
H A 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()
|
/aosp12/system/extras/simpleperf/scripts/test/ |
H A D | do_test.py | 246 def alive(self) -> bool: member in TestProcess 300 if not test_proc.alive: 313 if not test_proc.alive: 440 if not test_proc.alive:
|
/aosp12/packages/modules/DnsResolver/ |
H A D | DnsResolverService.cpp | 128 ::ndk::ScopedAStatus DnsResolverService::isAlive(bool* alive) { in isAlive() argument 131 *alive = true; in isAlive()
|
H A D | DnsResolverService.h | 38 ::ndk::ScopedAStatus isAlive(bool* alive) override;
|
/aosp12/system/hardware/interfaces/suspend/1.0/ |
H A D | types.hal | 22 * but not necessarily keep the screen alive.
|
/aosp12/hardware/interfaces/wifi/1.0/ |
H A D | IWifiStaIface.hal | 88 * Support for keep alive packet offload. 428 * Start sending the specified keep alive packets periodically. 451 * Stop sending the specified keep alive packets.
|
/aosp12/packages/modules/adb/ |
H A D | OVERVIEW.TXT | 106 Note that the connection is still alive after an OKAY, which allows the
|
/aosp12/frameworks/base/core/jni/ |
H A 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()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | NetworkManagementService.java | 1715 final boolean alive = mNetdService.isAlive(); in dump() 1716 pw.println(alive ? "alive": "dead"); in dump()
|
/aosp12/frameworks/base/core/proto/android/server/ |
H A D | powermanagerservice.proto | 153 // The suspend blocker used to keep the CPU alive when the display is on, the
|
/aosp12/bionic/docs/ |
H A D | status.md | 313 alive, and then call `kill`/`tgkill` with signal 0 (which checks
|
H A D | native_allocator.md | 208 related to having multiple allocations alive at the same time.
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/ |
H A D | IDevice.hal | 366 * currently alive in the same driver service. If the buffer was unable to be allocated
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/ |
H A D | types.hal | 3150 * Defines an event that car watchdog updates to tell it's alive.
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | javac-shaded-9-dev-r4023-3.jar | org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class
LoggingOutputStream.java
package ... |
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 11330 // include alive, deleted, and expired documents. 11532 // Total number of alive documents.
|