Home
last modified time | relevance | path

Searched refs:version (Results 1 – 13 of 13) sorted by relevance

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DAppVersionRule.java40 public AppVersionRule(String pkg, String version) { in AppVersionRule() argument
42 mVersion = version; in AppVersionRule()
59 String version = pInfo.versionName; in getVersion() local
60 if (null == version || version.isEmpty()) { in getVersion()
64 return version; in getVersion()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestCase.java194 String version = pInfo.versionName; in getPackageVersion() local
195 if (null == version || version.isEmpty()) { in getPackageVersion()
200 return version; in getPackageVersion()
/platform_testing/emu_test/
Dcts.gpu.module.212 cts.cts-platform-version-check
Drun_test_suite.sh91 java --version | grep $EXPECTED_VERSION # Fails if version string not found.
/platform_testing/libraries/audio-test-harness/server/src/test/java/com/android/media/audiotestharness/server/javasound/
DTestMixer.java166 protected TestInfo(String name, String vendor, String description, String version) { in TestInfo() argument
167 super(name, vendor, description, version); in TestInfo()
/platform_testing/libraries/tradefed-python-lib/
DAndroid.bp25 version: {
/platform_testing/libraries/tradefed-python-lib/helloWorld/
DAndroid.bp30 version: {
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DAbstractStandardAppHelper.java218 String version = pInfo.versionName; in getVersion() local
219 if (null == version || version.isEmpty()) { in getVersion()
224 return version; in getVersion()
/platform_testing/libraries/compatibility-common-util/tests/assets/
Darm64_libdl.txt35 [ 5] .gnu.version VERSYM 0000000000000b08 00000b08
94 …01 .note.gnu.build-id .dynsym .dynstr .gnu.hash .gnu.version .gnu.version_d .rela.plt .plt .te…
199 Version symbols section '.gnu.version' contains 44 entries:
229 Displaying notes found in: .note.gnu.gold-version
231 GNU 0x00000009 NT_GNU_GOLD_VERSION (gold version)
Darm32_libdl.txt30 [ 6] .gnu.version VERSYM 00000a84 000a84 00005c 02 A 2 0 2
65 …01 .note.gnu.build-id .dynsym .dynstr .gnu.hash .hash .gnu.version .gnu.version_d .rel.plt .pl…
213 Version symbols section '.gnu.version' contains 46 entries:
244 Displaying notes found in: .note.gnu.gold-version
246 GNU 0x00000009 NT_GNU_GOLD_VERSION (gold version)
Dx86app_process64.txt39 [ 7] .gnu.version VERSYM 000000000000104c 0000104c
114 …02 .interp .note.android.ident .note.gnu.build-id .dynsym .dynstr .gnu.hash .gnu.version .gnu.…
332 Version symbols section '.gnu.version' contains 71 entries:
411 Android 0x00000004 NT_VERSION (version)
419 Displaying notes found in: .note.gnu.gold-version
421 GNU 0x00000009 NT_GNU_GOLD_VERSION (gold version)
Dx86app_process32.txt31 [ 7] .gnu.version VERSYM 00000dc0 000dc0 000098 02 A 4 0 2
76 …02 .interp .note.android.ident .note.gnu.build-id .dynsym .dynstr .gnu.hash .gnu.version .gnu.…
302 Version symbols section '.gnu.version' contains 76 entries:
382 Android 0x00000004 NT_VERSION (version)
390 Displaying notes found in: .note.gnu.gold-version
392 GNU 0x00000009 NT_GNU_GOLD_VERSION (gold version)
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DChecksumReporter.java133 public ChecksumReporter(int testCount, double fpp, short version) { in ChecksumReporter() argument
137 mVersion = version; in ChecksumReporter()