Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 37) sorted by relevance

12

/system/core/fastboot/
Dsocket_mock.cpp126 events_.push(Event(EventType::kSend, std::move(message), true, nullptr)); in ExpectSend()
130 events_.push(Event(EventType::kSend, std::move(message), false, nullptr)); in ExpectSendFailure()
134 events_.push(Event(EventType::kReceive, std::move(message), false, nullptr)); in AddReceive()
138 events_.push(Event(EventType::kReceive, "", true, nullptr)); in AddReceiveTimeout()
142 events_.push(Event(EventType::kReceive, "", false, nullptr)); in AddReceiveFailure()
146 events_.push(Event(EventType::kAccept, "", false, std::move(sock))); in AddAccept()
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dbuild_and_run.sh108 adb push ${VENDOR_SYMBOLS_ABS}/${VENDOR_LIB} /vendor/lib
111 adb push ${TEST_VENDOR_LIB_ABS}/data/${CONTROLLER_PROPERTIES} /etc/bluetooth/
114 adb push ${DEVICE_TARGET_ABS}/${DEVICE}/system/lib/libevent.so /system/lib/
117 adb push ${DEVICE_TARGET_ABS}/${DEVICE}/system/lib/libchrome.so /system/lib/
/system/media/audio_utils/tests/
Dbuild_and_run_all_unit_tests.sh22 adb push $OUT/system/lib/libaudioutils.so /system/lib
23 adb push $OUT/data/nativetest/primitives_tests /system/bin
/system/core/include/utils/
DVectorImpl.h79 void push();
80 void push(const void* item);
166 void push();
167 void push(const void* item);
DVector.h146 inline void push();
148 void push(const TYPE& item);
332 void Vector<TYPE>::push(const TYPE& item) {
333 return VectorImpl::push(&item);
357 void Vector<TYPE>::push() {
358 VectorImpl::push();
/system/extras/perfprofd/quipper/base/
Dcompiler_specific.h29 #define MSVC_PUSH_DISABLE_WARNING(n) __pragma(warning(push)) \
35 #define MSVC_PUSH_WARNING_LEVEL(n) __pragma(warning(push, n))
/system/bt/osi/include/
Dleaky_bonded_queue.h107 queue_.push(std::move(item_ptr)); in Enqueue()
120 queue_.push(std::move(item_ptr)); in EnqueueWithPop()
/system/core/libpixelflinger/arch-mips/
Dt32cb16blend.S99 DBG .set push
167 DBG .set push
266 DBG .set push
/system/bt/test/
Drun_unit_tests.sh89 push_command=( "${adb[@]}" push {"${ANDROID_PRODUCT_OUT}",}"${binary}" )
/system/extras/simpleperf/
Dcallchain.cpp119 queue.push(&children); in SortByPeriod()
125 queue.push(&node->children); in SortByPeriod()
/system/extras/tests/ext4/
Dandroid_emmc_perf_tests.sh86 adb push "$PERF" /dev
113 adb push "$PERF" "$PERF_LOC"
/system/core/libpixelflinger/
Dcol32cb16blend.S40 push {r4-r10, lr} // stack ARM regs
Dcol32cb16blend_neon.S44 push {r4-r11, lr} // stack ARM regs
/system/core/init/
Daction.cpp323 trigger_queue_.push(std::make_unique<EventTrigger>(trigger)); in QueueEventTrigger()
328 trigger_queue_.push(std::make_unique<PropertyTrigger>(name, value)); in QueuePropertyTrigger()
346 trigger_queue_.push(std::make_unique<BuiltinTrigger>(action.get())); in QueueBuiltinAction()
/system/sepolicy/
Dadbd.te33 # adb push/pull /data/local/tmp.
41 # adb push/pull sdcard.
/system/extras/tests/workloads/
Dpwrtest.sh135 adb push $CMDDIR/$file $devdir
148 adb push $suntempledir/main*obb $stdest
/system/core/libutils/
DVectorImpl.cpp234 void VectorImpl::push() in push() function in android::VectorImpl
236 push(0); in push()
239 void VectorImpl::push(const void* item) in push() function in android::VectorImpl
/system/core/debuggerd/
Dcrasher.c55 #pragma clang diagnostic push
/system/extras/tests/sdcard/
DREADME18 adb push $ANDROID_PRODUCT_OUT/system/bin/sdcard_perf_test /system/bin/sdcard_perf_test
/system/core/libpixelflinger/arch-mips64/
Dt32cb16blend.S164 DBG .set push
/system/core/adb/
Dfdevent_test.cpp50 handler->queue_.push(c); in FdEventCallback()
Dtest_device.py669 self.device.push(local=tmp.name, remote=self.DEVICE_TEMP_FILE)
689 self.device.push(host_dir, self.DEVICE_TEMP_DIR)
716 self.device.push(host_dir, self.DEVICE_TEMP_DIR)
779 self.device.push(local=tmp_file.name, remote='/system/')
1065 self.device.push(tf.name, remote_path)
DSYNC.TXT57 adb push disk_image /some_block_device
/system/core/libziparchive/
Dzip_archive_stream_entry.cc134 #pragma GCC diagnostic push
/system/core/crash_reporter/
Dkernel_collector.cc143 #pragma GCC diagnostic push in GetRamoopsRecordPath()

12