Searched defs:javah (Results 1 - 13 of 13) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DInternalError.java26 package com.sun.tools.javah;
H A DMain.java26 package com.sun.tools.javah;
H A DJNI.java26 package com.sun.tools.javah;
H A DJavahFileManager.java26 package com.sun.tools.javah;
37 * javah's implementation of JavaFileManager.
H A DNativeHeaderTool.java26 package com.sun.tools.javah; //javax.tools;
H A DJavahTool.java26 package com.sun.tools.javah;
H A DUtil.java27 package com.sun.tools.javah;
44 * bug -- Bug has occurred in javah
53 /** Exit is used to replace the use of System.exit in the original javah.
100 m = ResourceBundle.getBundle("com.sun.tools.javah.resources.l10n");
125 log.println(getText("javah.version",
H A DMangle.java27 package com.sun.tools.javah;
H A DTypeSignature.java27 package com.sun.tools.javah;
H A DGen.java26 package com.sun.tools.javah;
H A DLLNI.java27 package com.sun.tools.javah;
H A DJavahTask.java26 package com.sun.tools.javah;
219 // we're already using the new javah
554 private static final String versionRBName = "com.sun.tools.javah.resources.version";
558 String msgKey = (full ? "javah.fullVersion" : "javah.version");
570 return getMessage(msgKey, "javah", versionRB.getString(versionKey));
636 b = ResourceBundle.getBundle("com.sun.tools.javah.resources.l10n", locale);
639 throw new InternalError("Cannot find javah resource bundle for locale " + locale, e);
675 private static final String progname = "javah";
/openjdk7/langtools/test/tools/javah/4942232/
H A DTest.java44 // standard use of javah on valid class file
52 // extended use of javah on valid source file
60 // javah on class file with missing referents
70 // javah on source file with missing referents
88 int rc = javah(args);
93 int javah(String... args) { method in class:Test
96 int rc = com.sun.tools.javah.Main.run(args, pw);

Completed in 50 milliseconds