Searched refs:attribute (Results 126 - 150 of 213) sorted by relevance

123456789

/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbProfileGroupSettingsManager.java263 serializer.attribute(null, "vendor-id", Integer.toString(mVendorId));
266 serializer.attribute(null, "product-id", Integer.toString(mProductId));
269 serializer.attribute(null, "class", Integer.toString(mClass));
272 serializer.attribute(null, "subclass", Integer.toString(mSubclass));
275 serializer.attribute(null, "protocol", Integer.toString(mProtocol));
278 serializer.attribute(null, "manufacturer-name", mManufacturerName);
281 serializer.attribute(null, "product-name", mProductName);
284 serializer.attribute(null, "serial-number", mSerialNumber);
490 serializer.attribute(null, "manufacturer", mManufacturer);
493 serializer.attribute(nul
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodManager.aidl57 // has gained focus, and if 'attribute' is non-null then also does startInput.
62 int windowFlags, in EditorInfo attribute, IInputContext inputContext,
/frameworks/base/services/core/java/com/android/server/tv/
H A DPersistentDataStore.java252 "Missing " + ATTR_ENABLED + " attribute on " + TAG_PARENTAL_CONTROLS);
267 "Missing " + ATTR_STRING + " attribute on " + TAG_RATING);
282 serializer.attribute(null, ATTR_STRING, rating.flattenToString());
288 serializer.attribute(null, ATTR_ENABLED, Boolean.toString(mParentalControlsEnabled));
/frameworks/base/tools/aapt2/process/
H A DSymbolTable.h60 : id(i), attribute(attr), is_public(pub) {
69 std::shared_ptr<Attribute> attribute; member in struct:aapt::SymbolTable::Symbol
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.h86 : attribute(attr), id(resid) {
89 aapt::Attribute attribute; member in struct:aapt::xml::AaptAttribute
94 * An XML attribute.
/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp74 // Transforms an attribute in a styleable to the Java field name:
105 "attribute in the form\n"
252 // The field name for this attribute is prefixed by the name of this styleable and
258 // for this attribute.
260 if (symbol && symbol->attribute) {
294 StringPiece attr_comment_line = entry.symbol.value().attribute->GetComment();
323 // Generate the @see lines for each attribute.
366 if (styleable_attr.symbol.value().attribute && comment.empty()) {
367 comment = styleable_attr.symbol.value().attribute->GetComment();
396 << "attribute'
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java502 * Looks for an attribute in the current theme.
505 * @param name the name of the attribute
507 * @param isFrameworkAttr if the attribute is in android namespace
508 * @return the value of the attribute or the default one if not found.
550 * Returns the raw value from the given attribute float-type value string.
553 public static TypedValue getValue(String attribute, String value, boolean requireUnit) { argument
554 if (parseFloatAttribute(attribute, value, mValue, requireUnit)) {
562 * Parse a float attribute and return the parsed value into a given TypedValue.
563 * @param attribute the name of the attribute
569 parseFloatAttribute(String attribute, @NonNull String value, TypedValue outValue, boolean requireUnit) argument
[all...]
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp435 EGLint attribute, EGLint *value)
444 dp->disp.dpy, config, attribute, value);
649 EGLint attribute, EGLint *value)
662 dp->disp.dpy, s->surface, attribute, value);
873 EGLint attribute, EGLint *value)
885 dp->disp.dpy, c->context, attribute, value);
1281 EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
1294 if (attribute == EGL_FRONT_BUFFER_AUTO_REFRESH_ANDROID) {
1302 if (attribute == EGL_TIMESTAMPS_ANDROID) {
1312 dp->disp.dpy, s->surface, attribute, valu
434 eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) argument
648 eglQuerySurface( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value) argument
872 eglQueryContext( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) argument
1280 eglSurfaceAttrib( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) argument
1607 eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value) argument
1656 eglStreamAttribKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value) argument
1673 eglQueryStreamKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint *value) argument
1690 eglQueryStreamu64KHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *value) argument
1707 eglQueryStreamTimeKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLTimeKHR *value) argument
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java1021 serializer.attribute(null, ATTR_NAME, printer.getName());
1024 serializer.attribute(null, ATTR_DESCRIPTION, description);
1029 serializer.attribute(null, ATTR_LOCAL_ID, printerId.getLocalId());
1030 serializer.attribute(null, ATTR_SERVICE_NAME, printerId.getServiceName()
1037 serializer.attribute(null, ATTR_LONGITUDE,
1039 serializer.attribute(null, ATTR_LATITUDE,
1041 serializer.attribute(null, ATTR_ACCURACY,
/frameworks/base/services/core/java/com/android/server/pm/
H A DKeySetManagerService.java641 serializer.attribute(null, "version", Integer.toString(CURRENT_VERSION));
645 serializer.attribute(null, "value", Long.toString(lastIssuedKeyId));
648 serializer.attribute(null, "value", Long.toString(lastIssuedKeySetId));
660 serializer.attribute(null, "identifier", Long.toString(id));
661 serializer.attribute(null, "value", encodedKey);
673 serializer.attribute(null, "identifier", Long.toString(id));
676 serializer.attribute(null, "identifier", Long.toString(keyId));
H A DUserManagerService.java2023 serializer.attribute(null, ATTR_ID, Integer.toString(userInfo.id));
2024 serializer.attribute(null, ATTR_SERIAL_NO, Integer.toString(userInfo.serialNumber));
2025 serializer.attribute(null, ATTR_FLAGS, Integer.toString(userInfo.flags));
2026 serializer.attribute(null, ATTR_CREATION_TIME, Long.toString(userInfo.creationTime));
2027 serializer.attribute(null, ATTR_LAST_LOGGED_IN_TIME,
2030 serializer.attribute(null, ATTR_LAST_LOGGED_IN_FINGERPRINT,
2034 serializer.attribute(null, ATTR_ICON_PATH, userInfo.iconPath);
2037 serializer.attribute(null, ATTR_PARTIAL, "true");
2040 serializer.attribute(null, ATTR_GUEST_TO_REMOVE, "true");
2043 serializer.attribute(nul
[all...]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DOwners.java637 out.attribute(null, ATTR_USERID, String.valueOf(mDeviceOwnerUserId));
759 out.attribute(null, ATTR_PACKAGE, packageName);
761 out.attribute(null, ATTR_NAME, name);
764 out.attribute(null, ATTR_COMPONENT_NAME, admin.flattenToString());
766 out.attribute(null, ATTR_USER_RESTRICTIONS_MIGRATED,
769 out.attribute(null, ATTR_REMOTE_BUGREPORT_URI, remoteBugreportUri);
772 out.attribute(null, ATTR_REMOTE_BUGREPORT_HASH, remoteBugreportHash);
H A DDevicePolicyManagerService.java844 out.attribute(null, ATTR_VALUE, Integer.toString(minimumPasswordMetrics.quality));
848 out.attribute(
854 out.attribute(null, ATTR_VALUE, Integer.toString(passwordHistoryLength));
859 out.attribute(
865 out.attribute(
871 out.attribute(
877 out.attribute(
883 out.attribute(
889 out.attribute(
896 out.attribute(nul
[all...]
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java382 private static String subtag(String full, String attribute) { argument
383 int start = full.indexOf(attribute);
388 start += attribute.length();
/frameworks/base/services/usage/java/com/android/server/usage/
H A DAppIdleHistory.java354 xml.attribute(null, ATTR_NAME, packageName);
355 xml.attribute(null, ATTR_ELAPSED_IDLE,
357 xml.attribute(null, ATTR_SCREEN_IDLE,
/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp605 Attribute attribute, int32_t* outValue) {
613 *outValue = mConfigs[configId]->getAttribute(attribute);
615 to_string(attribute).c_str(), *outValue);
1082 template <uint32_t attribute>
1085 bool match = (attribute ==
1086 ATTRIBUTES_WITH_COLOR[ATTRIBUTE_MAP_WITH_COLOR[attribute]]);
1087 if (attribute == HWC_DISPLAY_COLOR_TRANSFORM) {
1091 return match && (attribute ==
1092 ATTRIBUTES_WITHOUT_COLOR[ATTRIBUTE_MAP_WITHOUT_COLOR[attribute]]);
1575 void HWC2On1Adapter::Display::Config::setAttribute(HWC2::Attribute attribute, argument
604 getAttribute(hwc2_config_t configId, Attribute attribute, int32_t* outValue) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java234 int windowFlags, EditorInfo attribute, IInputContext inputContext,
230 startInputOrWindowGainedFocus( int startInputReason, IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode, int windowFlags, EditorInfo attribute, IInputContext inputContext, int missingMethodFlags) argument
/frameworks/compile/mclinker/lib/LD/
H A DGroupReader.cpp121 if (ar.getARFile().attribute()->isWholeArchive())
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java258 EditorInfo attribute, boolean restarting) {
260 missingMethods, restarting ? 1 : 0, startInputToken, inputContext, attribute));
256 startInput(IBinder startInputToken, IInputContext inputContext, @InputConnectionInspector.MissingMethodFlags final int missingMethods, EditorInfo attribute, boolean restarting) argument
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp462 /* EGLBoolean eglGetConfigAttrib ( EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value ) */
465 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, jint offset) {
502 (EGLint)attribute,
753 /* EGLBoolean eglQuerySurface ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value ) */
756 (JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint attribute, jintArray value_ref, jint offset) {
793 (EGLint)attribute,
915 /* EGLBoolean eglSurfaceAttrib ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value ) */
918 (JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint attribute, jint value) {
926 (EGLint)attribute,
1105 /* EGLBoolean eglQueryContext ( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLin
464 android_eglGetConfigAttrib(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, jint offset) argument
755 android_eglQuerySurface(JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint attribute, jintArray value_ref, jint offset) argument
917 android_eglSurfaceAttrib(JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint attribute, jint value) argument
1107 android_eglQueryContext(JNIEnv *_env, jobject _this, jobject dpy, jobject ctx, jint attribute, jintArray value_ref, jint offset) argument
[all...]
/frameworks/data-binding/internal-prebuilts/com/android/databinding/baseLibrary/1.0-rc3/
H A DbaseLibrary-1.0-rc3.jar ... .Class type () public abstract java.lang.String attribute () public abstract java.lang.String method () } android/databinding ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-baseLibrary.jar ... .Class type () public abstract java.lang.String attribute () public abstract java.lang.String method () } android/databinding ...
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp71 static const char gVertexShader[] = "attribute vec4 vPosition;\n"
186 struct {EGLint attribute; const char* name;} names[] = { member in struct:__anon1827
224 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp100 struct {EGLint attribute; const char* name;} names[] = { member in struct:__anon1830
138 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp176 struct {EGLint attribute; const char* name;} names[] = { member in struct:__anon1832
214 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);

Completed in 7262 milliseconds

123456789