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

  /test/vts/harnesses/cloud_client/
cloud_client.py 57 def Pull(self):
67 results = self._sub.pull(
82 commands = self.Pull()
  /external/chromium-trace/catapult/devil/devil/android/sdk/
gce_adb_wrapper.py 8 'push' and 'pull'. With gce instances, moving files through adb can be
93 def Pull(self, remote, local, **kwargs):
adb_wrapper.py 444 def Pull(self, remote, local, timeout=60 * 5, retries=DEFAULT_RETRIES):
453 cmd = ['pull', remote, local]
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
gce_adb_wrapper.py 8 'push' and 'pull'. With gce instances, moving files through adb can be
91 def Pull(self, remote, local, **kwargs):
adb_wrapper.py 383 def Pull(self, remote, local, timeout=60 * 5, retries=DEFAULT_RETRIES):
392 cmd = ['pull', remote, local]
  /external/chromium-trace/catapult/devil/devil/android/tools/
video_recorder.py 93 def Pull(self, host_file=None):
94 """Pull resulting video file from the device.
157 f = recorder.Pull(f)
  /external/libmojo/third_party/catapult/devil/devil/android/tools/
video_recorder.py 91 def Pull(self, host_file=None):
92 """Pull resulting video file from the device.
155 f = recorder.Pull(f)
  /development/testrunner/
adb_interface.py 113 def Pull(self, src, dest):
117 src: absolute file path of file on device to pull
128 self.SendCommand("pull %s %s" % (src, dest), timeout_time=60)
131 logger.Log("ADB Pull Failed: Source file %s does not exist." % src)
  /external/webrtc/webrtc/modules/audio_coding/test/
target_delay_unittest.cc 149 // Pull audio equivalent to the amount of audio in one RTP packet.
150 void Pull() {
152 for (int k = 0; k < kNum10msPerFrame; ++k) { // Pull one frame.
165 Pull();
172 Pull();
  /external/v8/tools/release/
common_includes.py 291 def Pull(self):
330 def Pull(self):
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
txcoord.h 492 virtual HRESULT WINAPI Pull(char *i_pszTxUrl,ITransaction **o_ppITransaction) = 0;
502 HRESULT (WINAPI *Pull)(ITipHelper *This,char *i_pszTxUrl,ITransaction **o_ppITransaction);
514 #define ITipHelper_Pull(This,i_pszTxUrl,o_ppITransaction) (This)->lpVtbl->Pull(This,i_pszTxUrl,o_ppITransaction)
    [all...]

Completed in 1637 milliseconds