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/base/core/java/android/content/
H A DSyncQueue.java85 SyncStorageEngine.PendingOperation pop) {
112 operation.pendingOperation = pop;
114 pop = new SyncStorageEngine.PendingOperation(
117 pop = mSyncStorageEngine.insertIntoPending(pop);
118 if (pop == null) {
122 operation.pendingOperation = pop;
84 add(SyncOperation operation, SyncStorageEngine.PendingOperation pop) argument
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
H A Dpvmp3decoder_api.h84 pop = 3, enumerator in enum:__anon666
/frameworks/native/libs/utils/
H A DVectorImpl.cpp218 void VectorImpl::pop() function in class:android::VectorImpl
/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/native/include/utils/
H A DVector.h137 //! pop the top of the stack (removes the last element). No-op if the stack's empty
138 inline void pop();
345 void Vector<TYPE>::pop() { function in class:android::Vector
346 VectorImpl::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();
1011 mStack.pop();
1065 // That is after calling pop() and before calling copy()
1088 void pop() { method in class:PduComposer.BufferStack
/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.java543 private void chooseSize(PopupWindow pop, CharSequence text, TextView tv) { argument
560 pop.setWidth(wid + (int) Math.ceil(max));
561 pop.setHeight(ht + l.getHeight());
1868 * pop-up should be displayed.
1944 * Displays the actions associated to an {@link EasyEditSpan}. The pop-up is controlled
2001 // Place the pop-up at the end of the span
2013 // As we display the pop-up below the span, no vertical clipping is required.

Completed in 180 milliseconds