Searched refs:ntype (Results 1 - 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dmacconversion.cc71 CFNumberType ntype = CFNumberGetType(cfn); local
72 switch (ntype) {
75 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8));
80 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16));
85 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32));
90 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64));
95 converted = CFNumberGetValue(cfn, ntype,
101 converted = CFNumberGetValue(cfn, ntype,
107 converted = CFNumberGetValue(cfn, ntype,
113 converted = CFNumberGetValue(cfn, ntype,
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMHelper.java627 short ntype = n.getNodeType();
629 if (Node.ATTRIBUTE_NODE != ntype)
654 if (Node.ATTRIBUTE_NODE == ntype)
793 if (Node.ATTRIBUTE_NODE != ntype)
/external/tcpdump/
H A Dprint-decnet.c314 int ntype = info & 3; local
315 switch (ntype) {
316 case 0: (void)printf("reserved-ntype? "); break;
390 int ntype = info & II_TYPEMASK; local
391 switch (ntype) {
392 case 0: (void)printf("reserved-ntype? "); break;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTM.java1215 int ntype=n.getNodeType();
1216 if(TEXT_NODE != ntype && CDATA_SECTION_NODE != ntype)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 161 milliseconds