Searched refs:l2 (Results 1 - 25 of 128) sorted by relevance

123456

/openjdk9/langtools/test/tools/javac/diags/examples/
H A DUncheckedAssign.java31 void m(List l1, List<String> l2) { argument
32 l2 = l1;
H A DWhereCaptured1.java38 <T> void m(List<T> l1, List<T> l2) {} argument
H A DWhereCaptured.java37 <T> void m(List<T> l1, List<T> l2) {} argument
/openjdk9/jdk/test/java/util/LinkedList/
H A DAddAll.java37 List l2 = new LinkedList(head);
39 l2.addAll(tail);
40 if (!l1.equals(l2))
/openjdk9/langtools/test/tools/javac/warnings/
H A DT6763518.java37 void m(@SuppressWarnings("rawtypes") List l2) { argument
/openjdk9/langtools/test/tools/javac/generics/inference/
H A DLowerBoundGLB.java43 void test(Box<? super String> l1, Box<? super CharSequence> l2) { argument
44 doGLB(l1, l2).substring(3);
/openjdk9/jaxp/src/java.xml/share/classes/org/xml/sax/ext/
H A DLocator2Impl.java76 Locator2 l2 = (Locator2) locator;
78 version = l2.getXMLVersion ();
79 encoding = l2.getEncoding ();
/openjdk9/jdk/test/java/util/Collections/
H A DSwap.java42 List l2 = new ArrayList(Collections.nCopies(100, Boolean.FALSE));
43 l2.set(SIZE-1, Boolean.TRUE);
44 if (!l.equals(l2))
/openjdk9/langtools/test/tools/javac/Diagnostics/6722234/
H A DT6722234b.java13 <T> void m(List<T> l1, List<T> l2) {} argument
/openjdk9/langtools/test/tools/javac/lambda/
H A DBadTargetType.java17 Object l2 = (int pos)-> { }; field in class:BadTargetType
H A DMethodReference32.java14 MethodReference32 m(List<Integer> l1, List<Integer> l2); argument
H A DTargetType54.java38 List<Integer> l2 = si.collect(toCollection(ArrayList::new));
/openjdk9/hotspot/test/compiler/c1/
H A DTestUnalignedLoad.java44 long l2 = l2v;
56 if (l2 != l2v) {
57 System.out.println(l2 + " != " + l2v);
/openjdk9/jdk/test/javax/naming/ldap/LdapName/
H A DCompareToEqualsTests.java84 LdapName l2 = new LdapName(rdns2);
85 checkResults(l1, l2, 0);
87 l2 = new LdapName("binary=#61626378797A");
88 checkResults(l1, l2, 0);
90 l2 = new LdapName("binary=#61626378797B");
91 checkResults(l1, l2, -1);
/openjdk9/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DOrSelector.java47 List<Figure> l2 = selector2.selected(d);
49 for (Figure f : l2) {
H A DAndSelector.java46 List<Figure> l2 = selector2.selected(d);
48 for (Figure f : l2) {
/openjdk9/jdk/src/java.smartcardio/share/classes/javax/smartcardio/
H A DCommandAPDU.java314 int l2 = apdu[apdu.length - 1] & 0xff;
315 this.ne = (l2 == 0) ? 256 : l2;
326 int l2 = ((apdu[5] & 0xff) << 8) | (apdu[6] & 0xff);
329 this.ne = (l2 == 0) ? 65536 : l2;
332 if (l2 == 0) {
334 + apdu.length + ", b1=" + l1 + ", b2||b3=" + l2);
336 if (apdu.length == 4 + 3 + l2) {
338 this.nc = l2;
[all...]
/openjdk9/jdk/test/javax/swing/JLayer/6872503/
H A Dbug6872503.java40 static JLayer<Component> l2; field in class:bug6872503
49 l2 = new JLayer<Component>();
50 l2.setLayerEventMask(AWTEvent.MOUSE_EVENT_MASK | AWTEvent.KEY_EVENT_MASK);
59 frame.add(l2);
71 if (!layerEventControllerMaskEquals(l1.getLayerEventMask() | l2.getLayerEventMask())) {
/openjdk9/jdk/test/java/util/logging/
H A DTestConfigurationListeners.java292 final TestConfigurationListener l2 = new TestConfigurationListener("l#2");
303 m.addConfigurationListener(l2);
305 expect(l2, 0);
309 expect(l2, 1);
312 expect(l2, 1);
315 expect(l2, 2);
318 expect(l2, 2);
321 expect(l2, 3);
324 expect(l2, 3);
327 expect(l2,
[all...]
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntaxTokenManager.java1068 long l2 = 1L << (curChar & 077);
1074 if (jjCanMove_0(hiByte, i1, i2, l1, l2))
1079 if (jjCanMove_1(hiByte, i1, i2, l1, l2))
1087 if (jjCanMove_2(hiByte, i1, i2, l1, l2))
1093 if (jjCanMove_2(hiByte, i1, i2, l1, l2))
1095 if (jjCanMove_2(hiByte, i1, i2, l1, l2))
1099 if (!jjCanMove_0(hiByte, i1, i2, l1, l2))
1106 if (!jjCanMove_0(hiByte, i1, i2, l1, l2))
1113 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
1120 if (!jjCanMove_2(hiByte, i1, i2, l1, l2))
1499 jjCanMove_0(int hiByte, int i1, int i2, long l1, long l2) argument
1511 jjCanMove_1(int hiByte, int i1, int i2, long l1, long l2) argument
1567 jjCanMove_2(int hiByte, int i1, int i2, long l1, long l2) argument
[all...]
/openjdk9/jdk/test/java/util/concurrent/CopyOnWriteArraySet/
H A DRacingCows.java62 final List<Integer> l2 = new CopyOnWriteArrayList<>();
69 case 0: l2.add(two); break;
70 case 1: l2.add(0, two); break;
73 case 0: l2.remove(two); break;
74 case 1: l2.remove(0); break;
75 case 2: l2.clear(); break;
93 check(! l1.equals(l2));
94 check(! l2.equals(l1));
97 try { new CopyOnWriteArrayList<Integer>(l2); }
/openjdk9/langtools/test/tools/javac/generics/inference/6369605/
H A DT6369605a.java47 List<?> l2 = m2(); field in class:T6369605a
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/scd/
H A DSCDParserTokenManager.java2106 long l2 = 1L << (curChar & 077);
2113 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2120 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2127 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2134 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2141 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2148 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2155 if (!jjCanMove_0(hiByte, i1, i2, l1, l2))
2162 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2169 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2195 jjCanMove_0(int hiByte, int i1, int i2, long l1, long l2) argument
2251 jjCanMove_1(int hiByte, int i1, int i2, long l1, long l2) argument
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DUnbalancedMonitorsTest.java168 Label l2 = new Label();
169 mv.visitTryCatchBlock(l0, l1, l2, null);
171 mv.visitTryCatchBlock(l2, l3, l2, null);
177 mv.visitTryCatchBlock(l2, l7, l6, null);
202 mv.visitLabel(l2);
230 Label l2 = new Label();
231 mv.visitTryCatchBlock(l0, l1, l2, null);
233 mv.visitTryCatchBlock(l2, l3, l2, nul
[all...]
/openjdk9/jdk/test/java/util/LinkedHashMap/
H A DBasic.java168 List<Integer> l2 = new ArrayList(l);
169 Collections.shuffle(l2);
171 Integer x = (Integer) l2.get(i);
188 Integer x = (Integer) l2.get(i);
192 if (!new ArrayList(m.keySet()).equals(l2))
196 Integer x = (Integer) l2.get(i);
200 if (!new ArrayList(m.keySet()).equals(l2))
204 Integer x = (Integer) l2.get(i);
208 if (!new ArrayList(m.keySet()).equals(l2))
212 Integer x = (Integer) l2
[all...]

Completed in 303 milliseconds

123456