HomeSort by relevance Sort by last modified time
    Searched refs:pull (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
ie.css 20 .pull-1, .pull-2, .pull-3, .pull-4,
  /external/chromium_org/v8/tools/
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 .
  /dalvik/tools/
get-hprof 35 adb pull "$FILE_BASE" "$OUT_FILE"
  /cts/tools/selinux/
SELinuxNeverallowTestFrame.py 75 mDevice.executeAdbCommand("pull", "/sys/fs/selinux/policy",
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapMesh.java 96 float pull = K / (dd + 0.000001f); local
98 pull /= (d + 0.000001f);
99 // android.util.Log.d("skia", "index " + i + " dist=" + d + " pull=" + pull);
101 if (pull >= 1) {
105 dst[i+0] = x + dx * pull;
106 dst[i+1] = y + dy * pull;
  /external/chromium_org/build/android/
adb_android_webview_command_line 21 adb pull $CMD_LINE_FILE $tempfile 2>/dev/null
adb_chrome_shell_command_line 21 adb pull $CMD_LINE_FILE $tempfile 2>/dev/null
adb_content_shell_command_line 21 adb pull $CMD_LINE_FILE $tempfile 2>/dev/null
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.
325 --pull-libs Force system libraries extraction.
326 --no-pull-libs Do not extract any system library.
755 # If --pull-libs-dir is not specified, and this is a platform build, loo
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioDestinationNode.cpp 80 // 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);
AudioNodeInput.h 63 // 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.
AudioNodeInput.cpp 200 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);
AudioBasicInspectorNode.cpp 51 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.
AudioNodeOutput.h 56 AudioBus* pull(AudioBus* inPlaceBus, size_t framesToProcess);
58 // bus() will contain the rendered audio after pull() is called for each rendering time quantum.
AudioBasicProcessorNode.cpp 108 input(0)->pull(output(0)->bus(), framesToProcess);
AudioParam.cpp 147 AudioBus* connectionBus = output->pull(0, AudioNode::ProcessingSizeInFrames);
  /external/chromium_org/tools/android/asan/
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/compiler-rt/lib/asan/scripts/
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/third_party/skia/experimental/webtry/setup/
continue_install 13 (cd depot_tools && git pull);
  /bionic/libdl/
Android.mk 11 # a) pull symbols from libgcc.a and b) depend on libdl.so will not rely on libdl.so
12 # to provide those symbols, but will instead pull them from libgcc.a. Specifically,
  /external/openssl/crypto/bn/asm/
ppc64-mont.pl 244 ld $a0,0($ap) ; pull ap[0] value
245 ld $n0,0($n0) ; pull n0[0] value
250 lwz $a0,0($ap) ; pull ap[0,1] value
252 lwz $n0,0($t1) ; pull n0[0,1] value
  /bootable/recovery/applypatch/
applypatch.sh 179 $ADB pull $WORK_DIR/old.file $tmpdir/patched
184 $ADB pull $WORK_DIR/old.file $tmpdir/patched
213 $ADB pull $WORK_DIR/new.file $tmpdir/patched
218 $ADB pull $WORK_DIR/new.file $tmpdir/patched
227 $ADB pull $WORK_DIR/new.file $tmpdir/patched
257 $ADB pull $WORK_DIR/old.file $tmpdir/patched
262 $ADB pull $WORK_DIR/old.file $tmpdir/patched
317 $ADB pull $WORK_DIR/old.file $tmpdir/patched
330 $ADB pull $WORK_DIR/old.file $tmpdir/patched
339 $ADB pull $WORK_DIR/old.file $tmpdir/patche
    [all...]
imgdiff_test.sh 97 $ADB pull /data/local/tmp/target $tmpdir/result
  /external/bison/data/
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).
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
android_perf 84 $ADB pull /data/perf.data $PERF_TMP_DIR/perf.data

Completed in 1129 milliseconds

1 2 3 4