HomeSort by relevance Sort by last modified time
    Searched refs:clone (Results 226 - 250 of 4728) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/okhttp/
deploy_website.sh 6 DIR=temp-clone
8 # Delete any existing temporary website clone
11 # Clone the current repo into temp folder
12 git clone $REPO $DIR
  /external/okhttp/okio/
deploy_javadoc.sh 9 DIR=temp-clone
11 # Delete any existing temporary website clone
14 # Clone the current repo into temp folder
15 git clone $REPO $DIR
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_throw.py 29 exc = results["exc"].clone()
39 val = val.clone()
41 args = [c.clone() for c in val.children[1:-1]]
49 tb = results["tb"].clone()
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_throw.py 29 exc = results["exc"].clone()
39 val = val.clone()
41 args = [c.clone() for c in val.children[1:-1]]
49 tb = results["tb"].clone()
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSparseIntArray.java 55 public SparseIntArray clone() { method in class:ShadowSparseIntArray
56 SparseIntArray clone = new SparseIntArray(); local
58 clone.put( keyAt(i), valueAt(i) );
60 return clone;
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
DeepCloner.java 6 * The purpose of the deep cloner is to create a deep clone of an object. An
15 * Clone using the supplied ClassLoader.
25 * @return A deep clone of the object to clone.
27 public <T> T clone(T objectToClone) { method in class:DeepCloner
  /frameworks/base/core/java/android/animation/
Keyframes.java 62 Keyframes clone(); method in interface:Keyframes
  /frameworks/base/core/java/android/webkit/
WebBackForwardList.java 58 * Clone the entire object to be used in the UI thread by clients of
62 protected abstract WebBackForwardList clone(); method in class:WebBackForwardList
WebHistoryItem.java 78 * Clone the history item for use by clients of WebView.
80 protected abstract WebHistoryItem clone(); method in class:WebHistoryItem
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
State.java 56 public Object clone(); method in interface:State
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyMessageDigest2.java 70 public Object clone() throws CloneNotSupportedException { method in class:MyMessageDigest2
  /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/helpers/
Folder.java 31 public Folder clone() { method in class:Folder
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIAEnumDebugStreams.h 29 DIAEnumDebugStreams *clone() const override;
DIAEnumLineNumbers.h 28 DIAEnumLineNumbers *clone() const override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
IPDBDataStream.h 34 virtual IPDBDataStream *clone() const = 0;
IPDBEnumChildren.h 30 virtual MyType *clone() const = 0;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/DIA/
DIAEnumDebugStreams.h 30 DIAEnumDebugStreams *clone() const override;
DIAEnumLineNumbers.h 29 DIAEnumLineNumbers *clone() const override;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/
IPDBDataStream.h 34 virtual IPDBDataStream *clone() const = 0;
IPDBEnumChildren.h 30 virtual MyType *clone() const = 0;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/DIA/
DIAEnumDebugStreams.h 30 DIAEnumDebugStreams *clone() const override;
DIAEnumLineNumbers.h 29 DIAEnumLineNumbers *clone() const override;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/
IPDBDataStream.h 34 virtual IPDBDataStream *clone() const = 0;
IPDBEnumChildren.h 30 virtual MyType *clone() const = 0;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/DIA/
DIAEnumDebugStreams.h 30 DIAEnumDebugStreams *clone() const override;

Completed in 996 milliseconds

1 2 3 4 5 6 7 8 91011>>