/external/caliper/examples/src/main/java/examples/ |
D | CopyArrayBenchmark.java | 50 @Override Object[] copy(Object[] array) { in copy() method 53 @Override boolean[] copy(boolean[] array) { in copy() method 56 @Override byte[] copy(byte[] array) { in copy() method 59 @Override char[] copy(char[] array) { in copy() method 62 @Override double[] copy(double[] array) { in copy() method 65 @Override float[] copy(float[] array) { in copy() method 68 @Override int[] copy(int[] array) { in copy() method 71 @Override long[] copy(long[] array) { in copy() method 74 @Override short[] copy(short[] array) { in copy() method 79 @Override Object[] copy(Object[] array) { in copy() method [all …]
|
/external/clang/test/CodeGenObjC/ |
D | category-super-class-meth.m | 4 -(id)copy; method 5 +(id)copy; class 11 -(id)copy { return [super copy]; } // ok: instance method in class method 12 +(id)copy { return [super copy]; } // ok: class method in class class 20 -(id)copy { return [super copy]; } // ok: instance method in category method in Category 21 +(id)copy { return [super copy]; } // BAD: class method in category class in Category
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | category-super-class-meth.m | 4 -(id)copy; method 5 +(id)copy; class 11 -(id)copy { return [super copy]; } // ok: instance method in class method 12 +(id)copy { return [super copy]; } // ok: class method in class class 20 -(id)copy { return [super copy]; } // ok: instance method in category method in Category 21 +(id)copy { return [super copy]; } // BAD: class method in category class in Category
|
/external/llvm-project/libcxx/test/std/containers/sequences/array/array.cons/ |
D | implicit_copy.pass.cpp | 46 Array copy = array; in tests() local 54 Array copy = array; (void)copy; in tests() local 61 Array copy = array; in tests() local 70 Array copy = array; (void)copy; in tests() local 77 Array copy = array; in tests() local 85 Array copy = array; (void)copy; in tests() local 94 Array copy = array; in tests() local 101 Array copy = array; in tests() local 108 Array copy = array; in tests() local
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/ |
D | CopyOnWriteList.kt | 20 val copy = array.asDynamic().slice() in add() constant 27 val copy = array.asDynamic().slice() in add() constant 35 val copy = array.asDynamic().slice() in remove() constant 47 val copy = array.asDynamic().slice() in removeAt() constant
|
/external/selinux/libsepol/cil/src/ |
D | cil_copy_ast.c | 49 void cil_copy_list(struct cil_list *data, struct cil_list **copy) in cil_copy_list() 86 int cil_copy_node(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __attribute__… in cil_copy_node() 98 int cil_copy_block(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sy… in cil_copy_block() 116 int cil_copy_blockabstract(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __at… in cil_copy_blockabstract() 130 int cil_copy_blockinherit(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __att… in cil_copy_blockinherit() 145 int cil_copy_policycap(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t… in cil_copy_policycap() 163 int cil_copy_perm(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sym… in cil_copy_perm() 216 int cil_copy_classmapping(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __att… in cil_copy_classmapping() 233 int cil_copy_class(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sy… in cil_copy_class() 255 int cil_copy_classorder(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __attri… in cil_copy_classorder() [all …]
|
/external/flac/include/FLAC++/ |
D | metadata.h | 295 inline StreamInfo(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in StreamInfo() 309 …inline StreamInfo &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(ob… in assign() 369 inline Padding(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in Padding() 387 …inline Padding &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(objec… in assign() 428 inline Application(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in Application() 442 …inline Application &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(o… in assign() 487 inline SeekTable(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in SeekTable() 501 …inline SeekTable &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(obj… in assign() 656 inline VorbisComment(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in VorbisComment() 670 …inline VorbisComment &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object… in assign() [all …]
|
/external/ImageMagick/Magick++/lib/ |
D | Drawable.cpp | 74 Magick::DrawableBase* Magick::DrawableBase::copy() const in copy() function in Magick::DrawableBase 200 Magick::DrawableBase* Magick::DrawableAffine::copy() const in copy() function in Magick::DrawableAffine 214 Magick::DrawableBase* Magick::DrawableAlpha::copy() const in copy() function in Magick::DrawableAlpha 227 Magick::DrawableBase* Magick::DrawableArc::copy() const in copy() function in Magick::DrawableArc 269 Magick::DrawableBase* Magick::DrawableBezier::copy() const in copy() function in Magick::DrawableBezier 318 Magick::DrawableBase* Magick::DrawableBorderColor::copy() const in copy() function in Magick::DrawableBorderColor 350 Magick::DrawableBase* Magick::DrawableClipRule::copy() const in copy() function in Magick::DrawableClipRule 382 Magick::DrawableBase* Magick::DrawableClipUnits::copy() const in copy() function in Magick::DrawableClipUnits 401 Magick::DrawableBase* Magick::DrawablePopClipPath::copy() const in copy() function in Magick::DrawablePopClipPath 426 Magick::DrawableBase* Magick::DrawablePushClipPath::copy() const in copy() function in Magick::DrawablePushClipPath [all …]
|
/external/icu/icu4c/source/i18n/ |
D | number_fluent.cpp | 36 Derived copy(*this); in notation() local 52 Derived copy(*this); in unit() local 69 Derived copy(*this); in adoptUnit() local 95 Derived copy(*this); in perUnit() local 111 Derived copy(*this); in adoptPerUnit() local 135 Derived copy(*this); in precision() local 151 Derived copy(*this); in roundingMode() local 165 Derived copy(*this); in grouping() local 181 Derived copy(*this); in integerWidth() local 195 Derived copy(*this); in symbols() local [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 645 ParseState copy = state->parse_state; in ParseName() local 667 ParseState copy = state->parse_state; in ParseUnscopedName() local 689 ParseState copy = state->parse_state; in ParseNestedName() local 753 ParseState copy = state->parse_state; in ParseSourceName() local 770 ParseState copy = state->parse_state; in ParseLocalSourceName() local 786 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local 917 ParseState copy = state->parse_state; in ParseOperatorName() local 982 ParseState copy = state->parse_state; in ParseSpecialName() local 1044 ParseState copy = state->parse_state; in ParseCallOffset() local 1071 ParseState copy = state->parse_state; in ParseVOffset() local [all …]
|
/external/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 645 ParseState copy = state->parse_state; in ParseName() local 667 ParseState copy = state->parse_state; in ParseUnscopedName() local 689 ParseState copy = state->parse_state; in ParseNestedName() local 753 ParseState copy = state->parse_state; in ParseSourceName() local 770 ParseState copy = state->parse_state; in ParseLocalSourceName() local 786 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local 917 ParseState copy = state->parse_state; in ParseOperatorName() local 982 ParseState copy = state->parse_state; in ParseSpecialName() local 1044 ParseState copy = state->parse_state; in ParseCallOffset() local 1071 ParseState copy = state->parse_state; in ParseVOffset() local [all …]
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/ |
D | DefaultInterfaceWithBridges.java | 21 default T copy(T t) { in copy() method 33 default Integer copy(Integer t) { in copy() method 50 public Integer copy(Integer i) { in copy() method in DefaultInterfaceWithBridges 63 public Number copy(Number n) { in copy() method in DefaultInterfaceWithBridges
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowWifiConfigurationTest.java | 45 WifiConfiguration copy = shadowOf(wifiConfiguration).copy(); in shouldCopy() local 79 WifiConfiguration copy = shadowOf(wifiConfiguration).copy(); in shouldCopy_sdk18() local 96 WifiConfiguration copy = shadowOf(wifiConfiguration).copy(); in shouldCopy_sdk21() local 113 WifiConfiguration copy = shadowOf(wifiConfiguration).copy(); in shouldCopy_sdk23() local
|
/external/angle/third_party/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 653 ParseState copy = state->parse_state; in ParseName() local 675 ParseState copy = state->parse_state; in ParseUnscopedName() local 697 ParseState copy = state->parse_state; in ParseNestedName() local 761 ParseState copy = state->parse_state; in ParseSourceName() local 778 ParseState copy = state->parse_state; in ParseLocalSourceName() local 794 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local 925 ParseState copy = state->parse_state; in ParseOperatorName() local 991 ParseState copy = state->parse_state; in ParseSpecialName() local 1053 ParseState copy = state->parse_state; in ParseCallOffset() local 1080 ParseState copy = state->parse_state; in ParseVOffset() local [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 649 ParseState copy = state->parse_state; in ParseName() local 671 ParseState copy = state->parse_state; in ParseUnscopedName() local 693 ParseState copy = state->parse_state; in ParseNestedName() local 757 ParseState copy = state->parse_state; in ParseSourceName() local 774 ParseState copy = state->parse_state; in ParseLocalSourceName() local 790 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local 921 ParseState copy = state->parse_state; in ParseOperatorName() local 987 ParseState copy = state->parse_state; in ParseSpecialName() local 1049 ParseState copy = state->parse_state; in ParseCallOffset() local 1076 ParseState copy = state->parse_state; in ParseVOffset() local [all …]
|
/external/openscreen/third_party/abseil/src/absl/debugging/internal/ |
D | demangle.cc | 649 ParseState copy = state->parse_state; in ParseName() local 671 ParseState copy = state->parse_state; in ParseUnscopedName() local 693 ParseState copy = state->parse_state; in ParseNestedName() local 757 ParseState copy = state->parse_state; in ParseSourceName() local 774 ParseState copy = state->parse_state; in ParseLocalSourceName() local 790 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local 921 ParseState copy = state->parse_state; in ParseOperatorName() local 987 ParseState copy = state->parse_state; in ParseSpecialName() local 1049 ParseState copy = state->parse_state; in ParseCallOffset() local 1076 ParseState copy = state->parse_state; in ParseVOffset() local [all …]
|
/external/libtextclassifier/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 649 ParseState copy = state->parse_state; in ParseName() local 671 ParseState copy = state->parse_state; in ParseUnscopedName() local 693 ParseState copy = state->parse_state; in ParseNestedName() local 757 ParseState copy = state->parse_state; in ParseSourceName() local 774 ParseState copy = state->parse_state; in ParseLocalSourceName() local 790 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local 921 ParseState copy = state->parse_state; in ParseOperatorName() local 987 ParseState copy = state->parse_state; in ParseSpecialName() local 1049 ParseState copy = state->parse_state; in ParseCallOffset() local 1076 ParseState copy = state->parse_state; in ParseVOffset() local [all …]
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | LenientSerializableTester.java | 49 Set<E> copy = reserialize(original); in reserializeAndAssertLenient() local 58 Multiset<E> copy = reserialize(original); in reserializeAndAssertLenient() local 67 Collection<E> copy = reserialize(original); in reserializeAndAssertElementsEqual() local
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | LenientSerializableTester.java | 49 Set<E> copy = reserialize(original); in reserializeAndAssertLenient() local 58 Multiset<E> copy = reserialize(original); in reserializeAndAssertLenient() local 67 Collection<E> copy = reserialize(original); in reserializeAndAssertElementsEqual() local
|
/external/angle/src/tests/compiler_tests/ |
D | IntermNode_test.cpp | 79 void checkTypeEqualWithQualifiers(const TType &original, const TType ©) in checkTypeEqualWithQualifiers() 89 TIntermSymbol *copy = aCopy->getAsSymbolNode(); in checkSymbolCopy() local 151 TIntermTyped *copy = original->deepCopy(); in TEST_F() local 166 TIntermConstantUnion *copy = copyTyped->getAsConstantUnion(); in TEST_F() local 183 TIntermBinary *copy = copyTyped->getAsBinaryNode(); in TEST_F() local 202 TIntermUnary *copy = copyTyped->getAsUnaryNode(); in TEST_F() local 227 TIntermAggregate *copy = copyTyped->getAsAggregate(); in TEST_F() local 253 TIntermTernary *copy = copyTyped->getAsTernaryNode(); in TEST_F() local
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/ |
D | TestDeepCopy.java | 19 ObjectNode copy = root.deepCopy(); in testWithObjectSimple() local 39 ArrayNode copy = root.deepCopy(); in testWithArraySimple() local 65 ObjectNode copy = root.deepCopy(); in testWithNested() local
|
/external/guava/android/guava-testlib/test/com/google/common/collect/testing/ |
D | SafeTreeSetTest.java | 99 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testEmpty_serialization() local 107 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testSingle_serialization() local 117 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testSeveral_serialization() local
|
/external/guava/guava-testlib/test/com/google/common/collect/testing/ |
D | SafeTreeSetTest.java | 99 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testEmpty_serialization() local 107 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testSingle_serialization() local 117 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testSeveral_serialization() local
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | mark_for_compilation_pass_test_helper.h | 35 Options copy = *this; in WithNoGlobalJit() local 41 Options copy = *this; in WithDeadnessAnalysis() local 47 Options copy = *this; in WithNoClusterScoping() local
|
/external/guava/android/guava-tests/benchmark/com/google/common/collect/ |
D | ComparatorDelegationOverheadBenchmark.java | 53 Integer[] copy = inputArrays[i & 0xFF].clone(); in arraysSortNoComparator() local 64 Integer[] copy = inputArrays[i & 0xFF].clone(); in arraysSortOrderingNatural() local 83 Integer[] copy = inputArrays[i & 0xFF].clone(); in arraysSortOrderingFromNatural() local
|