HomeSort by relevance Sort by last modified time
    Searched refs:Pull (Results 1 - 25 of 35) sorted by null

1 2

  /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/
ic-processor-driver.js 15 // Pull dev tools source maps into our name space.
dumpcpp-driver.js 17 // Pull dev tools source maps into our name space.
tickprocessor-driver.js 41 // Pull dev tools source maps into our name space.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 68 FileExplorerView_Pull_File=Pull File...
69 FileExplorerView_Pull_File_From_File=Pull a file from the device
  /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)
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper_devicetest.py 76 self._adb.Pull(device_path, local_tmpdir)
gce_adb_wrapper.py 8 'push' and 'pull'. With gce instances, moving files through adb can be
93 def Pull(self, remote, local, **kwargs):
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
adb_wrapper_devicetest.py 73 self._adb.Pull(device_path, local_tmpdir)
gce_adb_wrapper.py 8 'push' and 'pull'. With gce instances, moving files through adb can be
91 def Pull(self, remote, local, **kwargs):
  /external/v8/tools/release/
auto_tag.py 24 self.vc.Pull()
common_includes.py 291 def Pull(self):
330 def Pull(self):
  /prebuilts/go/darwin-x86/src/os/
stat_plan9.go 67 // Pull the real size out of the stat message.
  /prebuilts/go/linux-x86/src/os/
stat_plan9.go 67 // Pull the real size out of the stat message.
  /external/python/cpython2/PCbuild/
get_externals.bat 82 echo.Pull all sources necessary for compiling optional extension modules
  /external/python/cpython2/PC/VS9.0/
build.bat 11 rem -e Pull in external libraries using get_externals.bat
  /external/vulkan-validation-layers/
CONTRIBUTING.md 36 and Pull Requests.
37 * Use the existing GitHub forking and pull request process.
39 creating a branch with your commits, and then [submitting a pull request](https://help.github.com/articles/using-pull-requests/).
43 * If your changes are restricted only to files from the Vulkan-LoaderAndValidationLayers repository, please direct your pull request to that repository, instead of VulkanTools or VulkanSamples.
95 You'll be prompted with a one-time "click-through" CLA dialog as part of submitting your pull request
  /development/testrunner/coverage/
coverage.py 102 if self._adb.Pull(device_coverage_path, coverage_local_path):
  /external/v8/src/js/
array.js 1027 // Pull out the length so that modifications to the length in the
1061 // Pull out the length so that modifications to the length in the
1087 // Pull out the length so that modifications to the length in the
1110 // Pull out the length so that modifications to the length in the
1121 // Pull out the length so that modifications to the length in the
    [all...]
  /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)
  /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...]
objidlbase.h     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
sema.go 313 // Pull the list out into a local variable, waiters will be readied
  /prebuilts/go/linux-x86/src/runtime/
sema.go 313 // Pull the list out into a local variable, waiters will be readied

Completed in 1691 milliseconds

1 2