HomeSort by relevance Sort by last modified time
    Searched refs:ATTRIBUTE (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
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...]
DTMDefaultBaseTraversers.java 127 case Axis.ATTRIBUTE :
281 * Implements traversal of the Attribute access
    [all...]
  /external/selinux/checkpolicy/
policy_parse.y 105 %token ATTRIBUTE
328 attribute_def : ATTRIBUTE identifier ';'
919 | ATTRIBUTE { $$ = require_attribute; }
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
policygen.py 187 self.domains = seinfo(ATTRIBUTE, name="domain")[0]["types"]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
policygen.py 187 self.domains = seinfo(ATTRIBUTE, name="domain")[0]["types"]
  /external/swiftshader/src/OpenGL/compiler/
glslang.l 118 "attribute" { return ES2_keyword_ES3_reserved(context, ATTRIBUTE); }
glslang_tab.cpp 147 ATTRIBUTE = 263,
744 "MEDIUM_PRECISION", "LOW_PRECISION", "PRECISION", "ATTRIBUTE",
    [all...]
glslang.y 161 %token <lex> ATTRIBUTE CONST_QUAL BOOL_TYPE FLOAT_TYPE INT_TYPE UINT_TYPE
894 : ATTRIBUTE {
895 VERTEX_ONLY("attribute", @1);
896 ES2_ONLY("attribute", @1);
897 if (context->globalErrorCheck(@1, context->symbolTable.atGlobalLevel(), "attribute"))
    [all...]
glslang_lex.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Scan.cpp 376 (*KeywordMap)["attribute"] = ATTRIBUTE;
770 case ATTRIBUTE:
    [all...]
glslang.y 121 %token <lex> ATTRIBUTE VARYING
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 871 Axis.PARENT, Axis.ATTRIBUTE);
    [all...]
  /external/selinux/sandbox/
sandbox 308 """) % "\n\t".join(next(sepolicy.info(sepolicy.ATTRIBUTE, "sandbox_type"))['types'])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c 231 an attribute has been specified. */
532 ATTRIBUTE *m_atts;
733 atts = (ATTRIBUTE *)MALLOC(attsSize * sizeof(ATTRIBUTE));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlparse.c 231 an attribute has been specified. */
532 ATTRIBUTE *m_atts;
733 atts = (ATTRIBUTE *)MALLOC(attsSize * sizeof(ATTRIBUTE));
    [all...]
xmltok_impl.c 520 /* ptr points to character following first character of attribute name */
595 /* in attribute value */
    [all...]
  /external/vogar/lib/
kxml-libcore-20110123.jar 
  /external/selinux/python/semanage/
seobject.py     [all...]
  /external/selinux/python/sepolicy/sepolicy/
manpage.py 94 all_entrypoints = sepolicy.info(sepolicy.ATTRIBUTE, "entry_type")[0]["types"]
496 # until a new policy build with login_userdomain attribute
722 SELinux requires files to have an extended attribute to define the file type.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlparse.c 233 an attribute has been specified. */
539 ATTRIBUTE *m_atts;
761 atts = (ATTRIBUTE *)MALLOC(attsSize * sizeof(ATTRIBUTE));
    [all...]
xmltok_impl.c 523 /* ptr points to character following first character of attribute name */
598 /* in attribute value */
    [all...]
  /external/expat/lib/
xmlparse.c 241 an attribute has been specified. */
547 ATTRIBUTE *m_atts;
796 atts = (ATTRIBUTE *)MALLOC(attsSize * sizeof(ATTRIBUTE));
    [all...]
xmltok_impl.c 530 /* ptr points to character following first character of attribute name */
602 /* in attribute value */
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 497 * Iterator that returns attribute nodes (of what nodes?)
548 * Iterator that returns attribute nodes of a given type
601 // singleton iterator, since there can only be one attribute of
655 if(ExpandedNameTable.ATTRIBUTE == type
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.jar 

Completed in 568 milliseconds

12 3 4