/external/e2fsprogs/tests/f_ea_checks/ |
name | 1 extended attribute block checks
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ParentNode.idl | 4 [PerWorldBindings] readonly attribute HTMLCollection children; 5 [PerWorldBindings] readonly attribute Element firstElementChild; 6 [PerWorldBindings] readonly attribute Element lastElementChild; 7 [PerWorldBindings] readonly attribute unsigned long childElementCount;
|
GlobalEventHandlers.idl | 33 attribute EventHandler onabort; 34 attribute EventHandler onblur; 35 attribute EventHandler oncancel; 36 attribute EventHandler oncanplay; 37 attribute EventHandler oncanplaythrough; 38 attribute EventHandler onchange; 39 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventHandler onclick; 40 attribute EventHandler onclose; 41 attribute EventHandler oncontextmenu; 42 attribute EventHandler oncuechange [all...] |
/frameworks/native/opengl/tests/configdump/ |
configdump.cpp | 22 #define ATTRIBUTE(_attr) { _attr, #_attr } 24 struct Attribute { 25 EGLint attribute; member in struct:Attribute 29 Attribute attributes[] = { 30 ATTRIBUTE( EGL_BUFFER_SIZE ), 31 ATTRIBUTE( EGL_ALPHA_SIZE ), 32 ATTRIBUTE( EGL_BLUE_SIZE ), 33 ATTRIBUTE( EGL_GREEN_SIZE ), 34 ATTRIBUTE( EGL_RED_SIZE ), 35 ATTRIBUTE( EGL_DEPTH_SIZE ) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGElementInstance.idl | 29 readonly attribute SVGElement correspondingElement; 30 readonly attribute SVGUseElement correspondingUseElement; 31 readonly attribute SVGElementInstance parentNode; 32 readonly attribute SVGElementInstanceList childNodes; 33 readonly attribute SVGElementInstance firstChild; 34 readonly attribute SVGElementInstance lastChild; 35 readonly attribute SVGElementInstance previousSibling; 36 readonly attribute SVGElementInstance nextSibling; 39 [NotEnumerable] attribute EventHandler onabort; 40 [NotEnumerable] attribute EventHandler onblur [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/ |
TestInterfaceImplementedAs.idl | 4 attribute DOMString a; 5 attribute TestInterfaceImplementedAs b;
|
/external/sepolicy/ |
attributes | 2 # Attribute declarations 6 attribute dev_type; 9 attribute domain; 12 attribute fs_type; 16 attribute file_type; 19 attribute exec_type; 22 attribute data_file_type; 25 attribute sysfs_type; 27 # Attribute used for all sdcards 28 attribute sdcard_type [all...] |
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.merit | 5 ATTRIBUTE NAS-Identifier 32 string 6 ATTRIBUTE Proxy-State 33 string 7 ATTRIBUTE Login-LAT-Service 34 string 8 ATTRIBUTE Login-LAT-Node 35 string 9 ATTRIBUTE Login-LAT-Group 36 string 10 ATTRIBUTE Framed-AppleTalk-Link 37 integer 11 ATTRIBUTE Framed-AppleTalk-Network 38 integer 12 ATTRIBUTE Framed-AppleTalk-Zone 39 string 13 ATTRIBUTE Acct-Input-Packets 47 integer 14 ATTRIBUTE Acct-Output-Packets 48 intege [all...] |
/external/libsepol/tests/policies/test-expander/ |
module.conf | 7 attribute attr_check_base_2, attr_check_base_3; 8 attribute attr_check_base_optional_2; 27 # Type - attribute mapping test 29 attribute attr_check_mod_1; 30 attribute attr_check_mod_2; 31 attribute attr_check_mod_3; 32 attribute attr_check_mod_4; 33 attribute attr_check_mod_5; 34 attribute attr_check_mod_6; 35 attribute attr_check_mod_7 [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLInputElement.idl | 23 [Reflect] attribute DOMString accept; 24 [Reflect] attribute DOMString align; 25 [Reflect] attribute DOMString alt; 26 [Reflect] attribute DOMString autocomplete; 27 [Reflect] attribute boolean autofocus; 28 [Reflect=checked] attribute boolean defaultChecked; 29 attribute boolean checked; 30 [Reflect] attribute DOMString dirName; 31 [Reflect] attribute boolean disabled; 32 [ImplementedAs=formOwner] readonly attribute HTMLFormElement form [all...] |
HTMLTextAreaElement.idl | 23 [Reflect] attribute boolean autofocus; 24 attribute long cols; 25 [Reflect] attribute DOMString dirName; 26 [Reflect] attribute boolean disabled; 27 [ImplementedAs=formOwner] readonly attribute HTMLFormElement form; 28 [RaisesException=Setter] attribute long maxLength; 29 [Reflect] attribute DOMString name; 30 [Reflect] attribute DOMString placeholder; 31 [Reflect] attribute boolean readOnly; 32 [Reflect] attribute boolean required [all...] |
/external/droiddriver/ |
to-uiautomator.xsl | 13 <xsl:attribute name="index"><xsl:value-of select="position()-1" /></xsl:attribute> 14 <xsl:attribute name="text"><xsl:value-of select="@text" /></xsl:attribute> 15 <xsl:attribute name="resource-id"><xsl:value-of select="@resource-id" /></xsl:attribute> 16 <xsl:attribute name="class"><xsl:value-of select="@class" /></xsl:attribute> 17 <xsl:attribute name="package"><xsl:value-of select="@package" /></xsl:attribute> [all...] |
/external/chromium_org/device/test/data/bluetooth/ |
rfcomm.xml | 4 <attribute id="0x0000"> 6 </attribute> 7 <attribute id="0x0001"> 11 </attribute> 12 <attribute id="0x0004"> 22 </attribute> 23 <attribute id="0x0005"> 27 </attribute> 28 <attribute id="0x0009"> 35 </attribute> [all...] |
medium_uuid.xml | 3 <attribute id="0x0001"> 7 </attribute>
|
short_uuid.xml | 3 <attribute id="0x0001"> 7 </attribute>
|
/external/clang/test/Sema/ |
attr-declspec-ignored.c | 3 __attribute__((visibility("hidden"))) __attribute__((aligned)) struct A; // expected-warning{{attribute 'visibility' is ignored, place it after "struct" to apply attribute to type declaration}} \ 4 // expected-warning{{attribute 'aligned' is ignored, place it after "struct" to apply attribute to type declaration}} 5 __attribute__((visibility("hidden"))) __attribute__((aligned)) union B; // expected-warning{{attribute 'visibility' is ignored, place it after "union" to apply attribute to type declaration}} \ 6 // expected-warning{{attribute 'aligned' is ignored, place it after "union" to apply attribute to type declaration}} 7 __attribute__((visibility("hidden"))) __attribute__((aligned)) enum C {C}; // expected-warning{{attribute 'visibility' is ignored, place it after "enum" to apply attribute to type declaration}} [all...] |
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/SSAO/ |
normal.vert | 4 attribute vec3 inPosition;
5 attribute vec3 inNormal;
6 attribute vec4 inTexCoord;
|
/external/jmonkeyengine/engine/src/niftygui/Common/MatDefs/Nifty/ |
NiftyQuadGrad.vert | 3 attribute vec4 inPosition;
4 attribute vec4 inColor;
5 attribute vec4 inIndex;
|
/external/jmonkeyengine/engine/src/blender/Common/MatDefs/Texture3D/ |
tex3D.vert | 3 attribute vec3 inTexCoord;
4 attribute vec3 inPosition;
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/ |
ColoredTextured.vert | 3 attribute vec3 inPosition;
4 attribute vec2 inTexCoord;
|
ShowNormals.vert | 3 attribute vec3 inPosition;
4 attribute vec3 inNormal;
|
SimpleTextured.vert | 3 attribute vec3 inPosition;
4 attribute vec2 inTexCoord;
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Shadow/ |
PreShadow.vert | 0 attribute vec4 inPosition;
2 attribute vec2 inTexCoord;
|
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/ |
Post.vert | 3 attribute vec4 inPosition;
4 attribute vec2 inTexCoord;
|
/external/jmonkeyengine/engine/src/test/jme3test/texture/ |
tex3D.vert | 3 attribute vec3 inTexCoord;
4 attribute vec3 inPosition;
|