HomeSort by relevance Sort by last modified time
    Searched refs:pull (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /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/chromium_org/build/android/
adb_gdb 130 --no-pull-libs)
142 --pull-libs)
145 --pull-libs-dir=*)
270 The first time you use it on a device, the script will pull many system
278 But you can use the --pull-libs-dir=<path> option to specify an
280 and will re-pull the libraries only in this case. You can however force it
281 with the --pull-libs option.
314 --pull-libs Force system libraries extraction.
315 --no-pull-libs Do not extract any system library.
738 # If --pull-libs-dir is not specified, and this is a platform build, loo
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 52 // Set to false to disable focus-based gestures (spread-finger vertical pull).
74 private static final int PULL = 1<<1;
239 float pull = Math.abs(drag) + Math.abs(span) + 1f; local
240 float hand = drag * Math.abs(drag) / pull + span * Math.abs(span) / pull;
353 (0 != (mExpansionStyle & PULL) ? " (pull)" : "") +
355 // check for a spread-finger vertical pull gesture
378 if (DEBUG_SCALE) Log.v(TAG, "got pull gesture (xspan=" + xspan + "px)");
382 startExpanding(underFocus, PULL);
449 final float pull = Math.abs(ev.getY() - mInitialTouchY); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParam.cpp 147 AudioBus* connectionBus = output->pull(0, AudioNode::ProcessingSizeInFrames);
AudioNodeOutput.cpp 109 AudioBus* AudioNodeOutput::pull(AudioBus* inPlaceBus, size_t framesToProcess) function in class:WebCore::AudioNodeOutput
117 // In this case pull() is called multiple times per rendering quantum, and the processIfNecessary() call below will
  /system/extras/tests/ext4/
android_emmc_perf_tests.sh 197 adb pull /dev/fstrimmed_stats $HARDWARE-fstrimmed_stats
198 adb pull /dev/full_stats $HARDWARE-full_stats
  /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/chrome/common/extensions/docs/examples/tutorials/analytics/
popup.js 12 * code snippet. It has been modified to pull the HTTPS version of ga.js
  /external/chromium_org/ppapi/native_client/src/shared/ppapi/
nacl.scons 20 # pull the list of sources from ppapi_sources.gypi directly.
  /external/libpcap/
optimize.c 1425 struct block *pull; local
1518 struct block *pull; local
    [all...]
  /external/zlib/src/test/
infcover.c 14 /* get definition of internal structure so we can mess with it (see pull()),
447 local unsigned pull(void *desc, unsigned char **buf) function
488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
493 ret = inflateBack(&strm, pull, Z_NULL, push, &strm);
496 ret = inflateBack(&strm, pull, &strm, push, Z_NULL);
562 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
603 try("5 c0 21 d 0 0 0 80 b0 fe 6d 2f 91 6c", "pull 17", 0);
  /ndk/
ndk-gdb 710 run adb_cmd pull /system/bin/app_process `native_path $APP_PROCESS`
713 run adb_cmd pull /system/bin/linker `native_path $APP_OUT/linker`
716 run adb_cmd pull /system/lib/libc.so `native_path $APP_OUT/libc.so`
  /external/libppp/src/
link.c 257 * packet (as we do with ``pull''s).
283 * When we ``pull'' a packet from the link, it gets processed by the
284 * ``pull'' function in each layer starting at the bottom.
285 * Each ``pull'' may produce multiple packets, chained together using
287 * Each packet that results from each pull has to be pulled through
312 if (l->layer[layer]->pull != NULL)
313 bp = (*l->layer[layer]->pull)(b, l, bp, &proto);
  /external/oprofile/
oprofile_android 88 def pull(self, source, dest, echo=True):
89 return self._adb('pull', [source, dest], echo)
132 print " import : dump samples and pull session directory from the device"
370 # Pull samples.
372 rc, output = self.adb.pull('/data/oprofile/samples/', raw_samples_dir + '/', echo=False)
374 print '* Failed to pull samples from the device.'
378 # Pull ABI.
380 rc, output = self.adb.pull('/data/oprofile/abi', abi_file, echo=False)
382 print '* Failed to pull abi information from the device.'
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 258 // pull app_process & libc from the device
261 pull(device, "/system/bin/app_process", solibFolder); //$NON-NLS-1$ method
262 pull(device, "/system/lib/libc.so", solibFolder); //$NON-NLS-1$ method
352 private void pull(IDevice device, String remote, IPath solibFolder) throws method in class:NdkGdbLaunchDelegate
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/
popup.js 102 * state of `timeframe_` in order to pull a timeframe, then calls the clearing
  /art/build/
Android.gtest.mk 160 $(hide) (adb pull $(ART_TEST_DIR)/$$@ /tmp/ && echo $$@ PASSED) || (echo $$@ FAILED && exit 1)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
commitannouncer.py 121 _log.info('Pull attempt %s out of %s' % (attempts, retry_attempts))
123 self.git.pull()
129 _log.error('Exceeded pull attempts')
  /sdk/bash_completion/
adb.bash 62 COMMAND="devices connect disconnect push pull sync shell emu logcat lolcat forward jdwp install uninstall bugreport help version start-server kill-server get-state get-serialno status-window remount reboot reboot-bootloader root usb tcpip"
81 pull)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs.cpp 1231 fs_inst *pull = new(mem_ctx) fs_inst(FS_OPCODE_PULL_CONSTANT_LOAD, local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.cpp 1231 fs_inst *pull = new(mem_ctx) fs_inst(FS_OPCODE_PULL_CONSTANT_LOAD, local
    [all...]
  /development/build/
Android.mk 44 # We also need to depend on framework-res.apk, in order to pull the
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2.asm 403 ; pull the third and fourth sets together
471 ; pull the first two sets together
640 ; pull the third and fourth sets together
708 ; pull the first two sets together

Completed in 1259 milliseconds

12 3 4 5