/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/apache-commons-io/src/main/java/org/apache/commons/io/ |
D | CopyUtils.java | 122 public static void copy(final byte[] input, final OutputStream output) throws IOException { in copy() method in CopyUtils 136 public static void copy(final byte[] input, final Writer output) throws IOException { in copy() method in CopyUtils 151 …public static void copy(final byte[] input, final Writer output, final String encoding) throws IOE… in copy() method in CopyUtils 164 public static int copy(final InputStream input, final OutputStream output) throws IOException { in copy() method in CopyUtils 185 public static void copy( in copy() method in CopyUtils 204 public static void copy( in copy() method in CopyUtils 223 public static void copy( in copy() method in CopyUtils 246 public static void copy( in copy() method in CopyUtils 265 public static int copy( in copy() method in CopyUtils 290 public static void copy( in copy() method in CopyUtils [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/cronet/buildtools/third_party/libc++/trunk/test/std/containers/sequences/array/array.cons/ |
D | implicit_copy.pass.cpp | 42 Array copy = array; in tests() local 50 Array copy = array; (void)copy; in tests() local 57 Array copy = array; in tests() local 66 Array copy = array; (void)copy; in tests() local 73 Array copy = array; in tests() local 81 Array copy = array; (void)copy; in tests() local 90 Array copy = array; in tests() local 97 Array copy = array; in tests() local 104 Array copy = array; in tests() local
|
/external/selinux/libsepol/cil/src/ |
D | cil_copy_ast.c | 51 void cil_copy_list(struct cil_list *data, struct cil_list **copy) in cil_copy_list() 88 static int cil_copy_node(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __attr… in cil_copy_node() 100 int cil_copy_block(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sy… in cil_copy_block() 125 int cil_copy_blockabstract(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __at… in cil_copy_blockabstract() 139 int cil_copy_blockinherit(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __att… in cil_copy_blockinherit() 154 static int cil_copy_policycap(__attribute__((unused)) struct cil_db *db, void *data, void **copy, s… in cil_copy_policycap() 172 int cil_copy_perm(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sym… in cil_copy_perm() 225 int cil_copy_classmapping(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __att… in cil_copy_classmapping() 242 int cil_copy_class(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sy… in cil_copy_class() 264 int cil_copy_classorder(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __attri… in cil_copy_classorder() [all …]
|
/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/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/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/cronet/third_party/icu/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/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/angle/third_party/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 656 ParseState copy = state->parse_state; in ParseName() local 678 ParseState copy = state->parse_state; in ParseUnscopedName() local 700 ParseState copy = state->parse_state; in ParseNestedName() local 772 ParseState copy = state->parse_state; in ParseAbiTags() local 789 ParseState copy = state->parse_state; in ParseSourceName() local 807 ParseState copy = state->parse_state; in ParseLocalSourceName() local 823 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local 954 ParseState copy = state->parse_state; in ParseOperatorName() local 1020 ParseState copy = state->parse_state; in ParseSpecialName() local 1082 ParseState copy = state->parse_state; in ParseCallOffset() local [all …]
|
/external/cronet/third_party/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 656 ParseState copy = state->parse_state; in ParseName() local 678 ParseState copy = state->parse_state; in ParseUnscopedName() local 700 ParseState copy = state->parse_state; in ParseNestedName() local 772 ParseState copy = state->parse_state; in ParseAbiTags() local 789 ParseState copy = state->parse_state; in ParseSourceName() local 807 ParseState copy = state->parse_state; in ParseLocalSourceName() local 823 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local 954 ParseState copy = state->parse_state; in ParseOperatorName() local 1020 ParseState copy = state->parse_state; in ParseSpecialName() local 1082 ParseState copy = state->parse_state; in ParseCallOffset() local [all …]
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 654 ParseState copy = state->parse_state; in ParseName() local 676 ParseState copy = state->parse_state; in ParseUnscopedName() local 698 ParseState copy = state->parse_state; in ParseNestedName() local 770 ParseState copy = state->parse_state; in ParseAbiTags() local 787 ParseState copy = state->parse_state; in ParseSourceName() local 805 ParseState copy = state->parse_state; in ParseLocalSourceName() local 821 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local 952 ParseState copy = state->parse_state; in ParseOperatorName() local 1018 ParseState copy = state->parse_state; in ParseSpecialName() local 1080 ParseState copy = state->parse_state; in ParseCallOffset() local [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 656 ParseState copy = state->parse_state; in ParseName() local 678 ParseState copy = state->parse_state; in ParseUnscopedName() local 700 ParseState copy = state->parse_state; in ParseNestedName() local 772 ParseState copy = state->parse_state; in ParseAbiTags() local 789 ParseState copy = state->parse_state; in ParseSourceName() local 807 ParseState copy = state->parse_state; in ParseLocalSourceName() local 823 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local 954 ParseState copy = state->parse_state; in ParseOperatorName() local 1020 ParseState copy = state->parse_state; in ParseSpecialName() local 1082 ParseState copy = state->parse_state; in ParseCallOffset() 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/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/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/rust/crates/grpcio-sys/grpc/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/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/robolectric/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/tensorflow/tensorflow/compiler/jit/ |
D | mark_for_compilation_pass_test_helper.h | 37 Options copy = *this; in WithNoGlobalJit() local 43 Options copy = *this; in WithDeadnessAnalysis() local 49 Options copy = *this; in WithNoClusterScoping() local 55 Options copy = *this; in WithDeterministicClusterNames() 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/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/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
|