Home
last modified time | relevance | path

Searched defs:str (Results 1 – 17 of 17) sorted by relevance

/tools/external_updater/
Dgit_utils.py25 def _run(cmd: List[str], cwd: Path) -> str:
30 def fetch(proj_path: Path, remote_names: List[str]) -> None:
40 def add_remote(proj_path: Path, name: str, url: str) -> None:
51 def remove_remote(proj_path: Path, name: str) -> None:
65 def parse_remote(line: str) -> Tuple[str, str]:
74 def get_sha_for_branch(proj_path: Path, branch: str):
79 def get_commits_ahead(proj_path: Path, branch: str,
80 base_branch: str) -> List[str]:
90 def get_commit_time(proj_path: Path, commit: str) -> datetime.datetime:
96 def list_remote_branches(proj_path: Path, remote_name: str) -> List[str]:
[all …]
Dupdater_utils.py75 def _parse_version(version: str) -> ParsedVersion:
89 version: str) -> Tuple[bool, bool, List[int]]:
101 def get_latest_version(current_version: str, version_list: List[str]) -> str:
Dgithub_archive_updater.py35 def _edit_distance(str1: str, str2: str) -> int:
48 def choose_best_url(urls: List[str], previous_url: str) -> str:
Dreviewers.py66 def add_proj_count(projects: Mapping[str, float], reviewer: str, n: float):
111 def find_reviewers(proj_path: str) -> str:
Dcrates_updater.py61 def _get_version_numbers(self, version: str) -> (int, int, int):
67 def _is_newer_version(self, prev_version: str, prev_id: int,
68 check_version: str, check_id: int):
165 def _toml2str(self, line: str) -> str:
176 def _get_cargo_description(self, cargo_toml: str) -> str:
Dexternal_updater.py64 def color_string(string: str, color: Color) -> str:
165 def _check_path(args: argparse.Namespace, paths: Iterator[str],
Dbase_updater.py26 old_ver: str) -> None:
Dnotifier.py117 def is_commit(commit: str) -> bool:
/tools/treble/split/
Dmanifest_diff.py101 def subelement_file_changes(tag: str, p1: Element, p2: Element) -> ChangeMap:
122 ignored_attrs: Set[str]) -> ProjectChanges:
140 ignored_attrs: Set[str]) -> ChangeMap:
169 ignored_attrs: Set[str]) -> ChangeMap:
190 ignored_attrs: Set[str]) -> ChangeMap:
214 ignored_attrs: Set[str]) -> ManifestChanges:
233 def compare_manifest_files(manifest_a: str, manifest_b: str,
234 ignored_attrs: Set[str]) -> ManifestChanges:
Dxml_diff.py73 ignored_attrs: Set[str]) -> ChangeMap:
103 tag: str,
106 ignored_attrs: Set[str],
108 diff_fn: Callable[[Element, Element, Set[str]], Any]) -> ChangeMap:
Dmanifest_split.py130 def from_config_files(cls, config_files: List[str]):
/tools/platform-compat/java/com/android/class2nonsdklist/
DStringCursor.java27 public StringCursor(String str) { in StringCursor()
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DDummy83BufferGenerator.java89 public static String stripLeadingPeriods(String str) { in stripLeadingPeriods()
DShortName.java198 private static void checkString(String str, String strType, in checkString()
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DFieldItem.kt371 var str = value in canonicalizeFloatingPointString() variable
/tools/security/gdb/gdb_json_printer/test/
Dgdb_json_printer_test.py20 def remove_gdb_output_prefix(str): argument
/tools/security/gdb/heap_print/
Dheap_print_script.py11 def parse_gdb_equals(str): argument