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

/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dustack.h35 inline void push (const value_type& v) { m_Storage.push_back (v); } function in class:ustl::stack
H A Duqueue.h40 inline void push (const value_type& v);
51 inline void queue<Sequence>::push (const value_type& v) function in class:ustl::queue
H A Duheap.h143 inline void push (reference v) { m_v.push_back (v); make_heap (m_v.begin(), m_v.end(), m_c); } function in class:ustl::priority_queue
/frameworks/base/awt/java/awt/
H A DEventQueue.java268 public void push(EventQueue newEventQueue) { method in class:EventQueue
269 getCore().push(newEventQueue);
277 * is thrown if no previous push was made on this EventQueue.
H A DEventQueueCore.java206 synchronized void push(EventQueue newEventQueue) { method in class:EventQueueCore
/frameworks/base/include/utils/
H A DVector.h128 inline void push();
130 void push(const TYPE& item);
131 //! same as push() but returns the index the item was added at (or an error)
133 //! same as push() but returns the index the item was added at (or an error)
267 void Vector<TYPE>::push(const TYPE& item) { function in class:android::Vector
268 return VectorImpl::push(&item);
292 void Vector<TYPE>::push() { function in class:android::Vector
293 VectorImpl::push();
/frameworks/base/libs/utils/
H A DVectorImpl.cpp214 void VectorImpl::push() function in class:android::VectorImpl
216 push(0);
219 void VectorImpl::push(const void* item) function in class:android::VectorImpl
/frameworks/base/awt/javax/imageio/stream/
H A DImageInputStreamImpl.java283 posStack.push(getStreamPosition());
381 void push(long v) { method in class:ImageInputStreamImpl.PositionStack
/frameworks/base/opengl/libagl/
H A Dmatrix.cpp458 GLint matrix_stack_t::push() function in class:android::matrix_stack_t
986 GLint err = c->transforms.current->push();

Completed in 2326 milliseconds