Searched refs:type (Results 251 - 275 of 749) sorted by relevance

<<11121314151617181920>>

/frameworks/base/services/java/com/android/server/
H A DPreferredComponent.java106 int type;
107 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
108 && (type != XmlPullParser.END_TAG
110 if (type == XmlPullParser.END_TAG
111 || type == XmlPullParser.TEXT) {
/frameworks/base/services/java/com/android/server/pm/
H A DPackageSignatures.java92 int type;
93 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
94 && (type != XmlPullParser.END_TAG
96 if (type == XmlPullParser.END_TAG
97 || type == XmlPullParser.TEXT) {
/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp112 write(string(rtd.type->c_name) + " __" + ev->getName() + ";");
135 write(string("void set_") + ev->getName() + "(" + rtd.type->c_name + " v) {");
142 write(string(rtd.type->c_name) + " get_" + ev->getName() + "() const {");
145 bool isBool = !strcmp(rtd.type->c_name, "bool");
181 tmp << rtd.type->c_name << " " << (*i)->getName();
H A Dslang_rs_export_element.cpp40 EI->type = RSExportPrimitiveType::DataType ## _dt; \
87 slangAssert(EI->type == EPT->getType() && "Element has unexpected type");
102 slangAssert(EI->type == EVT->getType() && "Element has unexpected type");
109 // TODO(zonr): warn that type is not exportable
110 fprintf(stderr, "RSExportElement::Create : type '%s' is not exportable\n",
125 // Note: RS element like rs_pixel_rgb elements are either in the type of
/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java113 private static final String ACCOUNTS_TYPE = "type";
114 private static final String ACCOUNTS_TYPE_COUNT = "count(type)";
120 private static final String AUTHTOKENS_TYPE = "type";
151 AUTHTOKENS_ACCOUNTS_ID + "=(select _id FROM accounts WHERE name=? AND type=?)";
156 EXTRAS_ACCOUNTS_ID + "=(select _id FROM accounts WHERE name=? AND type=?)";
329 knownAuth.add(service.type);
348 Slog.w(TAG, "deleting account " + accountName + " because type "
455 new String[]{account.name, account.type}, null, null, null);
502 types[i] = authenticator.type;
542 new String[]{account.name, account.type});
808 saveAuthTokenToDatabase(UserAccounts accounts, Account account, String type, String authToken) argument
1411 GetAccountsByTypeAndFeatureSession(UserAccounts accounts, IAccountManagerResponse response, String type, String[] features) argument
1561 getAccountsAsUser(String type, int userId) argument
1587 getAccounts(String type) argument
1591 getAccountsByFeatures(IAccountManagerResponse response, String type, String[] features) argument
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java242 private void argPointer(int size, int type, int stride, Buffer pointer) { argument
244 arg("type", getPointerTypeName(type));
607 private String getIndexType(int type) { argument
608 switch (type) {
614 return getHex(type);
913 private String getPointerTypeName(int type) { argument
914 switch (type) {
926 return getHex(type);
1026 private char[] toCharIndices(int count, int type, Buffe argument
1328 glColorPointer(int size, int type, int stride, Buffer pointer) argument
1529 glDrawElements(int mode, int count, int type, Buffer indices) argument
2146 glNormalPointer(int type, int stride, Buffer pointer) argument
2251 glReadPixels(int x, int y, int width, int height, int format, int type, Buffer pixels) argument
2385 glTexCoordPointer(int size, int type, int stride, Buffer pointer) argument
2463 glTexImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels) argument
2527 glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels) argument
2566 glVertexPointer(int size, int type, int stride, Buffer pointer) argument
3238 glPointSizePointerOES(int type, int stride, Buffer pointer) argument
3334 glColorPointer(int size, int type, int stride, int offset) argument
3345 glDrawElements(int mode, int count, int type, int offset) argument
3365 glNormalPointer(int type, int stride, int offset) argument
3374 glTexCoordPointer(int size, int type, int stride, int offset) argument
3384 glVertexPointer(int size, int type, int stride, int offset) argument
3409 glMatrixIndexPointerOES(int size, int type, int stride, Buffer pointer) argument
3418 glMatrixIndexPointerOES(int size, int type, int stride, int offset) argument
3430 glWeightPointerOES(int size, int type, int stride, Buffer pointer) argument
3439 glWeightPointerOES(int size, int type, int stride, int offset) argument
3908 PointerInfo(int size, int type, int stride, Buffer pointer) argument
3915 sizeof(int type) argument
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h111 const char *getEntryNameAt(size_t index, Type *type) const;
148 const Item *findItem(const char *name, Type type) const;
151 const char *name, const sp<RefBase> &obj, Type type);
/frameworks/base/core/java/android/util/
H A DEventLog.java42 * event-log-tags file defines the payload contents for each type code.
98 /** @return the type tag code of the entry */
120 byte type = mBuffer.get();
121 switch (type) {
147 throw new IllegalArgumentException("Unknown entry type: " + type);
156 * @param tag The event type tag code
164 * @param tag The event type tag code
172 * @param tag The event type tag code
180 * @param tag The event type ta
[all...]
/frameworks/base/include/androidfw/
H A DCursorWindow.h46 * FieldSlot per column, which has the size, offset, and type of the data for that field.
65 /* Opaque type that describes a field slot. */
68 int32_t type; member in struct:android::CursorWindow::FieldSlot
117 return fieldSlot->type;
188 const void* value, size_t size, int32_t type);
/frameworks/base/services/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp174 agps_status->type, agps_status->status, ipaddr);
374 jobject obj, jint type, jint mcc, jint mnc, jint lac, jint cid)
383 switch(type) {
386 location.type = type;
418 jobject obj, jint type, jstring setid_string)
426 sAGpsRilInterface->set_set_id(type, setid);
509 jint type, jstring hostname, jint port)
516 sAGpsInterface->set_server(type, c_hostname, port);
546 jboolean connected, int type, jboolea
373 android_location_GpsLocationProvider_agps_set_reference_location_cellid(JNIEnv* env, jobject obj, jint type, jint mcc, jint mnc, jint lac, jint cid) argument
417 android_location_GpsLocationProvider_agps_set_id(JNIEnv *env, jobject obj, jint type, jstring setid_string) argument
508 android_location_GpsLocationProvider_set_agps_server(JNIEnv* env, jobject obj, jint type, jstring hostname, jint port) argument
545 android_location_GpsLocationProvider_update_network_state(JNIEnv* env, jobject obj, jboolean connected, int type, jboolean roaming, jboolean available, jstring extraInfo, jstring apn) argument
[all...]
/frameworks/base/tools/aapt/
H A DSourcePos.cpp89 const char* type = fatal ? "error:" : "warning:"; local
92 fprintf(to, "%s:%d: %s %s\n", this->file.string(), this->line, type, this->error.string());
94 fprintf(to, "%s: %s %s\n", this->file.string(), type, this->error.string());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DApnSetting.java89 * <type>[, <type>...]
94 * <type>[| <type>...], <protocol>, <roaming_protocol>, <carrierEnabled>, <bearer>
181 public boolean canHandleType(String type) { argument
184 if (t.equalsIgnoreCase(type) ||
187 type.equalsIgnoreCase(PhoneConstants.APN_TYPE_HIPRI))) {
195 // Also should handle changes in type order and perhaps case-insensitivity
H A DIccCardApplicationStatus.java112 AppType AppTypeFromRILInt(int type) { argument
115 switch(type) {
124 "Unrecognized RIL_AppType: " +type);
/frameworks/rs/cpp/
H A DAllocation.h115 static sp<Allocation> createTyped(RenderScript *rs, sp<const Type> type,
117 static sp<Allocation> createTyped(RenderScript *rs, sp<const Type> type,
120 static sp<Allocation> createTyped(RenderScript *rs, sp<const Type> type,
/frameworks/rs/
H A DrsType.h116 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces);
117 type->incUserRef();
118 return type.get();
/frameworks/support/renderscript/v8/rs_support/
H A DrsType.h116 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces);
117 type->incUserRef();
118 return type.get();
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java49 * framework if no instance of the same effect type exists in the specified audio session.
67 // effect type UUIDs are taken from hardware/libhardware/include/hardware/audio_effect.h
129 * Null effect UUID. Used when the UUID for effect type of
202 * <li>type: UUID corresponding to the OpenSL ES interface implemented by this effect</li>
217 public Descriptor(String type, String uuid, String connectMode, argument
219 this.type = UUID.fromString(type);
227 * Indicates the generic type of the effect (Equalizer, Bass boost ...). The UUID
228 * corresponds to the OpenSL ES Interface ID for this type of effect.
230 public UUID type; field in class:AudioEffect.Descriptor
367 AudioEffect(UUID type, UUID uuid, int priority, int audioSession) argument
461 isEffectTypeAvailable(UUID type) argument
1192 native_setup(Object audioeffect_this, String type, String uuid, int priority, int audioSession, int[] id, Object[] desc) argument
[all...]
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java104 int type;
107 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
108 && type != XmlPullParser.END_DOCUMENT) {
110 if (type != XmlPullParser.START_TAG) {
207 int fromType = hasFrom ? tvFrom.type : 0;
210 int toType = hasTo ? tvTo.type : 0;
/frameworks/base/core/java/android/database/
H A DCursorWindow.java277 * has type {@link Cursor#FIELD_TYPE_NULL}.
281 * @return True if the field has type {@link Cursor#FIELD_TYPE_NULL}.
291 * has type {@link Cursor#FIELD_TYPE_BLOB} or {@link Cursor#FIELD_TYPE_NULL}.
295 * @return True if the field has type {@link Cursor#FIELD_TYPE_BLOB} or
301 int type = getType(row, column);
302 return type == Cursor.FIELD_TYPE_BLOB || type == Cursor.FIELD_TYPE_NULL;
307 * has type {@link Cursor#FIELD_TYPE_INTEGER}.
311 * @return True if the field has type {@link Cursor#FIELD_TYPE_INTEGER}.
321 * has type {
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java128 int type;
129 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
130 && type != XmlPullParser.START_TAG) {
149 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
150 && type != XmlPullParser.END_DOCUMENT) {
151 if (type == XmlPullParser.START_TAG) {
/frameworks/base/core/jni/
H A Dandroid_net_TrafficStats.cpp122 static uint64_t getIfaceStatType(const char* iface, IfaceStatType type) { argument
130 switch (type) {
144 static jlong getTotalStat(JNIEnv* env, jclass clazz, jint type) { argument
145 return getIfaceStatType(NULL, (IfaceStatType) type);
148 static jlong getIfaceStat(JNIEnv* env, jclass clazz, jstring iface, jint type) { argument
152 uint64_t stat = getIfaceStatType(ifaceChars, (IfaceStatType) type);
/frameworks/base/core/tests/coretests/src/android/accounts/
H A DAccountManagerServiceTest.java63 int result = object1.type.compareTo(object2.type);
177 mAms.invalidateAuthToken(a12.type, "a12_att2");
202 AuthenticatorDescription type, int userId) {
204 if (service.type.equals(type)) {
201 getServiceInfo( AuthenticatorDescription type, int userId) argument
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedRotateDrawable.java229 final boolean pivotXRel = tv.type == TypedValue.TYPE_FRACTION;
233 final boolean pivotYRel = tv.type == TypedValue.TYPE_FRACTION;
248 int type;
249 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT &&
250 (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
252 if (type != XmlPullParser.START_TAG) {
H A DRotateDrawable.java218 pivotXRel = tv.type == TypedValue.TYPE_FRACTION;
229 pivotYRel = tv.type == TypedValue.TYPE_FRACTION;
248 int type;
249 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT &&
250 (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
252 if (type != XmlPullParser.START_TAG) {
/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp282 const void* value, size_t size, int32_t type) {
299 fieldSlot->type = type;
315 fieldSlot->type = FIELD_TYPE_INTEGER;
330 fieldSlot->type = FIELD_TYPE_FLOAT;
345 fieldSlot->type = FIELD_TYPE_NULL;
281 putBlobOrString(uint32_t row, uint32_t column, const void* value, size_t size, int32_t type) argument

Completed in 638 milliseconds

<<11121314151617181920>>