/external/srec/config/en.us/ |
D | adb_pull_system_usr_srec_bothtags5_from_saved.sh | 5 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_save… 8 adb pull $TESTDIR/config/en.us/linux_ship_a1__VCE_Pete_Gonzalez_from_saved.raw linux_ship_a1__VCE_… 9 adb pull $TESTDIR/config/en.us/linux_ship_a2__VCE_Andrew_Evans_from_saved.raw linux_ship_a2__VCE_… 10 adb pull $TESTDIR/config/en.us/linux_ship_a3__VCE_Peter_Wilson_from_saved.raw linux_ship_a3__VCE_… 11 adb pull $TESTDIR/config/en.us/linux_ship_a4__VCE_Edgar_Young_from_saved.raw linux_ship_a4__VCE_… 12 adb pull $TESTDIR/config/en.us/linux_ship_a5__VCE_John_Martinez_from_saved.raw linux_ship_a5__VCE_… 14 adb pull $TESTDIR/config/en.us/bothtags5_saved.g2g bothtags5_saved.g2g
|
D | adb_pull_system_usr_srec_bothtags5.sh | 5 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_Gonzal… 9 adb pull $TESTDIR/config/en.us/linux_ship_a2__VCE_Andrew_Evans.raw linux_ship_a2__VCE_Andrew_Evan… 10 adb pull $TESTDIR/config/en.us/linux_ship_a3__VCE_Peter_Wilson.raw linux_ship_a3__VCE_Peter_Wilso… 11 adb pull $TESTDIR/config/en.us/linux_ship_a4__VCE_Edgar_Young.raw linux_ship_a4__VCE_Edgar_Young… 12 adb pull $TESTDIR/config/en.us/linux_ship_a5__VCE_John_Martinez.raw linux_ship_a5__VCE_John_Martin…
|
D | adb_pull_system_usr_srec_set_get_param.sh | 5 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
|
D | adb_pull_system_usr_srec_change_sample_rate2.sh | 5 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.…
|
D | adb_pull_system_usr_srec_liveaudio.sh | 5 adb pull $TESTDIR/config/en.us/recog4_SHIP_liveaudio.res recog4_SHIP_liveaudio.res
|
/external/chromium_org/third_party/polymer_legacy/platform/ |
D | CONTRIBUTING.md | 5 ….google.com/forum/?fromgroups=#!forum/polymer-dev), [bug reports](../../issues), and pull requests. 25 1. Fork the project on github and pull down your copy. 35 Download and run the `pull-all.sh` script to install the sibling dependencies. 37 git clone git://github.com/Polymer/tools.git && tools/bin/pull-all.sh 46 1. Commit your code and make a pull request. 50 ## Submitting a pull request 52 …pull from the main project before making a change and submitting a pull request. The easiest way t… 56 Then before making a change, do a pull from the upstream `master` branch: 58 git pull upstream master 60 To make life easier, add a "pull upstream" alias in your `.gitconfig`: [all …]
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/ |
D | ie.css | 20 .pull-1, .pull-2, .pull-3, .pull-4,
|
/external/chromium_org/v8/tools/ |
D | android-ll-prof.sh | 59 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/bison/tests/ |
D | push.at | 38 %define api.push-pull push 86 AT_BISON_OPTION_PUSHDEFS([%define api.push-pull $1]) 96 %define api.push-pull ]$1[ 149 %define api.push-pull push 156 [[input.y:2.9-21: error: %define variable 'api.push-pull' is not used
|
/external/compiler-rt/lib/asan/scripts/ |
D | asan_device_setup | 123 $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/tools/android/asan/ |
D | asan_device_setup.sh | 123 $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/sepolicy/ |
D | adbd.te | 32 # adb push/pull /data/local/tmp. 36 # adb push/pull sdcard. 40 # adb pull /data/anr/traces.txt 80 # ndk-gdb invokes adb pull of app_process, linker, and libc.so.
|
/external/chromium_org/build/android/ |
D | adb_gdb | 138 --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. 887 mkdir -p "$DST_DIR" && adb pull $SYSLIB "$DST_FILE" 2>/dev/null 891 adb pull /system/build.prop $PULL_LIBS_DIR/build.prop 931 adb pull /system/bin/$GDBEXEC "$TMPDIR"/$GDBEXEC &>/dev/null
|
D | adb_chrome_shell_command_line | 21 adb pull $CMD_LINE_FILE $tempfile 2>/dev/null
|
D | adb_content_shell_command_line | 21 adb pull $CMD_LINE_FILE $tempfile 2>/dev/null
|
D | adb_android_webview_command_line | 21 adb pull $CMD_LINE_FILE $tempfile 2>/dev/null
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
D | AudioNodeInput.cpp | 200 AudioBus* connectionBus = output->pull(0, framesToProcess); in sumAllConnections() 207 AudioBus* AudioNodeInput::pull(AudioBus* inPlaceBus, size_t framesToProcess) in pull() function in blink::AudioNodeInput 215 return output->pull(inPlaceBus, framesToProcess); in pull()
|
/external/chromium_org/tools/gyp/test/ninja/chained-dependency/ |
D | chained-dependency.gyp | 29 # This intermediate target does nothing other than pull in a 40 # - a static library (so gyp doesn't transitively pull in dependencies);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/CSS/resources/ |
D | bootstrap.min.css | 8 …pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:…
|
/external/strace/test/ |
D | Android.mk | 87 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/gyp/ |
D | debugger.gyp | 82 '../debugger', # To pull SkDebugger.h 83 '../src/gpu', # To pull gl/GrGLUtil.h 84 '../src/ports', # To pull SkFontDescriptor.h
|
/external/skia/gyp/ |
D | debugger.gyp | 82 '../debugger', # To pull SkDebugger.h 83 '../src/gpu', # To pull gl/GrGLUtil.h 84 '../src/ports', # To pull SkFontDescriptor.h
|
/external/libpcap/ |
D | optimize.c | 1377 struct block *pull; in or_pullup() local 1442 pull = *samep; in or_pullup() 1443 *samep = JF(pull); in or_pullup() 1444 JF(pull) = *diffp; in or_pullup() 1454 JT(ep->pred) = pull; in or_pullup() 1456 JF(ep->pred) = pull; in or_pullup() 1460 *diffp = pull; in or_pullup() 1469 struct block *pull; in and_pullup() local 1533 pull = *samep; in and_pullup() 1534 *samep = JT(pull); in and_pullup() [all …]
|
/external/zlib/src/test/ |
D | infcover.c | 447 local unsigned pull(void *desc, unsigned char **buf) in pull() function 488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); in cover_back() 493 ret = inflateBack(&strm, pull, Z_NULL, push, &strm); in cover_back() 496 ret = inflateBack(&strm, pull, &strm, push, Z_NULL); in cover_back() 562 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); in try()
|
/external/oprofile/ |
D | oprofile_android | 88 def pull(self, source, dest, echo=True): member in Adb 372 rc, output = self.adb.pull('/data/oprofile/samples/', raw_samples_dir + '/', echo=False) 380 rc, output = self.adb.pull('/data/oprofile/abi', abi_file, echo=False)
|