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

  /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/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
android_screen_recorder_profiler.py 42 self._recorder.Pull(self._output_path)
  /external/v8/tools/
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 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 72 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):
adb_wrapper.py 439 def Pull(self, remote, local, timeout=60 * 5, retries=DEFAULT_RETRIES):
448 cmd = ['pull', remote, local]
  /external/v8/tools/release/
auto_tag.py 24 self.vc.Pull()
common_includes.py 291 def Pull(self):
330 def Pull(self):
  /external/v8/src/debug/
debug.js     [all...]
  /external/vulkan-validation-layers/
CONTRIBUTING.md 21 and Pull Requests.
22 * Use the existing GitHub forking and pull request process.
24 creating a branch with your commits, and then [submitting a pull request](https://help.github.com/articles/using-pull-requests/).
28 * 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.
79 You'll be prompted with a "click-through" CLA as part of submitting your pull request in GitHub.
  /development/testrunner/coverage/
coverage.py 102 if self._adb.Pull(device_coverage_path, coverage_local_path):
  /external/v8/src/js/
array.js 161 // We pull the empty separator check outside the loop for speed!
1062 // Pull out the length so that modifications to the length in the
1096 // Pull out the length so that modifications to the length in the
1122 // 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...]
objidl.h     [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils_test.py     [all...]
device_utils.py     [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_platform_backend.py 398 self._video_recorder.Pull(video_file_obj.name)
632 # Don't pull lib, since it is created by the installer.
639 logging.exception('Failed to pull %s to %s', source, dest)
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
vms_make.com 78 $! Pull in external libraries
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]

Completed in 1246 milliseconds