Searched refs:jniType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DJNI.java103 pw.println("JNIEXPORT " + jniType(mtr) +
122 pw.print(jniType(arg));
135 protected final String jniType(TypeMirror t) throws Util.Exit { method in class:JNI
H A DLLNI.java453 res = "JNIEXPORT " + jniType(retType) + " JNICALL" + lineSep + jniMethodName(method, cname, longName)
466 res = res + ", " + jniType(argType);
508 protected final String jniType(TypeMirror t) throws Util.Exit { method in class:LLNI

Completed in 99 milliseconds