Searched refs:ee (Results 1 - 25 of 176) sorted by relevance

12345678

/openjdk10/jdk/src/jdk.jcmd/share/classes/sun/tools/jstat/
H A DSymbolResolutionClosure.java42 private ExpressionEvaluator ee; field in class:SymbolResolutionClosure
44 public SymbolResolutionClosure(ExpressionEvaluator ee) { argument
45 this.ee = ee;
56 e = (Expression)ee.evaluate(e);
H A DOptionOutputFormatter.java50 ExpressionEvaluator ee = new ExpressionResolver(vm);
51 SymbolResolutionClosure ec = new SymbolResolutionClosure(ee);
H A DRowClosure.java56 ExpressionEvaluator ee = new ExpressionExecuter(vm);
57 Object value = ee.evaluate(e);
/openjdk10/nashorn/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DLookup.java145 final IllegalAccessError ee = new IllegalAccessError("Failed to unreflect method " + m);
146 ee.initCause(e);
147 throw ee;
163 final IllegalAccessError ee = new IllegalAccessError("Failed to unreflect getter for field " + f);
164 ee.initCause(e);
165 throw ee;
186 final IllegalAccessError ee = new IllegalAccessError("Failed to access getter for field " + refc.getName() +
188 ee.initCause(e);
189 throw ee;
191 final NoSuchFieldError ee
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/test/libproc/
H A DLibprocTest.java36 } catch (InterruptedException ee) {
/openjdk10/langtools/test/tools/javac/6402516/
H A DCheckMethod.java54 ExecutableElement ee = s.getEnclosingMethod();
56 if (ee == null)
59 CharSequence name = ee.getSimpleName();
63 error(s, ref, "bad enclosing method found: " + ee);
/openjdk10/jdk/test/java/net/httpclient/http2/server/
H A DPushHandler.java43 public void handle(Http2TestExchange ee) { argument
45 System.err.println ("Server: handle " + ee);
48 if (ee.serverPushAllowed()) {
54 ee.serverPush(u, h, is);
58 ee.sendResponseHeaders(200, file_size);
59 OutputStream os = ee.getResponseBody();
/openjdk10/jdk/test/sun/security/tools/jarsigner/
H A Dcertpolicy.sh44 $KT -genkeypair -alias ee -dname CN=EE
55 $KT -certreq -alias ee | \
58 $KT -import -alias ee
60 $KT -export -alias ee -rfc > cc
70 $JS -strict -certchain cc a.jar ee -debug || ERR="sign"
/openjdk10/langtools/test/tools/javap/
H A DT7186925.java61 } catch (NullPointerException ee) {
62 ee.printStackTrace();
63 error("Exception: " + ee);
64 } catch (Exception ee) {
65 System.err.println("Caught exception: " + ee);
/openjdk10/jdk/test/javax/imageio/
H A DImageReaderGetDestination.java55 } catch (Throwable ee) {
57 ee.printStackTrace();
68 } catch (Throwable ee) {
70 ee.printStackTrace();
82 } catch (Throwable ee) {
84 ee.printStackTrace();
101 } catch (Throwable ee) {
103 ee.printStackTrace();
/openjdk10/jdk/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_anycm.h70 struct execenv *ee; \
88 ee = EE(); \
103 pixel = do_execute_java_method(ee, (void *) CM, \
106 if (exceptionOccurred(ee)) { \
/openjdk10/jdk/test/java/net/URLEncoder/
H A DURLEncoderEncodeArgs.java41 } catch (UnsupportedEncodingException ee) {
/openjdk10/jdk/test/java/net/URLDecoder/
H A DURLDecoderArgs.java41 } catch (UnsupportedEncodingException ee) {
/openjdk10/jdk/src/java.se.ee/share/classes/
H A Dmodule-info.java39 module java.se.ee {
/openjdk10/jdk/test/com/sun/jdi/
H A DResumeOneThreadTest.java145 } catch (IncompatibleThreadStateException ee) {
146 failure("FAILED: Exception: " + ee);
167 } catch (IncompatibleThreadStateException ee) {
168 failure("FAILED: Could not get frames for thread 1: Exception: " + ee);
169 } catch (Exception ee) {
170 failure("FAILED: Could not get frames for thread 1: Exception: " + ee);
176 } catch (InvalidStackFrameException ee) {
180 throw(ee);
H A DDeleteAllBkptsTest.java94 } catch (InternalException ee) {
97 failure("FAIL: Unexpected Exception encountered: " + ee);
H A DSourceNameFilterTest.java130 } catch (AbsentInformationException ee) {
131 failure("failure: absent info on sourceName(): " + ee);
139 } catch (AbsentInformationException ee) {
140 failure("failure: absent info on sourceNames(): " + ee);
159 } catch (AbsentInformationException ee) {
H A DSimulResumerTest.java212 } catch (IncompatibleThreadStateException ee) {
214 } catch (VMDisconnectedException ee) {
217 throw ee;
218 } catch (Exception ee) {
219 failure("failure: Got exception from " + kind + ": " + ee );
257 } catch (InterruptedException ee) {
261 } catch (VMDisconnectedException ee) {
H A DAfterThreadDeathTest.java89 } catch (IllegalThreadStateException ee) {
92 } catch (Exception ee) {
96 + " Got this exception instead: " + ee);
H A DPopAndInvokeTest.java158 } catch (InterruptedException ee) {
172 } catch (IncompatibleThreadStateException ee) {
175 } catch (Exception ee) {
176 failure("FAIL: Got unexpected exception: " + ee);
H A DInterruptHangTest.java56 } catch (InterruptedException ee) {
67 } catch (InterruptedException ee) {
95 } catch (InterruptedException ee) {
170 } catch (InterruptedException ee) {
/openjdk10/jdk/test/javax/management/mxbean/
H A DUtils.java134 } catch (Exception ee) {
142 } catch (Exception ee) {
154 } catch (Exception ee) {
160 } catch (Exception ee) {
170 } catch (Exception ee) {
178 } catch (Exception ee) {
192 } catch (Exception ee) {
198 } catch (Exception ee) {
/openjdk10/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/
H A DServer.java49 } catch (ExportException ee) {
50 if (ee.getCause() instanceof BindException) {
53 throw ee;
/openjdk10/jdk/test/com/sun/jdi/sde/
H A DFilterMangleTest.java133 } catch (AbsentInformationException ee) {
134 failure("failure: absent info on sourceName(): " + ee);
142 } catch (AbsentInformationException ee) {
143 failure("failure: absent info on sourceNames(): " + ee);
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DPlainDocument.java222 ElementEdit ee = new ElementEdit(lineMap, index, relems, aelems);
223 chng.addEdit(ee);
262 ElementEdit ee = new ElementEdit(map, line0, relems, aelems);
263 chng.addEdit(ee);
276 ElementEdit ee = new ElementEdit(map, line0, relem, aelem);
277 chng.addEdit(ee);
311 ElementEdit ee = new ElementEdit(lineMap, index, relem, abelem);
312 chng.addEdit(ee);

Completed in 197 milliseconds

12345678