HomeSort by relevance Sort by last modified time
    Searched refs:ATTRIBUTE (Results 1 - 25 of 41) sorted by null

1 2

  /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/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...]
dictionary.compat 4 ATTRIBUTE Client-Id 4 ipaddr
5 ATTRIBUTE Client-Port-Id 5 integer
6 ATTRIBUTE User-Service-Type 6 integer
7 ATTRIBUTE Framed-Address 8 ipaddr
8 ATTRIBUTE Framed-Netmask 9 ipaddr
9 ATTRIBUTE Framed-Filter-Id 11 string
10 ATTRIBUTE Login-Host 14 ipaddr
11 ATTRIBUTE Login-Port 16 integer
12 ATTRIBUTE Old-Password 17 string
13 ATTRIBUTE Port-Message 18 strin
    [all...]
dictionary 6 # composed of Attribute/Value Pairs. The value of each attribute
20 # ATTRIBUTE VALUE
38 # ATTRIBUTE RP-Upstream-Speed-Limit 1 integer RoaringPenguin
46 ATTRIBUTE User-Name 1 string
47 ATTRIBUTE Password 2 string
48 ATTRIBUTE CHAP-Password 3 string
49 ATTRIBUTE NAS-IP-Address 4 ipaddr
50 ATTRIBUTE NAS-Port-Id 5 integer
51 ATTRIBUTE Service-Type 6 intege
    [all...]
dictionary.microsoft 9 ATTRIBUTE MS-CHAP-Response 1 string Microsoft
10 ATTRIBUTE MS-CHAP-Error 2 string Microsoft
11 ATTRIBUTE MS-CHAP-CPW-1 3 string Microsoft
12 ATTRIBUTE MS-CHAP-CPW-2 4 string Microsoft
13 ATTRIBUTE MS-CHAP-LM-Enc-PW 5 string Microsoft
14 ATTRIBUTE MS-CHAP-NT-Enc-PW 6 string Microsoft
15 ATTRIBUTE MS-MPPE-Encryption-Policy 7 string Microsoft
18 ATTRIBUTE MS-MPPE-Encryption-Type 8 string Microsoft
19 ATTRIBUTE MS-MPPE-Encryption-Types 8 string Microsoft
20 ATTRIBUTE MS-RAS-Vendor 9 integer Microsof
    [all...]
dictionary.ascend 13 ATTRIBUTE Ascend-FCP-Parameter 119 string
14 ATTRIBUTE Ascend-Modem-PortNo 120 integer
15 ATTRIBUTE Ascend-Modem-SlotNo 121 integer
16 ATTRIBUTE Ascend-Modem-ShelfNo 122 integer
17 ATTRIBUTE Ascend-Call-Attempt-Limit 123 integer
18 ATTRIBUTE Ascend-Call-Block-Duration 124 integer
19 ATTRIBUTE Ascend-Maximum-Call-Duration 125 integer
20 ATTRIBUTE Ascend-Temporary-Rtes 126 integer
21 ATTRIBUTE Tunneling-Protocol 127 integer
22 ATTRIBUTE Ascend-Shared-Profile-Enable 128 intege
    [all...]
  /external/iproute2/tc/
emp_ematch.y 28 %token <b> ATTRIBUTE
59 invert ATTRIBUTE '(' args ')'
76 ATTRIBUTE
78 | ATTRIBUTE args
  /external/qemu/hw/
bt-sdp.c 434 /* This assumes empty attribute lists are never to be returned even
739 /* Sort the attribute list by the AttributeID */
772 #define ATTRIBUTE(attrid, val) { .id = glue(SDP_ATTR_, attrid), .data = val },
816 /* Try to keep each single attribute below MAX_PDU_OUT_SIZE bytes
820 ATTRIBUTE(RECORD_HANDLE, UINT32(0)) /* Filled in later */
821 ATTRIBUTE(SVCLASS_ID_LIST, LIST(UUID128(HID_SVCLASS_ID)))
822 ATTRIBUTE(RECORD_STATE, UINT32(1))
823 ATTRIBUTE(PROTO_DESC_LIST, LIST(
827 ATTRIBUTE(BROWSE_GRP_LIST, LIST(UUID128(0x1002)))
828 ATTRIBUTE(LANG_BASE_ATTR_ID_LIST, LIST
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
Axis.java 26 * document (ignoring attribute and namespace nodes): they do not overlap
49 * the attribute axis contains the attributes of the context node; the axis
52 public static final int ATTRIBUTE = 2;
60 * descendant axis never contains attribute or namespace nodes.
73 * any descendants and excluding attribute nodes and namespace nodes.
79 * context node; if the context node is an attribute node or namespace node,
105 * ancestors and excluding attribute nodes and namespace nodes
111 * context node; if the context node is an attribute node or namespace node,
168 false, // attribute
187 "attribute", //
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t012lexerXML.g 44 ( ATTRIBUTE WS? )* '?>'
50 ( ATTRIBUTE WS? )* '?>'
73 ( ATTRIBUTE WS? )* '>'
79 ( ATTRIBUTE WS? )* '/>'
82 fragment ATTRIBUTE
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
AttributeIterator.java 28 * attribute axes patterns.
70 return org.apache.xml.dtm.Axis.ATTRIBUTE;
WalkingIteratorSorted.java 122 || axis == Axis.DESCENDANTSORSELFFROMROOT) || (axis == Axis.ATTRIBUTE))
172 // || axis == Axis.DESCENDANTSORSELFFROMROOT) || (axis == Axis.ATTRIBUTE))
WalkerFactory.java 169 // Is the iteration a one-step attribute pattern (i.e. select="@foo")?
202 // Is the iteration a one-step attribute pattern (i.e. select="@foo")?
326 return Axis.ATTRIBUTE;
361 case Axis.ATTRIBUTE :
778 * attribute axis.
870 // If we have an attribute or namespace axis that went up, then
871 // it won't find the attribute in the inverse, since the select-to-match
872 // axes are not invertable (an element is a parent of an attribute, but
873 // and attribute is not a child of an element).
878 // "self::*/descendant-or-self::*/attribute::*/parent::node()
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
SourceHTMLTokenizer.re2js 65 ATTRIBUTE: 1,
97 return this._condition.parseCondition & this._parseConditions.ATTRIBUTE;
109 this._condition.parseCondition |= this._parseConditions.ATTRIBUTE;
115 this._condition.parseCondition ^= this._parseConditions.ATTRIBUTE;
138 return "html-attribute-value";
342 this.tokenType = "html-attribute-name";
SourceHTMLTokenizer.js 66 ATTRIBUTE: 1,
98 return this._condition.parseCondition & this._parseConditions.ATTRIBUTE;
110 this._condition.parseCondition |= this._parseConditions.ATTRIBUTE;
116 this._condition.parseCondition ^= this._parseConditions.ATTRIBUTE;
139 return "html-attribute-value";
660 this.tokenType = "html-attribute-name";
  /external/grub/docs/
kernel.c 30 /* The attribute of an character. */
31 #define ATTRIBUTE 7
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE;
kernel.c.texi 30 /* @r{The attribute of an character.} */
31 #define ATTRIBUTE 7
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE;
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.h 47 ATTRIBUTE = 263,
141 #define ATTRIBUTE 263
glslang_tab.cpp 74 ATTRIBUTE = 263,
168 #define ATTRIBUTE 263
761 "MEDIUM_PRECISION", "LOW_PRECISION", "PRECISION", "ATTRIBUTE",
    [all...]
  /external/checkpolicy/
policy_scan.l 107 ATTRIBUTE |
108 attribute { return(ATTRIBUTE); }
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
ContextMatchStepPattern.java 134 int xaxis = Axis.ATTRIBUTE;
  /external/expat/lib/
xmltok.h 123 } ATTRIBUTE;
148 ATTRIBUTE *atts);
  /external/mesa3d/src/glsl/
glsl_parser.h 41 ATTRIBUTE = 258,
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExpandedNameTable.java 53 public static final int ATTRIBUTE = ((int)DTM.ATTRIBUTE_NODE) ;
DTMDefaultBaseIterators.java 132 case Axis.ATTRIBUTE :
199 case Axis.ATTRIBUTE :
966 * Iterator that returns attribute nodes (of what nodes?)
1017 * Iterator that returns attribute nodes of a given type
1070 // singleton iterator, since there can only be one attribute of
1124 if(ExpandedNameTable.ATTRIBUTE == type
    [all...]

Completed in 497 milliseconds

1 2