HomeSort by relevance Sort by last modified time
    Searched defs:pull (Results 1 - 12 of 12) sorted by null

  /external/libppp/src/
layer.h 50 struct mbuf *(*pull)(struct bundle *, struct link *, struct mbuf *, member in struct:layer
  /external/webkit/Source/WebCore/webaudio/
AudioNodeInput.cpp 235 AudioBus* connectionBus = output->pull(0, framesToProcess);
242 AudioBus* AudioNodeInput::pull(AudioBus* inPlaceBus, size_t framesToProcess) function in class:WebCore::AudioNodeInput
250 return output->pull(inPlaceBus, framesToProcess);
AudioNodeOutput.cpp 82 // This may later be changed in pull() to point to an in-place bus with the same number of channels.
117 AudioBus* AudioNodeOutput::pull(AudioBus* inPlaceBus, size_t framesToProcess) function in class:WebCore::AudioNodeOutput
125 // In this case pull() is called multiple times per rendering quantum, and the processIfNecessary() call below will
  /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/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);
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 219 # Pull lib from device and compute hash
221 self.pull(remote_lib, tmp_path)
297 # adb pull <remote_path> <local_path>
298 def pull(self, remote_path, local_path): member in class:ADB
299 self._call_adb(*["pull", remote_path, local_path])
515 self.adb.pull("/system/bin/app_process", self.gdb_inferior)
  /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/libpcap/
optimize.c 1425 struct block *pull; local
1518 struct block *pull; local
    [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;
240 float pull = Math.abs(drag) + Math.abs(span) + 1f; local
241 float hand = drag * Math.abs(drag) / pull + span * Math.abs(span) / pull;
354 (0 != (mExpansionStyle & PULL) ? " (pull)" : "") +
356 // check for a spread-finger vertical pull gesture
379 if (DEBUG_SCALE) Slog.v(TAG, "got pull gesture (xspan=" + xspan + "px)");
383 startExpanding(underFocus, PULL);
450 final float pull = Math.abs(ev.getY() - mInitialTouchY); local
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 270 milliseconds