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

/openjdk7/langtools/test/tools/javac/annotations/pos/
H A DNType.java33 package ntype; package
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs131 popAddr _ ntype = "rt.unsafe.get" ++ (capitalize.jprim2js.ntype2jprim $ ntype) ++ "(addr)"
140 pushAddr _ ntype = "rt.unsafe.put" ++ (capitalize jprimS) ++ "(addr, (" ++ jprimS ++ ") x);"
141 where jprimS = jprim2js.ntype2jprim $ ntype
196 c2java ntype =
201 "\tpublic " ++ className ++ "(){ super("++ffitypeVal ntype++", \"" ++ [encoding ntype] ++ "\", "++jclassS++".class, "++jprimS++".class); }",
204 "\t\t" ++ pushAddrVal ntype,
207 "\t\treturn " ++ popAddrVal ntype ++ ";",
211 sizeofRet ntype,
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DAnyNodeCounter.java112 final int ntype = _document.getExpandedTypeID(_node);
115 if (ntype == _document.getExpandedTypeID(next)) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDOMHelper.java622 short ntype = n.getNodeType();
624 if (Node.ATTRIBUTE_NODE != ntype)
649 if (Node.ATTRIBUTE_NODE == ntype)
788 if (Node.ATTRIBUTE_NODE != ntype)
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java1216 int ntype=n.getNodeType();
1217 if(TEXT_NODE != ntype && CDATA_SECTION_NODE != ntype)
/openjdk7/jdk/test/java/lang/invoke/6998541/
H A DTest6998541.java173 for (Class<?> ntype : NUMERIC_TYPE_WIDENING_ORDER) {
174 if (src == ntype) return true;
175 if (dst == ntype) return false;
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontconfig.h700 FcNameRegisterObjectTypes (const FcObjectType *types, int ntype);
703 FcNameUnregisterObjectTypes (const FcObjectType *types, int ntype);

Completed in 443 milliseconds