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:__anon452
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncQueue.java118 SyncStorageEngine.PendingOperation pop) {
141 operation.pendingOperation = pop;
145 pop = mSyncStorageEngine.insertIntoPending(operation);
146 if (pop == null) {
150 operation.pendingOperation = pop;
117 add(SyncOperation operation, SyncStorageEngine.PendingOperation pop) argument
H A DSyncStorageEngine.java1070 PendingOperation pop;
1085 pop = new PendingOperation(authority, op.reason, op.syncSource, op.extras,
1087 mPendingOperations.add(pop);
1088 appendPendingOperationLocked(pop);
1094 return pop;
2455 PendingOperation pop = null;
2482 pop = new PendingOperation(
2484 pop.flatExtras = null; // No longer used.
2485 mPendingOperations.add(pop);
2488 + pop
2598 writePendingOperationLocked(PendingOperation pop, XmlSerializer out) argument
[all...]
/frameworks/base/core/java/android/util/
H A DJsonReader.java570 private JsonScope pop() { method in class:JsonReader
592 pop();
606 pop();
633 pop();
641 pop();
/frameworks/opt/telephony/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.java592 private void chooseSize(PopupWindow pop, CharSequence text, TextView tv) { argument
609 pop.setWidth(wid + (int) Math.ceil(max));
610 pop.setHeight(ht + l.getHeight());
1908 * pop-up should be displayed.
2032 * Clicks the delete pop-up.
2038 * Displays the actions associated to an {@link EasyEditSpan}. The pop-up is controlled
2106 // Place the pop-up at the end of the span
2118 // As we display the pop-up below the span, no vertical clipping is required.

Completed in 2742 milliseconds