Searched refs:loc2 (Results 1 - 11 of 11) sorted by relevance
/openjdk7/langtools/test/tools/javac/api/6406133/ |
H A D | T6406133.java | 73 void compare(Locale loc1, Locale loc2, boolean useListener) { argument 75 String res2 = exec(useListener, loc2); 76 boolean success = (loc1.equals(loc2) && res1.equals(res2)) || 77 (!loc1.equals(loc2) && !res1.equals(res2));
|
/openjdk7/jdk/test/java/util/Locale/ |
H A D | Bug4518797.java | 72 Locale loc2 = (Locale) ois.readObject(); 73 int hc = loc2.hashCode();
|
/openjdk7/jdk/test/com/sun/jdi/ |
H A D | TwoThreadsTest.java | 192 Location loc2 = findMethod(targetClass, "bkpt2", "(I)V").location(); 194 request2 = erm.createBreakpointRequest(loc2);
|
H A D | InvokeHangTest.java | 224 Location loc2 = findMethod(targetClass, "bkpt2", "(I)V").location(); 226 request2 = erm.createBreakpointRequest(loc2);
|
H A D | ResumeOneThreadTest.java | 214 Location loc2 = findMethod(targetClass, "bkpt2", "()V").location(); 215 request2 = erm.createBreakpointRequest(loc2);
|
H A D | SimulResumerTest.java | 233 Location loc2 = findMethod(targetClass, "bkpt2", "(I)V").location(); 235 request2 = erm.createBreakpointRequest(loc2);
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/ |
H A D | BasicTypeDataBase.java | 292 Address loc2 = null; 300 loc2 = addr.getAddressAt(offset2); 327 if (loc2 != null && loc2Match == null && vtblAddr.equals(loc2)) {
|
/openjdk7/jdk/test/java/awt/Dialog/NonResizableDialogSysMenuResize/ |
H A D | NonResizableDialogSysMenuResize.java | 122 Point loc2 = d.getLocation(); 125 System.out.println("AFTER RESIZE: The position of the dialog is: " + loc2 + "; the size is: " + dim2); 127 if (loc2.equals(loc1) && dim2.equals(dim1)) {
|
/openjdk7/jdk/test/java/awt/Frame/DynamicLayout/ |
H A D | DynamicLayout.java | 119 Point loc2 = jf1.getLocation(); 120 System.out.println("Position of the JTextField while resizing is: " + loc2); 125 if (!loc2.equals(loc1)) {
|
/openjdk7/jdk/test/java/awt/Frame/LayoutOnMaximizeTest/ |
H A D | LayoutOnMaximizeTest.java | 153 Point loc2 = jf1.getLocation(); 154 System.out.println("Position of the JTextField after maximization is: " + loc2); 158 if (loc2.equals(loc1)) {
|
/openjdk7/hotspot/src/share/vm/c1/ |
H A D | c1_LinearScan.cpp | 2665 Location loc1, loc2; 2666 if (!frame_map()->locations_for_slot(opr->double_stack_ix(), Location::normal, &loc1, &loc2)) { 2670 second = new LocationValue(loc2);
|
Completed in 503 milliseconds