Searched refs:push (Results 1 - 16 of 16) sorted by relevance

/system/media/audio_utils/tests/
H A Dbuild_and_run_all_unit_tests.sh22 adb push $OUT/system/lib/libaudioutils.so /system/lib
23 adb push $OUT/system/bin/primitives_tests /system/bin
/system/core/include/utils/
H A DVectorImpl.h79 void push();
80 void push(const void* item);
166 void push();
167 void push(const void* item);
H A DVector.h146 inline void push();
148 void push(const TYPE& item);
149 //! same as push() but returns the index the item was added at (or an error)
151 //! same as push() but returns the index the item was added at (or an error)
332 void Vector<TYPE>::push(const TYPE& item) { function in class:android::Vector
333 return VectorImpl::push(&item);
357 void Vector<TYPE>::push() { function in class:android::Vector
358 VectorImpl::push();
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DVectorImpl.h77 void push();
78 void push(const void* item);
179 void push();
180 void push(const void* item);
H A DVector.h131 inline void push();
133 void push(const TYPE& item);
134 //! same as push() but returns the index the item was added at (or an error)
136 //! same as push() but returns the index the item was added at (or an error)
271 void Vector<TYPE>::push(const TYPE& item) { function in class:android::tinyutils::Vector
272 return VectorImpl::push(&item);
296 void Vector<TYPE>::push() { function in class:android::tinyutils::Vector
297 VectorImpl::push();
H A DVectorImpl.cpp154 void VectorImpl::push() function in class:android::tinyutils::VectorImpl
156 push(0);
159 void VectorImpl::push(const void* item) function in class:android::tinyutils::VectorImpl
/system/core/libpixelflinger/
H A Dcol32cb16blend.S40 push {r4-r10, lr} // stack ARM regs
H A Dcol32cb16blend_neon.S44 push {r4-r11, lr} // stack ARM regs
/system/extras/tests/bionic/libc/
H A Drun-test.sh169 $ADB_CMD push $TESTEXE $DEVICE_TEST_DIR/
171 echo "ERROR: Can't push test to device!"
/system/core/libpixelflinger/arch-mips/
H A Dt32cb16blend.S92 DBG .set push
160 DBG .set push
257 DBG .set push
/system/extras/tests/ext4/
H A Dandroid_emmc_perf_tests.sh86 adb push "$PERF" /dev
113 adb push "$PERF" "$PERF_LOC"
/system/core/libutils/
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
H A DLooper.cpp401 mResponses.push(response);
/system/core/libutils/tests/
H A DLooper_test.cpp97 messages.push(message);
/system/security/keystore/
H A DIKeystoreService.cpp186 matches->push(reply.readString16());
H A Dkeystore.cpp1190 matches->push(android::String16(match, extra));

Completed in 374 milliseconds