Searched refs:type (Results 501 - 525 of 583) sorted by relevance

<<21222324

/frameworks/base/tools/aapt/
H A DCommand.cpp1544 // Make sure the filenames provided exist and are of the appropriate type.
1546 FileType type; local
1547 type = getFileType(outputAPKFile);
1548 if (type != kFileTypeNonexistent && type != kFileTypeRegular) {
H A DStringPool.cpp354 header->header.type = htods(RES_STRING_POOL_TYPE);
/frameworks/base/core/java/android/webkit/
H A DLoadListener.java331 // content-type/content-length, should not be updated for partial
373 // handle this mime type.
1084 // pass content-type content-length and content-encoding
1109 String type = CertTool.getCertType(mMimeType);
1110 if (type != null) {
1129 CertTool.addCertificate(mContext, type, cert);
1385 * Parses the content-type header.
1555 * Guesses MIME type if one was not specified. Defaults to 'text/html'. In
1556 * addition, tries to guess the MIME type based on the extension.
1560 // Data urls must have a valid mime type o
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp288 // return data based on callback type
417 "Unsupported message type");
770 jint type)
777 status_t rc = camera->sendCommand(CAMERA_CMD_START_FACE_DETECTION, type, 0);
780 snprintf(msg, sizeof(msg), "invalid face detection type=%d", type);
769 android_hardware_Camera_startFaceDetection(JNIEnv *env, jobject thiz, jint type) argument
H A Dandroid_opengl_GLES11Ext.cpp32 GL_API void GL_APIENTRY glMatrixIndexPointerOESBounds(GLint size, GLenum type, GLsizei stride,
34 GL_API void GL_APIENTRY glWeightPointerOESBounds(GLint size, GLenum type, GLsizei stride,
2109 /* void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) */
2112 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
2125 (GLenum)type,
2132 /* void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) */
2135 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
2148 (GLenum)type,
2111 android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
2134 android_glWeightPointerOESBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
H A Dandroid_server_BluetoothService.cpp777 void *value, jint type) {
799 append_variant(&iter, type, value);
844 jstring key, void *value, jint type) {
867 append_variant(&iter, type, value);
776 setAdapterPropertyNative(JNIEnv *env, jobject object, jstring key, void *value, jint type) argument
843 setDevicePropertyNative(JNIEnv *env, jobject object, jstring path, jstring key, void *value, jint type) argument
H A Dandroid_util_AssetManager.cpp604 if (name.type != NULL) {
609 str.append(name.type, name.typeLen);
655 if (name.type != NULL) {
656 return env->NewString((const jchar*)name.type, name.typeLen);
1007 DEBUG_STYLES(LOGI("-> From XML: type=0x%x, data=0x%08x",
1021 DEBUG_STYLES(LOGI("-> From style: type=0x%x, data=0x%08x",
1037 DEBUG_STYLES(LOGI("-> From def style: type=0x%x, data=0x%08x",
1049 DEBUG_STYLES(LOGI("-> Resolved attr: type=0x%x, data=0x%08x",
1056 DEBUG_STYLES(LOGI("-> From theme: type=0x%x, data=0x%08x",
1067 DEBUG_STYLES(LOGI("-> Resolved theme: type
[all...]
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp188 jint type = event.getType(); local
191 LOGV("JNIOnInfoListener::onInfo => %d | %d | %s", uniqueId, type, event.getMessage().string());
196 mObject, uniqueId, type, message);
/frameworks/base/services/input/
H A DInputReader.cpp307 int32_t type = rawEvent->type; local
309 if (type < EventHubInterface::FIRST_SYNTHETIC_EVENT) {
312 if (rawEvent[batchSize].type >= EventHubInterface::FIRST_SYNTHETIC_EVENT
323 switch (rawEvent->type) {
937 LOGD("Input event: device=%d type=0x%04x scancode=0x%04x "
939 rawEvent->deviceId, rawEvent->type, rawEvent->scanCode, rawEvent->keyCode,
944 if (rawEvent->type == EV_SYN && rawEvent->scanCode == SYN_REPORT) {
954 } else if (rawEvent->type == EV_SYN && rawEvent->scanCode == SYN_DROPPED) {
1078 if (rawEvent->type
[all...]
/frameworks/base/core/java/android/net/
H A DUri.java1725 int type = in.readInt();
1726 switch (type) {
1734 throw new IllegalArgumentException("Unknown URI type: " + type);
/frameworks/base/core/java/android/os/
H A DParcel.java108 * methods write both the class type and its data to the Parcel, allowing
117 * caller of the read function must know what type to expect and pass in the
127 * <p>A special type-safe container, called {@link Bundle}, is available
129 * for improved performance when reading and writing data, and its type-safe
130 * API avoids difficult to debug type errors when finally marshalling the
473 * this method, since the Bundle class provides a type-safe API that
474 * allows you to avoid mysterious type errors at the point of marshalling.
894 * Flatten a List containing a particular object type into the parcel, at
896 * type of the objects in the list must be one that implements Parcelable.
898 * objects is written and not their type, s
[all...]
H A DDebug.java254 Chunk waitChunk = new Chunk(ChunkHandler.type("WAIT"), data, 0, 1);
1120 * Returns true if the type of the field matches the specified class.
1122 * the field is of the primitive "boolean" type. Also handles all of
1173 " does not match field type (" + field.getType() + ")");
1185 " does not match field type (" + field.getType() + ")");
1260 * or if the type of the field does not match the type of
/frameworks/base/core/java/android/widget/
H A DStackView.java955 // We need to prevent any clipping issues which may arise by setting a layer type.
1354 Bitmap createOutline(View v, int type, int color) { argument
1356 if (type == RES_OUT) {
1358 } else if (type == CLICK_FEEDBACK) {
H A DZoomButtonsController.java252 lp.type = LayoutParams.TYPE_APPLICATION_PANEL;
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.cpp670 // required .com.android.glesv2debugger.Message.Type type = 3;
1041 // required .com.android.glesv2debugger.Message.Type type = 3;
1044 3, this->type(), output);
1169 // required .com.android.glesv2debugger.Message.Type type = 3;
1172 ::google::protobuf::internal::WireFormatLite::EnumSize(this->type());
1333 set_type(from.type());
/frameworks/base/services/java/com/android/server/
H A DNetworkManagementService.java533 private void modifyRoute(String interfaceName, int action, RouteInfo route, String type) { argument
541 cmd = new StringBuilder("interface route add " + interfaceName + " " + type);
546 cmd = new StringBuilder("interface route remove " + interfaceName + " " + type);
550 throw new IllegalStateException("Unknown action type " + action);
H A DAppWidgetService.java1092 int type;
1093 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
1094 && type != XmlPullParser.START_TAG) {
1300 int type;
1304 type = parser.next();
1305 if (type == XmlPullParser.START_TAG) {
1395 } while (type != XmlPullParser.END_DOCUMENT);
/frameworks/base/docs/html/sdk/
H A Dsdk_toc.cs225 <script type="text/javascript">
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Davcenc_lib.h212 AVCENC_POC_FAIL if the poc type is undefined or
213 AVCENC_CONSECUTIVE_NONREF if there are consecutive non-reference frame for POC type 2."
548 \param "type_pred" "Indicates the type of operations."
576 Select candidates from neighboring blocks according to the type of the
791 \param "type" "One of AVCResidualType for a particular 4x4 block."
797 AVCEnc_Status enc_residual_block(AVCEncObject *encvid, AVCResidualType type, int bindx, AVCMacroblock *currMB);
897 when the slice type is AVC_P_SLICE.
907 when the slice type is AVC_B_SLICE.
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_lib.h64 Int cal_dc_scalerENC(Int QP, Int type) ;
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s40 ; * [in] MBType the type of the current macroblock. If MBType
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s40 ; * [in] MBType the type of the current macroblock. If MBType
H A DomxVCM4P2_PredictReconCoefIntra_s.s46 ; * [in] videoComp video component type (luminance, chrominance or
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java480 mOrigWindowType = mWindowAttributes.type;
535 " -- another window of this type already exists");
539 " -- permission denied for this window type");
916 if (lp.type == WindowManager.LayoutParams.TYPE_STATUS_BAR_PANEL) {
1003 if (lp.type == WindowManager.LayoutParams.TYPE_STATUS_BAR_PANEL) {
1032 if (mTmpValue.type == TypedValue.TYPE_DIMENSION) {
3578 if (params != null && mOrigWindowType != params.type) {
3581 Slog.w(TAG, "Window type can not be changed after "
3583 params.type = mOrigWindowType;
4068 public void setType(int type) { argument
[all...]
/frameworks/base/cmds/stagefright/
H A Dstagefright.cpp122 uint32_t type; local
125 if (meta->findData(kKeyAVCC, &type, &data, &size)) {
844 printf("type '%s':\n", kMimeTypes[k]);

Completed in 634 milliseconds

<<21222324