Searched refs:re (Results 51 - 75 of 99) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java439 } catch (LdapReferralException re) {
440 e = re;
510 // we're not changing any attrs, leave old attributes alone
603 } catch (LdapReferralException re) {
604 e = re;
656 } catch (LdapReferralException re) {
657 e = re;
760 } catch (LdapReferralException re) {
761 e = re;
833 } catch (LdapReferralException re) {
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMManagerDefault.java406 // if we're using IncrementalSAXSource.filter().
409 } catch (RuntimeException re) {
413 throw re;
443 } catch (RuntimeException re) {
446 throw re;
510 // one that contains ancestors or siblings of the node we're
629 * will only re-use XMLReaders that it created.
701 * we're done with it.
/openjdk7/langtools/test/
H A DMakefile83 JTREG_HOME = $(SLASH_JAVA)/re/jtreg/4.0/promoted/latest/binaries/jtreg
92 JCK_HOME = $(SLASH_JAVA)/re/jck/7/promoted/latest/binaries
104 JT_JAVA = $(SLASH_JAVA)/re/jdk/1.6.0/archive/fcs/binaries/$(PLATFORM)-$(ARCH)
111 TESTJAVA = $(SLASH_JAVA)/re/jdk/1.7.0/promoted/latest/binaries/$(PLATFORM)-$(ARCH)
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaHeap.java245 } catch (RuntimeException re) {
246 throw re;
/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanServerInvocationHandler.java297 } catch (RuntimeMBeanException re) {
298 throw re.getTargetException();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DHandlerTube.java116 } catch (RuntimeException re) {
125 throw re;
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DRMID.java281 } catch (RemoteException re) {
291 } catch (RemoteException re) {
/openjdk7/jdk/test/java/util/logging/bundlesearch/
H A DResourceBundleSearchTest.java225 } catch (MissingResourceException re) {
280 } catch (MissingResourceException re) {
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbedClientHelper.java174 XReparentEvent re = xev.get_xreparent();
175 long newParent = re.get_parent();
H A DXTrayIconPeer.java203 XReparentEvent re = ev.get_xreparent();
204 eframeParentID = re.get_parent();
/openjdk7/jdk/make/common/shared/
H A DDefs-linux.gmk124 _BOOTDIR1 =$(SLASH_JAVA)/re/jdk/$(PREVIOUS_JDK_VERSION)/archive/fcs/binaries/$(PLATFORM)-$(ARCH)
H A DDefs-macosx.gmk132 _BOOTDIR1 =$(SLASH_JAVA)/re/jdk/$(PREVIOUS_JDK_VERSION)/archive/fcs/binaries/$(PLATFORM)-$(ARCH)
H A DDefs-solaris.gmk125 _BOOTDIR1 =$(SLASH_JAVA)/re/jdk/$(PREVIOUS_JDK_VERSION)/archive/fcs/binaries/$(PLATFORM)-$(ARCH)
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DPrincipalName.java367 RealmException re =
369 re.initCause(e);
370 throw re;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DDeadlockDetector.java75 } catch (RuntimeException re) {
/openjdk7/hotspot/agent/test/jdi/
H A Drunsa.sh29 jdk=/java/re/jdk/1.4.1/promoted/latest/binaries/solaris-sparc
/openjdk7/jdk/test/com/sun/jdi/
H A DRedefineMulti.sh114 re-execute method start().
/openjdk7/jdk/test/javax/imageio/plugins/shared/
H A DBitDepth.java179 } catch (RuntimeException re) {
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DRMINotifTest.java73 } catch (RemoteException re) {
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DJSAdapter.java322 } catch (RhinoException re) {
323 throw Context.reportRuntimeError(re.getMessage());
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DSelectorTest.java126 RemoteEntity re = (RemoteEntity) i.next();
127 if (re.cycle()) {
/openjdk7/jdk/test/sun/security/tools/keytool/
H A DKeyToolTest.java1196 // 8. keytool -keypasswd -v -alias mykey2 -storepass password Type "a" for the new key password. Type "aaaaaa" for the new key password. Type "bbbbbb" when re-entering the new key password. Type "a" for the new key password. Check Error (too many failures).
1199 // 9. keytool -keypasswd -v -alias mykey2 -storepass password Type "aaaaaa" for the new key password. Type "aaaaaa" when re-entering the new key password.
1370 int re;
1372 re = src[pos];
1376 re = -1;
1378 if(re == '\n') {
1387 re = -1;//throw new IOException("NO MORE TO READ");
1389 //if (re < 32) System.err.printf("[%02d]", re);
1390 //else System.err.printf("[%c]", (char)re);
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DArrayNotificationBuffer.java613 RuntimeException re = new IllegalArgumentException(msg + e);
614 EnvHelp.initCause(re, e);
617 throw re;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DWSEndpointImpl.java300 } catch (RuntimeException re) {
304 re.printStackTrace();
306 soapVersion, null, re);
/openjdk7/corba/make/common/shared/
H A DDefs.gmk236 PROMOTED_RE_AREA = $(SLASH_JAVA)/re/jdk/$(JDK_VERSION)/promoted

Completed in 79 milliseconds

1234