Searched defs:version (Results 1 - 25 of 73) sorted by relevance

123

/frameworks/compile/mclinker/lib/Core/
H A DLinkerConfig.cpp49 const char* LinkerConfig::version() function in class:LinkerConfig
/frameworks/ml/bordeaux/learning/multiclass_pa/native/
H A Dutil.cpp31 MulticlassPA* CreateMulticlassPA(const string& version, argument
36 if (StringCaseEqual(version, "max")) {
39 } else if (StringCaseEqual(version, "opt")) {
42 } else if (StringCaseEqual(version, "random")) {
44 } else if (StringCaseEqual(version, "warp")) {
48 LOG(ERROR) << "Machine type (" << version << ") unknown";
/frameworks/base/services/java/com/android/server/updates/
H A DTZInfoInstallReceiver.java27 super("/data/misc/zoneinfo/", "tzdata", "metadata/", "version");
31 protected void install(byte[] encodedContent, int version) throws IOException { argument
32 super.install(Base64.decode(encodedContent, Base64.DEFAULT), version);
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pDnsSdServiceRequest.java49 private WifiP2pDnsSdServiceRequest(String dnsQuery, int dnsType, int version) { argument
53 version));
H A DWifiP2pDnsSdServiceInfo.java40 * Bonjour version 1.
173 * @param version version number
176 static String createRequest(String dnsName, int dnsType, int version) { argument
191 sb.append(String.format(Locale.US, "%02x", version));
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DGDBJIT.h56 uint32_t version; member in struct:jit_descriptor
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_egl.cpp28 void GLTrace_eglCreateContext(int version, int contextId) { argument
35 // copy argument version
39 arg_version->add_intvalue(version);
/frameworks/native/opengl/tools/glgen/src/
H A DCodeEmitter.java19 void setVersion(int version, boolean ext, boolean pack); argument
H A DGenerateGL.java34 private static void emit(int version, boolean ext, boolean pack, argument
50 ".java-1" + version + "-if");
54 ".java-1" + version + "-if", glStream);
68 emitter.setVersion(version, ext, pack);
H A DJsr239CodeEmitter.java69 public void setVersion(int version, boolean ext, boolean pack) { argument
70 if (version == 0) {
73 } else if (version == 1) {
79 throw new RuntimeException("Bad version: " + version);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLExtensions.cpp36 GLubyte const* version,
41 mVersion = (char const*)version;
33 initWithGLStrings( GLubyte const* vendor, GLubyte const* renderer, GLubyte const* version, GLubyte const* extensions) argument
/frameworks/rs/cpu_ref/linkloader/lib/
H A DELFHeader.cpp91 char const *ELFHeaderHelperMixin::getVersionStr(uint32_t version) { argument
92 switch (version) {
93 default: return "Invalid version";
94 case EV_CURRENT: return "Current version";
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_seek_synch.cpp157 int32 version; local
162 version = MPEG_2_5;
165 version = MPEG_2;
168 version = MPEG_1;
171 version = INVALID_VERSION;
177 if (version != INVALID_VERSION && (freq_index != 3))
179 int32 numBytes = fxp_mul32_Q28(mp3_bitrate[version][(temp<<16)>>28] << 20,
182 numBytes >>= (20 - version);
184 if (version != MPEG_1)
/frameworks/base/core/java/android/content/res/
H A DObbInfo.java42 * The version of the package to which the OBB file belongs.
44 public int version; field in class:ObbInfo
68 sb.append(",version=");
69 sb.append(version);
83 dest.writeInt(version);
102 version = source.readInt();
/frameworks/base/libs/hwui/
H A DExtensions.cpp75 const char* version = (const char*) glGetString(GL_VERSION); local
77 // Section 6.1.5 of the OpenGL ES specification indicates the GL version
80 // OpenGL<space>ES<space><version number><space><vendor-specific information>
82 // In addition section 6.1.5 describes the version number thusly:
84 // "The version number is either of the form major number.minor number or
89 if (sscanf(version, "OpenGL ES %d.%d", &mVersionMajor, &mVersionMinor) != 2) {
90 // If we cannot parse the version number, assume OpenGL ES 2.0
/frameworks/base/core/jni/
H A Dandroid_content_res_ObbScanner.cpp34 jfieldID version; member in struct:android::__anon1006
62 env->SetIntField(obbInfo, gObbInfoClassInfo.version, obb->getVersion());
98 GET_FIELD_ID(gObbInfoClassInfo.version, clazz,
99 "version", "I");
H A Dandroid_backup_BackupHelperDispatcher.cpp35 int version; member in struct:android::chunk_header_v1
69 amt = read(fd, &flattenedHeader.version,
77 if (flattenedHeader.version != VERSION_1_HEADER) {
78 ALOGW("Skipping unknown header version: 0x%08x, %d bytes", flattenedHeader.version,
90 ALOGD(" version=0x%08x", flattenedHeader.version);
185 header.version = VERSION_1_HEADER;
/frameworks/base/media/java/android/media/
H A DMiniThumbFile.java82 private String randomAccessFilePath(int version) { argument
86 return directoryName + "/.thumbdata" + version + "-" + mUri.hashCode();
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeTranslator.cpp62 * The minimum version which does not require translation (i.e. is already
71 unsigned int version)
73 mTranslatedBitcodeSize(0), mVersion(version) {
104 ALOGE("Invalid API version: %u is out of range ('%u' - '%u')", mVersion,
109 // We currently don't need to transcode any API version higher than 14 or
110 // the current API version (i.e. 10000)
118 // then write the bitcode back out in a more modern (acceptable) version.
133 ALOGE("No compatible bitcode reader for API version %d", mVersion);
146 // Use the LLVM 3.2 bitcode writer, instead of the top-of-tree version.
70 BitcodeTranslator(const char *bitcode, size_t bitcodeSize, unsigned int version) argument
/frameworks/native/include/ui/
H A DANativeObjectBase.h31 int32_t version; /* must be 32 */ member in struct:egl_native_pixmap_t
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp88 egl_connection_t const* cnx, int version) :
90 config(config), read(0), draw(0), cnx(cnx), version(version) {
109 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS);
87 egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config, egl_connection_t const* cnx, int version) argument
/frameworks/av/media/libstagefright/
H A DXINGSeeker.cpp103 uint8_t version = (buffer[1] >> 3) & 3; local
106 if(version & 1) { // mpeg1
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
H A Dpvmp3decoder_api.h189 int16 version; member in struct:tPVMP3DecoderExternal
210 * Out: Size of the output frame in 16-bit words, This value depends on the mp3 version
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteOpenHelper.java26 * A helper class to manage database creation and version management.
41 * monotonically increasing version numbers for upgrades.</p>
73 * @param version number of the database (starting at 1); if the database is older,
77 public SQLiteOpenHelper(Context context, String name, CursorFactory factory, int version) { argument
78 this(context, name, factory, version, null);
92 * @param version number of the database (starting at 1); if the database is older,
98 public SQLiteOpenHelper(Context context, String name, CursorFactory factory, int version, argument
100 if (version < 1) throw new IllegalArgumentException("Version must be >= 1, was " + version);
105 mNewVersion = version;
[all...]
/frameworks/base/include/androidfw/
H A DObbFile.h62 void setVersion(int32_t version) { argument
63 mVersion = version;
121 /* Package version this ObbFile is associated with */

Completed in 2500 milliseconds

123