/openjdk7/jdk/test/javax/smartcardio/ |
H A D | TestCardPermission.java | 51 invalid(null); 52 invalid(""); 53 invalid("foo"); 54 invalid("connect, reset"); 55 invalid("connect,,reset"); 56 invalid("connect,"); 57 invalid(",connect"); 58 invalid(""); 61 private static void invalid(String s) throws Exception { method in class:TestCardPermission 64 throw new Exception("Created invalid actio [all...] |
/openjdk7/hotspot/src/share/vm/code/ |
H A D | location.hpp | 52 invalid, // Invalid location enumerator in enum:VALUE_OBJ_CLASS_SPEC::Type 97 Location() { set(on_stack,invalid,0); }
|
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/ |
H A D | X11SurfaceData.h | 96 jboolean invalid; member in struct:_X11SDOps
|
/openjdk7/jdk/test/demo/zipfs/ |
H A D | PathOps.java | 207 PathOps invalid() { method in class:PathOps 386 // invalid 388 .invalid(); 390 .invalid(); 392 .invalid(); 394 .invalid(); 396 .invalid(); 398 .invalid();
|
/openjdk7/jdk/test/java/nio/file/Path/ |
H A D | PathOps.java | 200 PathOps invalid() { method in class:PathOps 617 .invalid(); 619 .invalid(); 625 // invalid 627 .invalid(); 629 .invalid(); 630 test("C:\\?") // invalid character 631 .invalid(); 632 test("C:\\*") // invalid character 633 .invalid(); [all...] |
/openjdk7/jdk/test/javax/management/openmbean/ |
H A D | ConstraintTest.java | 69 Object[] invalid = test[3]; 72 System.out.println("...invalid=" + Arrays.deepToString(invalid)); 75 valid, invalid); 87 Object[] valid, Object[] invalid) 98 (Comparable<T>) maxValue, (T[]) legalValues, valid, invalid); 104 Object[] valid, Object[] invalid) 114 valid, invalid); 117 valid, invalid); 120 valid, invalid); 84 test(OpenType<T> openType, Object defaultValue, Comparable<?> minValue, Comparable<?> maxValue, Object[] legalValues, Object[] valid, Object[] invalid) argument 101 test1(OpenType<T> openType, T defaultValue, Comparable<T> minValue, Comparable<T> maxValue, T[] legalValues, Object[] valid, Object[] invalid) argument 205 test(OpenMBeanParameterInfo info, Object[] valid, Object[] invalid) argument 252 test1(OpenMBeanParameterInfo info, Object[] valid, Object[] invalid) argument [all...] |
/openjdk7/jdk/src/share/classes/java/net/ |
H A D | SocketPermission.java | 209 // true if this SocketPermission represents an invalid/unknown host 211 private transient boolean invalid; field in class:SocketPermission 358 throw new IllegalArgumentException("invalid port range"); 373 throw new IllegalArgumentException("invalid actions mask"); 398 IllegalArgumentException("invalid host/port: "+host); 416 IllegalArgumentException("invalid port range: "+port); 427 IllegalArgumentException("invalid host wildcard specification"); 436 IllegalArgumentException("invalid host wildcard specification"); 456 invalid = true; 560 "invalid permissio [all...] |
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | abstractInterpreter.hpp | 117 invalid = -1 enumerator in enum:AbstractInterpreter::MethodKind
|
/openjdk7/jdk/src/windows/native/sun/java2d/windows/ |
H A D | GDIWindowSurfaceData.h | 156 jboolean invalid; member in struct:_GDIWinSDOps
|
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/ |
H A D | mutableNUMASpace.cpp | 110 MemRegion invalid; local 115 // as invalid rounding it to a page_size(). 118 invalid = MemRegion(start, end); 121 ls->add_invalid_region(invalid); 130 MemRegion invalid(s->top(), s->end()); 131 ls->add_invalid_region(invalid); 134 MemRegion invalid(s->top(), s->end()); 135 ls->add_invalid_region(invalid); 505 // Try to merge the invalid region with the bottom or top region by decreasing 510 // |----------------|-------invalid [all...] |
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/ |
H A D | PLATFORM_API_MacOSX_Ports.cpp | 117 bool invalid = false; local 139 invalid = true; 165 invalid = true; 175 if (invalid) { 176 TRACE1("PortMixer (deviceID=0x%x) becomes invalid", (int)mixer->deviceID);
|
/openjdk7/jdk/src/windows/native/sun/windows/ |
H A D | awt_DnDDS.cpp | 715 int invalid = (dwEffect == DROPEFFECT_NONE); local 717 if (invalid) {
|
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | assembler_x86.cpp | 2417 assert(isByte(mode), "invalid value"); 2425 assert(isByte(mode), "invalid value"); 2436 assert(isByte(mode), "invalid value"); 2443 assert(isByte(mode), "invalid value"); 5621 // that the current epoch is invalid in order to do this because 5663 // current "bias owner", if any, is actually invalid. Under these 6200 // that the current epoch is invalid in order to do this because 6235 // current "bias owner", if any, is actually invalid. Under these 9822 bool invalid() const { return ((_value >> 0) & 1) != 0; } function in class:ControlWord 9850 f[7] = (invalid ()) 9875 bool invalid() const { return ((_value >> 0) & 1) != 0; } function in class:StatusWord [all...] |
/openjdk7/hotspot/src/os/windows/vm/ |
H A D | os_windows.cpp | 402 assert(osthr->get_state() == RUNNABLE, "invalid os thread state"); 3622 assert(_default_stack_size > (size_t) _vm_page_size, "invalid stack size"); 3844 const long invalid = 0x01; local 3845 fp_control_word |= invalid; 3975 // value (which will likely end up creating an invalid class data 4222 as the win32 APIs, which treat this case as an invalid 4617 // need to be modified to tolerate finding a NULL (invalid) win32 event handle. 4620 // SetEvent() would either fail because the handle was invalid, or inadvertently work,
|