HomeSort by relevance Sort by last modified time
    Searched defs:clone (Results 151 - 175 of 2575) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/apache-http/src/org/apache/http/entity/
StringEntity.java 107 public Object clone() throws CloneNotSupportedException { method in class:StringEntity
108 return super.clone();
  /external/apache-http/src/org/apache/http/message/
BasicHeader.java 144 public Object clone() throws CloneNotSupportedException { method in class:BasicHeader
145 return super.clone();
BasicRequestLine.java 100 public Object clone() throws CloneNotSupportedException { method in class:BasicRequestLine
101 return super.clone();
BasicStatusLine.java 125 public Object clone() throws CloneNotSupportedException { method in class:BasicStatusLine
126 return super.clone();
  /external/apache-http/src/org/apache/http/params/
DefaultedHttpParams.java 69 HttpParams clone = this.local.copy(); local
70 return new DefaultedHttpParams(clone, this.defaults);
  /external/autotest/site_utils/lxc/
utils.py 65 def clone(lxc_path, src_name, new_path, dst_name, snapshot): function
72 @param snapshot: Whether or not to create a snapshot clone.
75 # overlayfs is the default clone backend storage. However it is not
78 cmd = (('sudo lxc-clone --lxcpath {lxcpath} --newpath {newpath} '
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SignerId.java 100 public Object clone() method in class:SignerId
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
PKIXExtendedBuilderParameters.java 136 public Object clone() method in class:PKIXExtendedBuilderParameters
  /external/emma/core/java12/com/vladium/jcd/cls/
IAttributeCollection.java 54 // Cloneable: adjust the access level of Object.clone():
55 Object clone (); method in interface:IAttributeCollection
IFieldCollection.java 59 // Cloneable: adjust the access level of Object.clone():
60 Object clone (); method in interface:IFieldCollection
IInterfaceCollection.java 48 // Cloneable: adjust the access level of Object.clone():
49 Object clone (); method in interface:IInterfaceCollection
IMethodCollection.java 57 // Cloneable: adjust the access level of Object.clone():
58 Object clone (); method in interface:IMethodCollection
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
BridgeAttribute_info.java 55 public Object clone () method in class:BridgeAttribute_info
57 return super.clone ();
Exception_info.java 87 public Object clone () method in class:Exception_info
91 return super.clone ();
IDeclaredExceptionTable.java 53 // Cloneable: adjust the access level of Object.clone():
54 Object clone (); method in interface:IDeclaredExceptionTable
IExceptionHandlerTable.java 51 // Cloneable: adjust the access level of Object.clone():
52 Object clone (); method in interface:IExceptionHandlerTable
InnerClass_info.java 52 public Object clone () method in class:InnerClass_info
56 return super.clone ();
LineNumber_info.java 62 public Object clone () method in class:LineNumber_info
66 return super.clone ();
SourceFileAttribute_info.java 65 public Object clone () method in class:SourceFileAttribute_info
67 return super.clone ();
SyntheticAttribute_info.java 72 public Object clone () method in class:SyntheticAttribute_info
74 return super.clone ();
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/
Platform.java 41 static <T> T[] clone(T[] array) { method in class:Platform
42 return GwtPlatform.clone(array);
  /external/guava/guava-tests/benchmark/com/google/common/hash/
MessageDigestCreationBenchmark.java 49 @Benchmark int clone(int reps) throws Exception { method in class:MessageDigestCreationBenchmark
52 retValue ^= ((MessageDigest) md.clone()).getDigestLength();
  /external/icu/icu4c/source/i18n/
dtrule.cpp 66 DateTimeRule::clone() const { function in class:DateTimeRule
quant.cpp 37 matcher(o.matcher->clone()),
50 UnicodeFunctor* Quantifier::clone() const { function in class:Quantifier
rbt.cpp 196 RuleBasedTransliterator::clone(void) const { function in class:RuleBasedTransliterator

Completed in 311 milliseconds

1 2 3 4 5 67 8 91011>>