Home
last modified time | relevance | path

Searched refs:pull (Results 1 – 25 of 139) sorted by relevance

123456

/external/v8/tools/
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/bison/tests/
Dpush.at38 %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
Dtorture.at437 ]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/
Dadbd.te32 # 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/
DAdbTarget.java82 @Override public void pull(File remote, File local) { in pull() method in AdbTarget
83 run.androidSdk.pull(remote, local); in pull()
/external/skia/gyp/
Ddebugger.gyp87 '../debugger', # To pull SkDebugger.h
88 '../src/gpu', # To pull gl/GrGLUtil.h
89 '../src/ports', # To pull SkFontDescriptor.h
/external/slf4j/
DREADME.md7 # How to contribute pull requests
14 5. Submit a pull request to SLF4J from from your commit page on github.
/external/libpcap/
Doptimize.c1377 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/
Dinfcover.c447 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/
Dcoverage.rake72 function pull(str) {
85 manifest_out.puts "pull('#{path}');"
/external/parameter-framework/tools/xmlGenerator/
DupdateRoutageDomains.sh99 adb pull "$PFWtest_RemoteOutputFile" "$PFWtest_LocalOutputFile"
/external/vogar/src/vogar/tasks/
DRetrieveFilesTask.java49 run.target.pull(file, destination); in retrieveFiles()
/external/vogar/src/vogar/
DTarget.java38 public abstract void pull(File remote, File local); in pull() method in Target
DLocalTarget.java78 @Override public void pull(File remote, File local) { in pull() method in LocalTarget
/external/bison/data/
Dyacc.c21 # 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/
DREADME.md16 * Add maven goal to generate stories and a pull request to hpack-test-case
/external/okhttp/okio/
DCONTRIBUTING.md5 forking the repository and sending a pull request.
/external/okhttp/
DCONTRIBUTING.md5 forking the repository and sending a pull request.
/external/compiler-rt/lib/asan/scripts/
Dasan_device_setup82 $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/
DANTLRIntArrayTest.m32 …STAssertTrue(popped == 10, @"Pop should pull the last element out, which should be 10 was: %d", po…
DIntArrayTest.m32 …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/
DREADME.md21 Contributions are welcome! Please make pull requests agains the `dev` branch,
/external/llvm/test/Transforms/InstCombine/
Dextractvalue.ll11 ; 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/
DREADME9 The update.py script should be used to pull the latest upstream code, update
/external/skia/platform_tools/android/bin/
Dandroid_perf85 $ADB pull /data/perf.data $PERF_TMP_DIR/perf.data

123456