Home
last modified time | relevance | path

Searched refs:ntype (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dmacconversion.cc71 CFNumberType ntype = CFNumberGetType(cfn); in p_convertCFNumberToInt() local
72 switch (ntype) { in p_convertCFNumberToInt()
75 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8)); in p_convertCFNumberToInt()
80 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16)); in p_convertCFNumberToInt()
85 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32)); in p_convertCFNumberToInt()
90 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64)); in p_convertCFNumberToInt()
95 converted = CFNumberGetValue(cfn, ntype, in p_convertCFNumberToInt()
101 converted = CFNumberGetValue(cfn, ntype, in p_convertCFNumberToInt()
107 converted = CFNumberGetValue(cfn, ntype, in p_convertCFNumberToInt()
113 converted = CFNumberGetValue(cfn, ntype, in p_convertCFNumberToInt()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java627 short ntype = n.getNodeType(); in getNamespaceOfNode() local
629 if (Node.ATTRIBUTE_NODE != ntype) in getNamespaceOfNode()
654 if (Node.ATTRIBUTE_NODE == ntype) in getNamespaceOfNode()
793 if (Node.ATTRIBUTE_NODE != ntype) in getNamespaceOfNode()
/external/tcpdump/
Dprint-decnet.c314 int ntype = info & 3; in print_t_info() local
315 switch (ntype) { in print_t_info()
390 int ntype = info & II_TYPEMASK; in print_i_info() local
391 switch (ntype) { in print_i_info()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTM.java1215 int ntype=n.getNodeType(); in logicalNextDOMTextNode() local
1216 if(TEXT_NODE != ntype && CDATA_SECTION_NODE != ntype) in logicalNextDOMTextNode()