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

123

/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/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.java39 * Bonjour version 1.
172 * @param version version number
175 static String createRequest(String dnsName, int dnsType, int version) { argument
190 sb.append(String.format("%02x", version));
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DGDBJIT.h56 uint32_t version; member in struct:jit_descriptor
/frameworks/compile/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/compile/mclinker/lib/MC/
H A DMCLDInfo.cpp68 const char* MCLDInfo::version() function in class:MCLDInfo
/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/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/core/java/android/webkit/
H A DViewStateSerializer.java53 int version = dis.readInt();
54 if (version > VERSION) {
55 throw new IOException("Unexpected version: " + version);
59 int baseLayer = nativeDeserializeViewState(version, dis,
83 private static native int nativeDeserializeViewState(int version, argument
/frameworks/base/core/jni/
H A Dandroid_content_res_ObbScanner.cpp34 jfieldID version; member in struct:android::__anon968
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;
H A Dandroid_hardware_SensorManager.cpp35 jfieldID version; member in struct:android::SensorOffsets
72 env->SetIntField(sensor, sensorOffsets.version, list->getVersion());
156 sensorOffsets.version = _env->GetFieldID(sensorClass, "mVersion", "I");
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeTranslator.cpp60 * The minimum version which does not require translation (i.e. is already
69 unsigned int version)
71 mTranslatedBitcodeSize(0), mVersion(version) {
102 ALOGE("Invalid API version: %u is out of range ('%u' - '%u')", mVersion,
107 // We currently don't need to transcode any API version higher than 14 or
108 // the current API version (i.e. 10000)
116 // then write the bitcode back out in a more modern (acceptable) version.
131 ALOGE("No compatible bitcode reader for API version %d", mVersion);
68 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.cpp90 egl_connection_t const* cnx, int version) :
92 config(config), read(0), draw(0), cnx(cnx), version(version) {
111 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS);
89 egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config, egl_connection_t const* cnx, int version) argument
/frameworks/native/services/surfaceflinger/
H A DGLExtensions.cpp38 GLubyte const* version,
46 mVersion = (char const*)version;
35 initWithGLStrings( GLubyte const* vendor, GLubyte const* renderer, GLubyte const* version, GLubyte const* extensions, char const* egl_vendor, char const* egl_version, char const* egl_extensions) argument
/frameworks/base/media/java/android/media/
H A DMiniThumbFile.java82 private String randomAccessFilePath(int version) { argument
86 return directoryName + "/.thumbdata" + version + "-" + mUri.hashCode();
/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 3228 milliseconds

123