Searched refs:host_file (Results 1 – 11 of 11) sorted by relevance
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | util.py | 13 for host_file in host_files: 14 z.write(host_file) 15 os.unlink(host_file) 17 def CompressFile(host_file, output): argument 18 with gzip.open(output, 'wb') as out, open(host_file, 'rb') as input_file: 20 os.unlink(host_file)
|
D | ddms_tracing_agent.py | 63 host_file = os.path.join( 65 self._device.PullFile(self._output_file, host_file) 66 return host_file
|
D | chrome_startup_tracing_agent.py | 82 host_file = os.path.join(os.path.curdir, os.path.basename(trace_file)) 83 self._device.PullFile(trace_file, host_file) 84 return host_file
|
D | chrome_tracing_agent.py | 115 host_file = os.path.join(os.path.curdir, os.path.basename(trace_file)) 117 self._device.PullFile(trace_file, host_file) 123 return host_file
|
/external/libmojo/third_party/catapult/devil/devil/android/tools/ |
D | screenshot.py | 36 host_file = args.host_file or args.file 45 if host_file: 46 root, ext = os.path.splitext(host_file)
|
D | video_recorder.py | 91 def Pull(self, host_file=None): argument 102 host_file 136 host_file = args.host_file or args.file 152 if host_file: 153 root, ext = os.path.splitext(host_file)
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | screenshot.py | 38 host_file = args.host_file or args.file 47 if host_file: 48 root, ext = os.path.splitext(host_file)
|
D | video_recorder.py | 93 def Pull(self, host_file=None): argument 104 host_file 138 host_file = args.host_file or args.file 154 if host_file: 155 root, ext = os.path.splitext(host_file)
|
/external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/ |
D | audio_AudioQualityAfterSuspend.py | 78 host_file = os.path.join('/tmp', 83 self.host.send_file(tmpfile.name, host_file) 84 logging.debug('Copied the file on the DUT at %s', host_file) 88 browser_facade.new_tab('file://' + host_file) 89 logging.info('Start playing %s on Cros device', host_file)
|
/external/devlib/devlib/trace/ |
D | ftrace.py | 105 host_file = os.path.join(PACKAGE_BIN_DIRECTORY, self.target.abi, 'trace-cmd') 106 self.target_binary = self.target.install(host_file)
|
/external/eigen/cmake/ |
D | EigenTesting.cmake | 125 set( host_file ${CMAKE_CURRENT_SOURCE_DIR}/${filename}) variable 129 COMMAND ${CMAKE_COMMAND} -E echo "\\#include \\\"${host_file}\\\"" > ${include_file}
|