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

1 2 3 4 5 6

  /frameworks/native/opengl/tests/configdump/
configdump.cpp 23 #define ATTRIBUTE(_attr) { _attr, #_attr }
25 struct Attribute {
26 EGLint attribute; member in struct:Attribute
31 Attribute attributes[] = {
32 ATTRIBUTE( EGL_BUFFER_SIZE ),
33 ATTRIBUTE( EGL_ALPHA_SIZE ),
34 ATTRIBUTE( EGL_BLUE_SIZE ),
35 ATTRIBUTE( EGL_GREEN_SIZE ),
36 ATTRIBUTE( EGL_RED_SIZE ),
37 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/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))
  /external/selinux/python/sepolicy/sepolicy/
booleans.py 26 def expand_attribute(attribute):
28 return sepolicy.info(sepolicy.ATTRIBUTE, attribute)[0]["types"]
30 return [attribute]
communicate.py 35 def expand_attribute(attribute):
37 return list(next(sepolicy.info(sepolicy.ATTRIBUTE, attribute))["types"])
39 return [attribute]
__init__.py 38 ATTRIBUTE = 3
192 elif setype == ATTRIBUTE:
421 def get_types_from_attribute(attribute):
422 return list(info(ATTRIBUTE, attribute))[0]["types"]
781 user_types = list(list(info(ATTRIBUTE, "userdomain"))[0]["types"])
864 all_domains = list(list(info(ATTRIBUTE, "domain"))[0]["types"])
914 file_types = list(sorted(info(ATTRIBUTE, "file_type"))[0]["types"])
922 port_types = list(sorted(info(ATTRIBUTE, "port_type"))[0]["types"])
1037 all_attributes = list(sorted(map(lambda x: x['name'], info(ATTRIBUTE))))
    [all...]
  /external/deqp/framework/randomshaders/
rsgVariable.cpp 81 case Shader::TYPE_VERTEX: str << Token::ATTRIBUTE; break;
rsgToken.hpp 105 ATTRIBUTE,
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
StaxDocumentLoader.java 70 case XMLStreamConstants.ATTRIBUTE:
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
ContextMatchStepPattern.java 134 int xaxis = Axis.ATTRIBUTE;
  /external/selinux/checkpolicy/
policy_scan.l 108 ATTRIBUTE |
109 attribute { return(ATTRIBUTE); }
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.h 60 ATTRIBUTE = 263,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmltok.h 123 } ATTRIBUTE;
148 ATTRIBUTE *atts);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmltok.h 123 } ATTRIBUTE;
148 ATTRIBUTE *atts);
  /external/expat/lib/
xmltok.h 151 } ATTRIBUTE;
179 ATTRIBUTE *atts);
  /external/python/cpython2/Modules/expat/
xmltok.h 123 } ATTRIBUTE;
148 ATTRIBUTE *atts);
  /external/python/cpython3/Modules/expat/
xmltok.h 123 } ATTRIBUTE;
148 ATTRIBUTE *atts);

Completed in 869 milliseconds

1 2 3 4 5 6