Home
last modified time | relevance | path

Searched refs:latest (Results 1 – 11 of 11) sorted by relevance

/tools/external_updater/
Dupdater_utils.py110 latest = max(
114 if not latest:
116 return latest
DREADME.md43 be either a version tag, or SHA. The tool will find the latest
86 The tool will query GitHub to get the latest release from:
89 https://github.com/user/proj/releases/latest
92 If the tag of latest release is not equal to version in METADATA file, a
/tools/asuite/atest-py2/
Dbug_detector.py109 latest = self.history.get(self.detect_key, {})
110 if latest.get(_LATEST_EXIT_CODE, self.exit_code) == self.exit_code:
/tools/asuite/atest/
Dbug_detector.py110 latest = self.history.get(self.detect_key, {})
111 if latest.get(_LATEST_EXIT_CODE, self.exit_code) == self.exit_code:
/tools/ndkports/
DDockerfile14 https://dl.google.com/android/repository/platform-tools-latest-linux.zip
/tools/metalava/src/main/java/com/android/tools/metalava/
DFileFormat.kt115 val latest = values().maxOrNull()!! constant
DOptions.kt1385 "$ARG_FORMAT=latest" -> FileFormat.latest in <lambda>()
/tools/test/openhst/
Dstress_test.proto96 // on the name), only the "latest" in the include chain will be used.
/tools/metalava/src/test/java/com/android/tools/metalava/stub/
DStubsTest.kt69 format: FileFormat = FileFormat.latest, in <lambda>()
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_sign.txt80 used on the latest release platform with API Level X.
/tools/metalava/src/test/java/com/android/tools/metalava/
DDriverTest.kt247 format: FileFormat = FileFormat.latest, in <lambda>()