Searched refs:cloned (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/acl/
H A DAclEntryImpl.java166 AclEntryImpl cloned;
167 cloned = new AclEntryImpl(user);
168 cloned.permissionSet = (Vector<Permission>) permissionSet.clone();
169 cloned.negative = negative;
170 return cloned;
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DUnicastRemoteObject.java197 UnicastRemoteObject cloned = (UnicastRemoteObject) super.clone();
198 cloned.reexport();
199 return cloned;
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DNameSpaceSymbTable.java48 boolean cloned=true; field in class:NameSpaceSymbTable
113 cloned=false;
126 cloned=false;
128 cloned=(level.get(size-1)!=symb);
130 cloned=false;
137 if (!cloned) {
140 cloned=true;
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DObj.java130 Attribute objectClass, boolean cloned)
144 if (!cloned) {
155 if (!cloned) {
168 if (!cloned) {
551 char separator, Object obj, Attributes attrs, boolean cloned,
568 cloned = true;
578 cloned = true;
594 } else if (ocNeedsCloning || !cloned) {
600 attrs = encodeObject(separator, obj, attrs, objectClass, cloned);
128 encodeObject(char separator, Object obj, Attributes attrs, Attribute objectClass, boolean cloned) argument
550 determineBindAttrs( char separator, Object obj, Attributes attrs, boolean cloned, Name name, Context ctx, Hashtable env) argument
/openjdk7/hotspot/src/share/vm/opto/
H A Dloopopts.cpp101 // We now call Identity to try to simplify the cloned node.
143 // If we commoned up the cloned 'x' with another existing Node,
170 // outside of loop. Otherwise x will be cloned
646 // cloned in the pre-order so they can feed each other nicely.
844 // body selection for the cloned code. Also, make sure we check
1001 // cloned x's will common up and undo this optimization and
1077 // "Nearly" because all Nodes have been cloned from the original in the loop,
1147 // "Nearly" because all Nodes have been cloned from the original in the loop,
1774 // / / if(i <u limit) new cloned unsigned test
1930 int cloned local
[all...]

Completed in 56 milliseconds