/external/chromium_org/content/browser/android/ |
edge_effect.h | 38 void Pull(base::TimeTicks current_time, float delta_distance);
|
overscroll_glow.h | 81 void Pull(base::TimeTicks current_time,
|
overscroll_glow.cc | 164 Pull(current_time, overscroll - old_overscroll_); 255 void OverscrollGlow::Pull(base::TimeTicks current_time, 276 edge_effects_[i]->Pull(current_time, std::abs(edge_overscroll_pull[i]));
|
edge_effect.cc | 158 void EdgeEffect::Pull(base::TimeTicks current_time, float delta_distance) { 299 // After pull, the glow and edge should fade to nothing.
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
netlog_profiler.py | 35 # On Android pull the output file to the host. 38 self._browser_backend.adb.Adb().Adb().Pull(output_file, host_output_file)
|
v8_profiler.py | 37 # On Android pull the output file to the host. 40 self._browser_backend.adb.Adb().Adb().Pull(output_file, host_output_file)
|
java_heap_profiler.py | 42 self._browser_backend.adb.Adb().Adb().Pull(
|
perf_profiler.py | 80 self._browser_backend.adb.Adb().Adb().Pull( 102 # Also pull copies of common system libraries from the device so perf can 124 self._browser_backend.adb.Adb().Adb().Pull('/system/lib/%s' % lib,
|
tcmalloc_heap_profiler.py | 54 self._browser_backend.adb.Adb().Adb().Pull(
|
tcpdump_profiler.py | 48 self._adb.Adb().Adb().Pull(self._DEVICE_DUMP_FILE, host_dump)
|
/external/webrtc/src/common_audio/resampler/include/ |
resampler.h | 87 int Pull(WebRtc_Word16* samplesOut, int desiredLen, int &outLen);
|
/external/chromium_org/build/android/pylib/device/ |
adb_wrapper_test.py | 52 self._adb.Pull(device_path, local_tmpdir)
|
adb_wrapper.py | 178 def Pull(self, remote, local, timeout=60*5, retries=_DEFAULT_RETRIES): 187 self._DeviceAdbCmd(['pull', remote, local], timeout, retries)
|
/external/chromium_org/build/android/pylib/ |
screenshot.py | 102 def Pull(self): 103 """Pull resulting video file from the device.
|
/external/chromium_org/build/android/ |
screenshot.py | 41 host_file = recorder.Pull()
|
/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_org/tools/telemetry/telemetry/core/backends/ |
adb_commands.py | 173 def Pull(self, remote, local): 174 return self._adb.Adb().Pull(remote, local)
|
/external/chromium_org/build/android/pylib/gtest/ |
test_package_exe.py | 41 if not adb.Adb().Pull( 45 logging.critical('Unable to pull gtest ret val file %s',
|
/external/chromium_org/v8/tools/ |
tickprocessor-driver.js | 41 // Pull dev tools source maps into our name space.
|
/external/v8/src/ |
debug-debugger.js | [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)
|
/development/testrunner/coverage/ |
coverage.py | 102 if self._adb.Pull(device_coverage_path, coverage_local_path):
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/ |
ribbon.js | 120 // Pull back a vanishing node from the right. 133 // Pull back a vanishing node from the left.
|
/external/chromium_org/third_party/android_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/chromium_org/tools/telemetry/telemetry/core/platform/ |
android_platform_backend.py | 202 self._video_output = self._video_recorder.Pull()
|