Home
last modified time | relevance | path

Searched defs:clone (Results 1 – 25 of 1710) sorted by relevance

12345678910>>...69

/external/rust/crates/syn/src/gen/
Dclone.rs9 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/
Dir_clone.cpp31 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/
DOneStepIterator.java135 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
DReverseAxesWalker.java138 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/
DBoxValue.h64 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/
DUtils.h17 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/
DBasicHttpParams.java136 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/
DInvokeIntf.java4 Object clone(); in clone() method
11 public Object clone() { in clone() method in InvokedIntf3
/external/apache-http/src/org/apache/http/client/methods/
DHttpEntityEnclosingRequestBase.java77 public Object clone() throws CloneNotSupportedException { in clone() method in HttpEntityEnclosingRequestBase
78 HttpEntityEnclosingRequestBase clone = in clone() local
DHttpRequestBase.java176 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/
Drewrite-protocol-qualified.mm9 - (void) clone; method
13 - (void) clone { method
/external/clang/test/Rewriter/
Drewrite-protocol-qualified.mm9 - (void) clone; method
13 - (void) clone { method
/external/apache-http/src/org/apache/http/message/
DHeaderGroup.java289 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/
DBasicClientCookie2.java99 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/
DTestNGMethod.java176 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/
DSharedObject.java114 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/
DSharedObject.java111 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/
DSymbolTable.cpp368 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/
DSymbolTable.cpp367 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/
Dnir_opt_rematerialize_compares.c136 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/
Dtraits.rs47 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/
DNode.java13 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/
DBasicHttpProcessor.java331 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/
Dcriterion_tests.rs190 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/
DNamespaceMappings.java331 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

12345678910>>...69