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

1 2 3

  /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/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/chromium_org/third_party/WebKit/Source/core/svg/
SVGMatrixTearOff.cpp 75 #define DEFINE_SETTER(ATTRIBUTE) \
76 void SVGMatrixTearOff::set##ATTRIBUTE(double f, ExceptionState& exceptionState) \
79 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); \
82 mutableValue()->set##ATTRIBUTE(f); \
  /external/deqp/framework/randomshaders/
rsgVariable.cpp 81 case Shader::TYPE_VERTEX: str << Token::ATTRIBUTE; break;
rsgToken.hpp 105 ATTRIBUTE,
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
ContextMatchStepPattern.java 134 int xaxis = Axis.ATTRIBUTE;
  /external/checkpolicy/
policy_scan.l 107 ATTRIBUTE |
108 attribute { return(ATTRIBUTE); }
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_tab.h 62 ATTRIBUTE = 263,
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/dom/
nodetype.js 23 * Constants for the nodeType attribute in the Node interface.
37 ATTRIBUTE: 2,
  /external/chromium_org/third_party/expat/files/lib/
xmltok.h 123 } ATTRIBUTE;
148 ATTRIBUTE *atts);
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 40 ATTRIBUTE = 258,
241 #define ATTRIBUTE 258
  /external/expat/lib/
xmltok.h 123 } ATTRIBUTE;
148 ATTRIBUTE *atts);
  /packages/experimental/SELinux/CTS/src/
SELinux_CTS.py 7 ATTRIBUTE = 1
252 if re.search(r'^attribute\s', line):
253 return ATTRIBUTE
393 elif line_type == ATTRIBUTE:
400 match = re.search(r'^attribute\s+(.+);', line)
515 #TODO: hanlde error? attribute should already exist
535 #TODO: hanlde error? attribute should already exist
  /packages/experimental/SELinux/CTS/test/
testrunner.py 277 self.failUnless(SELinux_CTS.get_line_type('attribute unconfineddomain;')
278 == SELinux_CTS.ATTRIBUTE)
294 self.failIf(SELinux_CTS.is_multi_line(SELinux_CTS.ATTRIBUTE))
363 test_normal_string = 'attribute TEST_att;'
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExpandedNameTable.java 53 public static final int ATTRIBUTE = ((int)DTM.ATTRIBUTE_NODE) ;

Completed in 1307 milliseconds

1 2 3