Home
last modified time | relevance | path

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

12345678910>>...48

/frameworks/rs/script_api/
Drs_math.spec167 version: 9
181 version: 9
195 version: 24
204 version: 9
218 version: 24
227 version: 9
243 version: 24
252 version: 9
266 version: 24
275 version: 9
[all …]
Drs_graphics.spec32 version: 16 22
51 version: 16 22
69 version: 16 22
82 version: 16 22
101 version: 16 22
118 version: 9 22
130 version: 9 22
141 version: 9 22
152 version: 9 22
163 version: 9 22
[all …]
Drs_atomic.spec35 version: 14
46 version: 20
54 version: 14
66 version: 20
74 version: 14
90 version: 14
99 version: 14
109 version: 20
116 version: 14
126 version: 20
[all …]
Drs_quaternion.spec24 version: 9 23
40 version: 9 23
54 version: 9 23
67 version: 9 23
100 version: 9 23
123 version: 9 23
142 version: 9 23
158 version: 9 23
288 version: 24
296 version: 24
[all …]
Drs_vector_math.spec38 version: 9
52 version: 24
63 version: 9
79 version: 24
90 version: 9
104 version: 24
115 version: 17
134 version: 17
152 version: 17
173 version: 9
[all …]
/frameworks/base/core/tests/coretests/apks/version/
DAndroid.bp6 "--version-code 1",
7 "--version-name 1.0",
17 "--version-code 2",
18 "--version-name 2.0",
28 "--version-code 3",
29 "--version-name 3.0",
39 "--version-code 1",
40 "--version-name 1.0",
50 "--version-code 2",
51 "--version-name 2.0",
/frameworks/native/cmds/installd/tests/
Dinstalld_otapreopt_test.cpp48 uint32_t version, in verifyPackageParameters() argument
53 if (version > 2 || (version == 2 && versioned)) { in verifyPackageParameters()
69 if (version > 1) { in verifyPackageParameters()
74 if (version > 2) { in verifyPackageParameters()
79 if (version > 3) { in verifyPackageParameters()
84 if (version > 4) { in verifyPackageParameters()
89 if (version > 5) { in verifyPackageParameters()
94 if (version > 6) { in verifyPackageParameters()
99 if (version > 7) { in verifyPackageParameters()
106 const char* getVersionCStr(uint32_t version) { in getVersionCStr() argument
[all …]
/frameworks/base/core/tests/coretests/src/android/text/
DEmojiTest.java93 for (int version = 0; version < data.length; version++) { in testIsNewEmoji_Emoji()
94 for (int row = 0; row < data[version].length; row++) { in testIsNewEmoji_Emoji()
95 for (int c = data[version][row][0]; c < data[version][row][1]; c++) { in testIsNewEmoji_Emoji()
130 for (int version = 0; version < data.length; version++) { in testisEmojiModifierBase()
131 for (int row = 0; row < data[version].length; row++) { in testisEmojiModifierBase()
132 for (int c = data[version][row][0]; c < data[version][row][1]; c++) { in testisEmojiModifierBase()
/frameworks/compile/libbcc/tests/libbcc/
Dtest_slang_version_info.ll6 ; RUN: | llvm-as -o %t.known-version
8 ; synthetic version of slang that will likely not exist in the wild
10 ; RUN: | llvm-as -o %t.unknown-version
13 ; RUN: bcc -o test_slang_version_info-known-version -output_path %T \
15 ; RUN: -embedRSInfo %t.known-version 2>%t.stderr.known-version
17 ; RUN: bcc -o test_slang_version_info-unknown-version -output_path %T \
19 ; RUN: -embedRSInfo %t.unknown-version 2>%t.stderr.unknown-version
21 ; Assert that bcc warns that there is a mismatch when slang version is the string "DOESNOTEXIST"
22 ; RUN: FileCheck %s -check-prefix=CHECK_BCC_WARNING < %t.stderr.unknown-version
24 ; Assert that bcc does not warn when there is a version match
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/
Dtravis-test.sh7 version=$1
8 if [ "$version" == "jruby-1.7" ] ; then
11 "rvm install $version && rvm use $version && \
17 "rvm install $version && rvm use $version && \
DREADME.md13 When we release a version of Protocol Buffers, we will upload a Gem to
27 main `README` file. The version of `protoc` included in the latest release
68 * The latest version of the protobuf java library (see ../java/README.md)
95 We are using a version number scheme that is a hybrid of Protocol Buffers'
96 overall version number and some Ruby-specific rules. Gem does not allow
97 re-uploads of a gem with the same version number, so we add a sequence number
98 ("upload version") to the version. We also format alphabetical tags (alpha,
101 * First, we determine the prefix: a Protocol Buffers version "3.0.0-alpha-2"
104 * We then append the upload version: "3.0.0.alpha.2.0" or "3.0.0.0". If we need
105 to upload a new version of the gem to fix an issue, the version becomes
[all …]
/frameworks/base/core/java/android/database/sqlite/
DSQLiteOpenHelper.java82 @Nullable CursorFactory factory, int version) { in SQLiteOpenHelper() argument
83 this(context, name, factory, version, null); in SQLiteOpenHelper()
104 @Nullable CursorFactory factory, int version, in SQLiteOpenHelper() argument
106 this(context, name, factory, version, 0, errorHandler); in SQLiteOpenHelper()
124 public SQLiteOpenHelper(@Nullable Context context, @Nullable String name, int version, in SQLiteOpenHelper() argument
126 this(context, name, version, 0, openParams.toBuilder()); in SQLiteOpenHelper()
153 @Nullable CursorFactory factory, int version, in SQLiteOpenHelper() argument
155 this(context, name, version, minimumSupportedVersion, in SQLiteOpenHelper()
161 private SQLiteOpenHelper(@Nullable Context context, @Nullable String name, int version, in SQLiteOpenHelper() argument
165 if (version < 1) throw new IllegalArgumentException("Version must be >= 1, was " + version); in SQLiteOpenHelper()
[all …]
/frameworks/base/telephony/java/android/telephony/mbms/
DDownloadRequest.java67 private int version; field in DownloadRequest.SerializationDataContainer
77 version = request.version; in SerializationDataContainer()
82 objectOutput.write(version); in writeExternal()
92 version = objectInput.read(); in readExternal()
108 private int version = CURRENT_VERSION; field in DownloadRequest.Builder
140 builder.version = dataContainer.version; in fromSerializedRequest()
222 subscriptionId, appIntent, version); in build()
231 private final int version; field in DownloadRequest
235 String appIntent, int version) { in DownloadRequest() argument
241 this.version = version; in DownloadRequest()
[all …]
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DVersionInfo.java53 mVersions.put(cls, new Version(provider.version(), true)); in addClass()
57 mVersions.put(requires.target(), new Version(requires.version(), required)); in addClass()
62 mVersions.put(r.target(), new Version(r.version(), required)); in addClass()
81 public void accept(Class<?> aClass, Version version) { in checkVersion()
90 if (v.mVersion != version.mVersion) { in checkVersion()
91 throw new InvalidVersionException(aClass, v.mVersion < version.mVersion, in checkVersion()
93 version.mVersion); in checkVersion()
99 public void accept(Class<?> aClass, Version version) { in checkVersion()
100 if (version.mRequired) { in checkVersion()
111 return new Version(provider.version(), false); in createVersion()
[all …]
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_seek_synch.cpp157 int32 version; in pvmp3_frame_synch() local
162 version = MPEG_2_5; in pvmp3_frame_synch()
165 version = MPEG_2; in pvmp3_frame_synch()
168 version = MPEG_1; in pvmp3_frame_synch()
171 version = INVALID_VERSION; in pvmp3_frame_synch()
177 if (version != INVALID_VERSION && (freq_index != 3)) in pvmp3_frame_synch()
179 int32 numBytes = fxp_mul32_Q28(mp3_bitrate[version][(temp<<16)>>28] << 20, in pvmp3_frame_synch()
182 numBytes >>= (20 - version); in pvmp3_frame_synch()
184 if (version != MPEG_1) in pvmp3_frame_synch()
/frameworks/rs/tests/java_api/RSUnitTests/
Dfind_versions.sh14 for version in $PREBUILT_DIR/*.*.*; do
15 echo $(basename $version)
18 txtfile=$(basename $version | tr '.' '_').txt
19 …($version/bin/llvm-rs-cc $unittest -o $TMP -p $TMP -I $version/include/ -I $version/clang-include/…
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DNormalization.cpp35 .version = HalVersion::V1_0, in DEFINE_OPERATION_SIGNATURE()
44 .version = HalVersion::V1_2, in DEFINE_OPERATION_SIGNATURE()
53 .version = HalVersion::V1_2, in DEFINE_OPERATION_SIGNATURE()
63 .version = HalVersion::V1_2, in DEFINE_OPERATION_SIGNATURE()
82 .version = HalVersion::V1_0, in DEFINE_OPERATION_SIGNATURE()
90 .version = HalVersion::V1_2, in DEFINE_OPERATION_SIGNATURE()
99 .version = HalVersion::V1_2, in DEFINE_OPERATION_SIGNATURE()
109 .version = HalVersion::V1_2, in DEFINE_OPERATION_SIGNATURE()
126 .version = HalVersion::V1_0, in DEFINE_OPERATION_SIGNATURE()
142 .version = HalVersion::V1_2, in DEFINE_OPERATION_SIGNATURE()
[all …]
/frameworks/base/core/tests/overlaytests/host/test-apps/UpdateOverlay/
DAndroid.mk37 LOCAL_AAPT_FLAGS += --version-code 1 --version-name v1
49 LOCAL_AAPT_FLAGS += --version-code 2 --version-name v2
62 LOCAL_AAPT_FLAGS += --version-code 1 --version-name v1
73 LOCAL_AAPT_FLAGS += --version-code 2 --version-name v2
/frameworks/compile/slang/tests/F_bad_version_pragma/
Dbad_version_pragma.rs1 #pragma version(2000)
2 #pragma version
3 #pragma version(1
4 #pragma version(1a)
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
DCertPinInstallReceiverTest.java162 private String createSignature(String content, String version, String requiredHash) in createSignature() argument
167 signer.update(version.trim().getBytes()); in createSignature()
171 verifySignature(content, version, requiredHash, sig, createCertificate())); in createSignature()
175 public boolean verifySignature(String content, String version, String requiredPrevious, in verifySignature() argument
180 signer.update(version.trim().getBytes()); in verifySignature()
185 private void sendIntent(String contentPath, String version, String required, String sig) { in sendIntent() argument
189 i.putExtra(EXTRA_VERSION_NUMBER, version); in sendIntent()
195 private String runTest(String cert, String content, String version, String required, String sig) in runTest() argument
200 sendIntent(contentPath, version, required, sig); in runTest()
205 private String runTestWithoutSig(String cert, String content, String version, String required) in runTestWithoutSig() argument
[all …]
/frameworks/base/core/java/android/content/pm/
DFeatureInfo.java56 public int version; field in FeatureInfo
85 version = orig.version; in FeatureInfo()
95 + " " + name + " v=" + version + " fl=0x" + Integer.toHexString(flags) + "}"; in toString()
112 dest.writeInt(version); in writeToParcel()
123 proto.write(FeatureInfoProto.VERSION, version); in writeToProto()
142 version = source.readInt(); in FeatureInfo()
/frameworks/base/core/java/android/app/timezone/
DUtils.java24 static int validateVersion(String type, int version) { in validateVersion() argument
25 if (version < 0 || version > 999) { in validateVersion()
26 throw new IllegalArgumentException("Invalid " + type + " version=" + version); in validateVersion()
28 return version; in validateVersion()
/frameworks/compile/slang/tests/P_set_target_api_development/
Dset_target_api_development.rs2 #pragma version(1)
8 void check(unsigned int version) {
9 if (version != RS_VERSION) {
10 rsDebug("version: ", version);
/frameworks/compile/slang/tests/P_set_target_api_16/
Dset_target_api_16.rs2 #pragma version(1)
12 void check(unsigned int version) {
13 if (version != RS_VERSION) {
14 rsDebug("version: ", version);
/frameworks/compile/slang/tests/P_set_target_api_19/
Dset_target_api_19.rs2 #pragma version(1)
12 void check(unsigned int version) {
13 if (version != RS_VERSION) {
14 rsDebug("version: ", version);

12345678910>>...48