Home
last modified time | relevance | path

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

12345678910>>...37

/external/mesa3d/src/glsl/
Dir_clone.cpp31 ir_rvalue::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_rvalue
45 ir_variable::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_variable
92 ir_swizzle::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_swizzle
98 ir_return::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_return
109 ir_discard::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_discard
120 ir_loop_jump::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_loop_jump
128 ir_if::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_if
146 ir_loop::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_loop
168 ir_call::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_call
185 ir_expression::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_expression
[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
DAxesWalker.java87 public Object clone() throws CloneNotSupportedException in clone() method in AxesWalker
91 AxesWalker clone = (AxesWalker) super.clone(); in clone() local
116 AxesWalker clone = findClone(this, cloneList); in cloneDeep() local
/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/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/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/clang/test/Rewriter/
Drewrite-protocol-qualified.mm9 - (void) clone; method
13 - (void) clone { method
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DArrays.java590 public static byte[] clone(byte[] data) in clone() method in Arrays
603 public static char[] clone(char[] data) in clone() method in Arrays
616 public static byte[] clone(byte[] data, byte[] existing) in clone() method in Arrays
630 public static byte[][] clone(byte[][] data) in clone() method in Arrays
647 public static byte[][][] clone(byte[][][] data) in clone() method in Arrays
664 public static int[] clone(int[] data) in clone() method in Arrays
677 public static long[] clone(long[] data) in clone() method in Arrays
690 public static long[] clone(long[] data, long[] existing) in clone() method in Arrays
704 public static short[] clone(short[] data) in clone() method in Arrays
717 public static BigInteger[] clone(BigInteger[] data) in clone() method in Arrays
/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/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/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSparseIntArray.java55 public SparseIntArray clone() { in clone() method in ShadowSparseIntArray
56 SparseIntArray clone = new SparseIntArray(); in clone() local
DShadowSparseBooleanArray.java76 public SparseBooleanArray clone() { in clone() method in ShadowSparseBooleanArray
77 SparseBooleanArray clone = new SparseBooleanArray(); in clone() local
/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/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DSharedObject.java113 public Reference<T> clone() { in clone() method in SharedObject.Reference
165 public SharedObject clone() { in clone() method in SharedObject
/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/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
/external/owasp/sanitizer/tools/findbugs/lib/
Dasm-tree-3.3.jar ... abstract org.objectweb.asm.tree.AbstractInsnNode clone (java.util.Map) static org. ...
/external/libnl/tests/
Dcheck-addr.c102 struct nl_addr *addr4, *clone; in START_TEST() local
143 struct nl_addr *addr6, *clone; in START_TEST() local
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir.cpp258 LValue::clone(ClonePolicy<Function>& pol) const in clone() function in nv50_ir::LValue
293 Symbol::clone(ClonePolicy<Function>& pol) const in clone() function in nv50_ir::Symbol
367 ImmediateValue::clone(ClonePolicy<Function>& pol) const in clone() function in nv50_ir::ImmediateValue
714 Instruction::clone(ClonePolicy<Function>& pol, Instruction *i) const in clone() function in nv50_ir::Instruction
894 TexInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const in clone() function in nv50_ir::TexInstruction
942 CmpInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const in clone() function in nv50_ir::CmpInstruction
972 FlowInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const in clone() function in nv50_ir::FlowInstruction
/external/protobuf/js/binary/
Darith.js309 jspb.arith.UInt64.prototype.clone = function() { method in jspb.arith.UInt64
374 jspb.arith.Int64.prototype.clone = function() { method in jspb.arith.Int64
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DFieldData.java191 public final FieldData clone() { in clone() method in FieldData
192 FieldData clone = new FieldData(); in clone() local
/external/okhttp/okio/okio/src/test/java/okio/
DBufferTest.java376 Buffer clone = original.clone(); in cloneDoesNotObserveWritesToOriginal() local
384 Buffer clone = original.clone(); in cloneDoesNotObserveReadsFromOriginal() local
392 Buffer clone = original.clone(); in originalDoesNotObserveWritesToClone() local
400 Buffer clone = original.clone(); in originalDoesNotObserveReadsFromClone() local
409 Buffer clone = original.clone(); in cloneMultipleSegments() local

12345678910>>...37