Searched refs:attribute (Results 76 - 100 of 192) sorted by relevance

12345678

/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.cpp187 * Extracts the namespace and name of an expanded element or attribute name.
228 Attribute attribute; local
229 splitName(*attrs++, attribute.namespaceUri, attribute.name);
230 attribute.value = util::utf8ToUtf16(*attrs++);
233 auto iter = std::lower_bound(data.attributes.begin(), data.attributes.end(), attribute);
234 data.attributes.insert(iter, std::move(attribute));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
H A DMIMEContainer.java61 for (String attribute : type) {
62 if (attribute.startsWith(Boundary)) {
63 subBoundary = Utils.unquote(attribute.substring(Boundary.length()));
72 for (String attribute : type) {
73 if (attribute.startsWith(CharsetTag)) {
74 charset = Charset.forName(attribute.substring(CharsetTag.length()));
/frameworks/native/opengl/tests/lib/
H A DglTestLib.cpp72 struct {EGLint attribute; const char* name;} names[] = { member in struct:__anon1522
110 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute,
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java1134 out.attribute(null, ATTR_TASKID, String.valueOf(taskId));
1136 out.attribute(null, ATTR_REALACTIVITY, realActivity.flattenToShortString());
1138 out.attribute(null, ATTR_REALACTIVITY_SUSPENDED, String.valueOf(realActivitySuspended));
1140 out.attribute(null, ATTR_ORIGACTIVITY, origActivity.flattenToShortString());
1147 out.attribute(null, ATTR_AFFINITY, affinity);
1149 out.attribute(null, ATTR_ROOT_AFFINITY, rootAffinity != null ? rootAffinity : "@");
1152 out.attribute(null, ATTR_ROOT_AFFINITY, rootAffinity != null ? rootAffinity : "@");
1154 out.attribute(null, ATTR_ROOTHASRESET, String.valueOf(rootWasReset));
1155 out.attribute(null, ATTR_AUTOREMOVERECENTS, String.valueOf(autoRemoveRecents));
1156 out.attribute(nul
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java216 // C function EGLBoolean eglGetConfigAttrib ( EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value )
221 int attribute,
302 // C function EGLBoolean eglQuerySurface ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value )
307 int attribute,
356 // C function EGLBoolean eglSurfaceAttrib ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value )
361 int attribute,
430 // C function EGLBoolean eglQueryContext ( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value )
435 int attribute,
218 eglGetConfigAttrib( EGLDisplay dpy, EGLConfig config, int attribute, int[] value, int offset ) argument
304 eglQuerySurface( EGLDisplay dpy, EGLSurface surface, int attribute, int[] value, int offset ) argument
358 eglSurfaceAttrib( EGLDisplay dpy, EGLSurface surface, int attribute, int value ) argument
432 eglQueryContext( EGLDisplay dpy, EGLContext ctx, int attribute, int[] value, int offset ) argument
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintsUserState.java184 serializer.attribute(null, ATTR_FINGER_ID, Integer.toString(fp.getFingerId()));
185 serializer.attribute(null, ATTR_NAME, fp.getName().toString());
186 serializer.attribute(null, ATTR_GROUP_ID, Integer.toString(fp.getGroupId()));
187 serializer.attribute(null, ATTR_DEVICE_ID, Long.toString(fp.getDeviceId()));
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSignatures.java53 serializer.attribute(null, "count",
64 serializer.attribute(null, "index", Integer.toString(j));
70 serializer.attribute(null, "index", Integer.toString(numPast));
71 serializer.attribute(null, "key", sig.toCharsString());
H A DPreferredComponent.java180 serializer.attribute(null, ATTR_NAME, mShortComponent);
183 serializer.attribute(null, ATTR_MATCH, Integer.toHexString(mMatch));
185 serializer.attribute(null, ATTR_ALWAYS, Boolean.toString(mAlways));
186 serializer.attribute(null, ATTR_SET, Integer.toString(NS));
189 serializer.attribute(null, ATTR_NAME, mSetComponents[s]);
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DSeekBarBindingAdapter.java26 @InverseBindingMethod(type = SeekBar.class, attribute = "android:progress"),
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java169 EGLConfig config, int attribute, int defaultValue) {
171 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) {
261 int attribute = attributes[i];
263 if ( egl.eglGetConfigAttrib(display, config, attribute, value)) {
168 findConfigAttrib(EGL10 egl, EGLDisplay display, EGLConfig config, int attribute, int defaultValue) argument
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java169 EGLConfig config, int attribute, int defaultValue) {
171 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) {
261 int attribute = attributes[i];
263 if ( egl.eglGetConfigAttrib(display, config, attribute, value)) {
168 findConfigAttrib(EGL10 egl, EGLDisplay display, EGLConfig config, int attribute, int defaultValue) argument
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java172 EGLConfig config, int attribute, int defaultValue) {
174 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) {
264 int attribute = attributes[i];
266 if ( egl.eglGetConfigAttrib(display, config, attribute, value)) {
171 findConfigAttrib(EGL10 egl, EGLDisplay display, EGLConfig config, int attribute, int defaultValue) argument
/frameworks/rs/api/
H A DGenerateHeaderFiles.cpp133 const string attribute = local
139 *file << spec.getSimpleType() << attribute;
142 *file << "struct " << typeName << " _RS_OBJECT_DECL" << attribute; local
145 *file << "enum" << attribute << " "; local
169 *file << "struct" << attribute << " "; local
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java459 out.attribute(null, ZEN_ATT_VERSION, Integer.toString(XML_VERSION));
460 out.attribute(null, ZEN_ATT_USER, Integer.toString(user));
463 out.attribute(null, ALLOW_ATT_CALLS, Boolean.toString(allowCalls));
464 out.attribute(null, ALLOW_ATT_REPEAT_CALLERS, Boolean.toString(allowRepeatCallers));
465 out.attribute(null, ALLOW_ATT_MESSAGES, Boolean.toString(allowMessages));
466 out.attribute(null, ALLOW_ATT_REMINDERS, Boolean.toString(allowReminders));
467 out.attribute(null, ALLOW_ATT_EVENTS, Boolean.toString(allowEvents));
468 out.attribute(null, ALLOW_ATT_CALLS_FROM, Integer.toString(allowCallsFrom));
469 out.attribute(null, ALLOW_ATT_MESSAGES_FROM, Integer.toString(allowMessagesFrom));
470 out.attribute(nul
[all...]
/frameworks/native/opengl/include/EGL/
H A Deglext.h42 #define EGL_CONFORMANT_KHR 0x3042 /* EGLConfig attribute */
53 #define EGL_MATCH_FORMAT_KHR 0x3043 /* EGLConfig attribute */
58 #define EGL_MAP_PRESERVE_PIXELS_KHR 0x30C4 /* eglLockSurfaceKHR attribute */
59 #define EGL_LOCK_USAGE_HINT_KHR 0x30C5 /* eglLockSurfaceKHR attribute */
60 #define EGL_BITMAP_POINTER_KHR 0x30C6 /* eglQuerySurface attribute */
61 #define EGL_BITMAP_PITCH_KHR 0x30C7 /* eglQuerySurface attribute */
62 #define EGL_BITMAP_ORIGIN_KHR 0x30C8 /* eglQuerySurface attribute */
63 #define EGL_BITMAP_PIXEL_RED_OFFSET_KHR 0x30C9 /* eglQuerySurface attribute */
64 #define EGL_BITMAP_PIXEL_GREEN_OFFSET_KHR 0x30CA /* eglQuerySurface attribute */
65 #define EGL_BITMAP_PIXEL_BLUE_OFFSET_KHR 0x30CB /* eglQuerySurface attribute */
[all...]
/frameworks/base/core/java/android/content/
H A DSyncAdaptersCache.java143 out.attribute(null, "authority", item.authority);
144 out.attribute(null, "accountType", item.accountType);
/frameworks/base/core/java/android/nfc/cardemulation/
H A DAidGroup.java190 out.attribute(null, "category", category);
193 out.attribute(null, "value", aid);
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DFastXmlSerializerTest.java54 out.attribute(null, "name", "meow");
73 out.attribute(null, ATTR, str);
/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp99 EGLint attribute, EGLint *value) {
109 EGLint attribute, EGLint value) {
98 eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value) argument
108 eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) argument
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsState.java83 /** Non-binary value will be written in this attribute. */
88 * store in this attribute.
392 serializer.attribute(null, ATTR_VERSION, String.valueOf(version));
429 serializer.attribute(null, ATTR_ID, id);
430 serializer.attribute(null, ATTR_NAME, name);
432 serializer.attribute(null, ATTR_PACKAGE, packageName);
442 serializer.attribute(null, ATTR_VALUE_BASE64, base64Encode(value));
444 serializer.attribute(null, ATTR_VALUE, value);
449 serializer.attribute(null, ATTR_VALUE, NULL_VALUE_OLD_STYLE);
451 serializer.attribute(nul
[all...]
/frameworks/base/services/core/java/com/android/server/input/
H A DPersistentDataStore.java298 "Missing descriptor attribute on input-device.");
320 serializer.attribute(null, "descriptor", descriptor);
478 "Missing descriptor attribute on keyboard-layout.");
522 "Missing format attribute on calibration.");
577 serializer.attribute(null, "descriptor", layout);
586 serializer.attribute(null, "descriptor", layout);
587 serializer.attribute(null, "input-method-id", handle.getInputMethodId());
588 serializer.attribute(null, "input-method-subtype-id",
591 serializer.attribute(null, "current", "true");
602 serializer.attribute(nul
[all...]
/frameworks/base/tools/aapt2/
H A DValueVisitor.h62 void visitSubValues(Attribute* attribute) { argument
63 for (Attribute::Symbol& symbol : attribute->symbols) {
/frameworks/base/tools/aapt2/process/
H A DSymbolTable.h65 id(i), attribute(attr), isPublic(pub) {
74 std::shared_ptr<Attribute> attribute; member in struct:aapt::SymbolTable::Symbol
/frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
H A DXMLParser.java24 "document", "prolog", "content", "element", "reference", "attribute",
134 public List<? extends AttributeContext> attribute() { method in class:XMLParser.PrologContext
137 public AttributeContext attribute(int i) { method in class:XMLParser.PrologContext
175 setState(33); attribute();
331 public List<? extends AttributeContext> attribute() { method in class:XMLParser.ElementContext
334 public AttributeContext attribute(int i) { method in class:XMLParser.ElementContext
382 setState(61); attribute();
409 setState(76); attribute();
506 public final AttributeContext attribute() throws RecognitionException { method in class:XMLParser
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcapi_common.h215 \param "attribute" "Some value specifying types, priority, etc. of the memory."
218 typedef void* (*FunctionType_Malloc)(void *userData, int32 size, int attribute);

Completed in 898 milliseconds

12345678