Searched refs:attribute (Results 1 - 25 of 108) sorted by relevance

12345

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonEmulation.cpp27 pConfig.attribute().constraint().enableWholeArchive();
28 pConfig.attribute().constraint().enableAsNeeded();
29 pConfig.attribute().constraint().setSharedSystem();
32 pConfig.attribute().predefined().unsetWholeArchive();
33 pConfig.attribute().predefined().unsetAsNeeded();
34 pConfig.attribute().predefined().setDynamic();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsEmulation.cpp27 pConfig.attribute().constraint().enableWholeArchive();
28 pConfig.attribute().constraint().enableAsNeeded();
29 pConfig.attribute().constraint().setSharedSystem();
32 pConfig.attribute().predefined().unsetWholeArchive();
33 pConfig.attribute().predefined().unsetAsNeeded();
34 pConfig.attribute().predefined().setDynamic();
/frameworks/compile/mclinker/tools/mcld/lib/Support/
H A DTargetLinkerConfigs.cpp38 getLDConfig()->attribute().constraint().enableWholeArchive();
39 getLDConfig()->attribute().constraint().disableAsNeeded();
40 getLDConfig()->attribute().constraint().setSharedSystem();
43 getLDConfig()->attribute().predefined().unsetWholeArchive();
44 getLDConfig()->attribute().predefined().setDynamic();
80 getLDConfig()->attribute().constraint().enableWholeArchive();
81 getLDConfig()->attribute().constraint().disableAsNeeded();
82 getLDConfig()->attribute().constraint().setSharedSystem();
85 getLDConfig()->attribute().predefined().unsetWholeArchive();
86 getLDConfig()->attribute()
[all...]
/frameworks/base/core/java/android/util/
H A DXmlPullAttributes.java57 public int getAttributeListValue(String namespace, String attribute, argument
60 getAttributeValue(namespace, attribute), options, defaultValue);
63 public boolean getAttributeBooleanValue(String namespace, String attribute, argument
66 getAttributeValue(namespace, attribute), defaultValue);
69 public int getAttributeResourceValue(String namespace, String attribute, argument
72 getAttributeValue(namespace, attribute), defaultValue);
75 public int getAttributeIntValue(String namespace, String attribute, argument
78 getAttributeValue(namespace, attribute), defaultValue);
81 public int getAttributeUnsignedIntValue(String namespace, String attribute, argument
84 getAttributeValue(namespace, attribute), defaultValu
87 getAttributeFloatValue(String namespace, String attribute, float defaultValue) argument
[all...]
H A DAttributeSet.java26 * the Resources API will convert resource references (attribute values such as
32 * application of themes and styles when retrieving attribute values.
56 * identifier associated with a particular XML attribute name.
67 * Returns the name of the specified attribute.
69 * @param index Index of the desired attribute, 0...count-1.
71 * @return A String containing the name of the attribute, or null if the
72 * attribute cannot be found.
77 * Returns the value of the specified attribute as a string representation.
79 * @param index Index of the desired attribute, 0...count-1.
81 * @return A String containing the value of the attribute, o
135 getAttributeListValue(String namespace, String attribute, String[] options, int defaultValue) argument
147 getAttributeBooleanValue(String namespace, String attribute, boolean defaultValue) argument
165 getAttributeResourceValue(String namespace, String attribute, int defaultValue) argument
177 getAttributeIntValue(String namespace, String attribute, int defaultValue) argument
191 getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) argument
203 getAttributeFloatValue(String namespace, String attribute, float defaultValue) argument
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMEmulation.cpp27 pConfig.attribute().constraint().enableWholeArchive();
28 pConfig.attribute().constraint().enableAsNeeded();
29 pConfig.attribute().constraint().setSharedSystem();
32 pConfig.attribute().predefined().unsetWholeArchive();
33 pConfig.attribute().predefined().unsetAsNeeded();
34 pConfig.attribute().predefined().setDynamic();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Emulation.cpp37 pConfig.attribute().constraint().enableWholeArchive();
38 pConfig.attribute().constraint().enableAsNeeded();
39 pConfig.attribute().constraint().setSharedSystem();
42 pConfig.attribute().predefined().unsetWholeArchive();
43 pConfig.attribute().predefined().unsetAsNeeded();
44 pConfig.attribute().predefined().setDynamic();
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoDumper.java88 serializer.attribute("", "rotation", Integer.toString(rotation));
105 serializer.attribute("", "NAF", Boolean.toString(true));
106 serializer.attribute("", "index", Integer.toString(index));
107 serializer.attribute("", "text", safeCharSeqToString(node.getText()));
108 serializer.attribute("", "resource-id", safeCharSeqToString(node.getViewIdResourceName()));
109 serializer.attribute("", "class", safeCharSeqToString(node.getClassName()));
110 serializer.attribute("", "package", safeCharSeqToString(node.getPackageName()));
111 serializer.attribute("", "content-desc", safeCharSeqToString(node.getContentDescription()));
112 serializer.attribute("", "checkable", Boolean.toString(node.isCheckable()));
113 serializer.attribute("", "checke
[all...]
/frameworks/uiautomator/src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoDumper.java66 serializer.attribute("", "rotation", Integer.toString(rotation));
83 serializer.attribute("", "NAF", Boolean.toString(true));
84 serializer.attribute("", "index", Integer.toString(index));
85 serializer.attribute("", "text", safeCharSeqToString(node.getText()));
86 serializer.attribute("", "resource-id", safeCharSeqToString(node.getViewIdResourceName()));
87 serializer.attribute("", "class", safeCharSeqToString(node.getClassName()));
88 serializer.attribute("", "package", safeCharSeqToString(node.getPackageName()));
89 serializer.attribute("", "content-desc", safeCharSeqToString(node.getContentDescription()));
90 serializer.attribute("", "checkable", Boolean.toString(node.isCheckable()));
91 serializer.attribute("", "checke
[all...]
/frameworks/compile/mclinker/lib/MC/
H A DInputFactory.cpp22 m_pAttrSet = new AttributeSet(16, pConfig.attribute().predefined());
24 pConfig.attribute().predefined(),
25 pConfig.attribute().constraint());
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeLayoutParamsMapAttributes.java26 * An implementation of the {@link AttributeSet} interface on top of a map of attribute in the form
79 public int getAttributeListValue(String namespace, String attribute, argument
85 public boolean getAttributeBooleanValue(String namespace, String attribute, argument
91 public int getAttributeResourceValue(String namespace, String attribute, argument
97 public int getAttributeIntValue(String namespace, String attribute, argument
103 public int getAttributeUnsignedIntValue(String namespace, String attribute, argument
109 public float getAttributeFloatValue(String namespace, String attribute, argument
H A DBridgeXmlBlockParser.java414 public boolean getAttributeBooleanValue(String namespace, String attribute, argument
416 return mAttrib.getAttributeBooleanValue(namespace, attribute, defaultValue);
425 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) { argument
426 return mAttrib.getAttributeFloatValue(namespace, attribute, defaultValue);
435 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { argument
436 return mAttrib.getAttributeIntValue(namespace, attribute, defaultValue);
445 public int getAttributeListValue(String namespace, String attribute, argument
447 return mAttrib.getAttributeListValue(namespace, attribute, options, defaultValue);
461 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { argument
462 return mAttrib.getAttributeResourceValue(namespace, attribute, defaultValu
471 getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java49 * the name of the attribute.
54 // get the attribute name.
57 // get the attribute namespace
69 // this is not an attribute in the android namespace, we query the customviewloader, if
82 public int getAttributeListValue(String namespace, String attribute, argument
84 String value = getAttributeValue(namespace, attribute);
99 public boolean getAttributeBooleanValue(String namespace, String attribute, argument
101 String value = getAttributeValue(namespace, attribute);
116 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { argument
117 String value = getAttributeValue(namespace, attribute);
123 getAttributeIntValue(String namespace, String attribute, int defaultValue) argument
140 getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) argument
157 getAttributeFloatValue(String namespace, String attribute, float defaultValue) argument
[all...]
/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_Mutex.c60 pthread_mutexattr_t attribute = { 0 }; local
78 /* Initialize the mutex attribute. */
79 if ( 0 == pthread_mutexattr_init( &attribute ) )
82 if ( 0 == pthread_mutexattr_settype( &attribute, PTHREAD_MUTEX_RECURSIVE ) )
85 if (0 == pthread_mutex_init( &pMutexContext->mutex, &attribute ) )
91 /* Destroy the mutex attribute. */
92 pthread_mutexattr_destroy( &attribute );
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethod.aidl41 void startInput(in IInputContext inputContext, in EditorInfo attribute);
43 void restartInput(in IInputContext inputContext, in EditorInfo attribute);
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFastXmlSerializerTest.java38 out.attribute(null, "name", "meow");
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditorImpl.java1377 serializer.attribute("",
1380 serializer.attribute("", ATTR_REGENERATE_PCM,
1386 serializer.attribute("", ATTR_ID, mediaItem.getId());
1387 serializer.attribute("", ATTR_TYPE,
1389 serializer.attribute("", ATTR_FILENAME, mediaItem.getFilename());
1390 serializer.attribute("", ATTR_RENDERING_MODE, Integer.toString(
1395 .attribute("", ATTR_BEGIN_TIME,
1397 serializer.attribute("", ATTR_END_TIME,
1399 serializer.attribute("", ATTR_VOLUME,
1401 serializer.attribute("", ATTR_MUTE
[all...]
/frameworks/compile/mclinker/include/mcld/
H A DLinkerConfig.h31 * attribute() - the attribute options
84 const AttributeOption& attribute() const { return m_Attribute; } function in class:mcld::LinkerConfig
85 AttributeOption& attribute() { return m_Attribute; } function in class:mcld::LinkerConfig
/frameworks/native/opengl/tools/glgen/specs/egl/
H A 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 )
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java314 public int getAttributeListValue(String namespace, String attribute, argument
316 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute);
322 public boolean getAttributeBooleanValue(String namespace, String attribute, argument
324 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute);
330 public int getAttributeResourceValue(String namespace, String attribute, argument
332 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute);
338 public int getAttributeIntValue(String namespace, String attribute, argument
340 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute);
346 public int getAttributeUnsignedIntValue(String namespace, String attribute, argument
349 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute);
355 getAttributeFloatValue(String namespace, String attribute, float defaultValue) argument
[all...]
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4SYS_AccessUnit.h34 /** The attribute of a fragment*/
50 M4SYS_FragAttr isCorrupted; /**< The attribute of this fragment*/
53 /**< The attribute of an access unit*/
70 M4SYS_AU_Attr attribute; /**< The attribute of the access unit*/ member in struct:__anon192
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java143 * @param attribute The attribute of the text box (typically, a EditText)
148 public void restartInput(InputConnection inputConnection, EditorInfo attribute); argument
/frameworks/native/opengl/tests/configdump/
H A Dconfigdump.cpp25 EGLint attribute; member in struct:Attribute
81 eglGetConfigAttrib(dpy, configs[i], attributes[attr].attribute, &value);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DPrintSpoolerService.java812 serializer.attribute(null, ATTR_ID, printJob.getId().flattenToString());
813 serializer.attribute(null, ATTR_LABEL, printJob.getLabel().toString());
814 serializer.attribute(null, ATTR_STATE, String.valueOf(printJob.getState()));
815 serializer.attribute(null, ATTR_APP_ID, String.valueOf(printJob.getAppId()));
818 serializer.attribute(null, ATTR_TAG, tag);
820 serializer.attribute(null, ATTR_CREATION_TIME, String.valueOf(
822 serializer.attribute(null, ATTR_COPIES, String.valueOf(printJob.getCopies()));
825 serializer.attribute(null, ATTR_PRINTER_NAME, printerName);
829 serializer.attribute(null, ATTR_STATE_REASON, stateReason);
831 serializer.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...]

Completed in 682 milliseconds

12345