Home
last modified time | relevance | path

Searched refs:sep (Results 1 – 25 of 34) sorted by relevance

12

/tools/loganalysis/src/com/android/loganalysis/util/
DArrayUtil.java75 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/
DArrayUtil.java74 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()
DEmail.java39 private static String join(Collection<String> list, String sep) { in join() argument
46 builder.append(sep); in join()
/tools/asuite/aidegen/idea/
Diml.py109 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/
DCommandArgsPreprocessor.kt100 val sep = Pattern.compile("""\s+""") in dumpArgv() constant
111 line.split(sep).forEach { item -> out.println(" | $item") } in dumpArgv()
/tools/asuite/aidegen/lib/
Dsource_locator.py314 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(
Dcommon_util.py139 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]),
Dproject_info.py444 return os.sep.join(
445 [rdir, constant.INTERMEDIATES, self.project_relative_path]) + os.sep
Dnative_util.py304 return target == path or target + os.sep in path
Dproject_info_unittest.py320 expected = os.sep.join(
321 [out_dir, constant.INTERMEDIATES, 'm1']) + os.sep
Declipse_project_file_gen.py236 src = src.replace(self.module_relpath, '').strip(os.sep)
/tools/asuite/aidegen/vscode/
Dvscode_workspace_file_gen.py98 unique_name = os.path.relpath(abs_path, root_dir).replace(os.sep, '.')
/tools/asuite/atest/asuite_lib_test/
Dasuite_lib_run_tests.py45 rel_file_path = rel_file_path.replace(os.sep, '.')
/tools/asuite/plugin_lib/
Dplugin_run_unittests.py48 rel_file_path = rel_file_path.replace(os.sep, ".")
/tools/asuite/aidegen/
Daidegen_run_unittests.py49 rel_file_path = rel_file_path.replace(os.sep, ".")
/tools/asuite/atest/
Datest_run_unittests.py65 rel_file_path = rel_file_path.replace(os.sep, '.')
Dtest_mapping.py115 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP, os.sep)
Dresult_reporter.py345 print('\n', runner_name, '\n', '-' * len(runner_name), sep='')
371 print('\n', runner_name, '\n', '-' * len(runner_name), sep='')
Dcli_translator.py100 self.root_dir = os.getenv(constants.ANDROID_BUILD_TOP, os.sep)
573 while path not in (self.root_dir, os.sep):
/tools/aadevtools/dev/
Dchange_report.py196 sep = os.path.sep
199 if dir1[i] == sep:
/tools/acloud/public/actions/
Dremote_host_gf_device_factory.py510 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/
Dproject_splitter.py390 rel_project_soong_paths.append(os.sep.join(
391 [out_soong_dir, constant.INTERMEDIATES, relpath]) + os.sep)
/tools/asuite/atest/test_runners/
Drobolectric_test_runner.py280 os.environ.get(constants.ANDROID_BUILD_TOP) + os.sep, ''
/tools/repohooks/rh/
Dgit.py214 parts = os.path.relpath(abs_orig_path, root).split(os.path.sep)
/tools/apksig/etc/
Dapksigner.bat55 rem frameworkdir must not end with a dir sep.

12