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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DStack.java41 * @param object the object to push
43 public void push(T object) { method in class:Stack
/frameworks/base/libs/utils/
H A DVectorImpl.cpp224 void VectorImpl::push() function in class:android::VectorImpl
226 push(0);
229 void VectorImpl::push(const void* item) function in class:android::VectorImpl
/frameworks/base/core/java/android/util/
H A DJsonReader.java207 push(JsonScope.EMPTY_DOCUMENT);
571 private void push(JsonScope newTop) { method in class:JsonReader
695 push(JsonScope.EMPTY_OBJECT);
699 push(JsonScope.EMPTY_ARRAY);
/frameworks/base/include/utils/
H A DVector.h141 inline void push();
143 void push(const TYPE& item);
144 //! same as push() but returns the index the item was added at (or an error)
146 //! same as push() but returns the index the item was added at (or an error)
330 void Vector<TYPE>::push(const TYPE& item) { function in class:android::Vector
331 return VectorImpl::push(&item);
355 void Vector<TYPE>::push() { function in class:android::Vector
356 VectorImpl::push();
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java1204 * @param push If true, the current fragment will be pushed onto the back stack. If false,
1207 public void startPreferenceFragment(Fragment fragment, boolean push) { argument
1210 if (push) {
/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 1745 milliseconds