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

1 2 3 4 5 6 7 8 91011>>

  /art/test/158-app-image-class-table/src/
TestImplementation.java 18 public Object clone() { method in class:TestImplementation
  /external/ltp/include/
tst_clone.h 37 #define clone(...) (use_the_ltp_clone_functions__do_not_use_clone) macro
  /external/annotation-tools/annotation-file-utilities/tests/
MatchReturnValue.java 5 public MatchReturnValue<T> clone() { method in class:MatchReturnValue
  /external/clang/test/PCH/
cxx-exprs.cpp 18 New *clone() { function in class:New
26 return n->clone();
  /external/icu/icu4c/source/common/
parsepos.cpp 19 ParsePosition::clone() const { function in class:ParsePosition
  /external/icu/icu4c/source/i18n/
tolowtrn.cpp 61 Transliterator* LowercaseTransliterator::clone(void) const { function in class:LowercaseTransliterator
toupptrn.cpp 61 Transliterator* UppercaseTransliterator::clone(void) const { function in class:UppercaseTransliterator
curramt.cpp 41 UObject* CurrencyAmount::clone() const { function in class:CurrencyAmount
nultrans.cpp 27 Transliterator* NullTransliterator::clone(void) const { function in class:NullTransliterator
  /external/google-breakpad/src/testing/gtest/samples/
sample2.cc 43 char* const clone = new char[ len + 1 ]; local
44 memcpy(clone, a_c_string, len + 1);
46 return clone;
  /external/googletest/googletest/samples/
sample2.cc 43 char* const clone = new char[ len + 1 ]; local
44 memcpy(clone, a_c_string, len + 1);
46 return clone;
  /external/protobuf/gtest/samples/
sample2.cc 43 char* const clone = new char[ len + 1 ]; local
44 memcpy(clone, a_c_string, len + 1);
46 return clone;
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
TestingConfig.py 82 def clone(self, path): member in class:TestingConfig
  /external/v8/testing/gtest/samples/
sample2.cc 43 char* const clone = new char[ len + 1 ]; local
44 memcpy(clone, a_c_string, len + 1);
46 return clone;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample2.cc 43 char* const clone = new char[ len + 1 ]; local
44 memcpy(clone, a_c_string, len + 1);
46 return clone;
  /libcore/ojluni/src/main/java/java/security/cert/
CertPathParameters.java 48 Object clone(); method in interface:CertPathParameters
CertPathValidatorResult.java 49 Object clone(); method in interface:CertPathValidatorResult
CertStoreParameters.java 62 * implementation of {@code clone} is safer and more robust, as it
65 * However, a shallow copy implementation of {@code clone} is more
68 * a shallow copy clone allows an application to release the resources of
79 Object clone(); method in interface:CertStoreParameters
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/samples/
sample2.cc 43 char* const clone = new char[ len + 1 ]; local
44 memcpy(clone, a_c_string, len + 1);
46 return clone;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/samples/
sample2.cc 43 char* const clone = new char[ len + 1 ]; local
44 memcpy(clone, a_c_string, len + 1);
46 return clone;
  /external/caliper/examples/src/main/java/examples/
ExpensiveObjectsBenchmark.java 39 dfs.clone();
52 nf.clone();
65 sdf.clone();
  /art/tools/dexfuzz/src/dexfuzz/program/
MBranchInsn.java 29 * Clone this MBranchInsn, and clone the wrapped Instruction.
31 public MBranchInsn clone() { method in class:MBranchInsn
33 newInsn.insn = insn.clone();
MInsnWithData.java 29 * Clone this MInsnWithData, and clone the wrapped Instruction.
31 public MInsnWithData clone() { method in class:MInsnWithData
33 newInsn.insn = insn.clone();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Selector.java 19 Object clone(); method in interface:Selector
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
PKIXAttrCertChecker.java 51 * Returns a clone of this object.
55 public abstract Object clone(); method in class:PKIXAttrCertChecker

Completed in 431 milliseconds

1 2 3 4 5 6 7 8 91011>>