Searched defs:pop (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DStack.java51 public T pop() { method in class:Stack
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
H A Dpvmp3decoder_api.h84 pop = 3, enumerator in enum:__anon690
/frameworks/base/services/java/com/android/server/content/
H A DSyncQueue.java95 SyncStorageEngine.PendingOperation pop) {
119 operation.pendingOperation = pop;
124 pop = new SyncStorageEngine.PendingOperation(
127 pop = mSyncStorageEngine.insertIntoPending(pop);
128 if (pop == null) {
132 operation.pendingOperation = pop;
94 add(SyncOperation operation, SyncStorageEngine.PendingOperation pop) argument
H A DSyncStorageEngine.java2300 PendingOperation pop = null;
2327 pop = new PendingOperation(
2331 pop.flatExtras = null; // No longer used.
2332 mPendingOperations.add(pop);
2335 + pop.authority
2336 + " src=" + pop.syncSource
2337 + " reason=" + pop.reason
2338 + " expedited=" + pop.expedited);
2342 pop = null;
2349 pop !
2416 writePendingOperationLocked(PendingOperation pop, XmlSerializer out) argument
[all...]
/frameworks/base/core/java/android/util/
H A DJsonReader.java567 private JsonScope pop() { method in class:JsonReader
589 pop();
603 pop();
630 pop();
638 pop();
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduComposer.java345 mStack.pop();
555 mStack.pop();
636 mStack.pop();
865 mStack.pop();
893 mStack.pop();
955 mStack.pop();
1018 mStack.pop();
1072 // That is after calling pop() and before calling copy()
1095 void pop() { method in class:PduComposer.BufferStack
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java395 Tile tile = mRecycledQueue.pop();
398 tile = mRecycledQueue.pop();
521 Tile tile = mRecycledQueue.pop();
575 tile = mUploadQueue.pop();
754 public Tile pop() { method in class:TiledImageRenderer.TileQueue
803 Tile tile = mDecodeQueue.pop();
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp469 GLint matrix_stack_t::pop() function in class:android::matrix_stack_t
975 GLint err = c->transforms.current->pop();
/frameworks/base/core/java/android/widget/
H A DEditor.java561 private void chooseSize(PopupWindow pop, CharSequence text, TextView tv) { argument
578 pop.setWidth(wid + (int) Math.ceil(max));
579 pop.setHeight(ht + l.getHeight());
1902 * pop-up should be displayed.
2026 * Clicks the delete pop-up.
2032 * Displays the actions associated to an {@link EasyEditSpan}. The pop-up is controlled
2100 // Place the pop-up at the end of the span
2112 // As we display the pop-up below the span, no vertical clipping is required.

Completed in 667 milliseconds