Searched defs:str (Results 1 – 17 of 17) sorted by relevance
/tools/external_updater/ |
D | git_utils.py | 25 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 …]
|
D | updater_utils.py | 75 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:
|
D | github_archive_updater.py | 35 def _edit_distance(str1: str, str2: str) -> int: 48 def choose_best_url(urls: List[str], previous_url: str) -> str:
|
D | reviewers.py | 66 def add_proj_count(projects: Mapping[str, float], reviewer: str, n: float): 111 def find_reviewers(proj_path: str) -> str:
|
D | crates_updater.py | 61 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:
|
D | external_updater.py | 64 def color_string(string: str, color: Color) -> str: 165 def _check_path(args: argparse.Namespace, paths: Iterator[str],
|
D | base_updater.py | 26 old_ver: str) -> None:
|
D | notifier.py | 117 def is_commit(commit: str) -> bool:
|
/tools/treble/split/ |
D | manifest_diff.py | 101 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:
|
D | xml_diff.py | 73 ignored_attrs: Set[str]) -> ChangeMap: 103 tag: str, 106 ignored_attrs: Set[str], 108 diff_fn: Callable[[Element, Element, Set[str]], Any]) -> ChangeMap:
|
D | manifest_split.py | 130 def from_config_files(cls, config_files: List[str]):
|
/tools/platform-compat/java/com/android/class2nonsdklist/ |
D | StringCursor.java | 27 public StringCursor(String str) { in StringCursor()
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | Dummy83BufferGenerator.java | 89 public static String stripLeadingPeriods(String str) { in stripLeadingPeriods()
|
D | ShortName.java | 198 private static void checkString(String str, String strType, in checkString()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | FieldItem.kt | 371 var str = value in canonicalizeFloatingPointString() variable
|
/tools/security/gdb/gdb_json_printer/test/ |
D | gdb_json_printer_test.py | 20 def remove_gdb_output_prefix(str): argument
|
/tools/security/gdb/heap_print/ |
D | heap_print_script.py | 11 def parse_gdb_equals(str): argument
|