/openjdk7/jdk/test/java/io/Serializable/evolution/RenamePackage/extension/ |
H A D | ExtendedObjectInputStream.java | 52 static public void addRenamedClassName(String oldName, String newName) argument 72 //System.out.println("oldName=" + oldName + 74 renamedClassMap.put(oldName, cl);
|
/openjdk7/jdk/test/javax/management/MBeanServer/ |
H A D | PreRegisterTest.java | 41 static final ObjectName oldName, newName; field in class:PreRegisterTest 45 oldName = new ObjectName("a:type=old"); 68 mbs.createMBean(X.class.getName(), oldName); 72 if (names.contains(oldName)) {
|
/openjdk7/jdk/src/share/classes/javax/naming/ |
H A D | InitialContext.java | 442 public void rename(String oldName, String newName) throws NamingException { argument 443 getURLOrDefaultInitCtx(oldName).rename(oldName, newName); 446 public void rename(Name oldName, Name newName) argument 449 getURLOrDefaultInitCtx(oldName).rename(oldName, newName);
|
H A D | Context.java | 427 * @param oldName 438 public void rename(Name oldName, Name newName) throws NamingException; argument 445 * @param oldName 452 public void rename(String oldName, String newName) throws NamingException; argument
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/ |
H A D | InstructionDecoder.java | 166 private String getCorrectOpcodeName(String oldName, int prefixes, boolean operandSize, boolean addrSize) { argument 167 StringBuffer newName = new StringBuffer(oldName); 169 for(index=0; index<oldName.length(); index++) { 170 switch (oldName.charAt(index)) {
|
/openjdk7/jdk/src/share/classes/com/sun/jndi/rmi/registry/ |
H A D | RegistryContext.java | 189 public void rename(Name oldName, Name newName) throws NamingException { argument 190 bind(newName, lookup(oldName)); 191 unbind(oldName);
|
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/ |
H A D | ComponentContext.java | 702 protected void p_rename(Name oldName, Name newName, Continuation cont) throws argument 704 HeadTail res = p_resolveIntermediate(oldName, cont);
|
H A D | PartialCompositeContext.java | 257 public void rename(String oldName, String newName) throws NamingException { argument 258 rename(new CompositeName(oldName), new CompositeName(newName)); 260 public void rename(Name oldName, Name newName) argument 264 Name nm = oldName; 266 Continuation cont = new Continuation(oldName, env);
|
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/url/ |
H A D | GenericURLContext.java | 291 public void rename(String oldName, String newName) throws NamingException { argument 292 String oldPrefix = getURLPrefix(oldName); 297 oldName + " " + newName); 300 ResolveResult res = getRootURLContext(oldName, myEnv);
|
/openjdk7/jdk/src/share/classes/com/sun/jndi/url/ldap/ |
H A D | ldapURLContext.java | 154 public void rename(String oldName, String newName) throws NamingException { argument 155 if (LdapURL.hasQueryComponents(oldName)) { 156 throw new InvalidNameException(oldName); 160 super.rename(oldName, newName); 164 public void rename(Name oldName, Name newName) throws NamingException { argument 165 if (LdapURL.hasQueryComponents(oldName.get(0))) { 166 throw new InvalidNameException(oldName.toString()); 170 super.rename(oldName, newName);
|
/openjdk7/jdk/src/share/classes/sun/tools/java/ |
H A D | Type.java | 259 static void changeClassName(Identifier oldName, Identifier newName) { argument 263 ((ClassType)Type.tClass(oldName)).className = newName;
|
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/ |
H A D | CNCtx.java | 794 * api, this method unbinds the object with the "oldName" and 796 * @param oldName string, existing name for the binding. 800 public void rename(String oldName,String newName) argument 802 rename(new CompositeName(oldName), new CompositeName(newName)); 807 * api, this method unbinds the object with the "oldName" and 809 * @param oldName JNDI Name, existing name for the binding. 813 public void rename(Name oldName,Name newName) argument 818 if (oldName.size() == 0 || newName.size() == 0) 820 java.lang.Object obj = lookup(oldName); 822 unbind(oldName); [all...] |
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/ |
H A D | LdapReferralContext.java | 250 public void rename(String oldName, String newName) throws NamingException { argument 251 rename(toName(oldName), toName(newName)); 254 public void rename(Name oldName, Name newName) throws NamingException { argument 260 refCtx.rename(overrideName(oldName), toName(refEx.getNewRdn()));
|
H A D | LdapCtx.java | 676 protected void c_rename(Name oldName, Name newName, Continuation cont) argument 684 // assert (oldName instanceOf CompositeName); 686 cont.setError(this, oldName); 691 // permit oldName to be empty (for processing referral contexts) 692 if (oldName.isEmpty()) { 695 oldParsed = parser.parse(oldName.get(0)); // extract DN & parse 718 LdapResult answer = clnt.moddn(fullyQualifiedName(oldName), 726 processReturnCode(answer, oldName); 757 refCtx.rename(oldName, newName);
|
/openjdk7/jdk/src/share/classes/java/lang/invoke/ |
H A D | LambdaForm.java | 1322 Name replaceName(Name oldName, Name newName) { // FIXME: use replaceNames uniformly argument 1323 if (oldName == newName) return this; 1329 if (arguments[j] == oldName) {
|
/openjdk7/jdk/src/share/classes/java/awt/ |
H A D | Font.java | 639 * The oldName and oldStyle are supplied so they can be compared with 641 * oldName == null will be interpreted as the name is unchanged. 645 private Font(AttributeValues values, String oldName, int oldStyle, argument 653 if (oldName != null) { 655 if (oldName.equals(newName)) newName = null;
|
/openjdk7/jdk/make/tools/src/build/tools/generatecharacter/ |
H A D | UnicodeSpec.java | 76 oldName = null; 519 oldName = name; 523 return oldName; 580 String oldName; field in class:UnicodeSpec
|
/openjdk7/jdk/src/share/classes/javax/swing/ |
H A D | JTabbedPane.java | 598 String oldName = null; 604 oldName = accessibleContext.getAccessibleName(); 619 changeAccessibleSelection(oldPage, oldName, newPage); 623 private void changeAccessibleSelection(Page oldPage, String oldName, Page newPage) { argument 640 oldName, 938 String oldName = null; 954 oldName = accessibleContext.getAccessibleName(); 984 changeAccessibleSelection(null, oldName, newSelected); 989 changeAccessibleSelection(null, oldName, pages.get(index));
|
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/ |
H A D | XSDHandler.java | 3803 String oldName, String newName) { 3827 !derivedBase.localpart.equals(oldName)) { 3831 + "," + oldName}, 3885 !derivedBase.localpart.equals(oldName)) { 3889 + "," + oldName}, 3910 ","+oldName:currSchema.fTargetNamespace+","+oldName; 3926 ","+oldName:currSchema.fTargetNamespace+","+oldName; 3801 renameRedefiningComponents(XSDocumentInfo currSchema, Element child, String componentType, String oldName, String newName) argument
|