/external/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
|
D | torture.at | 437 ]m4_bmatch([$2], [api.push-pull both], 444 new_status = ]m4_bmatch([$2], [api.push-pull both], 451 }]m4_bmatch([$2], [api.push-pull both],[[ 492 [[%define api.push-pull both 530 [[%define api.push-pull both
|
/external/sepolicy/ |
D | adbd.te | 32 # adb push/pull /data/local/tmp. 36 # adb push/pull sdcard. 40 # adb pull /data/anr/traces.txt 76 # ndk-gdb invokes adb pull of app_process, linker, and libc.so.
|
/external/vogar/src/vogar/android/ |
D | AdbTarget.java | 82 @Override public void pull(File remote, File local) { in pull() method in AdbTarget 83 run.androidSdk.pull(remote, local); in pull()
|
/external/skia/gyp/ |
D | debugger.gyp | 87 '../debugger', # To pull SkDebugger.h 88 '../src/gpu', # To pull gl/GrGLUtil.h 89 '../src/ports', # To pull SkFontDescriptor.h
|
/external/slf4j/ |
D | README.md | 7 # How to contribute pull requests 14 5. Submit a pull request to SLF4J from from your commit page on github.
|
/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/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/tasks/test/ |
D | coverage.rake | 72 function pull(str) { 85 manifest_out.puts "pull('#{path}');"
|
/external/parameter-framework/tools/xmlGenerator/ |
D | updateRoutageDomains.sh | 99 adb pull "$PFWtest_RemoteOutputFile" "$PFWtest_LocalOutputFile"
|
/external/vogar/src/vogar/tasks/ |
D | RetrieveFilesTask.java | 49 run.target.pull(file, destination); in retrieveFiles()
|
/external/vogar/src/vogar/ |
D | Target.java | 38 public abstract void pull(File remote, File local); in pull() method in Target
|
D | LocalTarget.java | 78 @Override public void pull(File remote, File local) { in pull() method in LocalTarget
|
/external/bison/data/ |
D | yacc.c | 21 # Check the value of %define api.push-pull. 22 b4_percent_define_default([[api.push-pull]], [[pull]]) 23 b4_percent_define_check_values([[[[api.push-pull]], 24 [[pull]], [[push]], [[both]]]]) 25 b4_define_flag_if([pull]) m4_define([b4_pull_flag], [[1]]) 27 m4_case(b4_percent_define_get([[api.push-pull]]), 28 [pull], [m4_define([b4_push_flag], [[0]])], 268 # (including in pull mode).
|
/external/okhttp/okhttp-hpacktests/ |
D | README.md | 16 * Add maven goal to generate stories and a pull request to hpack-test-case
|
/external/okhttp/okio/ |
D | CONTRIBUTING.md | 5 forking the repository and sending a pull request.
|
/external/okhttp/ |
D | CONTRIBUTING.md | 5 forking the repository and sending a pull request.
|
/external/compiler-rt/lib/asan/scripts/ |
D | asan_device_setup | 82 $ADB pull "$1" "$2" 87 …$ADB pull "/data/local/tmp/$FILENAME" "$2" >&/dev/null && $ADB shell "rm \"/data/local/tmp/$FILENA…
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/ |
D | ANTLRIntArrayTest.m | 32 …STAssertTrue(popped == 10, @"Pop should pull the last element out, which should be 10 was: %d", po…
|
D | IntArrayTest.m | 32 …STAssertTrue(popped == 10, @"Pop should pull the last element out, which should be 10 was: %d", po…
|
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/ |
D | README.md | 21 Contributions are welcome! Please make pull requests agains the `dev` branch,
|
/external/llvm/test/Transforms/InstCombine/ |
D | extractvalue.ll | 11 ; Build a simple struct and pull values out again 17 ; Build a nested struct and pull a sub struct out of it
|
/external/chromium-trace/ |
D | README | 9 The update.py script should be used to pull the latest upstream code, update
|
/external/skia/platform_tools/android/bin/ |
D | android_perf | 85 $ADB pull /data/perf.data $PERF_TMP_DIR/perf.data
|