Searched refs:version (Results 51 - 75 of 101) sorted by relevance

12345

/frameworks/base/tools/localize/
H A DXLIFFFile_test.cpp20 printf("STRING!!! id=%s index=%d value='%s' pos=%s file=%s version=%d(%s)\n",
23 str.pos.ToString().c_str(), str.file.c_str(), str.version,
H A Dlocalize_test.cpp75 printf("STRING!!! id=%s value='%s' pos=%s file=%s version=%d(%s)\n", str.id.c_str(),
77 str.pos.ToString().c_str(), str.file.c_str(), str.version,
108 printf("STRING!!! id=%s value='%s' pos=%s file=%s version=%d(%s)\n", str.id.c_str(),
110 str.pos.ToString().c_str(), str.file.c_str(), str.version,
/frameworks/base/media/libstagefright/
H A DMPEG4Extractor.cpp577 uint8_t version; local
578 if (mDataSource->readAt(data_offset, &version, 1) < 1) {
586 if (version == 1) {
603 } else if (version == 0) {
631 uint8_t version; local
633 data_offset, &version, sizeof(version))
634 < (ssize_t)sizeof(version)) {
640 if (version == 1) {
642 } else if (version
[all...]
/frameworks/base/core/jni/
H A Dcom_android_internal_os_ZygoteInit.cpp212 capheader.version = _LINUX_CAPABILITY_VERSION;
242 capheader.version = _LINUX_CAPABILITY_VERSION;
/frameworks/base/media/java/android/media/
H A DMiniThumbFile.java82 private String randomAccessFilePath(int version) { argument
86 return directoryName + "/.thumbdata" + version + "-" + mUri.hashCode();
/frameworks/base/tests/BrowserTestPlugin/jni/
H A Dmain.cpp85 pluginFuncs->version = 11;
141 // Scripting functions appeared in NPAPI version 14
142 if (browser->version >= 14) {
/frameworks/base/include/utils/
H A DResourceTypes.h926 uint32_t version; member in union:android::ResTable_config::__anon151
1013 diff = (int32_t)(version - o.version);
1055 if (version != o.version) diffs |= CONFIG_VERSION;
1160 if (version || o.version) {
1323 if (version || o.version) {
1449 if (version !
[all...]
/frameworks/base/media/libdrm/mobile1/include/xml/
H A Dxml_tinyParser.h107 uint8_t version; member in struct:_WBXML
/frameworks/base/opengl/libs/EGL/
H A Degl.cpp151 char const * version; member in struct:android::egl_display_t::strings_t
199 int impl, egl_connection_t const* cnx, int version)
201 version(version)
210 int version; member in struct:android::egl_context_t
696 dp->disp[i].queryString.version =
1051 int version = 0; local
1058 version = GLESv1_INDEX;
1060 version = GLESv2_INDEX;
1065 egl_context_t* c = new egl_context_t(dpy, context, i, cnx, version);
198 egl_context_t(EGLDisplay dpy, EGLContext context, int impl, egl_connection_t const* cnx, int version) argument
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteCursor.java112 QueryThread(int version) { argument
113 mThreadState = version;
/frameworks/base/services/java/com/android/server/
H A DPackageManagerBackupAgent.java63 // version & signature info of each app in a restore set
65 // The version info of each backed-up app as read from the state file
77 Metadata(int version, Signature[] sigs) { argument
78 versionCode = version;
129 // If the stored version string differs, we need to re-backup all
143 * int SDKversion -- the SDK version of the OS itself on the device
180 // We have backed up this app before. Check whether the version
181 // of the backup matches the version of the current app; if they
202 * int version -- [4] the package's versionCode
206 // marshal the version cod
[all...]
/frameworks/base/libs/ui/
H A DEventHub.cpp490 int version; local
510 if(ioctl(fd, EVIOCGVERSION, &version)) {
511 LOGE("could not get driver version for %s, %s\n", deviceName, strerror(errno));
587 " version %04x\n",
588 id.bustype, id.vendor, id.product, id.version);
592 LOGI(" version: %d.%d.%d\n",
593 version >> 16, (version >> 8) & 0xff, version & 0xff);
H A DGraphicBuffer.cpp171 sur->version = sizeof(GGLSurface);
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp229 // version
232 *value = config.version;
494 //printf("not version: %s\n", part.string());
516 this->version = vers;
557 s += version;
625 if (this->version != "") {
627 s += version;
1122 if (v == 0) v = version.compare(o.version);
1145 getVersionName(version
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java375 // Add version
376 final String version = Build.VERSION.RELEASE;
377 if (version.length() > 0) {
378 buffer.append(version);
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduComposer.java486 int version = mPduHeader.getOctet(field);
487 if (0 == version) {
490 appendShortInteger(version);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java147 * Modify the system property used to communicate the version of
168 long version = SystemProperties.getLong(property, 0) + 1;
169 if (LOCAL_LOGV) Log.v(TAG, "property: " + property + "=" + version);
170 SystemProperties.set(property, Long.toString(version));
/frameworks/base/libs/utils/
H A DBackupHelpers.cpp47 * - 4-byte version number of the metadata, little endian (0x00000001 for v1)
52 * restore code does not recognize the metadata version, it can still
57 * - 4 byte version number === 0x00000001 (little endian)
63 int version; member in struct:android::file_metadata_v1
246 metadata.version = tolel(CURRENT_METADATA_VERSION);
403 // server keep the old version. Maybe they'll be able to deal with it
486 metadata.version = fromlel(metadata.version);
488 if (metadata.version > CURRENT_METADATA_VERSION) {
491 LOGW("Restoring file with unsupported metadata version
[all...]
/frameworks/base/awt/javax/imageio/metadata/
H A DIIOMetadataNode.java567 public boolean isSupported(String feature, String version) { argument
854 * APIs of the specified feature and version, as specified in. The
865 * @param version
866 * this is the version number of the feature to test.
868 * feature and version, if any, or null if there is no object which
875 public Object getFeature(String feature, String version) { argument
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
H A DFontManager.java19 * @version $Revision$
594 String version = System.getProperty("os.version"); //$NON-NLS-1$
608 replaceAll("Version", version); //$NON-NLS-1$
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DRenameClassAdapter.java231 public void visit(int version, int access, String name, String signature, argument
237 super.visit(version, access, name, signature, superName, interfaces);
/frameworks/base/core/java/android/content/
H A DSyncStorageEngine.java123 // the version of the accounts xml file format
1399 String versionString = parser.getAttributeValue(null, "version");
1400 int version;
1402 version = (versionString == null) ? 0 : Integer.parseInt(versionString);
1404 version = 0;
1422 authority = parseAuthority(parser, version);
1508 private AuthorityInfo parseAuthority(XmlPullParser parser, int version) { argument
1538 // If the version is 0 then we are upgrading from a file format that did not
1543 if (version > 0) {
1630 out.attribute(null, "version", Intege
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java313 int version = parcel.readInt();
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs368 <span class="fr" style="display:none">Attribution d'une version à vos applications</span>
/frameworks/base/libs/surfaceflinger/
H A DLayerBlur.cpp176 bl.version = sizeof(GGLSurface);

Completed in 484 milliseconds

12345