Home
last modified time | relevance | path

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

12345678910>>...57

/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/skia/src/gpu/effects/generated/
DGrComposeLerpRedEffect.cpp66 auto clone = src.childProcessor(child1_index).clone(); in GrComposeLerpRedEffect() local
72 auto clone = src.childProcessor(child2_index).clone(); in GrComposeLerpRedEffect() local
78 auto clone = src.childProcessor(lerp_index).clone(); in GrComposeLerpRedEffect() local
84 std::unique_ptr<GrFragmentProcessor> GrComposeLerpRedEffect::clone() const { in clone() function in GrComposeLerpRedEffect
DGrComposeLerpEffect.cpp74 auto clone = src.childProcessor(child1_index).clone(); in GrComposeLerpEffect() local
80 auto clone = src.childProcessor(child2_index).clone(); in GrComposeLerpEffect() local
86 std::unique_ptr<GrFragmentProcessor> GrComposeLerpEffect::clone() const { in clone() function in GrComposeLerpEffect
DGrMixerEffect.cpp72 auto clone = src.childProcessor(fp0_index).clone(); in GrMixerEffect() local
78 auto clone = src.childProcessor(fp1_index).clone(); in GrMixerEffect() local
84 std::unique_ptr<GrFragmentProcessor> GrMixerEffect::clone() const { in clone() function in GrMixerEffect
/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/skia/src/gpu/gradients/generated/
DGrTiledGradientEffect.cpp81 auto clone = src.childProcessor(colorizer_index).clone(); in GrTiledGradientEffect() local
87 auto clone = src.childProcessor(gradLayout_index).clone(); in GrTiledGradientEffect() local
93 std::unique_ptr<GrFragmentProcessor> GrTiledGradientEffect::clone() const { in clone() function in GrTiledGradientEffect
DGrClampedGradientEffect.cpp105 auto clone = src.childProcessor(colorizer_index).clone(); in GrClampedGradientEffect() local
111 auto clone = src.childProcessor(gradLayout_index).clone(); in GrClampedGradientEffect() local
117 std::unique_ptr<GrFragmentProcessor> GrClampedGradientEffect::clone() const { in clone() function in GrClampedGradientEffect
/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/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/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/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/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/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/angle/third_party/glslang/src/glslang/MachineIndependent/
DSymbolTable.cpp363 TVariable* TVariable::clone() const in clone() function in glslang::TVariable
391 TFunction* TFunction::clone() const in clone() function in glslang::TFunction
398 TAnonMember* TAnonMember::clone() const in clone() function in glslang::TAnonMember
408 TSymbolTableLevel* TSymbolTableLevel::clone() const in clone() function in glslang::TSymbolTableLevel
/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.cpp363 TVariable* TVariable::clone() const in clone() function in glslang::TVariable
391 TFunction* TFunction::clone() const in clone() function in glslang::TFunction
398 TAnonMember* TAnonMember::clone() const in clone() function in glslang::TAnonMember
408 TSymbolTableLevel* TSymbolTableLevel::clone() const in clone() function in glslang::TSymbolTableLevel
/external/strace/
Dstrace.spec.in569 - Add patch to follow clone() syscalls, too. function
Dstrace.spec569 - Add patch to follow clone() syscalls, too. function
/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/ltp/include/
Dtst_clone.h38 #define clone(...) (use_the_ltp_clone_functions__do_not_use_clone) macro

12345678910>>...57