/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/ |
D | NdkVersion.kt | 22 val major: Int, constant in com.android.ndkports.NdkVersion 34 val (major, minor, build, qualifier) = match.destructured in fromString() constant 36 major.toInt(), in fromString()
|
D | CMakeCompatibleVersion.kt | 30 val major: Int, constant in com.android.ndkports.CMakeCompatibleVersion 46 listOfNotNull(major, minor, patch, tweak).joinToString(".") in toString()
|
D | PrefabTask.kt | 62 generateSysroot(packages, minSdkVersion.get(), ndk.version.major) in <lambda>()
|
D | PrefabPackageBuilder.kt | 120 ndk = ndk.version.major, in installLibForAbi()
|
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/ |
D | VkJsonTests.java | 68 Short major; field in VkJsonTests.VkConformanceVersionKHR 157 assertWithMessage("major version: " + msg).that(version.major).isAtLeast(MAJOR); in checkKHRDriverProperties() 158 if (version.major == MAJOR) { in checkKHRDriverProperties()
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | SparseImageUtil.java | 164 int major = buf.getShort(); in SparseInputStream() local 166 if (major > 0x1 || minor > 0x0) { in SparseInputStream() 167 throw new IOException("Unsupported sparse version: " + major + "." + minor); in SparseInputStream()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | PythonUnitTestRunner.java | 160 int major = Integer.parseInt(minVersionParts.group(1)); in checkPythonVersion() local 174 if (foundMajor > major) { in checkPythonVersion() 176 } else if (foundMajor == major) { in checkPythonVersion()
|
/tools/asuite/atest/docs/ |
D | atest_structure.md | 4 explain how atest is structured and where the major pieces live and what they 9 2. [Major Files and Dirs](#major-files-and-dirs) 53 ## <a name="major-files-and-dirs">Major Files and Dirs</a> 55 Here is a list of major files and dirs that are important to point out:
|
/tools/repohooks/tools/ |
D | pylint.py | 26 assert (sys.version_info.major, sys.version_info.minor) >= (3, 6), (
|
D | cpplint.py | 4794 if (sys.version_info.major, sys.version_info.minor) <= (3, 2):
|
/tools/test/connectivity/acts/framework/ |
D | setup.py | 73 if (sys.version_info.major, sys.version_info.minor) == (3, 6):
|
/tools/acloud/public/ |
D | acloud_main.py | 77 if sys.version_info.major == 2: 79 " Please run Acloud with python3." % (sys.version_info.major,
|
/tools/treble/fetcher/ |
D | fetcher_lib.py | 12 if sys.version_info.major == 3:
|
/tools/asuite/adevice/ |
D | README.md | 3 …s to update their device with their locally built artifacts. The tool provides two major functions:
|
/tools/metalava/ |
D | COMPATIBILITY.md | 20 major version bumps or by special exemption during certain later stages of release.
|
D | FORMAT.md | 70 Here "2" is the major format version; the .0 allows for compatible minor
|
/tools/asuite/atest/bazel/ |
D | atest_bazel_mode.md | 81 Here is a list of major differences from the Atest Standard Mode:
|
/tools/asuite/atest/bazel/runner/src/main/protobuf/ |
D | build_event_stream.proto | 884 // if there was no major GC during the build. 888 // that this reports 0 if there was no major GC during the build.
|
/tools/external/fat32lib/ |
D | NOTICE | 104 …g that is normally distributed (in either source or binary form) with the major components (compil…
|