/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A D | LinearAllocatorTests.cpp | 46 int destroyed[10] = {0}; in TEST() local 60 EXPECT_EQ(0, destroyed[i]); in TEST() 64 EXPECT_EQ(1, destroyed[i]); in TEST() 69 int destroyed = 0; in TEST() local 78 sigdtor->setSignal(&destroyed); in TEST() 79 EXPECT_EQ(0, destroyed); in TEST() 82 EXPECT_EQ(1, destroyed); in TEST() 86 EXPECT_EQ(1, destroyed); in TEST() 121 int destroyed = 0; in TEST() local 127 EXPECT_EQ(0, destroyed); in TEST() [all …]
|
H A D | WebViewFunctorManagerTests.cpp | 40 EXPECT_EQ(1, counts.destroyed); in TEST() 57 EXPECT_EQ(0, counts.destroyed); in TEST() 81 EXPECT_EQ(1, counts.destroyed); in TEST() 108 EXPECT_EQ(1, counts.destroyed); in TEST() 128 EXPECT_EQ(0, counts.destroyed); in TEST() 135 EXPECT_EQ(0, counts.destroyed); in TEST() 145 EXPECT_EQ(0, counts.destroyed); in TEST() 153 EXPECT_EQ(1, counts.destroyed); in TEST()
|
H A D | RenderNodeTests.cpp | 245 EXPECT_EQ(0, counts.destroyed); in TEST() 251 EXPECT_EQ(0, counts.destroyed); in TEST() 257 EXPECT_EQ(0, counts.destroyed); in TEST() 261 EXPECT_EQ(0, counts.destroyed); in TEST() 270 EXPECT_EQ(1, counts.destroyed); in TEST()
|
H A D | SkiaDisplayListTests.cpp | 124 EXPECT_EQ(counts.destroyed, 0); in TEST() 131 EXPECT_EQ(counts.destroyed, 1); in TEST()
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/ |
H A D | ImapElement.java | 80 private boolean destroyed = false; field in ImapElement 87 return destroyed; in isDestroyed() 95 destroyed = true; in destroy() 100 if (destroyed) { in checkNotDestroyed()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | MediaTimeoutListener.kt | 72 if (!it.destroyed) { 134 var destroyed = false regex 138 destroyed = false 163 destroyed = true
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
H A D | GridCustomizationsProvider.java | 206 if (observer == null || observer.destroyed) { in destroyObserver() 209 observer.destroyed = true; in destroyObserver() 221 public boolean destroyed = false; field in GridCustomizationsProvider.PreviewLifecycleObserver
|
/aosp12/frameworks/native/opengl/specs/ |
H A D | EGL_ANDROID_get_native_client_buffer.txt | 71 EGLClientBuffer must be destroyed no earlier than when all of its associated 72 EGLImages are destroyed by eglDestroyImageKHR.
|
/aosp12/frameworks/av/media/codec2/tests/vndk/ |
H A D | C2BufferTest.cpp | 688 std::atomic_bool destroyed(false); in TEST_F() local 689 std::function<void(void)> arg = [&destroyed](){ destroyed = true; }; in TEST_F() 693 EXPECT_FALSE(destroyed); in TEST_F() 696 EXPECT_TRUE(destroyed); in TEST_F() 699 destroyed = false; in TEST_F() 701 EXPECT_FALSE(destroyed); in TEST_F() 704 EXPECT_FALSE(destroyed); in TEST_F() 707 EXPECT_FALSE(destroyed); in TEST_F()
|
/aosp12/frameworks/native/libs/binder/ndk/tests/ |
H A D | libbinder_ndk_unit_test.cpp | 523 static volatile bool destroyed = false; in TEST() local 529 destroyed = true; in TEST() 540 EXPECT_FALSE(destroyed); in TEST() 550 cv.wait_for(lk, 1s, [] { return destroyed; }); in TEST() 553 EXPECT_TRUE(destroyed); in TEST()
|
/aosp12/frameworks/base/core/proto/android/service/ |
H A D | print.proto | 61 // Is the print spooler destroyed? 139 // Is this session destroyed? 190 // Is the active service destroyed
|
/aosp12/frameworks/base/libs/hwui/tests/common/ |
H A D | TestUtils.h | 289 int destroyed = 0; member 313 sMockFunctorCounts[functor].destroyed++; in createMockFunctor()
|
/aosp12/system/libhidl/transport/token/1.0/ |
H A D | ITokenManager.hal | 27 * to the interface until the token is destroyed by calling unregister.
|
/aosp12/frameworks/proto_logging/stats/enums/stats/textclassifier/ |
H A D | textclassifier_enums.proto | 51 // Selection is destroyed.
|
/aosp12/frameworks/base/core/java/android/print/ |
H A D | PrintManager.java | 820 final boolean destroyed; in setObserver() 823 destroyed = isDestroyedLocked(); in setObserver() 826 if (destroyed && observer != null) { in setObserver()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | EventLogTags.logtags | 32 # An activity is being destroyed:
|
/aosp12/hardware/interfaces/media/bufferpool/1.0/ |
H A D | types.hal | 32 * destroyed frequently. The underlying buffers are allocated on demand
|
/aosp12/hardware/interfaces/media/bufferpool/2.0/ |
H A D | types.hal | 32 * destroyed frequently. The underlying buffers are allocated on demand
|
/aosp12/system/libbase/ |
H A D | expected_test.cpp | 221 bool destroyed = false; in TEST() local 228 expected<T, int> exp = T(&destroyed); in TEST() 230 EXPECT_TRUE(destroyed); in TEST()
|
/aosp12/hardware/interfaces/automotive/evs/1.0/ |
H A D | IEvsDisplay.hal | 85 * buffers are expected to be returned before the IEvsDisplay interface is destroyed.
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | EventLogTags.logtags | 40 # A service is being destroyed
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageInstallerSession.java | 1007 boolean prepared, boolean committed, boolean destroyed, boolean sealed, in PackageInstallerSession() argument 1063 mDestroyed = destroyed; in PackageInstallerSession() 1852 final boolean destroyed; in statusUpdate() 1854 destroyed = mDestroyed; in statusUpdate() 1856 if (destroyed) { in statusUpdate() 4683 final boolean destroyed = in.getAttributeBoolean(null, ATTR_DESTROYED, false); in readFromXml() 4839 stageCid, fileArray, checksumsMap, prepared, committed, destroyed, sealed, in readFromXml()
|
/aosp12/bionic/docs/ |
H A D | status.md | 106 * Using a `pthread_mutex_t` after it's been destroyed will be detected at 339 for example, calling a `pthread_mutex_` function on a destroyed mutex,
|
/aosp12/packages/modules/DnsResolver/ |
H A D | README-DoT.md | 94 outstanding queries for 5 minutes will be destroyed at the next query on a different
|
/aosp12/packages/modules/NeuralNetworks/tools/api/ |
H A D | NeuralNetworksTypes.t | 371 * A model is destroyed by calling {@link ANeuralNetworksModel_free}. 409 * A compilation is destroyed by calling {@link ANeuralNetworksCompilation_free}. 705 * A memory descriptor is destroyed by calling {@link ANeuralNetworksMemoryDesc_free}.
|