Home
last modified time | relevance | path

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

12345678910>>...157

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DVersion.java33 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 …]
DExtensionUtils.java49 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/
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/tools/release-parser/
DMANIFEST.mf1 Manifest-Version: 1.0
3 Implementation-Version: %BUILD_NUMBER%
/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/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/apps/CtsVerifier/src/com/android/cts/verifier/
DVersion.java26 class Version { class
28 private static final String TAG = Version.class.getSimpleName();
/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/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/manifest-generator/
DMANIFEST.mf1 Manifest-Version: 1.0
/cts/tools/cts-api-coverage/
DMANIFEST.mf1 Manifest-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/location/location_gnss/src/android/location/cts/gnss/suplClient/
DSuplRrlpMessagesGenerator.java42 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/
Dgetset_relaxed.rscript4 * Licensed under the Apache License, Version 2.0 (the "License");
/cts/hostsidetests/appbinding/app/
DAndroid.bp3 // 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/
Dtestsuite.proto3 // Licensed under the Apache License, Version 2.0 (the "License");
165 // Version
/cts/tests/accessibilityservice/test-apps/WidgetProvider/
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/sample/app/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/cts/tests/tests/appop/aidl/AppOpsForegroundControlService/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/cts/tests/tests/permission2/CtsStoragePermissionsPreservedUserOptOutSdk30/
DAndroid.bp4 // Licensed under the Apache License, Version 2.0 (the "License");
/cts/tests/tests/permission2/CtsStoragePermissionsUserDefaultSdk29/
DAndroid.bp4 // Licensed under the Apache License, Version 2.0 (the "License");
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2109/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");

12345678910>>...157