HomeSort by relevance Sort by last modified time
    Searched defs:nodetype (Results 1 - 9 of 9) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExtendedType.java 29 private int nodetype; field in class:ExtendedType
38 * @param nodetype Type of the node
42 public ExtendedType (int nodetype, String namespace, String localName)
44 this.nodetype = nodetype;
47 this.hash = nodetype + namespace.hashCode() + localName.hashCode();
54 * @param nodetype Type of the node
59 public ExtendedType (int nodetype, String namespace, String localName, int hash)
61 this.nodetype = nodetype;
    [all...]
DTMDocumentImpl.java 1425 int nodetype=gotslot[0] & 0xFF; local
1702 int nodetype=gotslot[0] & 0xFF; \/\/ ###zaj use mask to get node type local
    [all...]
  /bionic/libc/kernel/uapi/linux/
jffs2.h 71 jint16_t nodetype; member in struct:jffs2_unknown_node
77 jint16_t nodetype; member in struct:jffs2_raw_dirent
93 jint16_t nodetype; member in struct:jffs2_raw_inode
117 jint16_t nodetype; member in struct:jffs2_raw_xattr
131 jint16_t nodetype; member in struct:jffs2_raw_xref
141 jint16_t nodetype; member in struct:jffs2_raw_summary
  /external/kernel-headers/original/uapi/linux/
jffs2.h 50 #define JFFS2_COMPAT_MASK 0xc000 /* What do to if an unknown nodetype is found */
111 jint16_t nodetype; member in struct:jffs2_unknown_node
119 jint16_t nodetype; /* == JFFS2_NODETYPE_DIRENT */ member in struct:jffs2_raw_dirent
143 jint16_t nodetype; /* == JFFS2_NODETYPE_INODE */ member in struct:jffs2_raw_inode
168 jint16_t nodetype; /* = JFFS2_NODETYPE_XATTR */ member in struct:jffs2_raw_xattr
184 jint16_t nodetype; /* = JFFS2_NODETYPE_XREF */ member in struct:jffs2_raw_xref
196 jint16_t nodetype; /* = JFFS2_NODETYPE_SUMMARY */ member in struct:jffs2_raw_summary
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
jffs2.h 50 #define JFFS2_COMPAT_MASK 0xc000 /* What do to if an unknown nodetype is found */
111 jint16_t nodetype; member in struct:jffs2_unknown_node
119 jint16_t nodetype; /* == JFFS2_NODETYPE_DIRENT */ member in struct:jffs2_raw_dirent
143 jint16_t nodetype; /* == JFFS2_NODETYPE_INODE */ member in struct:jffs2_raw_inode
168 jint16_t nodetype; /* = JFFS2_NODETYPE_XATTR */ member in struct:jffs2_raw_xattr
184 jint16_t nodetype; /* = JFFS2_NODETYPE_XREF */ member in struct:jffs2_raw_xref
196 jint16_t nodetype; /* = JFFS2_NODETYPE_SUMMARY */ member in struct:jffs2_raw_summary
  /prebuilts/tools/common/m2/repository/org/jvnet/staxex/stax-ex/1.7.7/
stax-ex-1.7.7.jar 
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 304 milliseconds