Home
last modified time | relevance | path

Searched refs:Version (Results 1 – 25 of 3826) sorted by relevance

12345678910>>...154

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DVersion.java40 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/
DVersion.java35 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()
DSidecarUtil.java51 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/
DMANIFEST.mf1 Manifest-Version: 1.0
3 Implementation-Version: %BUILD_NUMBER%
/cts/tools/incremental-cts/testdata/
Dlog_1.qpa3 <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">
Dlog_2.qpa3 <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/
DULP_PDU.java34 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/
DVersion.java26 class Version { class
28 private static final String TAG = Version.class.getSimpleName();
/cts/tools/manifest-generator/
DMANIFEST.mf1 Manifest-Version: 1.0
/cts/libs/vogar-expect/
DAndroid.bp4 // Licensed under the Apache License, Version 2.0 (the "License");
39 // Version of the lib without dependencies statically linked
/cts/tools/cts-api-coverage/
DMANIFEST.mf1 Manifest-Version: 1.0
/cts/hostsidetests/sustainedperf/dhrystone/
DDrystone-2.1.sh17 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/
Dcurrent.txt41 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/
Dcurrent.txt41 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/
DVersion.java42 public class Version { class
DTestReport.java88 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/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/cts/tests/libcore/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/cts/hostsidetests/dexmetadata/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/cts/hostsidetests/classloaders/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/cts/hostsidetests/jvmti/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dgetset_relaxed.rscript4 * Licensed under the Apache License, Version 2.0 (the "License");
/cts/tests/tests/appenumeration/lib/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/cts/tests/tests/systemui/common/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2014-3145/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");

12345678910>>...154