/external/nist-sip/java/gov/nist/core/ |
HostPort.java | 156 public Object clone() { method in class:HostPort 157 HostPort retval = (HostPort) super.clone(); 159 retval.host = (Host) this.host.clone();
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
AlertInfo.java | 119 public Object clone() { method in class:AlertInfo 120 AlertInfo retval = (AlertInfo) super.clone(); 122 retval.uri = (GenericURI) this.uri.clone();
|
CallID.java | 141 public Object clone() { method in class:CallID 142 CallID retval = (CallID) super.clone(); 144 retval.callIdentifier = (CallIdentifier) this.callIdentifier.clone();
|
Credentials.java | 129 public Object clone() { method in class:Credentials 130 Credentials retval = (Credentials) super.clone(); 132 retval.parameters = (NameValueList) this.parameters.clone();
|
ErrorInfo.java | 133 public Object clone() { method in class:ErrorInfo 134 ErrorInfo retval = (ErrorInfo) super.clone(); 136 retval.errorInfo = (GenericURI) this.errorInfo.clone();
|
InReplyTo.java | 103 public Object clone() { method in class:InReplyTo 104 InReplyTo retval = (InReplyTo) super.clone(); 106 retval.callId = (CallIdentifier) this.callId.clone();
|
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
Join.java | 180 // public Object clone() { 181 // CallID retval = (CallID) super.clone(); 183 // retval.setCallIdentifier( (CallIdentifier) this.callIdentifier.clone() );
|
/external/qemu/android/skin/ |
image.c | 207 SKIN_IMAGE_CLONE = (1 << 0) /* this image is a clone */ 668 SkinImage* clone; local 683 clone = skin_image_create( &desc, 0 ); 684 if (clone != SKIN_IMAGE_NONE) 685 clone->flags |= SKIN_IMAGE_CLONE; 687 return clone; 690 /* apply blending to a source skin image and copy the result to a target clone image */ 692 skin_image_blend_clone( SkinImage* clone, SkinImage* source, int blend ) 694 SDL_LockSurface( clone->surface ); 695 blend_image( clone->pixels, source->pixels, source->w, source->h, blend ) [all...] |
/external/srec/portable/src/ |
ArrayList.c | 117 ESR_ReturnCode ArrayListClone(ArrayList* self, ArrayList* clone) 124 return self->clone(self, clone);
|
/external/srec/shared/src/ |
Int8ArrayList.c | 106 ESR_ReturnCode Int8ArrayListClone(Int8ArrayList* self, Int8ArrayList* clone) 113 return self->clone(self, clone);
|
HashMapImpl.c | 89 /* Not found, clone the key and insert it. */ 90 LCHAR *clone = (LCHAR *) MALLOC(sizeof(LCHAR) * (LSTRLEN(key) + 1), MTAG); local 91 if (clone == NULL) return ESR_OUT_OF_MEMORY; 92 LSTRCPY(clone, key); 93 if ((rc = PHashTablePutValue(impl->table, clone, value, NULL)) != ESR_SUCCESS) 95 FREE(clone);
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
Stub.h | 64 /// clone - clone function for stub factory to create the corresponding stub 65 Stub* clone() { return doClone(); } function in class:mcld::Stub
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
SemaphoreTest.java | 452 Semaphore clone = serialClone(s); local 454 assertEquals(fair, clone.isFair()); 456 assertEquals(2, clone.availablePermits()); 457 clone.acquire(); 458 clone.acquire(); 459 clone.release(); 461 assertEquals(1, clone.availablePermits()); 466 clone = serialClone(s); 468 assertEquals(fair, clone.isFair()); 470 assertEquals(0, clone.availablePermits()) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_dict.py | 66 head = [n.clone() for n in head] 67 tail = [n.clone() for n in tail] 73 results["parens"].clone()]
|
fix_has_key.py | 83 before = [n.clone() for n in results["before"]] 84 arg = results["arg"].clone() 87 after = [n.clone() for n in after]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_dict.py | 66 head = [n.clone() for n in head] 67 tail = [n.clone() for n in tail] 73 results["parens"].clone()]
|
fix_has_key.py | 83 before = [n.clone() for n in results["before"]] 84 arg = results["arg"].clone() 87 after = [n.clone() for n in after]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLListProperty.java | 43 IGLProperty p = template.clone(); 89 public GLListProperty clone() { method in class:GLListProperty 94 props.add(p.clone());
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
BreakBlockquoteCommand.cpp | 135 // Insert a clone of the top blockquote after the break. 139 // Clone startNode's ancestors into the cloned blockquote. 141 // that was cloned (i.e. the clone of either ancestors.last() 165 // Throughout this loop, clonedParent is the clone of ancestor's parent. 166 // This is so we can clone ancestor's siblings and place the clones 167 // into the clone corresponding to the ancestor's parent.
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
opt_function_inlining.cpp | 86 ir_rvalue *lhs = orig_deref->clone(ctx, NULL); 134 parameters[i] = sig_param->clone(ctx, ht); 166 ir_instruction *new_ir = ir->clone(ctx, ht); 209 assign = new(ctx) ir_assignment(param->clone(ctx, NULL)->as_rvalue(), 271 * Replaces references to the "sampler" variable with a clone of "deref." 308 *deref = this->deref->clone(ralloc_parent(*deref), NULL);
|
/external/e2fsprogs/tests/f_dup4/ |
expect.1 | 22 Clone multiply-claimed blocks? yes 29 Clone multiply-claimed blocks? yes 36 Clone multiply-claimed blocks? yes 50 Clone multiply-claimed blocks? yes 57 Clone multiply-claimed blocks? yes 64 Clone multiply-claimed blocks? yes
|
/external/mesa3d/src/glsl/ |
opt_function_inlining.cpp | 86 ir_rvalue *lhs = orig_deref->clone(ctx, NULL); 134 parameters[i] = sig_param->clone(ctx, ht); 166 ir_instruction *new_ir = ir->clone(ctx, ht); 209 assign = new(ctx) ir_assignment(param->clone(ctx, NULL)->as_rvalue(), 271 * Replaces references to the "sampler" variable with a clone of "deref." 308 *deref = this->deref->clone(ralloc_parent(*deref), NULL);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
RuleBasedCollatorTest.java | 58 RuleBasedCollator clone = (RuleBasedCollator) coll.clone(); local 59 assertNotSame(coll, clone); 60 assertEquals(coll.getRules(), clone.getRules()); 61 assertEquals(coll.getDecomposition(), clone.getDecomposition()); 62 assertEquals(coll.getStrength(), clone.getStrength());
|
SimpleDateFormatTest.java | 195 // Test for method java.lang.Object java.text.SimpleDateFormat.clone() 197 SimpleDateFormat clone = (SimpleDateFormat) f2.clone(); local 198 assertTrue("Invalid clone", f2.equals(clone)); 199 clone.applyPattern("y"); 200 assertTrue("Format modified", !f2.equals(clone)); 201 clone = (SimpleDateFormat) f2.clone(); 202 // Date date = clone.get2DigitYearStart() 213 SimpleDateFormat clone = (SimpleDateFormat) format.clone(); local 228 SimpleDateFormat clone = (SimpleDateFormat) format.clone(); local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
HashSetTest.java | 119 Set orgSet = (Set) hs.clone(); 128 * java.util.HashSet#clone() 131 // Test for method java.lang.Object java.util.HashSet.clone() 132 HashSet hs2 = (HashSet) hs.clone(); 133 assertTrue("clone returned an equivalent HashSet", hs != hs2); 134 assertTrue("clone did not return an equal HashSet", hs.equals(hs2));
|