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

12345

/frameworks/base/libs/hwui/
H A DExtensions.cpp48 const char* version = (const char*) glGetString(GL_VERSION); local
50 // Section 6.1.5 of the OpenGL ES specification indicates the GL version
53 // OpenGL<space>ES<space><version number><space><vendor-specific information>
55 // In addition section 6.1.5 describes the version number thusly:
57 // "The version number is either of the form major number.minor number or
62 if (sscanf(version, "OpenGL ES %d.%d", &mVersionMajor, &mVersionMinor) != 2) {
63 // If we cannot parse the version number, assume OpenGL ES 2.0
/frameworks/compile/mclinker/lib/Core/
H A DLinkerConfig.cpp44 const char* LinkerConfig::version() { function in class:mcld::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/core/java/com/android/internal/os/
H A DKernelWakelockStats.java29 Entry(int count, long totalTime, int version) { argument
32 mVersion = version;
/frameworks/base/services/core/java/com/android/server/updates/
H A DTzDataInstallReceiver.java35 private static final String UPDATE_VERSION_FILE_NAME = "version";
47 protected void install(byte[] content, int version) throws IOException { argument
52 super.install(content, 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/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);
/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/webview/chromium/plat_support/
H A Ddraw_sw.h32 int version; // The kAwPixelInfoVersion this struct was built with. member in struct:AwPixelInfo
61 int version; member in struct:AwDrawSWFunctionTable
/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/av/services/audioflinger/
H A DAudioHwDevice.h62 uint32_t version() const { return mHwDevice->common.version; } function in class:android::AudioHwDevice
/frameworks/base/core/java/android/content/pm/
H A DFeatureInfo.java32 * 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 class:FeatureInfo
63 * The GLES version use
[all...]
/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/jni/
H A Dandroid_content_res_ObbScanner.cpp36 jfieldID version; member in struct:android::__anon866
64 env->SetIntField(obbInfo, gObbInfoClassInfo.version, obb->getVersion());
91 gObbInfoClassInfo.version = GetFieldIDOrDie(env, clazz, "version", "I");
H A Dandroid_ddm_DdmHandleNativeHeap.cpp44 uint16_t version; member in struct:Header
90 header.version = DDMS_VERSION;
/frameworks/rs/
H A DrsApiContext.cpp35 extern "C" RsContext rsContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion, argument
57 RsContext rsContextCreateGL(RsDevice vdev, uint32_t version, argument
/frameworks/base/core/java/android/bluetooth/
H A DSdpOppOpsRecord.java35 int l2capPsm, int version, byte[] formatsList) {
40 this.mProfileVersion = version;
103 sb.append("\n Profile version: ").append(mProfileVersion);
34 SdpOppOpsRecord(String serviceName, int rfcommChannel, int l2capPsm, int version, byte[] formatsList) argument
/frameworks/base/core/java/android/hardware/location/
H A DContextHubMessage.java48 * get message version
50 * @return int - message version
75 * Set message version
77 * @param version - message version
79 public void setVersion(int version) { argument
80 mVersion = version;
96 * @param version - version
99 public ContextHubMessage(int msgType, int version, byt argument
[all...]
/frameworks/base/media/java/android/media/
H A DMiniThumbFile.java81 private String randomAccessFilePath(int version) { argument
85 return directoryName + "/.thumbdata" + version + "-" + mUri.hashCode();
/frameworks/base/tools/layoutlib/rename_font/
H A Dbuild_font.py46 version = None variable in class:FontInfo
160 font.version = get_version(namerecord.text)
185 valid version, it's sanitized and appended to the font family name. The
191 if font.version is not None:
192 new_family = font.family + font.version
213 # The spec says that the version string should start with "Version ". But not
H A Dbuild_font_single.py44 version = None variable in class:FontInfo
144 font.version = get_version(namerecord.text)
169 valid version, it's sanitized and appended to the font family name. The
175 if font.version is not None:
176 new_family = font.family + font.version
197 # The spec says that the version string should start with "Version ". But not
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeTranslator.cpp63 * The minimum version which does not require translation (i.e. is already
72 unsigned int version)
74 mTranslatedBitcodeSize(0), mVersion(version) {
106 ALOGE("Invalid API version: %u is out of range ('%u' - '%u')", mVersion,
111 // We currently don't need to transcode any API version higher than 14 or
112 // the current API version (i.e. 10000)
120 // then write the bitcode back out in a more modern (acceptable) version.
135 ALOGE("No compatible bitcode reader for API version %d", mVersion);
151 // Use the LLVM 3.2 bitcode writer, instead of the top-of-tree version.
71 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

Completed in 945 milliseconds

12345