Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/frameworks/compile/mclinker/tools/mcld/lib/Support/
DTargetLinkerConfigs.cpp38 getLDConfig()->attribute().constraint().enableWholeArchive(); in ARMLinkerConfig()
39 getLDConfig()->attribute().constraint().disableAsNeeded(); in ARMLinkerConfig()
40 getLDConfig()->attribute().constraint().setSharedSystem(); in ARMLinkerConfig()
43 getLDConfig()->attribute().predefined().unsetWholeArchive(); in ARMLinkerConfig()
44 getLDConfig()->attribute().predefined().setDynamic(); in ARMLinkerConfig()
80 getLDConfig()->attribute().constraint().enableWholeArchive(); in MipsLinkerConfig()
81 getLDConfig()->attribute().constraint().disableAsNeeded(); in MipsLinkerConfig()
82 getLDConfig()->attribute().constraint().setSharedSystem(); in MipsLinkerConfig()
85 getLDConfig()->attribute().predefined().unsetWholeArchive(); in MipsLinkerConfig()
86 getLDConfig()->attribute().predefined().setDynamic(); in MipsLinkerConfig()
[all …]
/frameworks/base/core/java/android/util/
DXmlPullAttributes.java57 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 …]
DAttributeSet.java135 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/testing/uiautomator/library/core-src/com/android/uiautomator/core/
DAccessibilityNodeInfoDumper.java88 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/
DHexagonEmulation.cpp27 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/Mips/
DMipsEmulation.cpp27 pConfig.attribute().constraint().enableWholeArchive(); in MCLDEmulateMipsELF()
28 pConfig.attribute().constraint().enableAsNeeded(); in MCLDEmulateMipsELF()
29 pConfig.attribute().constraint().setSharedSystem(); in MCLDEmulateMipsELF()
32 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateMipsELF()
33 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateMipsELF()
34 pConfig.attribute().predefined().setDynamic(); in MCLDEmulateMipsELF()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMEmulation.cpp27 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/X86/
DX86Emulation.cpp37 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/media/java/android/media/videoeditor/
DVideoEditorImpl.java1377 serializer.attribute("", in save()
1380 serializer.attribute("", ATTR_REGENERATE_PCM, in save()
1386 serializer.attribute("", ATTR_ID, mediaItem.getId()); in save()
1387 serializer.attribute("", ATTR_TYPE, in save()
1389 serializer.attribute("", ATTR_FILENAME, mediaItem.getFilename()); in save()
1390 serializer.attribute("", ATTR_RENDERING_MODE, Integer.toString( in save()
1395 .attribute("", ATTR_BEGIN_TIME, in save()
1397 serializer.attribute("", ATTR_END_TIME, in save()
1399 serializer.attribute("", ATTR_VOLUME, in save()
1401 serializer.attribute("", ATTR_MUTED, in save()
[all …]
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java82 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument
84 String value = getAttributeValue(namespace, attribute); in getAttributeListValue()
99 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument
101 String value = getAttributeValue(namespace, attribute); in getAttributeBooleanValue()
116 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() argument
117 String value = getAttributeValue(namespace, attribute); in getAttributeResourceValue()
123 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() argument
125 String value = getAttributeValue(namespace, attribute); in getAttributeIntValue()
140 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() argument
142 String value = getAttributeValue(namespace, attribute); in getAttributeUnsignedIntValue()
[all …]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeLayoutParamsMapAttributes.java79 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
DBridgeXmlBlockParser.java414 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/
DPrintSpoolerService.java812 serializer.attribute(null, ATTR_ID, printJob.getId().flattenToString()); in doWriteStateLocked()
813 serializer.attribute(null, ATTR_LABEL, printJob.getLabel().toString()); in doWriteStateLocked()
814 serializer.attribute(null, ATTR_STATE, String.valueOf(printJob.getState())); in doWriteStateLocked()
815 serializer.attribute(null, ATTR_APP_ID, String.valueOf(printJob.getAppId())); in doWriteStateLocked()
818 serializer.attribute(null, ATTR_TAG, tag); in doWriteStateLocked()
820 serializer.attribute(null, ATTR_CREATION_TIME, String.valueOf( in doWriteStateLocked()
822 serializer.attribute(null, ATTR_COPIES, String.valueOf(printJob.getCopies())); in doWriteStateLocked()
825 serializer.attribute(null, ATTR_PRINTER_NAME, printerName); in doWriteStateLocked()
829 serializer.attribute(null, ATTR_STATE_REASON, stateReason); in doWriteStateLocked()
831 serializer.attribute(null, ATTR_CANCELLING, String.valueOf( in doWriteStateLocked()
[all …]
/frameworks/compile/mclinker/lib/MC/
DInputFactory.cpp22 m_pAttrSet = new AttributeSet(16, pConfig.attribute().predefined()); in InputFactory()
24 pConfig.attribute().predefined(), in InputFactory()
25 pConfig.attribute().constraint()); in InputFactory()
/frameworks/av/libvideoeditor/osal/src/
DM4OSA_Mutex.c60 pthread_mutexattr_t attribute = { 0 }; in M4OSA_mutexOpen() local
79 if ( 0 == pthread_mutexattr_init( &attribute ) ) in M4OSA_mutexOpen()
82 if ( 0 == pthread_mutexattr_settype( &attribute, PTHREAD_MUTEX_RECURSIVE ) ) in M4OSA_mutexOpen()
85 if (0 == pthread_mutex_init( &pMutexContext->mutex, &attribute ) ) in M4OSA_mutexOpen()
92 pthread_mutexattr_destroy( &attribute ); in M4OSA_mutexOpen()
DM4OSA_Thread.c210 pthread_attr_t attribute = { 0, 0, 0, 0, 0, 0 }; in M4OSA_threadSyncStart() local
241 if ( 0 == pthread_attr_init( &attribute ) ) in M4OSA_threadSyncStart()
243 if ( 0 == pthread_attr_setdetachstate( &attribute, PTHREAD_CREATE_DETACHED ) ) in M4OSA_threadSyncStart()
245 if ( 0 == pthread_attr_setstacksize( &attribute, (size_t)threadContext->stackSize ) ) in M4OSA_threadSyncStart()
247 if ( 0 == pthread_attr_setschedpolicy( &attribute, SCHED_OTHER ) ) in M4OSA_threadSyncStart()
285 if ( 0 == pthread_attr_setschedparam( &attribute, &sched ) ) in M4OSA_threadSyncStart()
288 &attribute, in M4OSA_threadSyncStart()
303 pthread_attr_destroy( &attribute ); in M4OSA_threadSyncStart()
/frameworks/base/core/java/android/content/res/
DXmlBlock.java314 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/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt43 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/native/opengl/include/EGL/
Deglext.h145 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/
Dsupports-screens-element.jd68 <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 …]
Dgrant-uri-permission-element.jd26 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
Ddata-element.jd22 …e><a href="{@docRoot}guide/topics/manifest/data-element.html#mime">mimeType</a></code> attribute),
34 the {@code port} attribute and all the path attributes are ignored.
74 <dd>The host part of a URI authority. This attribute is meaningless
75 …ref="{@docRoot}guide/topics/manifest/data-element.html#scheme">scheme</a></code> attribute is also
89 only the {@code android:mimeType} attribute.</p>
99 <dd>The path part of a URI. The {@code path} attribute specifies a complete
101 {@code pathPrefix} attribute specifies a partial path that is matched against
103 attribute specifies a complete path that is matched against the complete path
136 <dd>The port part of a URI authority. This attribute is meaningful only
142 <dd>The scheme part of a URI. This is the minimal essential attribute for
[all …]
Dreceiver-element.jd49 …de/topics/manifest/application-element.html#enabled">enabled</a></code> attribute that applies to …
76 This attribute is not the only way to limit a broadcast receiver's external exposure.
78 …ref="{@docRoot}guide/topics/manifest/receiver-element.html#prmsn">permission</a></code> attribute).
82 <dd>An icon representing the broadcast receiver. This attribute must be set
86 …<a href="{@docRoot}guide/topics/manifest/application-element.html#icon">icon</a></code> attribute).
93 …href="{@docRoot}guide/topics/manifest/intent-filter-element.html#icon">icon</a></code> attribute).
97 <dd>A user-readable label for the broadcast receiver. If this attribute is not
100 … href="{@docRoot}guide/topics/manifest/application-element.html#label">label</a></code> attribute).
107 …ef="{@docRoot}guide/topics/manifest/intent-filter-element.html#label">label</a></code> attribute).
137 If this attribute is not set, the permission set by the
[all …]
/frameworks/base/core/java/com/android/internal/util/
DXmlUtils.java236 out.attribute(null, "name", name); in writeMapXml()
272 out.attribute(null, "name", name); in writeListXml()
295 out.attribute(null, "name", name); in writeSetXml()
329 out.attribute(null, "name", name); in writeByteArrayXml()
333 out.attribute(null, "num", Integer.toString(N)); in writeByteArrayXml()
374 out.attribute(null, "name", name); in writeIntArrayXml()
378 out.attribute(null, "num", Integer.toString(N)); in writeIntArrayXml()
382 out.attribute(null, "value", Integer.toString(val[i])); in writeIntArrayXml()
412 out.attribute(null, "name", name); in writeValueXml()
419 out.attribute(null, "name", name); in writeValueXml()
[all …]
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec8 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 )

12345678910>>...12