Searched refs:pull (Results 1 - 25 of 66) sorted by relevance

123

/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Die.css20 .pull-1, .pull-2, .pull-3, .pull-4,
/external/srec/config/en.us/
H A Dadb_pull_system_usr_srec_bothtags5.sh5 adb pull $TESTDIR/config/en.us/out_SHIP_bothtags5.txt out_SHIP_bothtags5.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_bothtags5.res recog4_SHIP_bothtags5.res
8 adb pull $TESTDIR/config/en.us/linux_ship_a1__VCE_Pete_Gonzalez.raw linux_ship_a1__VCE_Pete_Gonzalez.raw
9 adb pull $TESTDIR/config/en.us/linux_ship_a2__VCE_Andrew_Evans.raw linux_ship_a2__VCE_Andrew_Evans.raw
10 adb pull $TESTDIR/config/en.us/linux_ship_a3__VCE_Peter_Wilson.raw linux_ship_a3__VCE_Peter_Wilson.raw
11 adb pull $TESTDIR/config/en.us/linux_ship_a4__VCE_Edgar_Young.raw linux_ship_a4__VCE_Edgar_Young.raw
12 adb pull $TESTDIR/config/en.us/linux_ship_a5__VCE_John_Martinez.raw linux_ship_a5__VCE_John_Martinez.raw
H A Dadb_pull_system_usr_srec_bothtags5_from_saved.sh5 adb pull $TESTDIR/config/en.us/out_SHIP_bothtags5_from_saved.txt out_SHIP_bothtags5_from_saved.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_bothtags5_from_saved.res recog4_SHIP_bothtags5_from_saved.res
8 adb pull $TESTDIR/config/en.us/linux_ship_a1__VCE_Pete_Gonzalez_from_saved.raw linux_ship_a1__VCE_Pete_Gonzalez_from_saved.raw
9 adb pull $TESTDIR/config/en.us/linux_ship_a2__VCE_Andrew_Evans_from_saved.raw linux_ship_a2__VCE_Andrew_Evans_from_saved.raw
10 adb pull $TESTDIR/config/en.us/linux_ship_a3__VCE_Peter_Wilson_from_saved.raw linux_ship_a3__VCE_Peter_Wilson_from_saved.raw
11 adb pull $TESTDIR/config/en.us/linux_ship_a4__VCE_Edgar_Young_from_saved.raw linux_ship_a4__VCE_Edgar_Young_from_saved.raw
12 adb pull $TESTDIR/config/en.us/linux_ship_a5__VCE_John_Martinez_from_saved.raw linux_ship_a5__VCE_John_Martinez_from_saved.raw
14 adb pull $TESTDIR/config/en.us/bothtags5_saved.g2g bothtags5_saved.g2g
H A Dadb_pull_system_usr_srec_change_sample_rate2.sh5 adb pull $TESTDIR/config/en.us/out_SHIP_change_sample_rate2.txt out_SHIP_change_sample_rate2.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_change_sample_rate2.res recog4_SHIP_change_sample_rate2.res
H A Dadb_pull_system_usr_srec_set_get_param.sh5 adb pull $TESTDIR/config/en.us/out_SHIP_set_get_param.txt out_SHIP_set_get_param.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_set_get_param.res recog4_SHIP_set_get_param.res
H A Dadb_pull_system_usr_srec_liveaudio.sh5 adb pull $TESTDIR/config/en.us/recog4_SHIP_liveaudio.res recog4_SHIP_liveaudio.res
/external/chromium_org/v8/tools/
H A Dandroid-ll-prof.sh59 adb pull /data/local/tmp/v8/v8.log .
60 adb pull /data/local/tmp/v8/v8.log.ll .
61 adb pull /data/perf.data .
/external/chromium_org/build/android/
H A Dadb_android_webview_command_line21 adb pull $CMD_LINE_FILE $tempfile 2>/dev/null
H A Dadb_chrome_shell_command_line21 adb pull $CMD_LINE_FILE $tempfile 2>/dev/null
H A Dadb_content_shell_command_line21 adb pull $CMD_LINE_FILE $tempfile 2>/dev/null
H A Dadb_gdb138 --no-pull-libs)
150 --pull-libs)
153 --pull-libs-dir=*)
279 The first time you use it on a device, the script will pull many system
287 But you can use the --pull-libs-dir=<path> option to specify an
289 and will re-pull the libraries only in this case. You can however force it
290 with the --pull-libs option.
325 --pull-libs Force system libraries extraction.
326 --no-pull-libs Do not extract any system library.
755 # If --pull
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioDestinationNode.cpp80 // This will cause the node(s) connected to us to process, which in turn will pull on their input(s),
82 AudioBus* renderedBus = input(0)->pull(destinationBus, numberOfFrames);
H A DAudioNodeInput.h63 // pull() processes all of the AudioNodes connected to us.
68 AudioBus* pull(AudioBus* inPlaceBus, size_t framesToProcess);
70 // bus() contains the rendered audio after pull() has been called for each time quantum.
H A DAudioNodeInput.cpp200 AudioBus* connectionBus = output->pull(0, framesToProcess);
207 AudioBus* AudioNodeInput::pull(AudioBus* inPlaceBus, size_t framesToProcess) function in class:blink::AudioNodeInput
215 return output->pull(inPlaceBus, framesToProcess);
H A DAudioBasicInspectorNode.cpp51 input(0)->pull(output(0)->bus(), framesToProcess);
100 // downstream node, thus remove it from the context's automatic pull list.
109 // upstream node(s), add it to the context's automatic pull list.
113 // The AudioBasicInspectorNode is connected to nothing, remove it from the context's automatic pull list.
H A DAudioNodeOutput.h56 AudioBus* pull(AudioBus* inPlaceBus, size_t framesToProcess);
58 // bus() will contain the rendered audio after pull() is called for each rendering time quantum.
H A DAudioBasicProcessorNode.cpp108 input(0)->pull(output(0)->bus(), framesToProcess);
H A DAudioParam.cpp147 AudioBus* connectionBus = output->pull(0, AudioNode::ProcessingSizeInFrames);
/external/chromium_org/tools/android/asan/
H A Dasan_device_setup.sh123 $ADB pull /system/bin/app_process "$TMPDIROLD"
124 $ADB pull /system/bin/app_process.real "$TMPDIROLD" || true
125 $ADB pull /system/bin/asanwrapper "$TMPDIROLD" || true
126 $ADB pull /system/lib/libclang_rt.asan-arm-android.so "$TMPDIROLD" || true
/external/compiler-rt/lib/asan/scripts/
H A Dasan_device_setup123 $ADB pull /system/bin/app_process "$TMPDIROLD"
124 $ADB pull /system/bin/app_process.real "$TMPDIROLD" || true
125 $ADB pull /system/bin/asanwrapper "$TMPDIROLD" || true
126 $ADB pull /system/lib/libclang_rt.asan-arm-android.so "$TMPDIROLD" || true
/external/chromium_org/third_party/skia/experimental/webtry/setup/
H A Dcontinue_install13 (cd depot_tools && git pull);
/external/skia/experimental/webtry/setup/
H A Dcontinue_install13 (cd depot_tools && git pull);
/external/strace/test/
H A DAndroid.mk87 adb pull $(TEST_TMP_DIR)/strace-log-$* 2> /dev/null ; \
88 adb pull $(TEST_TMP_DIR)/strace-log-$*-output 2> /dev/null ; \
/external/chromium_org/third_party/skia/platform_tools/android/bin/
H A Dandroid_perf84 $ADB pull /data/perf.data $PERF_TMP_DIR/perf.data
/external/skia/platform_tools/android/bin/
H A Dandroid_perf84 $ADB pull /data/perf.data $PERF_TMP_DIR/perf.data

Completed in 1824 milliseconds

123