Searched refs:join (Results 251 - 275 of 3049) sorted by path

<<11121314151617181920>>

/external/chromium_org/build/android/pylib/perf/
H A Dperf_control_unittest.py10 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir))
H A Dsetup.py22 devices_path = os.path.join(os.environ.get('CHROMIUM_OUT_DIR', 'out'),
H A Dsurface_stats_collector.py67 self._collector_thread.join()
H A Dtest_runner.py84 file_name = os.path.join(constants.PERF_OUTPUT_DIR, test_name)
105 file_name = os.path.join(constants.PERF_OUTPUT_DIR, test_name)
175 pickled = os.path.join(constants.PERF_OUTPUT_DIR,
186 with file(os.path.join(constants.PERF_OUTPUT_DIR,
239 cwd = os.path.abspath(os.path.join(constants.DIR_SOURCE_ROOT, os.pardir))
/external/chromium_org/build/android/pylib/
H A Dpexpect.py9 _CHROME_SRC = os.path.join(
12 _PEXPECT_PATH = os.path.join(_CHROME_SRC, 'third_party', 'pexpect')
H A Dports.py169 '\n '.join([': '.join(h) for h in r.getheaders()]))
174 client_error = ''.join(exception_error_msgs)
H A Dvalgrind_tools.py109 libs = glob.glob(os.path.join(DIR_SOURCE_ROOT,
118 subprocess.call([os.path.join(DIR_SOURCE_ROOT,
177 os.path.join(DIR_SOURCE_ROOT, f),
178 os.path.join(ValgrindTool.VG_DIR, os.path.basename(f)))
277 tool_name, ', '.join(sorted(TOOL_REGISTRY.keys())))
/external/chromium_org/build/android/pylib/symbols/
H A Delf_symbolizer.py194 self.disambiguation_table[f] = os.path.join(root, f) if (f not in
H A Delf_symbolizer_unittest.py17 _MOCK_A2L_PATH = os.path.join(os.path.dirname(mock_addr2line.__file__),
/external/chromium_org/build/android/pylib/utils/
H A Dapk_helper.py14 _AAPT_PATH = os.path.join(constants.ANDROID_SDK_TOOLS, 'aapt')
H A Dcommand_option_parser.py44 return '\nCommands:\n %s\n' % '\n '.join(
H A Demulator.py236 android_sdk_root = os.path.join(constants.EMULATOR_SDK_ROOT, 'sdk')
237 self.emulator = os.path.join(android_sdk_root, 'tools', 'emulator')
238 self.android = os.path.join(android_sdk_root, 'tools', 'android')
278 avd_cmd_str = ' '.join(avd_command)
288 avds_dir = os.path.join(os.path.expanduser('~'), '.android', 'avd')
289 ini_file = os.path.join(avds_dir, '%s.ini' % self.avd_name)
290 new_config_ini = os.path.join(avds_dir, '%s.avd' % self.avd_name,
325 logging.info('Delete AVD command: %s', ' '.join(avd_command))
363 logging.info('Emulator launch command: %s', ' '.join(emulator_command))
382 full_name = os.path.join(emulator_imagedi
[all...]
H A Dfindbugs.py73 path = os.path.join(constants.DIR_SOURCE_ROOT,
82 return ' '.join(out)
108 system_classes.append(os.path.join(sdk_root, 'platforms',
115 findbugs_home = os.path.join(chrome_src, 'third_party', 'findbugs')
116 findbugs_jar = os.path.join(findbugs_home, 'lib', 'findbugs.jar')
127 cmd = '%s -pluginList %s' % (cmd, os.path.join(chrome_src, 'tools', 'android',
131 cmd = '%s -auxclasspath %s ' % (cmd, ':'.join(system_classes))
164 exclude_file = os.path.join(options.base_dir, 'findbugs_exclude.xml')
169 known_bugs_file = os.path.join(options.base_dir, 'findbugs_known_bugs.txt')
H A Dflakiness_dashboard_results_uploader.py62 if os.path.exists(os.path.join(in_directory, '.git')):
69 in_directory = os.path.join(constants.DIR_SOURCE_ROOT, in_directory)
71 if not os.path.exists(os.path.join(in_directory, '.svn')):
H A Dhost_path_finder.py15 out_dir = os.path.join(
18 lambda build_type: os.path.join(out_dir, build_type, file_name),
H A Dhost_utils.py13 running_size += sum([os.path.getsize(os.path.join(root, f))
H A Djson_results_generator.py213 os.path.join(
220 file_path = os.path.join(self._results_directory, self.TIMES_MS_FILENAME)
286 files = [(json_file, os.path.join(self._results_directory, json_file))
695 body = CRLF.join(lines)
H A Dreport_results.py17 log_file_path = os.path.join(constants.GetOutDirectory(), 'test_logs')
20 full_file_name = os.path.join(
H A Dreraiser_thread.py123 thread.join(0.1)
H A Dreraiser_thread_unittest.py29 thread.join()
39 thread.join()
H A Dtest_environment.py19 if not server in ' '.join(p.cmdline):
/external/chromium_org/build/android/
H A Dsymbolize.py21 os.path.join(constants.DIR_SOURCE_ROOT,
H A Dtest_runner.py278 options.test_apk_path = os.path.join(
282 options.test_apk_jar_path = os.path.join(
361 options.uiautomator_jar = os.path.join(
538 single_step = ' '.join(args[2:])
637 options.device_flags = os.path.join(constants.DIR_SOURCE_ROOT,
750 % (test_device, ', '.join(attached_devices)))
778 option_parser.error('Unrecognized arguments: %s' % (' '.join(args[2:])))
783 option_parser.error('Unrecognized arguments: %s' % (' '.join(args)))
831 option_parser.error('Unrecognized arguments: %s' % (' '.join(args[3:])))
H A Dtombstones.py110 stack_tool = os.path.join(os.path.dirname(__file__), '..', '..',
115 output = proc.communicate(input='\n'.join(tombstone_data))[0]
128 print '\n'.join(lines)
150 data = ['\n'.join(d) for d in data]
151 print '\n'.join(data)
H A Dupdate_verification.py21 backup_file = os.path.join(os.getcwd(), 'backup.ab')
27 backup_file = os.path.join(data_dir, 'backup.ab')

Completed in 332 milliseconds

<<11121314151617181920>>