Searched defs:duplicate (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpValue.java71 public abstract SnmpValue duplicate() ; method in class:SnmpValue
H A DSnmpNull.java118 final synchronized public SnmpValue duplicate() { method in class:SnmpNull
H A DSnmpCounter64.java175 final synchronized public SnmpValue duplicate() { method in class:SnmpCounter64
H A DSnmpInt.java221 final synchronized public SnmpValue duplicate() { method in class:SnmpInt
H A DSnmpString.java237 final synchronized public SnmpValue duplicate() { method in class:SnmpString
/openjdk7/langtools/test/tools/javac/generics/
H A DNonlinear.java70 // The original duplicate was:
72 // static <A> Pair <A,A> duplicate (A x) {
80 // type for duplicate, which uses its type variables linearly
83 static <A,B extends Ref<A>> Pair<Ref<A>,B> duplicate (B x) { method in class:Nonlinear
94 Pair <Ref<A>, Ref<B>> p = duplicate (build ());
/openjdk7/jdk/src/share/classes/java/nio/
H A DStringCharBuffer.java63 public CharBuffer duplicate() { method in class:StringCharBuffer
69 return duplicate();
/openjdk7/jdk/src/share/classes/org/ietf/jgss/
H A DMessageProp.java45 * of sequence tokens, gap tokens or duplicate tokens.<p>
135 * Tests if this is a duplicate of an earlier token.
137 * @return true if this is a duplicate, false otherwise.
201 * @param duplicate true if the token was a duplicate of an earlier
213 public void setSupplementaryStates(boolean duplicate, argument
216 this.dupToken = duplicate;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaClientDelegateImpl.java264 public org.omg.CORBA.Object duplicate(org.omg.CORBA.Object obj) method in class:CorbaClientDelegateImpl
/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DDelegate.java60 * Returns a duplicate of the object reference provided.
61 * @param obj The object reference whose duplicate needs to be returned
62 * @return the duplicate object reference
64 public abstract org.omg.CORBA.Object duplicate(org.omg.CORBA.Object obj); method in class:Delegate
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DItems.java216 void duplicate() {} method in class:Items.Item
226 stackItem[toscode].duplicate();
286 void duplicate() { method in class:Items.StackItem
325 void duplicate() { method in class:Items.IndexedItem
500 void duplicate() { method in class:Items.MemberItem
501 stackItem[OBJECTcode].duplicate();
671 void duplicate() { method in class:Items.AssignItem
672 load().duplicate();
739 void duplicate() { method in class:Items.CondItem
740 load().duplicate();
[all...]
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c337 duplicate(CrwClassImage *ci, const char *str, int len) function
574 utf8 = (char*)duplicate(ci, str, len);
2308 ci->name = duplicate(ci, cs.ptr, cs.len);
2431 ci.name = duplicate(&ci, name, (int)strlen(name));
2520 name = (char *)duplicate(&ci, cs.ptr, cs.len);
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp763 // Return true if no duplicate is found. And name/sig is added as a new entry in table.
780 // No duplicate is found, allocate a new entry and fill it.
1204 bool duplicate = false; local
1210 duplicate = true;
1214 if (duplicate) {
1435 // Return true if no duplicate is found.
1445 // No duplicate is found, allocate a new entry and fill it.
2607 // 4347400: make sure there's no duplicate entry in the classes array
3933 bool duplicate = false; local
3936 duplicate
[all...]

Completed in 113 milliseconds