Searched refs:Pull (Results 1 - 23 of 23) sorted by relevance

/external/python/cpython3/.github/
H A DPULL_REQUEST_TEMPLATE.md3 https://github.com/python/cpython is a cpython mirror repository. Pull requests
/external/webrtc/webrtc/modules/audio_coding/test/
H A Dtarget_delay_unittest.cc149 // Pull audio equivalent to the amount of audio in one RTP packet.
150 void Pull() { function in class:webrtc::TargetDelayTest
152 for (int k = 0; k < kNum10msPerFrame; ++k) { // Pull one frame.
165 Pull();
172 Pull();
/external/javaparser/
H A DCONTRIBUTING.md18 Our development workflow is based on Pull Request. If you are not familiar with the Pull Requests, we suggest you to checkout the [Github Documentation](https://help.github.com/articles/creating-a-pull-request/) for more information.
28 - Pull requests often stay open for at least a few days to give people a chance to review it.
/external/libmojo/third_party/catapult/devil/devil/android/tools/
H A Dvideo_recorder.py91 def Pull(self, host_file=None): member in class:VideoRecorder
92 """Pull resulting video file from the device.
155 f = recorder.Pull(f)
/external/chromium-trace/catapult/devil/devil/android/tools/
H A Dvideo_recorder.py93 def Pull(self, host_file=None): member in class:VideoRecorder
94 """Pull resulting video file from the device.
157 f = recorder.Pull(f)
/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dadb_wrapper_devicetest.py76 self._adb.Pull(device_path, local_tmpdir)
H A Dgce_adb_wrapper.py93 def Pull(self, remote, local, **kwargs): member in class:GceAdbWrapper
H A Dadb_wrapper.py464 def Pull(self, remote, local, timeout=60 * 5, retries=DEFAULT_RETRIES): member in class:AdbWrapper
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
H A Dadb_wrapper_devicetest.py73 self._adb.Pull(device_path, local_tmpdir)
H A Dgce_adb_wrapper.py91 def Pull(self, remote, local, **kwargs): member in class:GceAdbWrapper
H A Dadb_wrapper.py383 def Pull(self, remote, local, timeout=60 * 5, retries=DEFAULT_RETRIES): member in class:AdbWrapper
/external/v8/tools/release/
H A Dauto_tag.py24 self.vc.Pull()
H A Dcommon_includes.py291 def Pull(self): member in class:VCInterface
330 def Pull(self): member in class:GitInterface
/external/python/cpython2/PCbuild/
H A Dget_externals.bat82 echo.Pull all sources necessary for compiling optional extension modules
/external/python/cpython3/PCbuild/
H A Dget_externals.bat79 echo.Pull all sources necessary for compiling optional extension modules
/external/python/cpython2/PC/VS9.0/
H A Dbuild.bat11 rem -e Pull in external libraries using get_externals.bat
/external/vulkan-validation-layers/
H A DCONTRIBUTING.md41 and Pull Requests.
/external/libmojo/third_party/catapult/devil/devil/android/
H A Ddevice_utils.py1469 """Pull a file from the device.
1487 self.adb.Pull(device_path, host_path)
1493 self.adb.Pull(device_path, host_temp_path)
H A Ddevice_utils_test.py1608 self.call.adb.Pull('/data/app/test.file.exists',
1616 self.call.adb.Pull('/data/app/test.file.does.not.exist',
1632 (self.call.adb.Pull('/path/to/device/file', mock.ANY)),
1644 (self.call.adb.Pull('/path/to/device/file', mock.ANY),
/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_utils_test.py1806 self.call.adb.Pull('/data/app/test.file.exists',
1814 self.call.adb.Pull('/data/app/test.file.does.not.exist',
1830 (self.call.adb.Pull('/path/to/device/file', mock.ANY)),
1842 (self.call.adb.Pull('/path/to/device/file', mock.ANY),
H A Ddevice_utils.py1709 """Pull a file from the device.
1727 self.adb.Pull(device_path, host_path)
1733 self.adb.Pull(device_path, host_temp_path)
/external/freetype/
H A Dvms_make.com78 $! Pull in external libraries
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas1363 /// <summary>Pull nodes from which tree? </summary>
1942 /// <summary>Pull nodes from which tree? </summary>

Completed in 529 milliseconds