| /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/skia/src/gpu/effects/generated/ |
| D | GrComposeLerpRedEffect.cpp | 66 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
|
| D | GrComposeLerpEffect.cpp | 74 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
|
| D | GrMixerEffect.cpp | 72 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/ |
| 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/skia/src/gpu/gradients/generated/ |
| D | GrTiledGradientEffect.cpp | 81 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
|
| D | GrClampedGradientEffect.cpp | 105 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/ |
| 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/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/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/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/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/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/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/angle/third_party/glslang/src/glslang/MachineIndependent/ |
| D | SymbolTable.cpp | 363 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/ |
| D | SymbolTable.cpp | 363 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/ |
| D | strace.spec.in | 569 - Add patch to follow clone() syscalls, too. function
|
| D | strace.spec | 569 - Add patch to follow clone() syscalls, too. function
|
| /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/ltp/include/ |
| D | tst_clone.h | 38 #define clone(...) (use_the_ltp_clone_functions__do_not_use_clone) macro
|