Searched defs:clone (Results 201 - 225 of 842) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/
H A DKeepClassSpecification.java126 public Object clone() method in class:KeepClassSpecification
130 return super.clone();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSparseIntArray.java55 public SparseIntArray clone() { method in class:ShadowSparseIntArray
56 SparseIntArray clone = new SparseIntArray();
58 clone.put( keyAt(i), valueAt(i) );
60 return clone;
/external/skia/src/gpu/gl/
H A DGrGLInterface.cpp108 GrGLInterface* clone = SkNEW(GrGLInterface); local
109 clone->fStandard = interface->fStandard;
110 clone->fExtensions = interface->fExtensions;
111 clone->fFunctions = interface->fFunctions;
113 clone->fCallback = interface->fCallback;
114 clone->fCallbackData = interface->fCallbackData;
116 return clone;
/external/srec/portable/include/
H A DArrayList.h144 * Returns a clone of the ArrayList.
147 * @param clone [out] Clone of the ArrayList (created externally, populated internally)
151 ESR_ReturnCode(*clone)(struct ArrayList_t* self, struct ArrayList_t* clone); member in struct:ArrayList_t
274 * Returns a clone of the ArrayList.
277 * @param clone [out] Clone of the ArrayList (created externally, populated internally)
281 PORTABLE_API ESR_ReturnCode ArrayListClone(ArrayList* self, ArrayList* clone);
/external/srec/shared/include/
H A DInt8ArrayList.h102 * Returns a clone of the Int8ArrayList.
104 * @param clone [out] Clone of the Int8ArrayList (created externally, populated
107 ESR_ReturnCode(*clone)(struct Int8ArrayList_t* self, struct Int8ArrayList_t* clone); member in struct:Int8ArrayList_t
211 * Returns a clone of the Int8ArrayList.
213 * @param clone [out] Clone of the Int8ArrayList (created externally, populated
216 ESR_SHARED_API ESR_ReturnCode Int8ArrayListClone(Int8ArrayList* self, Int8ArrayList* clone);
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DMacSpiTest.java76 mSpi.clone();
82 mSpi1.clone();
109 mSpi2.clone();
125 public Object clone() throws CloneNotSupportedException { method in class:MyMacSpi1
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertStoreSpiTest.java85 public Object clone() { method in class:CertStoreSpiTest.tmpCRLSelector
95 public Object clone() { method in class:CertStoreSpiTest.tmpCertSelector
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMyMessageDigest2.java68 public Object clone() throws CloneNotSupportedException { method in class:MyMessageDigest2
/external/apache-http/src/org/apache/http/impl/cookie/
H A DBasicClientCookie2.java99 public Object clone() throws CloneNotSupportedException { method in class:BasicClientCookie2
100 BasicClientCookie2 clone = (BasicClientCookie2) super.clone();
101 clone.ports = this.ports.clone();
102 return clone;
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderElement.java155 return (NameValuePair[])this.parameters.clone();
241 public Object clone() throws CloneNotSupportedException { method in class:BasicHeaderElement
244 return super.clone();
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DIntStack.java202 * Returns clone of current IntStack
204 * @return clone of current IntStack
206 public Object clone() method in class:IntStack
209 return (IntStack) super.clone();
H A DObjectStack.java205 * Returns clone of current ObjectStack
207 * @return clone of current ObjectStack
209 public Object clone() method in class:ObjectStack
212 return (ObjectStack) super.clone();
/external/bluetooth/bluedroid/test/suite/support/
H A Dproperty.c23 bt_property_t *clone = calloc(sizeof(bt_property_t), count); local
24 if (!clone) {
28 memcpy(&clone[0], &properties[0], sizeof(bt_property_t) * count);
30 clone[i].val = calloc(clone[i].len, 1);
31 memcpy(clone[i].val, properties[i].val, clone[i].len);
34 return clone;
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/
H A DX509CertificateHolderSelector.java73 return Arrays.clone(subjectKeyId);
148 public Object clone() method in class:X509CertificateHolderSelector
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DSignerId.java100 public Object clone() method in class:SignerId
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DAttributeCertificateIssuer.java136 public Object clone() method in class:AttributeCertificateIssuer
H A DExtendedPKIXBuilderParameters.java164 public Object clone() method in class:ExtendedPKIXBuilderParameters
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dcountdowntimer.js76 * Constructs a new clone of this timer, while overriding its callback.
78 * @return {!Countdown} new clone.
80 CountdownTimer.prototype.clone = function(cb) {
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Djquery.js227 .clone()
294 clone: function( events ) {
295 // Do the clone
300 // clone will also remove the events from the orignal
306 var clone = this.cloneNode(true),
308 container.appendChild(clone);
317 var clone = ret.find("*").andSelf().each(function(){ variable
322 // Copy the events from the original to the clone
331 jQuery.event.add( clone[ i ], type, events[ type ][ handler ], events[ type ][ handler ].data );
508 var clone
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentFragment.cpp68 RefPtrWillBeRawPtr<DocumentFragment> clone = create(document()); local
70 cloneChildNodes(clone.get());
71 return clone.release();
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGBoolean.h49 PassRefPtr<SVGBoolean> clone() const { return create(m_value); } function in class:blink::SVGBoolean
H A DSVGString.h56 PassRefPtr<SVGString> clone() const { return create(m_value); } function in class:blink::SVGString
/external/chromium_org/third_party/icu/source/common/
H A Dschriter.cpp103 StringCharacterIterator::clone() const { function in class:StringCharacterIterator
/external/chromium_org/third_party/icu/source/i18n/
H A Dcurrfmt.cpp32 fmt = (NumberFormat*) other.fmt->clone();
50 Format* CurrencyFormat::clone() const { function in class:CurrencyFormat
H A Dtitletrn.cpp61 Transliterator* TitlecaseTransliterator::clone(void) const { function in class:TitlecaseTransliterator

Completed in 2837 milliseconds

1234567891011>>