Searched refs:nodetype (Results 1 – 6 of 6) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | ExtendedType.java | 29 private int nodetype; field in ExtendedType 42 public ExtendedType (int nodetype, String namespace, String localName) in ExtendedType() argument 44 this.nodetype = nodetype; in ExtendedType() 47 this.hash = nodetype + namespace.hashCode() + localName.hashCode(); in ExtendedType() 59 public ExtendedType (int nodetype, String namespace, String localName, int hash) in ExtendedType() argument 61 this.nodetype = nodetype; in ExtendedType() 72 protected void redefine(int nodetype, String namespace, String localName) in redefine() argument 74 this.nodetype = nodetype; in redefine() 77 this.hash = nodetype + namespace.hashCode() + localName.hashCode(); in redefine() 85 protected void redefine(int nodetype, String namespace, String localName, int hash) in redefine() argument [all …]
|
D | DTMDocumentImpl.java | 1425 int nodetype=gotslot[0] & 0xFF; in getStringValue() local 1428 switch (nodetype) { in getStringValue() 1702 int nodetype=gotslot[0] & 0xFF; // ###zaj use mask to get node type in getNodeValue() local 1705 switch (nodetype) { // ###zaj todo - document nodetypes in getNodeValue()
|
/external/kernel-headers/original/uapi/linux/ |
D | jffs2.h | 106 jint16_t nodetype; member 114 jint16_t nodetype; /* == JFFS2_NODETYPE_DIRENT */ member 138 jint16_t nodetype; /* == JFFS2_NODETYPE_INODE */ member 163 jint16_t nodetype; /* = JFFS2_NODETYPE_XATTR */ member 179 jint16_t nodetype; /* = JFFS2_NODETYPE_XREF */ member 191 jint16_t nodetype; /* = JFFS2_NODETYPE_SUMMARY */ member
|
/external/python/cpython3/Tools/peg_generator/pegen/ |
D | c_generator.py | 78 nodetype: Optional[NodeTypes] = None variable in FunctionCall 118 nodetype=NodeTypes.KEYWORD, 129 nodetype=NodeTypes.SOFT_KEYWORD, 141 nodetype=BASE_NODETYPES[name], 149 nodetype=NodeTypes.GENERIC_TOKEN, 181 nodetype=NodeTypes.GENERIC_TOKEN, 217 if call.nodetype == NodeTypes.NAME_TOKEN: 223 elif call.nodetype == NodeTypes.SOFT_KEYWORD: 229 elif call.nodetype in {NodeTypes.GENERIC_TOKEN, NodeTypes.KEYWORD}: 306 nodetype=NodeTypes.CUT_OPERATOR,
|
/external/llvm-project/libcxx/utils/gdb/libcxx/ |
D | printers.py | 522 self.nodetype = gdb.lookup_type( 536 yield "", current_node.cast(self.nodetype).dereference()["__value_"] 543 return self if self.nodetype else iter(())
|
/external/libdrm/ |
D | xf86drm.c | 2802 int nodetype; in drmGetDeviceNameFromFd() local 2809 nodetype = drmGetMinorType(maj, min); in drmGetDeviceNameFromFd() 2810 return drmGetMinorNameForFD(fd, nodetype); in drmGetDeviceNameFromFd() 2964 int id, maj, min, nodetype, i; in drmGetMinorNameForFD() 2984 nodetype = drmGetMinorType(maj, min); in drmGetMinorNameForFD() 2985 if (nodetype == -1) in drmGetMinorNameForFD() 2997 id -= drmGetMinorBase(nodetype); in drmGetMinorNameForFD()
|