/external/rust/crates/syn/src/gen/ |
D | clone.rs | 9 fn clone(&self) -> Self { in clone() method 19 fn clone(&self) -> Self { in clone() method 31 fn clone(&self) -> Self { in clone() method 48 fn clone(&self) -> Self { in clone() method 55 fn clone(&self) -> Self { in clone() method 68 fn clone(&self) -> Self { in clone() method 82 fn clone(&self) -> Self { in clone() method 89 fn clone(&self) -> Self { in clone() method 100 fn clone(&self) -> Self { in clone() method 110 fn clone(&self) -> Self { in clone() method [all …]
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_clone.cpp | 31 ir_rvalue::clone(void *mem_ctx, struct hash_table *) const in clone() function in ir_rvalue 41 ir_variable::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_variable 78 ir_swizzle::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_swizzle 84 ir_return::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_return 95 ir_discard::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_discard 106 ir_demote::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_demote 112 ir_loop_jump::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_loop_jump 120 ir_if::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_if 136 ir_loop::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_loop 148 ir_call::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_call [all …]
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | OneStepIterator.java | 135 public Object clone() throws CloneNotSupportedException in clone() method in OneStepIterator 139 OneStepIterator clone = (OneStepIterator) super.clone(); in clone() local 159 OneStepIterator clone = (OneStepIterator) super.cloneWithReset(); in cloneWithReset() local 204 OneStepIterator clone = (OneStepIterator) this.clone(); in getProximityPosition() local 266 OneStepIterator clone = (OneStepIterator) this.cloneWithReset(); in getLength() local
|
D | ReverseAxesWalker.java | 138 ReverseAxesWalker clone = (ReverseAxesWalker) this.clone(); in getProximityPosition() local 201 ReverseAxesWalker clone = (ReverseAxesWalker) this.clone(); in getLastPos() local
|
/external/llvm-project/flang/include/flang/Lower/Support/ |
D | BoxValue.h | 64 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone() function 115 ArrayBoxValue clone(mlir::Value newBase) const { in clone() function 132 CharArrayBoxValue clone(mlir::Value newBase) const { in clone() function 148 ProcBoxValue clone(mlir::Value newBase) const { in clone() function 179 BoxValue clone(mlir::Value newBase) const { in clone() function
|
/external/llvm-project/lldb/source/API/ |
D | Utils.h | 17 template <typename T> std::unique_ptr<T> clone(const std::unique_ptr<T> &src) { in clone() function 23 template <typename T> std::shared_ptr<T> clone(const std::shared_ptr<T> &src) { in clone() function
|
/external/apache-http/src/org/apache/http/params/ |
D | BasicHttpParams.java | 136 BasicHttpParams clone = new BasicHttpParams(); in copy() local 141 public Object clone() throws CloneNotSupportedException { in clone() method in BasicHttpParams 142 BasicHttpParams clone = (BasicHttpParams) super.clone(); in clone() local
|
/external/javassist/src/test/test3/ |
D | InvokeIntf.java | 4 Object clone(); in clone() method 11 public Object clone() { in clone() method in InvokedIntf3
|
/external/apache-http/src/org/apache/http/client/methods/ |
D | HttpEntityEnclosingRequestBase.java | 77 public Object clone() throws CloneNotSupportedException { in clone() method in HttpEntityEnclosingRequestBase 78 HttpEntityEnclosingRequestBase clone = in clone() local
|
D | HttpRequestBase.java | 176 public Object clone() throws CloneNotSupportedException { in clone() method in HttpRequestBase 177 HttpRequestBase clone = (HttpRequestBase) super.clone(); in clone() local
|
/external/llvm-project/clang/test/Rewriter/ |
D | rewrite-protocol-qualified.mm | 9 - (void) clone; method 13 - (void) clone { method
|
/external/clang/test/Rewriter/ |
D | rewrite-protocol-qualified.mm | 9 - (void) clone; method 13 - (void) clone { method
|
/external/apache-http/src/org/apache/http/message/ |
D | HeaderGroup.java | 289 HeaderGroup clone = new HeaderGroup(); in copy() local 294 public Object clone() throws CloneNotSupportedException { in clone() method in HeaderGroup 295 HeaderGroup clone = (HeaderGroup) super.clone(); in clone() local
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
D | BasicClientCookie2.java | 99 public Object clone() throws CloneNotSupportedException { in clone() method in BasicClientCookie2 100 BasicClientCookie2 clone = (BasicClientCookie2) super.clone(); in clone() local
|
/external/testng/src/main/java/org/testng/internal/ |
D | TestNGMethod.java | 176 public BaseTestMethod clone() { in clone() method in TestNGMethod 177 TestNGMethod clone= new TestNGMethod(getMethod(), getAnnotationFinder(), false, getXmlTest(), in clone() local 209 private ITestNGMethod[] clone(ITestNGMethod[] sources) { in clone() method in TestNGMethod
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | SharedObject.java | 114 public Reference<T> clone() { in clone() method in SharedObject.Reference 166 public SharedObject clone() { in clone() method in SharedObject
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | SharedObject.java | 111 public Reference<T> clone() { in clone() method in SharedObject.Reference 163 public SharedObject clone() { in clone() method in SharedObject
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | SymbolTable.cpp | 368 TVariable* TVariable::clone() const in clone() function in glslang::TVariable 399 TFunction* TFunction::clone() const in clone() function in glslang::TFunction 406 TAnonMember* TAnonMember::clone() const in clone() function in glslang::TAnonMember 416 TSymbolTableLevel* TSymbolTableLevel::clone() const in clone() function in glslang::TSymbolTableLevel
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | SymbolTable.cpp | 367 TVariable* TVariable::clone() const in clone() function in glslang::TVariable 395 TFunction* TFunction::clone() const in clone() function in glslang::TFunction 402 TAnonMember* TAnonMember::clone() const in clone() function in glslang::TAnonMember 412 TSymbolTableLevel* TSymbolTableLevel::clone() const in clone() function in glslang::TSymbolTableLevel
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_rematerialize_compares.c | 136 nir_alu_instr *clone = nir_alu_instr_clone(shader, alu); in nir_opt_rematerialize_compares_impl() local 163 nir_alu_instr *clone = nir_alu_instr_clone(shader, alu); in nir_opt_rematerialize_compares_impl() local
|
/external/rust/crates/weak-table/src/ |
D | traits.rs | 47 fn clone(view: &Self::Strong) -> Self::Strong in clone() method 86 fn clone(view: &Self::Strong) -> Self::Strong { in clone() method 112 fn clone(view: &Self::Strong) -> Self::Strong { in clone() method
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
D | Node.java | 13 public abstract Object clone(); in clone() method in Node 68 List<T> clone = new LinkedList<T>(); in cloneList() local
|
/external/apache-http/src/org/apache/http/protocol/ |
D | BasicHttpProcessor.java | 331 BasicHttpProcessor clone = new BasicHttpProcessor(); in copy() local 336 public Object clone() throws CloneNotSupportedException { in clone() method in BasicHttpProcessor 337 BasicHttpProcessor clone = (BasicHttpProcessor) super.clone(); in clone() local
|
/external/rust/crates/criterion/tests/ |
D | criterion_tests.rs | 190 let clone = counter.clone(); in test_sample_size() localVariable 208 let clone = counter1.clone(); in test_warmup_time() localVariable 217 let clone = counter2.clone(); in test_warmup_time() localVariable 233 let clone = counter1.clone(); in test_measurement_time() localVariable 239 let clone = counter2.clone(); in test_measurement_time() localVariable 278 let clone = counter.clone(); in test_filtering() localVariable
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | NamespaceMappings.java | 331 public Object clone() throws CloneNotSupportedException { in clone() method in NamespaceMappings 332 NamespaceMappings clone = new NamespaceMappings(); in clone() local 379 public Object clone() throws CloneNotSupportedException { in clone() method in NamespaceMappings.Stack 380 NamespaceMappings.Stack clone = new NamespaceMappings.Stack(); in clone() local
|