/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
D | pvmp3_seek_synch.cpp | 157 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/base/core/java/android/database/sqlite/ |
D | SQLiteOpenHelper.java | 67 public SQLiteOpenHelper(Context context, String name, CursorFactory factory, int version) { in SQLiteOpenHelper() argument 68 if (version < 1) throw new IllegalArgumentException("Version must be >= 1, was " + version); in SQLiteOpenHelper() 73 mNewVersion = version; in SQLiteOpenHelper() 121 int version = db.getVersion(); in getWritableDatabase() local 122 if (version != mNewVersion) { in getWritableDatabase() 125 if (version == 0) { in getWritableDatabase() 128 if (version > mNewVersion) { in getWritableDatabase() 130 version + " to " + mNewVersion + ": " + db.getPath()); in getWritableDatabase() 132 onUpgrade(db, version, mNewVersion); in getWritableDatabase()
|
/frameworks/base/docs/html/guide/publishing/ |
D | versioning.jd | 11 <li>You set the version in the application's manifest file</li> 12 <li>How you version your applications affects how users upgrade </li> 39 <li>Users need to have specific information about the application version that 43 a suite — need to query the system for your application's version, to 46 query your application for its version, so that they can display the version to 47 users. A publishing service may also need to check the application version to 51 <p>The Android system itself <em>does not ever</em> check the application version 54 responsible for enforcing any version restrictions for applications themselves. </p> 56 <p>The Android system <em>does</em> check any system version compatibility expressed 62 <p>To define the version information for your application, you set attributes in [all …]
|
/frameworks/base/tools/localize/ |
D | Values.cpp | 16 version(ve), in StringResource() 29 version(), in StringResource() 42 version(that.version), in StringResource() 63 if (version != that.version) { in Compare() 64 return version < that.version ? -1 : 1; in Compare()
|
D | ValuesFile.cpp | 29 ArrayHandler(ValuesFile* vf, int version, const string& versionString, const string& id); 45 ArrayHandler::ArrayHandler(ValuesFile* vf, int version, const string& versionString, in ArrayHandler() argument 48 m_version(version), in ArrayHandler() 91 ValuesHandler(ValuesFile* vf, int version, const string& versionString); 105 ValuesHandler::ValuesHandler(ValuesFile* vf, int version, const string& versionString) in ValuesHandler() argument 107 m_version(version), in ValuesHandler() 159 int version, const string& versionString) in ParseFile() argument 163 TopElementHandler top("", "resources", new ValuesHandler(result, version, versionString)); in ParseFile() 171 int version, const string& versionString) in ParseString() argument 175 TopElementHandler top("", "resources", new ValuesHandler(result, version, versionString)); in ParseString()
|
D | file_utils.h | 14 int version, const string& versionString, bool printOnFailure); 16 int version, const string& versionString, bool printOnFailure);
|
D | file_utils.cpp | 98 int version, const string& versionString, bool printOnFailure) in get_values_file() argument 109 ValuesFile* result = ValuesFile::ParseString(filename, text, configuration, version, in get_values_file() 120 int version, const string& versionString, bool printOnFailure) in get_local_values_file() argument 144 ValuesFile* result = ValuesFile::ParseString(filename, text, configuration, version, in get_local_values_file()
|
D | Perforce.h | 13 static int GetResourceFileNames(const string& version, const string& base, 16 static int GetFile(const string& file, const string& version, string* result,
|
D | ValuesFile.h | 22 int version, const string& versionString); 25 int version, const string& versionString);
|
D | Perforce.cpp | 99 Perforce::GetResourceFileNames(const string& version, const string& base, in GetResourceFileNames() argument 111 cmd << " \"" << base << '/' << apps[i] << "/res/values/strings.xml@" << version << '"'; in GetResourceFileNames() 145 Perforce::GetFile(const string& file, const string& version, string* result, in GetFile() argument 149 cmd << "p4 print -q \"" << file << '@' << version << '"'; in GetFile()
|
D | Values.h | 21 int version, const string& versionString, const string& comment = ""); 43 int version; member
|
/frameworks/base/opengl/tools/glgen/src/ |
D | Jsr239CodeEmitter.java | 69 public void setVersion(int version, boolean ext, boolean pack) { in setVersion() argument 70 if (version == 0) { in setVersion() 73 } else if (version == 1) { in setVersion() 79 throw new RuntimeException("Bad version: " + version); in setVersion()
|
D | GenerateGL.java | 34 private static void emit(int version, boolean ext, boolean pack, in emit() argument 50 ".java-1" + version + "-if"); in emit() 54 ".java-1" + version + "-if", glStream); in emit() 68 emitter.setVersion(version, ext, pack); in emit()
|
/frameworks/base/core/java/android/content/res/ |
D | ObbInfo.java | 44 public int version; field in ObbInfo 69 sb.append(version); in toString() 83 dest.writeInt(version); in writeToParcel() 102 version = source.readInt(); in ObbInfo()
|
/frameworks/base/opengl/tests/angeles/ |
D | README.txt | 2 San Angeles Observation OpenGL ES version example 17 The original version was made for desktop with OpenGL. It was 19 limit. For this OpenGL ES version example much of the code is 23 The Win32 (2000/XP) binary package of original version is 26 First version of this OpenGL ES port was submitted to the Khronos 44 As the original version was optimized for size instead of 45 performance, that holds true for this OpenGL ES version as 52 * Hybrid's OpenGL ES API Implementation (Gerbera) version 2.0.4 54 * PowerVR MBX SDK, OpenGL ES Windows PC Emulation version 1.04.14.0170 72 * Toni L�nnberg (!Cube) created the music for original version, which
|
D | license.txt | 1 San Angeles Observation OpenGL ES version example 9 Software Foundation; either version 2.1 of the License, or (at 10 your option) any later version. The text of the GNU Lesser
|
/frameworks/base/core/java/android/content/ |
D | SyncStatusInfo.java | 96 int version = parcel.readInt(); in SyncStatusInfo() local 97 if (version != VERSION && version != 1) { in SyncStatusInfo() 98 Log.w("SyncStatusInfo", "Unknown version: " + version); in SyncStatusInfo() 115 if (version == 1) { in SyncStatusInfo()
|
/frameworks/base/core/jni/ |
D | android_backup_BackupHelperDispatcher.cpp | 35 int version; member 72 amt = read(fd, &flattenedHeader.version, in readHeader_native() 80 if (flattenedHeader.version != VERSION_1_HEADER) { in readHeader_native() 81 LOGW("Skipping unknown header version: 0x%08x, %d bytes", flattenedHeader.version, in readHeader_native() 93 LOGD(" version=0x%08x", flattenedHeader.version); in readHeader_native() 192 header.version = VERSION_1_HEADER; in writeHeader_native()
|
D | android_content_res_ObbScanner.cpp | 33 jfieldID version; member 71 env->SetIntField(obbInfo, gObbInfoClassInfo.version, obb->getVersion()); in android_content_res_ObbScanner_getObbInfo() 107 GET_FIELD_ID(gObbInfoClassInfo.version, gObbInfoClassInfo.clazz, in register_android_content_res_ObbScanner()
|
/frameworks/base/core/java/android/hardware/usb/ |
D | UsbAccessory.java | 44 String version, String uri, String serial) { in UsbAccessory() argument 48 mVersion = version; in UsbAccessory() 169 String version = in.readString(); 172 return new UsbAccessory(manufacturer, model, description, version, uri, serial);
|
/frameworks/base/docs/html/guide/appendix/ |
D | api-levels.jd | 15 <li><a href="#platform">Selecting a platform version and API Level</a></li> 48 revision offered by a version of the Android platform.</p> 62 <p>Each successive version of the Android platform can include updates to the 76 integer identifier called "API Level". Each Android platform version supports 81 <p>The following table specifies the API Level supported by each version of the 110 device, such that version-incompatible applications are not installed.</li> 113 <p>Each Android platform version stores its API Level identifier internally, in 139 corresponding to the API Level of the earliest version of the Android platform 175 platform version on the target device.</p> 201 application developed using any given version of the API (as specified by its [all …]
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | ApnSetting.java | 91 int version; in fromString() local 94 version = 2; in fromString() 97 version = 1; in fromString() 114 if (version == 1) { in fromString()
|
/frameworks/base/docs/html/resources/dashboard/ |
D | platform-versions.jd | 40 running a given version of the Android platform. This can help you 44 platform version, see <a href="{@docRoot}guide/appendix/api-levels.html">API Levels</a>.</p> 82 platform version.</p> 85 version at the top. This format indicates the total percent of active devices that are compatible 86 with a given version of Android. For example, if you develop your application for 87 the version that is at the very top of the chart, then your application is 89 forward compatible. Or, if you develop your application for a version lower on the chart, 91 line for that version meets the y-axis on the right.</p>
|
/frameworks/base/opengl/tools/glgen/stubs/jsr239/ |
D | GLImplHeader.java-impl | 66 int version = 0; 71 version = applicationInfo.targetSdkVersion; 78 appName, version)); 79 if (version <= Build.VERSION_CODES.CUPCAKE) {
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-sdk-element.jd | 21 the version number of the SDK (software development kit) or Android platform. 23 its associated Android version number (for example, it is not the same as the 24 major version or the sum of the major and minor versions).</p> 39 version-compatibility. To do this, Market checks the <code><uses-sdk></code> 40 attributes in each application's manifest to establish its version-compatibility 42 Level of the user's Android system version. For more information, see <a 73 work with the version specified here. Specifying this target version allows the 75 version (which may otherwise be turned on in order to maintain 79 have tested against the target version and the platform should not perform any 80 extra work to maintain forward-compatibility with the target version.</p>
|