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

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
BaseFileHandler.java 58 * @param sync the {@link SyncService} to use to pull the file from the device
60 * @param remoteFilePath The name of the file to pull off of the device
62 * @return The result of the pull as a {@link SyncResult} object, or null if the sync
77 return pull(sync, localFilePath, remoteFilePath);
117 * @param sync the {@link SyncService} to use to pull the file.
119 * @param remoteFilePath the path of the remote file to pull
124 protected SyncResult pull(final SyncService sync, final String localFilePath, method in class:BaseFileHandler
  /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/libpcap/
optimize.c 1425 struct block *pull; local
1518 struct block *pull; local
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
SyncService.java 34 * Sync service class to push/pull to/from devices/emulators, through the debug bridge.
89 /** Result code for unknown remote object during a pull */
91 /** Result code when attempting to pull multiple files into a file */
93 /** Result code when attempting to pull multiple into a directory that does not exist. */
213 * Opens the sync connection. This must be called before any calls to push[File] / pull[File].
334 * @param entries the remote item(s) to pull
343 public SyncResult pull(FileEntry[] entries, String localPath, ISyncProgressMonitor monitor) { method in class:SyncService
519 * @param entries The list of entry to pull
535 // get type (we only pull directory and files for now)
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 728 milliseconds