Searched refs:ignored (Results 1 - 25 of 75) sorted by relevance

123

/openjdk7/jdk/src/solaris/native/java/io/
H A DFileSystem_md.c32 Java_java_io_FileSystem_getFileSystem(JNIEnv *env, jclass ignored) argument
/openjdk7/jdk/src/windows/native/java/io/
H A DFileSystem_md.c34 Java_java_io_FileSystem_getFileSystem(JNIEnv *env, jclass ignored) argument
/openjdk7/jdk/src/share/native/java/lang/
H A DShutdown.c34 Java_java_lang_Shutdown_halt0(JNIEnv *env, jclass ignored, jint code) argument
41 Java_java_lang_Shutdown_runAllFinalizers(JNIEnv *env, jclass ignored) argument
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DClassDefinitionTables.h54 LEErrorCode ignored = LE_NO_ERROR; local
55 return getGlyphClass(base,glyphID,ignored);
60 LEErrorCode ignored = LE_NO_ERROR; local
61 return hasGlyphClass(base,glyphClass,ignored);
H A DLayoutEngine.h294 virtual const void *getFontTable(LETag tableTag) const { size_t ignored; return getFontTable(tableTag, ignored); } local
/openjdk7/jdk/src/solaris/native/sun/management/
H A DFileSystemImpl.c43 (JNIEnv *env, jclass ignored, jstring str)
42 Java_sun_management_FileSystemImpl_isAccessUserOnly0(JNIEnv *env, jclass ignored, jstring str) argument
/openjdk7/jdk/test/java/awt/Graphics2D/FillTexturePaint/
H A DFillTexturePaint.java71 } catch (InterruptedException ignored) {
81 } catch (InterruptedException ignored) {
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DJARSoundbankReader.java91 } catch (ClassNotFoundException ignored) {
92 } catch (InstantiationException ignored) {
93 } catch (IllegalAccessException ignored) {
/openjdk7/jdk/test/javax/management/loading/
H A DArrayClassTest.java91 public void ignore(Y[] ignored); argument
95 public Test(X[] ignored) {} argument
96 public void ignore(Y[] ignored) {} argument
/openjdk7/jdk/src/share/classes/java/io/
H A DFilterOutputStream.java158 } catch (IOException ignored) {
/openjdk7/langtools/test/tools/javac/processing/model/6194785/
H A DT6194785.java47 public Void visitExecutable(ExecutableElement e, Void ignored) {
/openjdk7/jdk/test/java/awt/Graphics2D/FlipDrawImage/
H A DFlipDrawImage.java63 } catch (InterruptedException ignored) {
80 } catch (InterruptedException ignored) {
/openjdk7/jdk/test/java/awt/image/DrawImage/
H A DIncorrectBounds.java64 } catch (InterruptedException ignored) {
81 } catch (InterruptedException ignored) {
H A DIncorrectOffset.java63 } catch (InterruptedException ignored) {
78 } catch (InterruptedException ignored) {
/openjdk7/langtools/test/tools/javac/
H A DT6472751.java70 public Void scan(Tree node, Void ignored) { argument
78 return super.scan(node, ignored);
/openjdk7/jdk/src/solaris/classes/java/lang/
H A DUNIXProcess.java.bsd234 try { stdin.close(); } catch (IOException ignored) {}
235 try { stdout.close(); } catch (IOException ignored) {}
236 try { stderr.close(); } catch (IOException ignored) {}
288 } catch (IOException ignored) {
310 } catch (IOException ignored) {
H A DUNIXProcess.java.linux234 try { stdin.close(); } catch (IOException ignored) {}
235 try { stdout.close(); } catch (IOException ignored) {}
236 try { stderr.close(); } catch (IOException ignored) {}
288 } catch (IOException ignored) {
310 } catch (IOException ignored) {
/openjdk7/jdk/src/windows/native/java/lang/
H A DProcessImpl_md.c133 Java_java_lang_ProcessImpl_create(JNIEnv *env, jclass ignored, argument
279 Java_java_lang_ProcessImpl_getExitCodeProcess(JNIEnv *env, jclass ignored, jlong handle) argument
288 Java_java_lang_ProcessImpl_getStillActive(JNIEnv *env, jclass ignored) argument
294 Java_java_lang_ProcessImpl_waitForInterruptibly(JNIEnv *env, jclass ignored, jlong handle) argument
308 Java_java_lang_ProcessImpl_terminateProcess(JNIEnv *env, jclass ignored, jlong handle) argument
314 Java_java_lang_ProcessImpl_closeHandle(JNIEnv *env, jclass ignored, jlong handle) argument
340 Java_java_lang_ProcessImpl_openForAtomicAppend(JNIEnv *env, jclass ignored, jstring path) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DRichDiagnosticFormatter.java455 public Void visitForAll(ForAll t, Void ignored) {
462 public Void visitMethodType(MethodType t, Void ignored) {
469 public Void visitErrorType(ErrorType t, Void ignored) {
477 public Void visitArrayType(ArrayType t, Void ignored) {
483 public Void visitWildcardType(WildcardType t, Void ignored) {
488 public Void visitType(Type t, Void ignored) {
493 public Void visitCapturedType(CapturedType t, Void ignored) {
506 public Void visitClassType(ClassType t, Void ignored) {
525 public Void visitTypeVar(TypeVar t, Void ignored) {
569 public Void visitClassSymbol(ClassSymbol s, Void ignored) {
[all...]
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DAquaFileView.m207 Boolean ignored;
208 theErr = FSResolveAliasFileWithMountFlags(&fileRef, false, &ignored, &ignored, kResolveAliasFileNoUI);
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipherOutputStream.java210 } catch (IOException ignored) {}
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DSADebugServerAttachingConnector.java42 public SADebugServerAttachingConnector(com.sun.tools.jdi.VirtualMachineManagerService ignored) { argument
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/server/
H A DQueryListener.java100 } catch (Throwable ignored) {
/openjdk7/langtools/test/tools/javac/api/6471599/
H A DMain.java71 public Void visitAssignment(AssignmentTree node, Void ignored) { argument
/openjdk7/jdk/src/windows/native/sun/management/
H A DFileSystemImpl.c242 (JNIEnv *env, jclass ignored)
253 (JNIEnv *env, jclass ignored, jstring str)
279 (JNIEnv *env, jclass ignored, jstring str)
241 Java_sun_management_FileSystemImpl_init0(JNIEnv *env, jclass ignored) argument
252 Java_sun_management_FileSystemImpl_isSecuritySupported0(JNIEnv *env, jclass ignored, jstring str) argument
278 Java_sun_management_FileSystemImpl_isAccessUserOnly0(JNIEnv *env, jclass ignored, jstring str) argument

Completed in 788 milliseconds

123