Searched refs:version (Results 1 - 25 of 559) sorted by relevance

1234567891011>>

/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A Dip.rsh17 #pragma version(1)
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A Dip.rsh17 #pragma version(1)
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A Dip.rsh17 #pragma version(1)
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
H A Dip.rsh17 #pragma version(1)
/frameworks/base/core/tests/coretests/apks/version/
H A DAndroid.mk6 LOCAL_AAPT_FLAGS := --version-code 1 --version-name 1.0
13 LOCAL_AAPT_FLAGS := --version-code 2 --version-name 2.0
20 LOCAL_AAPT_FLAGS := --version-code 3 --version-name 3.0
27 LOCAL_AAPT_FLAGS := --version-code 1 --version-name 1.0
34 LOCAL_AAPT_FLAGS := --version-code 2 --version
[all...]
/frameworks/base/services/net/java/android/net/netlink/
H A DStructNfGenMsg.java37 final public byte version; field in class:StructNfGenMsg
42 version = (byte) NFNETLINK_V0;
48 byteBuffer.put(version);
/frameworks/rs/tests/java_api/RSUnitTests/
H A 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/ 1> /dev/null 2> /dev/null) && (echo $(basename $unittest) | sed 's/...$//') >> $txtfile
/frameworks/base/core/tests/coretests/apks/version_nosys/
H A DAndroid.mk6 LOCAL_AAPT_FLAGS := --version-code 1 --version-name 1.0
/frameworks/native/opengl/tools/glgen/src/
H A DCodeEmitter.java19 void setVersion(int version, boolean ext, boolean pack); argument
/frameworks/base/core/java/com/android/internal/os/
H A DKernelWakelockStats.java29 Entry(int count, long totalTime, int version) { argument
32 mVersion = version;
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
H A Dglobal_float.rs17 #pragma version(1)
H A Dglobal_int.rs17 #pragma version(1)
H A Dmodulo.rs17 #pragma version(1)
/frameworks/rs/tests/cpp_api/cpp-globalguard/
H A Dmultiply.rs17 #pragma version(1)
/frameworks/rs/tests/cpp_api/cppallocation/
H A Dmultiply.rs17 #pragma version(1)
/frameworks/rs/tests/cpp_api/cppstrided/
H A Dmultiply.rs17 #pragma version(1)
/frameworks/rs/tests/cpp_api/latency/
H A Dlatency.rs17 #pragma version(1)
/frameworks/support/jetifier/jetifier/preprocessor/
H A Dbuild.gradle26 compile group: 'commons-cli', name: 'commons-cli', version: '1.3.1'
/frameworks/base/core/java/android/app/timezone/
H A DUtils.java24 static int validateVersion(String type, int version) { argument
25 if (version < 0 || version > 999) {
26 throw new IllegalArgumentException("Invalid " + type + " version=" + version);
28 return version;
/frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/pom/
H A DPomRewriteRule.kt48 if (checkVersion && (dep.version == null || dep.version!!.isEmpty())) {
60 * Validates that the given [input] dependency has a valid version.
63 if (from.version == null || input.version == null) {
71 if (!areVersionsMatching(from.version!!, input.version!!)) {
72 Log.e(TAG, "Version mismatch! Expected version '%s' but found version '%s' for " +
73 "'%s:%s' in '%s' file.", from.version, inpu
[all...]
H A DDependencyVersions.kt45 "contain version set called '$name' or maybe you passed incorrect version " +
54 * Puts the given version into the map to be referred to using the given variable name.
58 * @param newVersion New version to be put into the map
59 * @param forVariable Then name of the variable to be used to refer to the version
69 /** Takes a version from a configuration file and rewrites any variables related to the map. */
70 fun applyOnVersionRef(version: String): String {
71 if (version.matches(Regex("^\\{[a-zA-Z0-9]+\\}$"))) {
72 val variableName = version.removePrefix("{").removeSuffix("}")
75 "The version variabl
[all...]
/frameworks/base/core/tests/coretests/src/android/text/
H A DEmojiTest.java32 * where the existing ICU version is not aware of the latest emoji that Android supports.
74 for (int version = 0; version < data.length; version++) {
75 for (int row = 0; row < data[version].length; row++) {
76 for (int c = data[version][row][0]; c < data[version][row][1]; c++) {
111 for (int version = 0; version < data.length; version
[all...]
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/annotations/
H A DProvidesInterface.java22 * current version and optionally their action to implement the plugin.
26 int version(); method in interface:ProvidesInterface
/frameworks/support/room/compiler/src/test/data/databasewriter/input/
H A DComplexDatabase.java22 @Database(entities = {User.class}, version = 1923)
/frameworks/support/room/integration-tests/testapp/src/main/java/androidx/room/integration/testapp/database/
H A DSampleDatabase.java26 version = 1, exportSchema = false)

Completed in 492 milliseconds

1234567891011>>