Home
last modified time | relevance | path

Searched refs:pop (Results 1 – 25 of 84) sorted by relevance

1234

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/
H A DHideComplicationTouchHandler.java127 session.pop(); in onSessionStart()
151 while (!mCancelCallbacks.isEmpty()) mCancelCallbacks.pop().run(); in onSessionStart()
158 session.pop(); in onSessionStart()
167 session.pop(); in onSessionStart()
/aosp14/system/core/fastboot/fuzzer/
H A Dsocket_mock_fuzz.cpp39 events_.pop(); in Send()
78 events_.pop(); in Receive()
96 events_.pop(); in Accept()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/complication/
H A DHideComplicationTouchHandlerTest.java113 verify(mSession).pop(); in testSessionEndOnMultipleSessions()
145 verify(mSession).pop(); in testSessionEndWhenBouncerShowing()
193 verify(mSession).pop(); in testSessionEndWithTouchInInset()
260 verify(mSession).pop(); in testSessionLifecycle()
/aosp14/system/core/fastboot/
H A Dsocket_mock.cpp59 events_.pop(); in Send()
101 events_.pop(); in Receive()
121 events_.pop(); in Accept()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
H A DShadeTouchHandler.java55 session.pop(); in onSessionStart()
64 session.pop(); in onSessionStart()
H A DDreamTouchHandler.java75 ListenableFuture<TouchSession> pop(); in pop() method
H A DDreamOverlayTouchMonitor.java90 private ListenableFuture<DreamTouchHandler.TouchSession> pop(
164 public ListenableFuture<DreamTouchHandler.TouchSession> pop() {
165 return mTouchMonitor.pop(this);
/aosp14/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A DPduComposer.java362 mStack.pop(); in appendEncodedString()
577 mStack.pop(); in appendHeader()
660 mStack.pop(); in appendHeader()
904 mStack.pop(); in makeMessageBody()
932 mStack.pop(); in makeMessageBody()
994 mStack.pop(); in makeMessageBody()
1057 mStack.pop(); in makeMessageBody()
1137 void pop() { in pop() method in PduComposer.BufferStack
/aosp14/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
H A DNsdResolveQueue.java107 mResolveRequests.pop(); in onResolveFailed()
117 mResolveRequests.pop(); in onServiceResolved()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DIntegerPerfTest.java66 t += pop((long) ++i); in timeLongBitCount_BitSet()
70 private static int pop(long l) { in pop() method in IntegerPerfTest
/aosp14/system/core/init/
H A Daction_manager.cpp78 event_queue_.pop(); in ExecuteOneCommand()
101 current_executing_actions_.pop(); in ExecuteOneCommand()
/aosp14/frameworks/base/core/java/android/util/
H A DJsonReader.java572 private JsonScope pop() { in pop() method in JsonReader
594 pop(); in nextInArray()
608 pop(); in nextInArray()
635 pop(); in nextInObject()
643 pop(); in nextInObject()
/aosp14/system/core/libsync/include/ndk/
H A Dsync.h92 #pragma GCC diagnostic pop in sync_get_fence_info()
/aosp14/system/core/libutils/include/utils/
H A DVectorImpl.h78 void pop();
165 void pop();
H A DSingleton.h78 #pragma clang diagnostic pop
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java392 Tile tile = mRecycledQueue.pop(); in freeTextures()
395 tile = mRecycledQueue.pop(); in freeTextures()
518 Tile tile = mRecycledQueue.pop(); in obtainTile()
572 tile = mUploadQueue.pop(); in uploadTiles()
751 public Tile pop() { in pop() method in TiledImageRenderer.TileQueue
800 Tile tile = mDecodeQueue.pop(); in waitForTile()
/aosp14/frameworks/base/core/java/android/content/
H A DDefaultDataHandler.java147 mUris.pop(); in startElement()
208 mUris.pop(); in endElement()
/aosp14/system/core/libcutils/include/cutils/
H A Dnative_handle.h45 #pragma clang diagnostic pop
H A Dproperties.h127 #pragma clang diagnostic pop
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dnative_handle.h45 #pragma clang diagnostic pop
H A Dproperties.h127 #pragma clang diagnostic pop
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
H A DDreamOverlayTouchMonitorTest.java233 touchSession.pop(); in testSessionCount()
247 touchSession.pop(); in testSessionCount()
286 session.pop(); in testInputEventPropagationAfterRemoval()
390 ListenableFuture<DreamTouchHandler.TouchSession> sessionFuture = frontSession.pop(); in testPush()
419 session.pop(); in testPop()
470 touchSessionArgumentCaptor.getValue().pop(); in testDeferredPauseWithActiveSessions()
/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_compress.cpp148 work_queue_.pop(); in RunThread()
199 compressed_queue_.pop(); in GetCompressedBuffers()
/aosp14/frameworks/base/services/core/jni/BroadcastRadio/
H A DNativeCallbackThread.cpp65 mQueue.pop(); in threadLoop()
/aosp14/system/core/libsystem/include/system/
H A Dgraphics.h237 #pragma clang diagnostic pop

1234