/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/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/extensions/util/ |
D | Version.java | 35 public final class Version implements Comparable<Version> { class 36 public static final Version UNKNOWN = new Version(0, 0, 0, ""); 48 public Version(int major, int minor, int patch, String description) { in Version() method in Version 63 public static Version parse(String versionString) { in parse() 77 return new Version(major, minor, patch, description); in parse() 126 public int compareTo(@NonNull Version other) { in compareTo() 144 if (!(obj instanceof Version)) { in equals() 148 Version otherVersionObj = (Version) obj; in equals()
|
D | SidecarUtil.java | 51 public static final Version MINIMUM_SIDECAR_VERSION = new Version(1, 0, 0, ""); 58 public static Version getSidecarVersion() { in getSidecarVersion() 61 if (Version.isValidVersion(sidecarVersionStr)) { in getSidecarVersion() 62 return Version.parse(sidecarVersionStr); in getSidecarVersion() 69 return Version.UNKNOWN; in getSidecarVersion() 76 final Version version = getSidecarVersion(); in isSidecarVersionValid()
|
/cts/tools/release-parser/ |
D | MANIFEST.mf | 1 Manifest-Version: 1.0 3 Implementation-Version: %BUILD_NUMBER%
|
/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/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/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | Version.java | 26 class Version { class 28 private static final String TAG = Version.class.getSimpleName();
|
/cts/tools/manifest-generator/ |
D | MANIFEST.mf | 1 Manifest-Version: 1.0
|
/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/cts-api-coverage/ |
D | MANIFEST.mf | 1 Manifest-Version: 1.0
|
/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/tests/tests/tv/tuner/config/tuner/tuner-cts-config-api/ |
D | current.txt | 41 method @Nullable public android.media.tv.tuner.cts.configuration.v1.Version getVersion(); 49 method public void setVersion(@Nullable android.media.tv.tuner.cts.configuration.v1.Version); 52 public enum Version { 54 enum_constant public static final android.media.tv.tuner.cts.configuration.v1.Version _1_0;
|
/cts/tests/tests/tv/config/tuner/tuner-cts-config-api/ |
D | current.txt | 41 method @Nullable public android.media.tv.tuner.cts.configuration.v1.Version getVersion(); 49 method public void setVersion(@Nullable android.media.tv.tuner.cts.configuration.v1.Version); 52 public enum Version { 54 enum_constant public static final android.media.tv.tuner.cts.configuration.v1.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/tests/jvmti/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/cts/tests/libcore/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/cts/hostsidetests/dexmetadata/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/cts/hostsidetests/classloaders/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/cts/hostsidetests/jvmti/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | getset_relaxed.rscript | 4 * Licensed under the Apache License, Version 2.0 (the "License");
|
/cts/tests/tests/appenumeration/lib/ |
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/securitybulletin/securityPatch/CVE-2014-3145/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|