/frameworks/base/core/java/android/util/ |
D | XmlPullAttributes.java | 57 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument 60 getAttributeValue(namespace, attribute), options, defaultValue); in getAttributeListValue() 63 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument 66 getAttributeValue(namespace, attribute), defaultValue); in getAttributeBooleanValue() 69 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() argument 72 getAttributeValue(namespace, attribute), defaultValue); in getAttributeResourceValue() 75 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() argument 78 getAttributeValue(namespace, attribute), defaultValue); in getAttributeIntValue() 81 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() argument 84 getAttributeValue(namespace, attribute), defaultValue); in getAttributeUnsignedIntValue() [all …]
|
D | AttributeSet.java | 135 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument 147 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument 165 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() argument 177 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() argument 191 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() argument 203 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() argument
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | AccessibilityNodeInfoDumper.java | 88 serializer.attribute("", "rotation", Integer.toString(rotation)); in dumpWindowToFile() 105 serializer.attribute("", "NAF", Boolean.toString(true)); in dumpNodeRec() 106 serializer.attribute("", "index", Integer.toString(index)); in dumpNodeRec() 107 serializer.attribute("", "text", safeCharSeqToString(node.getText())); in dumpNodeRec() 108 serializer.attribute("", "resource-id", safeCharSeqToString(node.getViewIdResourceName())); in dumpNodeRec() 109 serializer.attribute("", "class", safeCharSeqToString(node.getClassName())); in dumpNodeRec() 110 serializer.attribute("", "package", safeCharSeqToString(node.getPackageName())); in dumpNodeRec() 111 serializer.attribute("", "content-desc", safeCharSeqToString(node.getContentDescription())); in dumpNodeRec() 112 serializer.attribute("", "checkable", Boolean.toString(node.isCheckable())); in dumpNodeRec() 113 serializer.attribute("", "checked", Boolean.toString(node.isChecked())); in dumpNodeRec() [all …]
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonEmulation.cpp | 27 pConfig.attribute().constraint().enableWholeArchive(); in MCLDEmulateHexagonELF() 28 pConfig.attribute().constraint().enableAsNeeded(); in MCLDEmulateHexagonELF() 29 pConfig.attribute().constraint().setSharedSystem(); in MCLDEmulateHexagonELF() 32 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateHexagonELF() 33 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateHexagonELF() 34 pConfig.attribute().predefined().setDynamic(); in MCLDEmulateHexagonELF()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64Emulation.cpp | 27 pConfig.attribute().constraint().enableWholeArchive(); in MCLDEmulateAArch64ELF() 28 pConfig.attribute().constraint().enableAsNeeded(); in MCLDEmulateAArch64ELF() 29 pConfig.attribute().constraint().setSharedSystem(); in MCLDEmulateAArch64ELF() 32 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateAArch64ELF() 33 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateAArch64ELF() 34 pConfig.attribute().predefined().setDynamic(); in MCLDEmulateAArch64ELF()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMEmulation.cpp | 27 pConfig.attribute().constraint().enableWholeArchive(); in MCLDEmulateARMELF() 28 pConfig.attribute().constraint().enableAsNeeded(); in MCLDEmulateARMELF() 29 pConfig.attribute().constraint().setSharedSystem(); in MCLDEmulateARMELF() 32 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateARMELF() 33 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateARMELF() 34 pConfig.attribute().predefined().setDynamic(); in MCLDEmulateARMELF()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsEmulation.cpp | 31 pConfig.attribute().constraint().enableWholeArchive(); in MCLDEmulateMipsELF() 32 pConfig.attribute().constraint().enableAsNeeded(); in MCLDEmulateMipsELF() 33 pConfig.attribute().constraint().setSharedSystem(); in MCLDEmulateMipsELF() 36 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateMipsELF() 37 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateMipsELF() 38 pConfig.attribute().predefined().setDynamic(); in MCLDEmulateMipsELF()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Emulation.cpp | 37 pConfig.attribute().constraint().enableWholeArchive(); in MCLDEmulateX86ELF() 38 pConfig.attribute().constraint().enableAsNeeded(); in MCLDEmulateX86ELF() 39 pConfig.attribute().constraint().setSharedSystem(); in MCLDEmulateX86ELF() 42 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateX86ELF() 43 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateX86ELF() 44 pConfig.attribute().predefined().setDynamic(); in MCLDEmulateX86ELF()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | CrossProfileIntentFilter.java | 109 String getStringFromXml(XmlPullParser parser, String attribute, String defaultValue) { in getStringFromXml() argument 110 String value = parser.getAttributeValue(null, attribute); in getStringFromXml() 112 String msg = "Missing element under " + TAG +": " + attribute + " at " + in getStringFromXml() 121 int getIntFromXml(XmlPullParser parser, String attribute, int defaultValue) { in getIntFromXml() argument 122 String stringValue = getStringFromXml(parser, attribute, null); in getIntFromXml() 130 serializer.attribute(null, ATTR_TARGET_USER_ID, Integer.toString(mTargetUserId)); in writeToXml() 131 serializer.attribute(null, ATTR_FLAGS, Integer.toString(mFlags)); in writeToXml() 132 serializer.attribute(null, ATTR_OWNER_USER_ID, Integer.toString(mOwnerUserId)); in writeToXml() 133 serializer.attribute(null, ATTR_OWNER_PACKAGE, mOwnerPackage); in writeToXml()
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
D | BridgeXmlPullAttributes.java | 83 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument 85 String value = getAttributeValue(namespace, attribute); in getAttributeListValue() 100 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument 102 String value = getAttributeValue(namespace, attribute); in getAttributeBooleanValue() 117 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() argument 118 String value = getAttributeValue(namespace, attribute); in getAttributeResourceValue() 124 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() argument 126 String value = getAttributeValue(namespace, attribute); in getAttributeIntValue() 141 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() argument 143 String value = getAttributeValue(namespace, attribute); in getAttributeUnsignedIntValue() [all …]
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | RenderEngine.cpp | 285 EGLint attribute, EGLint wanted, EGLConfig* outConfig) { in selectConfigForAttribute() argument 293 if (attribute != EGL_NONE) { in selectConfigForAttribute() 296 eglGetConfigAttrib(dpy, configs[i], attribute, &value); in selectConfigForAttribute() 335 EGLint attribute; member in android::EGLAttributeVector::Adder 336 Adder(EGLAttributeVector& v, EGLint attribute) in Adder() argument 337 : v(v), attribute(attribute) { in Adder() 341 if (attribute != EGL_NONE) { in operator =() 342 v.mList.add(attribute, value); in operator =() 345 operator EGLint () const { return v.mList[attribute]; } in operator EGLint() 351 void remove(EGLint attribute) { in remove() argument [all …]
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeLayoutParamsMapAttributes.java | 79 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument 85 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument 91 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() argument 97 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() argument 103 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() argument 109 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() argument
|
D | BridgeXmlBlockParser.java | 414 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument 416 return mAttrib.getAttributeBooleanValue(namespace, attribute, defaultValue); in getAttributeBooleanValue() 425 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) { in getAttributeFloatValue() argument 426 return mAttrib.getAttributeFloatValue(namespace, attribute, defaultValue); in getAttributeFloatValue() 435 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue() argument 436 return mAttrib.getAttributeIntValue(namespace, attribute, defaultValue); in getAttributeIntValue() 445 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument 447 return mAttrib.getAttributeListValue(namespace, attribute, options, defaultValue); in getAttributeListValue() 461 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() argument 462 return mAttrib.getAttributeResourceValue(namespace, attribute, defaultValue); in getAttributeResourceValue() [all …]
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | PrintSpoolerService.java | 775 serializer.attribute(null, ATTR_ID, printJob.getId().flattenToString()); in doWriteStateLocked() 776 serializer.attribute(null, ATTR_LABEL, printJob.getLabel().toString()); in doWriteStateLocked() 777 serializer.attribute(null, ATTR_STATE, String.valueOf(printJob.getState())); in doWriteStateLocked() 778 serializer.attribute(null, ATTR_APP_ID, String.valueOf(printJob.getAppId())); in doWriteStateLocked() 781 serializer.attribute(null, ATTR_TAG, tag); in doWriteStateLocked() 783 serializer.attribute(null, ATTR_CREATION_TIME, String.valueOf( in doWriteStateLocked() 785 serializer.attribute(null, ATTR_COPIES, String.valueOf(printJob.getCopies())); in doWriteStateLocked() 788 serializer.attribute(null, ATTR_PRINTER_NAME, printerName); in doWriteStateLocked() 792 serializer.attribute(null, ATTR_STATE_REASON, stateReason); in doWriteStateLocked() 794 serializer.attribute(null, ATTR_CANCELLING, String.valueOf( in doWriteStateLocked() [all …]
|
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 342 out.attribute(null, ZEN_ATT_VERSION, Integer.toString(XML_VERSION)); in writeXml() 345 out.attribute(null, ALLOW_ATT_CALLS, Boolean.toString(allowCalls)); in writeXml() 346 out.attribute(null, ALLOW_ATT_MESSAGES, Boolean.toString(allowMessages)); in writeXml() 347 out.attribute(null, ALLOW_ATT_EVENTS, Boolean.toString(allowEvents)); in writeXml() 348 out.attribute(null, ALLOW_ATT_FROM, Integer.toString(allowFrom)); in writeXml() 353 out.attribute(null, SLEEP_ATT_MODE, sleepMode); in writeXml() 355 out.attribute(null, SLEEP_ATT_NONE, Boolean.toString(sleepNone)); in writeXml() 356 out.attribute(null, SLEEP_ATT_START_HR, Integer.toString(sleepStartHour)); in writeXml() 357 out.attribute(null, SLEEP_ATT_START_MIN, Integer.toString(sleepStartMinute)); in writeXml() 358 out.attribute(null, SLEEP_ATT_END_HR, Integer.toString(sleepEndHour)); in writeXml() [all …]
|
/frameworks/compile/mclinker/lib/MC/ |
D | InputFactory.cpp | 22 m_pAttrSet = new AttributeSet(16, pConfig.attribute().predefined()); in InputFactory() 24 pConfig.attribute().predefined(), in InputFactory() 25 pConfig.attribute().constraint()); in InputFactory()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | XmlUtils.java | 261 out.attribute(null, "name", name); in writeMapXml() 324 out.attribute(null, "name", name); in writeListXml() 347 out.attribute(null, "name", name); in writeSetXml() 381 out.attribute(null, "name", name); in writeByteArrayXml() 385 out.attribute(null, "num", Integer.toString(N)); in writeByteArrayXml() 426 out.attribute(null, "name", name); in writeIntArrayXml() 430 out.attribute(null, "num", Integer.toString(N)); in writeIntArrayXml() 434 out.attribute(null, "value", Integer.toString(val[i])); in writeIntArrayXml() 465 out.attribute(null, "name", name); in writeLongArrayXml() 469 out.attribute(null, "num", Integer.toString(N)); in writeLongArrayXml() [all …]
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_native_fence_sync.txt | 43 except that they have an additional attribute storing the file descriptor 65 in <value> when eglGetSyncAttribKHR is called with <attribute> 79 Returned in <value> when eglGetSyncAttribKHR is called with <attribute> 91 attribute may optionally be specified. If this attribute is specified, it 105 If the EGL_SYNC_NATIVE_FENCE_FD_ANDROID attribute is not 106 EGL_NO_NATIVE_FENCE_FD_ANDROID then the EGL_SYNC_CONDITION_KHR attribute is 108 attribute is set to reflect the signal status of the native fence object. 116 object is created with the EGL_SYNC_NATIVE_FENCE_FD_ANDROID attribute set 125 EGL_SYNC_NATIVE_FENCE_ANDROID attribute of the EGL native fence object is 144 EGL_SYNC_NATIVE_FENCE_FD_ANDROID attribute. When this happens any [all …]
|
/frameworks/base/core/java/android/content/res/ |
D | XmlBlock.java | 314 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument 316 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeListValue() 322 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument 324 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeBooleanValue() 330 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() argument 332 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeResourceValue() 338 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() argument 340 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeIntValue() 346 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() argument 349 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeUnsignedIntValue() [all …]
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagAttribute.inc | 2 …ine::Warning, "unsupported format of attribute section in input %0 (version=%1).", "unsupported fo… 17 …osticEngine::Warning, "unknown mandatory attribute with tag %0 was ignored in %1.", "unknown manda… 18 …ttribute, DiagnosticEngine::Warning, "unknown attribute with tag %0 was ignored in %1.", "unknown …
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 145 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute… 151 …RYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value); 216 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribNV (EGLSyncNV sync, EGLint attribute, EGLint *value); 223 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBNVPROC) (EGLSyncNV sync, EGLint attribute, EGLi… 298 EGLAPI EGLBoolean eglQuerySurfacePointerANGLE(EGLDisplay dpy, EGLSurface surface, EGLint attribute,… 300 …QUERYSURFACEPOINTERANGLEPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute, void **value); 349 …LAPIENTRY eglStreamAttribKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value); 350 …LAPIENTRY eglQueryStreamKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint *value); 351 …ENTRY eglQueryStreamu64KHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *v… 355 …P PFNEGLSTREAMATTRIBKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value); [all …]
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | supports-screens-element.jd | 68 <dd>Indicates whether the application is resizeable for different screen sizes. This attribute is 73 <p><strong>This attribute is deprecated</strong>. It was introduced to help applications 92 considered to be normal. This attribute is "true" by default. 102 you explicitly declare this attribute at all times. Beware that setting it "false" will 114 you explicitly declare this attribute at all times. Beware that setting it "false" will 117 <p>This attribute was introduced in API level 9.</p> 152 not need to use this attribute. Otherwise, you should use a value for this attribute that 158 attribute, so it does not affect how your application behaves at runtime. Instead, it is used 160 <strong>Google Play currently does not support this attribute for filtering</strong> (on Android 165 <p>Beginning with Android 3.2 (API level 13), using this attribute is the preferred way to [all …]
|
D | grant-uri-permission-element.jd | 26 attribute is "{@code true}", permission can be granted for any the data under 27 the provider's purview. However, if that attribute is "{@code false}", permission 36 …cRoot}guide/topics/manifest/provider-element.html#gprmsn">grantUriPermissions</a></code> attribute. 45 granted for. The {@code path} attribute specifies a complete path; 48 The {@code pathPrefix} attribute specifies the initial part of a path; 51 The {@code pathPattern} attribute specifies a complete path, but one 86 attribute of the
|
/frameworks/base/services/core/java/com/android/server/job/ |
D | JobStore.java | 300 out.attribute(null, "version", Integer.toString(JOBS_FILE_VERSION)); in writeJobsMapImpl() 335 out.attribute(null, "jobid", Integer.toString(jobStatus.getJobId())); in addIdentifierAttributesToJobTag() 336 out.attribute(null, "package", jobStatus.getServiceComponent().getPackageName()); in addIdentifierAttributesToJobTag() 337 out.attribute(null, "class", jobStatus.getServiceComponent().getClassName()); in addIdentifierAttributesToJobTag() 338 out.attribute(null, "uid", Integer.toString(jobStatus.getUid())); in addIdentifierAttributesToJobTag() 354 out.attribute(null, "unmetered", Boolean.toString(true)); in writeConstraintsToXml() 357 out.attribute(null, "connectivity", Boolean.toString(true)); in writeConstraintsToXml() 360 out.attribute(null, "idle", Boolean.toString(true)); in writeConstraintsToXml() 363 out.attribute(null, "charging", Boolean.toString(true)); in writeConstraintsToXml() 373 out.attribute(null, "period", Long.toString(job.getIntervalMillis())); in writeExecutionCriteriaToXml() [all …]
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | EGL14.spec | 8 EGLBoolean eglGetConfigAttrib ( EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value ) 13 EGLBoolean eglQuerySurface ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value ) 19 EGLBoolean eglSurfaceAttrib ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value ) 29 EGLBoolean eglQueryContext ( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value )
|