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

/system/core/libpixelflinger/tinyutils/
H A DVector.h122 inline void push();
124 void push(const TYPE& item);
125 //! same as push() but returns the index the item was added at (or an error)
127 //! same as push() but returns the index the item was added at (or an error)
262 void Vector<TYPE>::push(const TYPE& item) { function in class:android::Vector
263 return VectorImpl::push(&item);
287 void Vector<TYPE>::push() { function in class:android::Vector
288 VectorImpl::push();
H A DVectorImpl.cpp152 void VectorImpl::push() function in class:android::VectorImpl
154 push(0);
157 void VectorImpl::push(const void* item) function in class:android::VectorImpl
/system/core/sh/
H A Dinput.c79 struct alias *ap; /* if push was associated with an alias */
428 * Set the input to take input from a file. If push is set, push the
433 setinputfile(const char *fname, int push) argument
448 setinputfd(fd, push);
459 setinputfd(int fd, int push) argument
462 if (push) {
481 setinputstring(char *string, int push) argument
484 if (push)

Completed in 73 milliseconds