Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 25 of 2392) sorted by relevance

12345678910>>...96

/external/caliper/examples/src/main/java/examples/
DCopyArrayBenchmark.java50 @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/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/adapter/
DStandardMemberCopier.java36 public static String copy(String s) { in copy() method in StandardMemberCopier
40 public static Short copy(Short s) { in copy() method in StandardMemberCopier
44 public static Integer copy(Integer i) { in copy() method in StandardMemberCopier
48 public static Long copy(Long l) { in copy() method in StandardMemberCopier
52 public static Float copy(Float f) { in copy() method in StandardMemberCopier
56 public static Double copy(Double d) { in copy() method in StandardMemberCopier
60 public static BigDecimal copy(BigDecimal bd) { in copy() method in StandardMemberCopier
64 public static Boolean copy(Boolean b) { in copy() method in StandardMemberCopier
68 public static InputStream copy(InputStream is) { in copy() method in StandardMemberCopier
72 public static Instant copy(Instant i) { in copy() method in StandardMemberCopier
[all …]
/external/cronet/stable/third_party/libc++/src/test/libcxx/algorithms/alg.sorting/assert.sort.invalid_comparator/
Dassert.sort.invalid_comparator.pass.cpp52 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
58 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
63 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
70 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
75 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
84 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
90 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
95 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
102 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
107 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
[all …]
Dassert.sort.invalid_comparator.oob.pass.cpp34 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
42 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
53 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_nth_element_read() local
60 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_nth_element_read() local
/external/cronet/tot/third_party/libc++/src/test/libcxx/algorithms/alg.sorting/assert.sort.invalid_comparator/
Dassert.sort.invalid_comparator.pass.cpp52 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
58 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
63 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
70 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
75 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
84 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
90 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
95 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
102 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
107 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
[all …]
Dassert.sort.invalid_comparator.oob.pass.cpp34 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
42 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
53 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_nth_element_read() local
60 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_nth_element_read() local
/external/apache-commons-io/src/main/java/org/apache/commons/io/
DCopyUtils.java122 public static void copy(final byte[] input, final OutputStream output) throws IOException { in copy() method in CopyUtils
137 public static void copy(final byte[] input, final Writer output) throws IOException { in copy() method in CopyUtils
153 …public static void copy(final byte[] input, final Writer output, final String encoding) throws IOE… in copy() method in CopyUtils
167 public static int copy(final InputStream input, final OutputStream output) throws IOException { in copy() method in CopyUtils
189 public static void copy( in copy() method in CopyUtils
209 public static void copy( in copy() method in CopyUtils
229 public static void copy( in copy() method in CopyUtils
253 public static void copy( in copy() method in CopyUtils
273 public static int copy( in copy() method in CopyUtils
299 public static void copy( in copy() method in CopyUtils
[all …]
/external/aws-sdk-java-v2/services/machinelearning/src/main/java/software/amazon/awssdk/services/machinelearning/internal/
DRandomIdInterceptor.java44 CreateBatchPredictionRequest copy = (CreateBatchPredictionRequest) request; in modifyRequest() local
52 CreateDataSourceFromRdsRequest copy = in modifyRequest() local
61 CreateDataSourceFromRedshiftRequest copy = in modifyRequest() local
70 CreateDataSourceFromS3Request copy = (CreateDataSourceFromS3Request) request; in modifyRequest() local
78 CreateEvaluationRequest copy = in modifyRequest() local
87 CreateMlModelRequest copy = (CreateMlModelRequest) request; in modifyRequest() local
/external/clang/test/CodeGenObjC/
Dcategory-super-class-meth.m4 -(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/selinux/libsepol/cil/src/
Dcil_copy_ast.c51 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_ordered(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __attribut… in cil_copy_ordered()
118 int cil_copy_block(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sy… in cil_copy_block()
143 int cil_copy_blockabstract(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __at… in cil_copy_blockabstract()
158 int cil_copy_blockinherit(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __att… in cil_copy_blockinherit()
173 static int cil_copy_policycap(__attribute__((unused)) struct cil_db *db, void *data, void **copy, s… in cil_copy_policycap()
191 int cil_copy_perm(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sym… in cil_copy_perm()
244 int cil_copy_classmapping(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __att… in cil_copy_classmapping()
263 int cil_copy_class(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sy… in cil_copy_class()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/containers/views/views.span/span.cons/
Dcopy.pass.cpp30 std::span<T> copy(x); in test() local
37 std::span<T> copy(x); in test() local
44 std::span<T> copy(x); in test() local
52 std::span<T, 0> copy(x); in test() local
59 std::span<T, 3> copy(x); in test() local
66 std::span<T, 2> copy(x); in test() local
102 std::span<Incomplete> copy(x); in test_all() local
/external/cronet/stable/third_party/libc++/src/test/std/containers/views/views.span/span.cons/
Dcopy.pass.cpp30 std::span<T> copy(x); in test() local
37 std::span<T> copy(x); in test() local
44 std::span<T> copy(x); in test() local
52 std::span<T, 0> copy(x); in test() local
59 std::span<T, 3> copy(x); in test() local
66 std::span<T, 2> copy(x); in test() local
102 std::span<Incomplete> copy(x); in test_all() local
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/array/array.cons/
Dimplicit_copy.pass.cpp42 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/cronet/stable/third_party/libc++/src/test/std/containers/sequences/array/array.cons/
Dimplicit_copy.pass.cpp42 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/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/
DCopyOnWriteList.kt16 val copy = array.asDynamic().slice() in add() constant
23 val copy = array.asDynamic().slice() in add() constant
31 val copy = array.asDynamic().slice() in remove() constant
43 val copy = array.asDynamic().slice() in removeAt() constant
/external/angle/third_party/abseil-cpp/absl/debugging/internal/
Ddemangle.cc781 ParseState copy = state->parse_state; in ParseName() local
803 ParseState copy = state->parse_state; in ParseUnscopedName() local
825 ParseState copy = state->parse_state; in ParseNestedName() local
902 ParseState copy = state->parse_state; in ParseUnqualifiedName() local
927 ParseState copy = state->parse_state; in ParseAbiTags() local
944 ParseState copy = state->parse_state; in ParseSourceName() local
962 ParseState copy = state->parse_state; in ParseLocalSourceName() local
982 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local
1122 ParseState copy = state->parse_state; in ParseOperatorName() local
1184 ParseState copy = state->parse_state; in ParseConversionOperatorType() local
[all …]
/external/cronet/stable/third_party/abseil-cpp/absl/debugging/internal/
Ddemangle.cc781 ParseState copy = state->parse_state; in ParseName() local
803 ParseState copy = state->parse_state; in ParseUnscopedName() local
825 ParseState copy = state->parse_state; in ParseNestedName() local
902 ParseState copy = state->parse_state; in ParseUnqualifiedName() local
927 ParseState copy = state->parse_state; in ParseAbiTags() local
944 ParseState copy = state->parse_state; in ParseSourceName() local
962 ParseState copy = state->parse_state; in ParseLocalSourceName() local
982 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local
1119 ParseState copy = state->parse_state; in ParseOperatorName() local
1181 ParseState copy = state->parse_state; in ParseConversionOperatorType() local
[all …]
/external/abseil-cpp/absl/debugging/internal/
Ddemangle.cc781 ParseState copy = state->parse_state; in ParseName() local
803 ParseState copy = state->parse_state; in ParseUnscopedName() local
825 ParseState copy = state->parse_state; in ParseNestedName() local
902 ParseState copy = state->parse_state; in ParseUnqualifiedName() local
927 ParseState copy = state->parse_state; in ParseAbiTags() local
944 ParseState copy = state->parse_state; in ParseSourceName() local
962 ParseState copy = state->parse_state; in ParseLocalSourceName() local
982 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local
1119 ParseState copy = state->parse_state; in ParseOperatorName() local
1181 ParseState copy = state->parse_state; in ParseConversionOperatorType() local
[all …]
/external/cronet/tot/third_party/abseil-cpp/absl/debugging/internal/
Ddemangle.cc781 ParseState copy = state->parse_state; in ParseName() local
803 ParseState copy = state->parse_state; in ParseUnscopedName() local
825 ParseState copy = state->parse_state; in ParseNestedName() local
902 ParseState copy = state->parse_state; in ParseUnqualifiedName() local
927 ParseState copy = state->parse_state; in ParseAbiTags() local
944 ParseState copy = state->parse_state; in ParseSourceName() local
962 ParseState copy = state->parse_state; in ParseLocalSourceName() local
982 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local
1119 ParseState copy = state->parse_state; in ParseOperatorName() local
1181 ParseState copy = state->parse_state; in ParseConversionOperatorType() local
[all …]
/external/flac/include/FLAC++/
Dmetadata.h295 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/cronet/tot/third_party/icu/source/i18n/
Dnumber_fluent.cpp36 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/stable/third_party/icu/source/i18n/
Dnumber_fluent.cpp36 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/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/
DXdhKeyTest.java58 OpenSSLX25519PublicKey copy = new OpenSSLX25519PublicKey(publicKeyBytes); in publicKey_Raw() local
70 OpenSSLX25519PublicKey copy = new OpenSSLX25519PublicKey(new XdhKeySpec(publicKeyBytes)); in publicKey_RawSpec() local
86 OpenSSLX25519PublicKey copy = new OpenSSLX25519PublicKey(new X509EncodedKeySpec(x509bytes)); in publicKey_X509() local
109 OpenSSLX25519PrivateKey copy = new OpenSSLX25519PrivateKey(privateKeyBytes); in privateKey_Raw() local
123 OpenSSLX25519PrivateKey copy = new OpenSSLX25519PrivateKey(new XdhKeySpec(privateKeyBytes)); in privateKey_RawSpec() local
139 OpenSSLX25519PrivateKey copy = in privateKey_PKCS8() local
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/
DXdhKeyTest.java62 OpenSSLX25519PublicKey copy = new OpenSSLX25519PublicKey(publicKeyBytes); in publicKey_Raw() local
74 OpenSSLX25519PublicKey copy = new OpenSSLX25519PublicKey(new XdhKeySpec(publicKeyBytes)); in publicKey_RawSpec() local
90 OpenSSLX25519PublicKey copy = new OpenSSLX25519PublicKey(new X509EncodedKeySpec(x509bytes)); in publicKey_X509() local
113 OpenSSLX25519PrivateKey copy = new OpenSSLX25519PrivateKey(privateKeyBytes); in privateKey_Raw() local
127 OpenSSLX25519PrivateKey copy = new OpenSSLX25519PrivateKey(new XdhKeySpec(privateKeyBytes)); in privateKey_RawSpec() local
143 OpenSSLX25519PrivateKey copy = in privateKey_PKCS8() local
/external/icu/icu4c/source/i18n/
Dnumber_fluent.cpp36 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 …]

12345678910>>...96