/tools/loganalysis/src/com/android/loganalysis/util/ |
D | ArrayUtil.java | 75 private static String internalJoin(String sep, Collection<Object> pieces) { in internalJoin() argument 83 sb.append(sep); in internalJoin() 106 public static String join(String sep, Object... pieces) { in join() argument 109 return internalJoin(sep, (Collection<Object>) pieces[0]); in join() 111 return internalJoin(sep, Arrays.asList(pieces)); in join()
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | ArrayUtil.java | 74 private static String internalJoin(String sep, Collection<Object> pieces) { in internalJoin() argument 82 sb.append(sep); in internalJoin() 105 public static String join(String sep, Object... pieces) { in join() argument 108 return internalJoin(sep, (Collection<Object>) pieces[0]); in join() 110 return internalJoin(sep, Arrays.asList(pieces)); in join()
|
D | Email.java | 39 private static String join(Collection<String> list, String sep) { in join() argument 46 builder.append(sep); in join()
|
/tools/asuite/aidegen/idea/ |
D | iml.py | 109 uniq_name = abs_module_path.strip(os.sep).split(os.sep)[-1] 114 sub_folders = parent_path.split(os.sep) 131 uniq_name_base = parent_path.strip(os.sep).replace(os.sep,
|
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/ |
D | CommandArgsPreprocessor.kt | 100 val sep = Pattern.compile("""\s+""") in dumpArgv() constant 111 line.split(sep).forEach { item -> out.println(" | $item") } in dumpArgv()
|
/tools/asuite/aidegen/lib/ |
D | source_locator.py | 314 return constant.KEY_TESTS in src_dir.split(os.sep) 374 return java_file[:search_result.start()].strip(os.sep) 389 dir_list = src_dir.split(os.sep) 526 search = os.sep.join(
|
D | common_util.py | 139 rel_path = paths[0].strip(os.sep) 144 rel_path = target.strip(os.sep) 725 dir_list = relpath.split(os.sep) 728 os.sep.join(dir_list[:i]),
|
D | project_info.py | 444 return os.sep.join( 445 [rdir, constant.INTERMEDIATES, self.project_relative_path]) + os.sep
|
D | native_util.py | 304 return target == path or target + os.sep in path
|
D | project_info_unittest.py | 320 expected = os.sep.join( 321 [out_dir, constant.INTERMEDIATES, 'm1']) + os.sep
|
D | eclipse_project_file_gen.py | 236 src = src.replace(self.module_relpath, '').strip(os.sep)
|
/tools/asuite/aidegen/vscode/ |
D | vscode_workspace_file_gen.py | 98 unique_name = os.path.relpath(abs_path, root_dir).replace(os.sep, '.')
|
/tools/asuite/atest/asuite_lib_test/ |
D | asuite_lib_run_tests.py | 45 rel_file_path = rel_file_path.replace(os.sep, '.')
|
/tools/asuite/plugin_lib/ |
D | plugin_run_unittests.py | 48 rel_file_path = rel_file_path.replace(os.sep, ".")
|
/tools/asuite/aidegen/ |
D | aidegen_run_unittests.py | 49 rel_file_path = rel_file_path.replace(os.sep, ".")
|
/tools/asuite/atest/ |
D | atest_run_unittests.py | 65 rel_file_path = rel_file_path.replace(os.sep, '.')
|
D | test_mapping.py | 115 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP, os.sep)
|
D | result_reporter.py | 345 print('\n', runner_name, '\n', '-' * len(runner_name), sep='') 371 print('\n', runner_name, '\n', '-' * len(runner_name), sep='')
|
D | cli_translator.py | 100 self.root_dir = os.getenv(constants.ANDROID_BUILD_TOP, os.sep) 573 while path not in (self.root_dir, os.sep):
|
/tools/aadevtools/dev/ |
D | change_report.py | 196 sep = os.path.sep 199 if dir1[i] == sep:
|
/tools/acloud/public/actions/ |
D | remote_host_gf_device_factory.py | 510 sep = "/" 513 if len(entries) > 0 and sep in entries[0]: 514 subdir = entries[0].split(sep, 1)[0] 515 if all(e.startswith(subdir + sep) for e in entries):
|
/tools/asuite/aidegen/project/ |
D | project_splitter.py | 390 rel_project_soong_paths.append(os.sep.join( 391 [out_soong_dir, constant.INTERMEDIATES, relpath]) + os.sep)
|
/tools/asuite/atest/test_runners/ |
D | robolectric_test_runner.py | 280 os.environ.get(constants.ANDROID_BUILD_TOP) + os.sep, ''
|
/tools/repohooks/rh/ |
D | git.py | 214 parts = os.path.relpath(abs_orig_path, root).split(os.path.sep)
|
/tools/apksig/etc/ |
D | apksigner.bat | 55 rem frameworkdir must not end with a dir sep.
|