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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-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/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/DIA/
DIAEnumDebugStreams.h 30 DIAEnumDebugStreams *clone() const override;
DIAEnumLineNumbers.h 29 DIAEnumLineNumbers *clone() const override;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/
IPDBDataStream.h 35 virtual IPDBDataStream *clone() const = 0;
IPDBEnumChildren.h 30 virtual MyType *clone() const = 0;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/DIA/
DIAEnumDebugStreams.h 30 DIAEnumDebugStreams *clone() const override;
DIAEnumLineNumbers.h 29 DIAEnumLineNumbers *clone() const override;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/
IPDBDataStream.h 35 virtual IPDBDataStream *clone() const = 0;
IPDBEnumChildren.h 30 virtual MyType *clone() const = 0;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/DIA/
DIAEnumDebugStreams.h 30 DIAEnumDebugStreams *clone() const override;
DIAEnumLineNumbers.h 29 DIAEnumLineNumbers *clone() const override;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/
IPDBDataStream.h 35 virtual IPDBDataStream *clone() const = 0;
IPDBEnumChildren.h 30 virtual MyType *clone() const = 0;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/DIA/
DIAEnumDebugStreams.h 30 DIAEnumDebugStreams *clone() const override;
DIAEnumLineNumbers.h 29 DIAEnumLineNumbers *clone() const override;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/
IPDBDataStream.h 35 virtual IPDBDataStream *clone() const = 0;
IPDBEnumChildren.h 30 virtual MyType *clone() const = 0;
  /prebuilts/gdb/darwin-x86/lib/python2.7/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()
  /prebuilts/gdb/linux-x86/lib/python2.7/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()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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()
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
IGLProperty.java 58 /** Deep clone this property. */
59 IGLProperty clone(); method in interface:IGLProperty
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyInfoTest.java 63 Date originalKeyValidityStartDate = (Date) info.getKeyValidityStart().clone();
68 (Date) info.getKeyValidityForOriginationEnd().clone();
74 (Date) info.getKeyValidityForConsumptionEnd().clone();
79 String[] originalEncryptionPaddings = info.getEncryptionPaddings().clone();
84 String[] originalSignaturePaddings = info.getSignaturePaddings().clone();
89 String[] originalDigests = info.getDigests().clone();
93 String[] originalBlockModes = info.getBlockModes().clone();
  /external/icu/icu4c/source/i18n/
tztrans.cpp 24 : UObject(), fTime(time), fFrom(from.clone()), fTo(to.clone()) {
34 fFrom = source.fFrom->clone();
38 fTo = source.fTo->clone();
52 TimeZoneTransition::clone(void) const { function in class:TimeZoneTransition
102 fFrom = from.clone();
118 fTo = to.clone();

Completed in 784 milliseconds

<<11121314151617181920>>