/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/ |
D | Version.java | 33 final class Version implements Comparable<Version> { class 34 static final Version UNKNOWN = new Version(0, 0, 0, ""); 35 static final Version VERSION_0_1 = new Version(0, 1, 0, ""); 36 static final Version VERSION_1_0 = new Version(1, 0, 0, ""); 37 static final Version CURRENT = VERSION_1_0; 49 private Version(int major, int minor, int patch, String description) { in Version() method in Version 64 static Version parse(String versionString) { in parse() 78 return new Version(major, minor, patch, description); in parse() 125 public int compareTo(@NonNull Version other) { in compareTo() 143 if (!(obj instanceof Version)) { in equals() [all …]
|
D | ExtensionUtils.java | 49 assertThat(Version.isValidVersion(versionStr)).isTrue(); in assertValidVersion() 50 assertThat(Version.parse(versionStr)).isAtLeast(Version.VERSION_1_0); in assertValidVersion() 53 assertThat(Version.isValidVersion(versionStr)).isTrue(); in assertValidVersion() 54 assertThat(Version.parse(versionStr)).isEqualTo(Version.VERSION_0_1); in assertValidVersion()
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/ |
D | Version.java | 40 public class Version extends Asn1Sequence { class 46 public Version() { in Version() method in Version 72 public static Version fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned() 73 Version result = new Version(); in fromPerUnaligned() 81 public static Version fromPerAligned(byte[] encodedBytes) { in fromPerAligned() 82 Version result = new Version(); in fromPerAligned() 101 private Version.majType maj_; 102 public Version.majType getMaj() { in getMaj() 109 this.maj_ = (Version.majType) value; in setMaj() 111 public Version.majType setMajToNewInstance() { in setMajToNewInstance() [all …]
|
/cts/tools/release-parser/ |
D | MANIFEST.mf | 1 Manifest-Version: 1.0 3 Implementation-Version: %BUILD_NUMBER%
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp/ |
D | ULP_PDU.java | 34 import android.location.cts.asn1.supl2.ulp_components.Version; 118 private Version version_; 119 public Version getVersion() { in getVersion() 126 this.version_ = (Version) value; in setVersion() 128 public Version setVersionToNewInstance() { in setVersionToNewInstance() 129 version_ = new Version(); in setVersionToNewInstance() 238 return tag == null ? Version.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
|
/cts/tools/incremental-cts/testdata/ |
D | log_1.qpa | 3 <TestCaseResult Version="0.3.4" CasePath="dEQP-VK.info.build" CaseType="SelfValidate"> 19 <TestCaseResult Version="0.3.4" CasePath="dEQP-VK.info.device" CaseType="SelfValidate"> 35 <TestCaseResult Version="0.3.4" CasePath="dEQP-VK.info.platform" CaseType="SelfValidate">
|
D | log_2.qpa | 3 <TestCaseResult Version="0.3.4" CasePath="dEQP-VK.info.build" CaseType="SelfValidate"> 19 <TestCaseResult Version="0.3.4" CasePath="dEQP-VK.info.device" CaseType="SelfValidate">
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | Version.java | 26 class Version { class 28 private static final String TAG = Version.class.getSimpleName();
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Drystone-2.1.sh | 17 XDhrystone Benchmark: Rationale for Version 2 and Measurement Rules 349 X"Version 1.1" distributed previously by him over the UNIX network 460 X * ideas from the "Version 1.1" distributed previously by 571 X * See the companion paper "Rationale for Dhrystone Version 2" for a more 1235 X * Version: C, Version 2.1
|
/cts/libs/vogar-expect/ |
D | Android.bp | 4 // Licensed under the Apache License, Version 2.0 (the "License"); 39 // Version of the lib without dependencies statically linked
|
/cts/tools/manifest-generator/ |
D | MANIFEST.mf | 1 Manifest-Version: 1.0
|
/cts/tools/cts-api-coverage/ |
D | MANIFEST.mf | 1 Manifest-Version: 1.0
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/ |
D | Version.java | 42 public class Version { class
|
D | TestReport.java | 88 xml.attribute(null, "version-name", Version.getVersionName(mContext)); in getContents() 89 xml.attribute(null, "version-code", Integer.toString(Version.getVersionCode(mContext))); in getContents()
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/suplClient/ |
D | SuplRrlpMessagesGenerator.java | 42 import android.location.cts.asn1.supl2.ulp_components.Version; 84 Version version = ulpPdu.setVersionToNewInstance(); in generateSuplStartLocalLocationMessage() 155 Version version = ulpPdu.setVersionToNewInstance(); in generateSuplPositionInitLocalLocationMessage() 241 Version version = ulpPdu.setVersionToNewInstance(); in generateAssistanceDataAckMessage()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | getset_relaxed.rscript | 4 * Licensed under the Apache License, Version 2.0 (the "License");
|
/cts/hostsidetests/appbinding/app/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License"); 16 // Licensed under the Apache License, Version 2.0 (the "License");
|
/cts/tools/cts-api-coverage/proto/ |
D | testsuite.proto | 3 // Licensed under the Apache License, Version 2.0 (the "License"); 165 // Version
|
/cts/tests/accessibilityservice/test-apps/WidgetProvider/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/cts/tests/tests/systemui/common/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/cts/hostsidetests/sample/app/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/cts/tests/tests/appop/aidl/AppOpsForegroundControlService/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/cts/tests/tests/permission2/CtsStoragePermissionsPreservedUserOptOutSdk30/ |
D | Android.bp | 4 // Licensed under the Apache License, Version 2.0 (the "License");
|
/cts/tests/tests/permission2/CtsStoragePermissionsUserDefaultSdk29/ |
D | Android.bp | 4 // Licensed under the Apache License, Version 2.0 (the "License");
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2109/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|