Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DOpBufferTests.cpp103 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 Dexpected-stdout.txt3 | alive: true
10 | alive: true
17 | alive: true
24 | alive: true
31 | alive: true
38 | alive: true
H A Djvm-expected.patch4 > | alive: true
/aosp12/bionic/tests/
H A Dleak_test.cpp42 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 DOemNetdListener.cpp33 ::android::binder::Status OemNetdListener::isAlive(bool* alive) { in isAlive() argument
34 *alive = true; in isAlive()
H A DOemNetdListener.h41 ::android::binder::Status isAlive(bool* alive) override;
H A DNetdNativeService.h37 binder::Status isAlive(bool *alive) override;
H A DNetdNativeService.cpp265 binder::Status NetdNativeService::isAlive(bool *alive) { in isAlive() argument
268 *alive = true; in isAlive()
/aosp12/frameworks/native/libs/ftl/
H A 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()
H A 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()
/aosp12/system/extras/simpleperf/scripts/test/
H A Ddo_test.py246 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 DDnsResolverService.cpp128 ::ndk::ScopedAStatus DnsResolverService::isAlive(bool* alive) { in isAlive() argument
131 *alive = true; in isAlive()
H A DDnsResolverService.h38 ::ndk::ScopedAStatus isAlive(bool* alive) override;
/aosp12/system/hardware/interfaces/suspend/1.0/
H A Dtypes.hal22 * but not necessarily keep the screen alive.
/aosp12/hardware/interfaces/wifi/1.0/
H A DIWifiStaIface.hal88 * 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 DOVERVIEW.TXT106 Note that the connection is still alive after an OKAY, which allows the
/aosp12/frameworks/base/core/jni/
H A 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()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java1715 final boolean alive = mNetdService.isAlive(); in dump()
1716 pw.println(alive ? "alive": "dead"); in dump()
/aosp12/frameworks/base/core/proto/android/server/
H A Dpowermanagerservice.proto153 // The suspend blocker used to keep the CPU alive when the display is on, the
/aosp12/bionic/docs/
H A Dstatus.md313 alive, and then call `kill`/`tgkill` with signal 0 (which checks
H A Dnative_allocator.md208 related to having multiple allocations alive at the same time.
/aosp12/hardware/interfaces/neuralnetworks/1.3/
H A DIDevice.hal366 * currently alive in the same driver service. If the buffer was unable to be allocated
/aosp12/hardware/interfaces/automotive/vehicle/2.0/
H A Dtypes.hal3150 * Defines an event that car watchdog updates to tell it's alive.
/aosp12/packages/apps/TV/libs/m2/
H A Djavac-shaded-9-dev-r4023-3.jarorg/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto11330 // include alive, deleted, and expired documents.
11532 // Total number of alive documents.

12