Searched refs:ae (Results 1 - 25 of 102) sorted by relevance

12345

/openjdk10/jdk/test/java/lang/AssertionError/
H A DCause.java34 AssertionError ae = new AssertionError(e);
35 if (ae.getCause() != e)
37 ae = new AssertionError("gosh it's late");
38 if (ae.getCause() != null)
39 throw new Exception("Cause set erroneously: " + ae.getCause());
/openjdk10/langtools/test/tools/javac/assert/
H A DDU1.java14 } catch (AssertionError ae) {
/openjdk10/jdk/test/java/lang/annotation/repeatingAnnotations/
H A DInheritedAssociatedAnnotations.java46 private static void checkAssociated(AnnotatedElement ae) { argument
47 Ann[] actual = ae.getAnnotationsByType(Ann.class);
48 Ann[] expected = ae.getAnnotation(ExpectedAssociated.class).value();
53 ae,
/openjdk10/jdk/test/java/lang/Math/
H A DDivModTests.java144 } catch (ArithmeticException ae) {
146 fail("FAIL: Math.floorMod(%d, %d); unexpected %s%n", x, y, ae);
248 } catch (ArithmeticException ae) {
352 } catch (ArithmeticException ae) {
368 } catch (ArithmeticException ae) {
369 return ae;
382 } catch (ArithmeticException ae) {
383 return ae;
396 } catch (ArithmeticException ae) {
397 return ae;
[all...]
/openjdk10/jdk/test/java/math/BigInteger/
H A DExtremeShiftingTests.java53 } catch (ArithmeticException ae) {
64 } catch (ArithmeticException ae) {
H A DTestValueExact.java71 } catch(ArithmeticException ae) {
106 } catch(ArithmeticException ae) {
145 } catch(ArithmeticException ae) {
188 } catch(ArithmeticException ae) {
/openjdk10/jdk/test/java/rmi/activation/CommandEnvironment/
H A DDoctor.java66 } catch (ActivationException ae) {
68 ae.printStackTrace();
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DExceptionHandler.java49 * in the ApplicationException. If ae represents
54 * the exception in ae.
56 Exception readException( ApplicationException ae ) ;
/openjdk10/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/arrays/
H A DArrayExtraction.java54 ArrayExtraction ae = (ArrayExtraction) array;
55 for (int i = dimensionExpressions.size(); i < ae.getDimsNumber(); ++i) {
56 dims.add(ae.getDim(i));
/openjdk10/jdk/test/java/awt/im/
H A DJTextFieldTest.java53 public void actionPerformed(ActionEvent ae) { argument
/openjdk10/jdk/test/java/awt/Button/ActionEventTest/
H A DActionEventTest.java78 public void actionPerformed(ActionEvent ae) {
79 int md = ae.getModifiers();
/openjdk10/jdk/test/java/awt/MenuBar/ActionEventTest/
H A DActionEventTest.java54 public void actionPerformed(ActionEvent ae) {
56 int md = ae.getModifiers();
/openjdk10/jdk/test/java/awt/print/Dialog/RestoreActiveWindowTest/
H A DRestoreActiveWindowTest.java74 public void actionPerformed(ActionEvent ae) {
82 public void actionPerformed(ActionEvent ae) {
166 public void actionPerformed(ActionEvent ae) { argument
167 if (ae.getSource() instanceof Button) {
168 Button btn = (Button) ae.getSource();
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXTaskbarPeer.java157 ActionEvent ae = new ActionEvent(mi, ActionEvent.ACTION_PERFORMED,
161 XToolkit.postEvent(XToolkit.targetToAppContext(ae.getSource()), ae);
/openjdk10/jdk/test/java/awt/Modal/ModalInternalFrameTest/
H A DModalInternalFrameTest.java78 public void actionPerformed(ActionEvent ae)
87 public void actionPerformed(ActionEvent ae)
101 public void actionPerformed(ActionEvent ae)
110 public void actionPerformed(ActionEvent ae)
/openjdk10/jdk/test/java/awt/grab/MenuDragEvents/
H A DMenuDragEvents.java126 public void actionPerformed(ActionEvent ae) {
127 System.err.println(ae);
143 catch (AWTException ae) {
144 throw new RuntimeException(ae);
/openjdk10/jdk/src/java.security.jgss/share/classes/javax/security/auth/kerberos/
H A DKeyImpl.java189 } catch (Asn1Exception ae) {
190 throw new IOException(ae.getMessage());
201 } catch (Asn1Exception ae) {
202 throw new IOException(ae.getMessage());
/openjdk10/jdk/test/javax/swing/JFrame/8037575/
H A Dbug8037575.java116 public void actionPerformed(ActionEvent ae) {
207 public void actionPerformed(ActionEvent ae) {
217 public void actionPerformed(ActionEvent ae) {
225 public void actionPerformed(ActionEvent ae) {
/openjdk10/jdk/test/java/awt/List/ActionEventTest/
H A DActionEventTest.java66 public void actionPerformed(ActionEvent ae) {
67 int md = ae.getModifiers();
/openjdk10/jdk/test/javax/swing/JToolTip/4644444/
H A Dbug4644444.java280 public void actionPerformed(ActionEvent ae) { argument
281 if(ae.getSource()==remarks) {
303 if(ae.getSource()==assertPass) {
306 else if(ae.getSource()==assertFail) {
342 public void actionPerformed(ActionEvent ae) { argument
344 if(ae.getSource()==addRemarks) {
/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaParser.java845 for (NamingEnumeration<? extends Attribute> ae = attrs.getAll();
846 ae.hasMoreElements(); ) {
848 attr = ae.next();
975 for (NamingEnumeration<? extends Attribute> ae = attrs.getAll();
976 ae.hasMoreElements(); ) {
978 attr = ae.next();
1042 for (NamingEnumeration<? extends Attribute> ae = attrs.getAll();
1043 ae.hasMoreElements(); ) {
1045 attr = ae.next();
1119 for (NamingEnumeration<? extends Attribute> ae
[all...]
/openjdk10/jdk/test/java/awt/dnd/URLDragTest/
H A DDragLinkFromBrowser.java180 public void actionPerformed(ActionEvent ae) { argument
181 if (ae.getSource() instanceof Button) {
182 Button btn = (Button) ae.getSource();
/openjdk10/jdk/test/javax/swing/JFileChooser/8067660/
H A DFileChooserTest.java198 public void actionPerformed(ActionEvent ae) {
209 public void actionPerformed(ActionEvent ae) {
217 public void actionPerformed(ActionEvent ae) {
/openjdk10/jdk/test/javax/swing/JTabbedPane/4666224/
H A Dbug4666224.java480 public void actionPerformed(ActionEvent ae) { argument
481 if(ae.getSource()==remarks) {
503 if(ae.getSource()==assertPass) {
506 else if(ae.getSource()==assertFail) {
542 public void actionPerformed(ActionEvent ae) { argument
544 if(ae.getSource()==addRemarks) {
/openjdk10/jdk/test/java/awt/List/EmptyListEventTest/
H A DEmptyListEventTest.java147 public void actionPerformed(ActionEvent ae) { argument
148 System.err.println(ae);

Completed in 299 milliseconds

12345