Home
last modified time | relevance | path

Searched full:version (Results 1 – 25 of 7810) sorted by relevance

12345678910>>...313

/frameworks/rs/api/
Drs_math.spec4 # Licensed under the Apache License, Version 2.0 (the "License");
153 version: 9
167 version: 9
181 version: 24
190 version: 9
204 version: 24
213 version: 9
229 version: 24
238 version: 9
252 version: 24
[all …]
Drs_graphics.spec4 # Licensed under the Apache License, Version 2.0 (the "License");
32 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
[all …]
Drs_atomic.spec4 # Licensed under the Apache License, Version 2.0 (the "License");
35 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
[all …]
Drs_vector_math.spec4 # Licensed under the Apache License, Version 2.0 (the "License");
38 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
[all …]
Drs_allocation_create.spec4 # Licensed under the Apache License, Version 2.0 (the "License");
28 version: 24
40 version: 24
53 version: 24
65 version: 24
76 version: 24
106 version: 24
116 version: 24
125 version: 24
133 version: 24
[all …]
Drs_quaternion.spec4 # Licensed under the Apache License, Version 2.0 (the "License");
24 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
182 version: 9 23
[all …]
Drs_allocation_data.spec4 # Licensed under the Apache License, Version 2.0 (the "License");
35 version: 14
64 version: 14
99 version: 22
131 version: 22
142 version: 22
154 version: 22
186 version: 22
198 version: 22
246 version: 9 17
[all …]
/frameworks/data-binding/internal-prebuilts/com/android/databinding/localizemaven/1.1/
Dlocalizemaven-1.1.pom1 <?xml version="1.0" encoding="UTF-8"?>
7 <version>1.1</version>
12 <version>1.0.2.v20150114</version>
18 <version>1.0.2.v20150114</version>
24 <version>1.0.2.v20150114</version>
30 <version>3.3.3</version>
36 <version>2.4</version>
42 <version>1.0.2.v20150114</version>
/frameworks/volley/
Dpom.xml7 <version>1.0-SNAPSHOT</version>
16 <java.version>1.6</java.version>
23 <version>4.1.1.4</version>
28 <version>4.10</version>
34 <version>3.0</version>
40 <version>1.9.5</version>
51 <version>3.8.1</version>
62 <version>3.0</version>
64 <source>${java.version}</source>
65 <target>${java.version}</target>
[all …]
/frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
DSharedLibraryMain.java4 * Licensed under the Apache License, Version 2.0 (the "License");
30 * Base version of the library.
35 * The second version of the library.
40 * Return the version number of the currently installed library.
53 * Check that the library's version is at least the given minimum version,
56 * version is needed. If a newer version is needed, false is returned.
60 final String dialogTag = LIBRARY_PACKAGE + ":version"; in ensureVersion()
64 // Library version is sufficient. Make sure any version dialog in ensureVersion()
72 // The current version of the library does not meet the required version. in ensureVersion()
73 // If we don't already have a version dialog displayed, display it now. in ensureVersion()
[all …]
/frameworks/base/core/java/android/content/pm/
DFeatureInfo.java4 * Licensed under the Apache License, Version 2.0 (the "License");
32 * version, which must always be backwards compatible. That is, a device
33 * claiming to support version 3 of a specific feature must support apps
34 * requesting version 1 of that feature.
39 * this is null, then this is an OpenGL ES version feature as described
46 * maximum version of this feature supported by the device. The device
50 * minimum version of the feature required by the app.
52 * When a feature version is undefined by a device, it's assumed to be
53 * version 0.
55 public int version; field in FeatureInfo
[all …]
/frameworks/base/docs/html/google/play/billing/
Dversions.jd2 page.title=In-app Billing Version Notes
6 The In-app Billing API is versioned, with each version offering additional
14 <p id="api_check"><strong><em>How to check for In-app Billing version</em></strong></p>
18 version of the API it supports and what features are available.
23 <li>If you are using in-app billing version 3 or later, the version information
25 supports the version of the In-app Billing API that you are using by sending an
28 <li>If the In-app Billing API version that you are using is earlier than version
29 3, the version information is returned in the <code>API_VERSION</code> key of
36 <h3 id="version_5">In-app Billing version 5</h3>
46 <h3 id="version_4">In-app Billing version 4</h3>
[all …]
/frameworks/base/core/tests/coretests/apks/version/
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-name 2.0
/frameworks/base/core/java/android/hardware/location/
DContextHubMessage.java4 * Licensed under the Apache License, Version 2.0 (the "License");
48 * get message version
50 * @return int - message version
75 * Set message version
77 * @param version - message version
79 public void setVersion(int version) { in setVersion() argument
80 mVersion = version; in setVersion()
96 * @param version - version
99 public ContextHubMessage(int msgType, int version, byte[] data) { in ContextHubMessage() argument
101 mVersion = version; in ContextHubMessage()
DNanoAppFilter.java4 * Licensed under the Apache License, Version 2.0 (the "License");
36 // Version to filter apps
39 // filtering spec for version
49 * Flag indicating any version. With this flag set, all versions shall match provided version.
53 * If this flag is set, only versions strictly greater than the version specified shall match.
57 * If this flag is set, only versions strictly less than the version specified shall match.
62 * version specified shall match.
67 * If this flag is set, only versions strictly equal to the version specified shall match.
104 * @param appVersion application version
105 * @param versionMask version
[all …]
/frameworks/opt/timezonepicker/res/values/
Darrays.xml1 <?xml version="1.0" encoding="utf-8"?>
5 Licensed under the Apache License, Version 2.0 (the "License");
33 <!-- Non DST version -->
35 <!-- Non DST version -->
37 <!-- Non DST version -->
39 <!-- Non DST version -->
43 <!-- Non DST version -->
45 <!-- DST version -->
47 <!-- Non DST version -->
49 <!-- Non DST version -->
[all …]
/frameworks/support/media-compat/java/android/support/v4/media/
DMediaBrowserProtocol.java4 * Licensed under the Apache License, Version 2.0 (the "License");
39 * MediaBrowserCompat will check the version of the connected MediaBrowserServiceCompat,
40 * and it will not send messages if they are introduced in the higher version of the
55 * - arg1 : The service version
66 * - arg1 : service version
72 * - arg1 : The service version
82 * MediaBrowserServiceCompat will check the version of the MediaBrowserCompat, and it will not
83 * send messages if they are introduced in the higher version of the MediaBrowserCompat.
96 * - arg1 : The client version
106 * - arg1 : The client version
[all …]
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md18 ## Version 0 (Android M)
24 ## Version 1.0 (Android N)
36 - `version.txt`: whose value is **1.0**.
63 For example, the initial version during _Android N_ development was
65 ready to parse that format, the version was named **1.0-dev2**,
68 knew how to parse it, the default version became **1.0-dev2**.
73 release, the version will be called **1.1** or something like that.
75 Determining version and main entry
79 determine the bugreport format version and its main entry:
82 If [entries contain "version.txt"]
[all …]
/frameworks/data-binding/internal-prebuilts/com/android/databinding/library/1.1/
Dlibrary-1.1.pom1 <?xml version="1.0" encoding="UTF-8"?>
7 <version>1.1</version>
11 <name>The Apache Software License, Version 2.0</name>
20 <version>21.0.3</version>
26 <version>1.1</version>
/frameworks/data-binding/internal-prebuilts/com/android/databinding/adapters/1.1/
Dadapters-1.1.pom1 <?xml version="1.0" encoding="UTF-8"?>
7 <version>1.1</version>
11 <name>The Apache Software License, Version 2.0</name>
20 <version>1.1</version>
26 <version>1.1</version>
/frameworks/data-binding/internal-prebuilts/com/android/databinding/adapters/1.0-rc5/
Dadapters-1.0-rc5.pom1 <?xml version="1.0" encoding="UTF-8"?>
7 <version>1.0-rc5</version>
11 <name>The Apache Software License, Version 2.0</name>
20 <version>1.0-rc5</version>
26 <version>1.0-rc5</version>
/frameworks/data-binding/internal-prebuilts/com/android/databinding/library/1.0-rc3/
Dlibrary-1.0-rc3.pom1 <?xml version="1.0" encoding="UTF-8"?>
7 <version>1.0-rc3</version>
11 <name>The Apache Software License, Version 2.0</name>
20 <version>1.0-rc3</version>
26 <version>21.0.3</version>
/frameworks/data-binding/internal-prebuilts/com/android/databinding/library/1.0-rc5/
Dlibrary-1.0-rc5.pom1 <?xml version="1.0" encoding="UTF-8"?>
7 <version>1.0-rc5</version>
11 <name>The Apache Software License, Version 2.0</name>
20 <version>21.0.3</version>
26 <version>1.0-rc5</version>
/frameworks/base/services/backup/java/com/android/server/backup/
DPackageManagerBackupAgent.java4 * Licensed under the Apache License, Version 2.0 (the "License");
70 // Sentinel: start of state file, followed by a version number
74 // Current version of the saved ancestral-dataset file format
79 // version & signature info of each app in a restore set
81 // The version info of each backed-up app as read from the state file
103 Metadata(int version, ArrayList<byte[]> hashes) { in Metadata() argument
104 versionCode = version; in Metadata()
127 mStoredSdkVersion = Build.VERSION.SDK_INT; in init()
128 mStoredIncrementalVersion = Build.VERSION.INCREMENTAL; in init()
187 // If the stored version string differs, we need to re-backup all in onBackup()
[all …]
/frameworks/base/docs/html/distribute/engage/
Dbeta.jd20 …release it widely, so that you can be confident about releasing the best version of your app to th…
78 <li>For an APK to be available to alpha testers it must have a higher version
79 number than your beta or production version, and for beta testers the APK
80 must have a higher version number than your production version.
83 <li>Alpha testers receive the alpha, beta, or production version of your app
84 with the highest version code that is compatible with their device, while
85 beta testers receive the beta or production version of your app with the
86 highest version code that is compatible with their device. This also means
87 that posting a higher version number APK cancels earlier tests of earlier
88 versions, so posting a production 2.0 version would cancel a beta test of
[all …]

12345678910>>...313