HomeSort by relevance Sort by last modified time
    Searched full:pull (Results 351 - 375 of 811) sorted by null

<<11121314151617181920>>

  /external/qemu/
qemu-common.h 253 pull in all the real definitions. */
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaInstanceJSC.cpp 231 // Pull the nativeJSObject value from the Java instance. This is a pointer to the JSObject.
  /external/webkit/Source/WebCore/platform/chromium/
ClipboardChromium.cpp 227 // Attempt to pull CachedImage from element
  /external/webkit/Source/WebCore/platform/mac/
DragImageMac.mm 102 // It might be worth doing a further lookup to pull the extension from the MIME type.
  /external/webkit/Source/WebCore/webaudio/
AudioNode.cpp 171 input(i)->pull(0, framesToProcess);
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
mozilla 94 -moz-pull-down-menu
  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator.c 207 // current |binary_near_spectrum| and pull out the delayed one.
  /external/webrtc/src/system_wrappers/source/
cpu_win.cc 303 // Have to pull the first round of data to be able set the handles.
  /frameworks/base/core/java/android/net/
CaptivePortalTracker.java 387 // TODO: Change this to pull from NetworkInfo once a printable
  /frameworks/base/docs/html/training/accessibility/
accessible-app.jd 85 the noise a user needs to navigate in order to pull useful information from your
  /frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
HugeAgent.java 127 // Okay, we've flattened the data for transmission. Pull it
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 70 // Perform background query to pull contact details
  /external/openssl/crypto/aes/asm/
aes-x86_64.pl 1578 mov 240(%r8),%r14d # pull number of rounds
    [all...]
bsaes-x86_64.pl     [all...]
  /dalvik/vm/arch/arm/
CallEABI.S 223 @ Get pad flag into carry bit. If it's set, we don't pull a value
226 ldrcc ip, [r7], #4 @ ip = *r7++ (pull from argv)
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 187 // Pull the private key ID from the certificate
207 // Pull the public key ID from the certificate
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentResultsView.java 120 * Contribute the local tools bar and the pull-down menu to the action bars.
213 * Fill the local pull down menu.
  /external/qemu/slirp/
tcp_output.c 145 * cancel pending retransmit and pull snd_nxt
454 * If no urgent pointer to send, then we pull
  /external/qemu/slirp-android/
tcp_output.c 145 * cancel pending retransmit and pull snd_nxt
454 * If no urgent pointer to send, then we pull
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeResources.java 251 // we need to create a pull parser around the layout XML file, and then
288 // we need to create a pull parser around the layout XML file, and then
  /system/core/adb/
file_sync_client.c 896 fprintf(stderr, "pull: building file list...\n");
925 fprintf(stderr, "pull: %s -> %s\n", ci->src, ci->dst);
  /external/bison/doc/
bison.texi 245 * Pull Parser Function:: How to call @code{yypull_parse} and what it returns.
    [all...]
bison.info 208 * Pull Parser Function:: How to call `yypull_parse' and what it returns.
    [all...]
  /build/
envsetup.sh 1076 adb ${adbOptions} pull $devFile $localFile
1099 adb pull /sdcard/bugreports/${report} ${report}
1123 adb ${adbOptions} pull ${screenshot_path}/${screenshot}
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java 680 int texIdx = ((getHeight() - 1 - r) * getWidth() + c) * 2; // pull from the end
681 int texIdxAbove = ((getHeight() - 1 - (r - 1)) * getWidth() + c) * 2; // pull from the end
682 int texIdxNext = ((getHeight() - 1 - (r + 1)) * getWidth() + c) * 2; // pull from the end
    [all...]

Completed in 949 milliseconds

<<11121314151617181920>>