Searched defs:ignore (Results 26 - 48 of 48) sorted by relevance

12

/openjdk7/langtools/test/tools/javac/processing/model/type/
H A DTestUnionType.java166 public Void visitVariable(VariableTree tree, Void ignore) { argument
199 protected String defaultAction(TypeMirror tm, Void ignore) { argument
204 public String visitUnion(UnionType t, Void ignore) { argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMResultAugmentor.java106 public void setIgnoringCharacters(boolean ignore) { argument
107 fIgnoreChars = ignore;
H A DDOMResultBuilder.java200 public void setIgnoringCharacters(boolean ignore) { argument
201 fIgnoreChars = ignore;
/openjdk7/jdk/src/share/classes/java/nio/file/spi/
H A DFileSystemProvider.java93 private FileSystemProvider(Void ignore) { } argument
737 } catch (NoSuchFileException ignore) {
/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.cpp300 bool ignore; local
301 return CURRENT_ENV->get_klass_by_index(cpool, holder_index, ignore, _holder)
443 bool ignore; local
447 return CURRENT_ENV->get_klass_by_index(cpool, get_method_holder_index(), ignore, _holder);
H A DciMethod.cpp897 bool ignore; local
898 return CompilerOracle::should_exclude(mh, ignore);
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/util/
H A DAbstractSaslImpl.java201 boolean ignore) throws SaslException {
206 return parseProp(Sasl.QOP, qop, QOP_TOKENS, QOP_MASKS, saveTokens, ignore);
220 String[] vals, byte[] masks, String[] tokens, boolean ignore)
241 if (!found && !ignore) {
200 parseQop(String qop, String[] saveTokens, boolean ignore) argument
219 parseProp(String propName, String propVal, String[] vals, byte[] masks, String[] tokens, boolean ignore) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DAccessFlags.java71 public AccessFlags ignore(int mask) { method in class:AccessFlags
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DInputRecord.java310 void ignore(int bytes) { method in class:InputRecord
/openjdk7/jdk/test/sun/java2d/OpenGL/
H A DDrawBufImgOp.java30 * @run main/othervm -Dsun.java2d.opengl=True DrawBufImgOp -ignore
45 * and even if we work around those cases using the "-ignore" flag,
48 * Therefore, for now we will run the testcase with the "-ignore" flag
52 * "-ignore" flag and maybe even restore the "-compare" flag. In the
66 private static boolean ignore; field in class:DrawBufImgOp
252 !(ignore && srcCM.hasAlpha()))
279 if (!(ignore &&
289 !(ignore && srcCM.hasAlpha()))
424 } else if (arg.equals("-ignore")) {
425 ignore
[all...]
/openjdk7/jdk/src/share/native/sun/tracing/dtrace/
H A DJVM.c258 JNIEnv *env, jclass ignore, jobject loader, jstring name, jbyteArray data,
257 Java_sun_tracing_dtrace_JVM_defineClass0( JNIEnv *env, jclass ignore, jobject loader, jstring name, jbyteArray data, jint offset, jint length) argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalogManager.java144 /** Flag to ignore missing property files and/or properties */
312 * <p>If ignore is true, missing or unreadable property files will
316 public void setIgnoreMissingProperties(boolean ignore) { argument
317 ignoreMissingProperties = ignore;
323 * <p>If ignore is true, missing or unreadable property files will
329 public void ignoreMissingProperties(boolean ignore) { argument
330 setIgnoreMissingProperties(ignore);
/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.cpp41 void* operator new(size_t ignore, DebugInformationRecorder* dir) { argument
42 assert(ignore == sizeof(DIR_Chunk), "");
H A DrelocInfo.hpp280 relocInfo(relocType type, RawBitsToken ignore, int bits) argument
283 relocInfo(relocType type, RawBitsToken ignore, int off, int f) argument
358 // We do not bother to filter these out, but clients should ignore them.
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DAttributeWriter.java113 public Void visitDefault(DefaultAttribute attr, Void ignore) { argument
146 public Void visitAnnotationDefault(AnnotationDefault_attribute attr, Void ignore) { argument
174 public Void visitCharacterRangeTable(CharacterRangeTable_attribute attr, Void ignore) { argument
212 public Void visitCode(Code_attribute attr, Void ignore) { argument
217 public Void visitCompilationID(CompilationID_attribute attr, Void ignore) { argument
222 public Void visitConstantValue(ConstantValue_attribute attr, Void ignore) { argument
232 public Void visitDeprecated(Deprecated_attribute attr, Void ignore) { argument
237 public Void visitEnclosingMethod(EnclosingMethod_attribute attr, Void ignore) { argument
263 public Void visitExceptions(Exceptions_attribute attr, Void ignore) { argument
285 public Void visitInnerClasses(InnerClasses_attribute attr, Void ignore) { argument
350 visitLineNumberTable(LineNumberTable_attribute attr, Void ignore) argument
360 visitLocalVariableTable(LocalVariableTable_attribute attr, Void ignore) argument
375 visitLocalVariableTypeTable(LocalVariableTypeTable_attribute attr, Void ignore) argument
389 visitRuntimeVisibleAnnotations(RuntimeVisibleAnnotations_attribute attr, Void ignore) argument
401 visitRuntimeInvisibleAnnotations(RuntimeInvisibleAnnotations_attribute attr, Void ignore) argument
413 visitRuntimeVisibleParameterAnnotations(RuntimeVisibleParameterAnnotations_attribute attr, Void ignore) argument
430 visitRuntimeInvisibleParameterAnnotations(RuntimeInvisibleParameterAnnotations_attribute attr, Void ignore) argument
447 visitSignature(Signature_attribute attr, Void ignore) argument
462 visitSourceDebugExtension(SourceDebugExtension_attribute attr, Void ignore) argument
467 visitSourceFile(SourceFile_attribute attr, Void ignore) argument
480 visitSourceID(SourceID_attribute attr, Void ignore) argument
485 visitStackMap(StackMap_attribute attr, Void ignore) argument
497 visitStackMapTable(StackMapTable_attribute attr, Void ignore) argument
644 visitSynthetic(Synthetic_attribute attr, Void ignore) argument
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp42 // ignore memory intervals by overwriting intervals_in_memory
401 void FpuStackAllocator::insert_free_if_dead(LIR_Opr opr, LIR_Opr ignore) { argument
402 if (fpu_num(opr) != fpu_num(ignore) && sim()->contains(fpu_num(opr))) {
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLayoutEngine.cpp457 float ignore, prev; local
459 glyphStorage.getGlyphPosition(0, prev, ignore, success);
464 glyphStorage.getGlyphPosition(p + 1, next, ignore, success);
499 float ignore, prev; local
501 glyphStorage.getGlyphPosition(0, prev, ignore, success);
506 glyphStorage.getGlyphPosition(p + 1, next, ignore, success);
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.hpp348 static bool is_bad_option(const JavaVMOption* option, jboolean ignore,
350 static bool is_bad_option(const JavaVMOption* option, jboolean ignore) { argument
351 return is_bad_option(option, ignore, NULL);
388 // line, instead of failing we print a warning message and ignore the
H A Darguments.cpp1998 bool Arguments::is_bad_option(const JavaVMOption* option, jboolean ignore, argument
2000 if (ignore) return false;
2323 // HotSpot does not have separate native and Java stacks, ignore silently for compatibility
2345 // HotSpot always uses native threads, ignore silently for compatibility
2348 // EVM option, ignore silently for compatibility
2358 // EVM option, ignore silently for compatibility
2445 // note this flag has been used, then ignore
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp195 receiver_limit = mklass; // ignore passed-in limit; interfaces are interconvertible
1091 jlong ignore = find_member_field_offset(JNIHandles::resolve(mname_jh), true, CHECK_NULL); local
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_wm.c829 /* Now check that this window has _DT_SM_STATE_INFO (ignore contents) */
1275 * Some buggy WMs ignore window gravity when processing
1366 long ignore = 0; local
1376 XGetWMNormalHints(dpy, shell_win, hints, &ignore);
1530 * user, but also ignore corresponding requests from the
/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DValueConversions.java324 static void ignore(Object x) { method in class:ValueConversions
476 IGNORE = IMPL_LOOKUP.findStatic(THIS_CLASS, "ignore", ignoreType);
/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp1434 intptr_t ignore = 0; local
1435 Node* base = AddPNode::Ideal_base_and_offset(address, phase, ignore);
3484 if (st_off < header_size) continue; //skip (ignore header)
3881 if (st_off < 0) continue; // ignore dead garbage

Completed in 117 milliseconds

12