Searched refs:JNI (Results 1 - 6 of 6) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DMangle.java53 public static final int JNI = 4; field in class:Mangle.Type
87 } else if (mtype == Mangle.Type.JNI) {
130 /* JNI */
131 result.append(mangle(getInnerQualifiedName(clazz), Mangle.Type.JNI));
134 Mangle.Type.JNI));
143 result.append(mangle(sig, Mangle.Type.JNI));
H A DJNI.java43 * Header file generator for JNI.
52 public class JNI extends Gen { class in inherits:Gen
53 JNI(Util util) { method in class:JNI
H A DJavahTask.java460 g = new JNI(util);
/openjdk7/jdk/src/macosx/native/sun/font/
H A DAWTFont.m211 #pragma mark --- sun.font.CFontManager JNI ---
347 #pragma mark --- sun.font.CFont JNI ---
396 #pragma mark --- Miscellaneous JNI ---
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DApplicationDelegate.m508 #pragma mark Native JNI calls
H A DCTextPipe.m278 All three JNI apis call through this method.
320 and improve accountability for JNI resources, malloc'd memory, and error handling.
323 aquiring transform arrays from JNI, filling buffers, or striking glyphs. All resources or memory
546 #pragma mark --- CTextPipe JNI ---

Completed in 60 milliseconds