Home
last modified time | relevance | path

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

12345678910>>...43

/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/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.c49 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/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
DDefaultInterfaceWithBridges.java21 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/
DShadowWifiConfigurationTest.java45 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/ImageMagick/Magick++/lib/
DDrawable.cpp74 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/guava/guava-testlib/test/com/google/common/collect/testing/
DSafeTreeSetTest.java86 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testEmpty_serialization() local
94 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testSingle_serialization() local
104 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testSeveral_serialization() local
/external/guava/guava-tests/benchmark/com/google/common/collect/
DComparatorDelegationOverheadBenchmark.java53 Integer[] copy = inputArrays[i & 0xFF].clone(); in arraysSortNoComparator() local
63 Integer[] copy = inputArrays[i & 0xFF].clone(); in arraysSortOrderingNatural() local
80 Integer[] copy = inputArrays[i & 0xFF].clone(); in arraysSortOrderingFromNatural() local
/external/icu/icu4c/source/i18n/
Dnumber_fluent.cpp26 Derived copy(*this); in notation() local
42 Derived copy(*this); in unit() local
59 Derived copy(*this); in adoptUnit() local
85 Derived copy(*this); in perUnit() local
101 Derived copy(*this); in adoptPerUnit() local
125 Derived copy(*this); in precision() local
141 Derived copy(*this); in roundingMode() local
155 Derived copy(*this); in grouping() local
171 Derived copy(*this); in integerWidth() local
185 Derived copy(*this); in symbols() local
[all …]
Dnumrange_fluent.cpp31 Derived copy(*this); in numberFormatterBoth() local
49 Derived copy(*this); in numberFormatterBoth() local
67 Derived copy(*this); in numberFormatterFirst() local
85 Derived copy(*this); in numberFormatterFirst() local
103 Derived copy(*this); in numberFormatterSecond() local
121 Derived copy(*this); in numberFormatterSecond() local
139 Derived copy(*this); in collapse() local
153 Derived copy(*this); in identityFallback() local
/external/libcxx/test/std/utilities/tuple/tuple.general/
Dignore.pass.cpp29 auto copy = std::ignore; in test_ignore_constexpr() local
34 auto copy = std::ignore; in test_ignore_constexpr() local
/external/guava/guava-tests/test/com/google/common/collect/
DLenientSerializableTester.java48 Set<E> copy = reserialize(original); in reserializeAndAssertLenient() local
56 Multiset<E> copy = reserialize(original); in reserializeAndAssertLenient() local
DImmutableBiMapTest.java357 ImmutableBiMap<String, Integer> copy in testCopyOfEmptyMap() local
359 assertEquals(Collections.<String, Integer>emptyMap(), copy); in testCopyOfEmptyMap() local
361 assertSame(ImmutableBiMap.of(), copy); in testCopyOfEmptyMap() local
365 ImmutableBiMap<String, Integer> copy in testCopyOfSingletonMap() local
377 ImmutableBiMap<String, Integer> copy = ImmutableBiMap.copyOf(original); in testCopyOf() local
475 ImmutableBiMap<String, Integer> copy = in testSerialization() local
486 ImmutableBiMap<String, Integer> copy = in testInverseSerialization() local
/external/cldr/tools/java/org/unicode/cldr/util/
DFileCopier.java69 public static void copy(Reader rdr, Writer wr) throws IOException { in copy() method in FileCopier
118 …public static void copy(Class<?> cls, String sourceFile, String targetDirectory, String newName) t… in copy() method in FileCopier
132 public static void copy(Class<?> cls, String sourceFile, Writer out) throws IOException { in copy() method in FileCopier
144 …public static void copy(Class<?> cls, String sourceFile, Charset charset, Writer out) throws IOExc… in copy() method in FileCopier
155 …public static void copy(Class<?> cls, String sourceFile, String targetDirectory) throws IOExceptio… in copy() method in FileCopier
/external/mesa3d/src/mesa/vbo/
Dvbo_split_copy.c118 check_flush(struct copy_context *copy) in check_flush()
173 flush(struct copy_context *copy) in flush()
228 begin(struct copy_context *copy, GLenum mode, GLboolean begin_flag) in begin()
243 elt(struct copy_context *copy, GLuint elt_idx) in elt()
301 end(struct copy_context *copy, GLboolean end_flag) in end()
315 replay_elts(struct copy_context *copy) in replay_elts()
419 replay_init(struct copy_context *copy) in replay_init()
550 replay_finish(struct copy_context *copy) in replay_finish()
587 struct copy_context copy; in vbo_split_copy() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowFileUtils.java20 protected static long copy( in copy() method in ShadowFileUtils
41 protected static long copy( in copy() method in ShadowFileUtils
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
DSecondMoment.java105 public SecondMoment copy() { in copy() method in SecondMoment
119 public static void copy(SecondMoment source, SecondMoment dest) { in copy() method in SecondMoment
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/env/
DAssetUtils.java42 public static void copy(Context context, String assetName, String targetName) throws IOException { in copy() method in AssetUtils
68 private static void copy(InputStream from, OutputStream to) throws IOException { in copy() method in AssetUtils
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
Dextract_key.pass.cpp28 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
42 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
/external/libcxx/test/std/containers/associative/multiset/
Dextract_key.pass.cpp28 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
40 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
/external/libcxx/test/std/containers/unord/unord.multiset/
Dextract_key.pass.cpp28 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
40 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
Dextract_key.pass.cpp28 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
42 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
Dextract_key.pass.cpp28 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
42 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
/external/libcxx/test/std/containers/associative/map/map.modifiers/
Dextract_key.pass.cpp28 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
42 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
/external/libcxx/test/std/containers/associative/set/
Dextract_key.pass.cpp28 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
40 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local

12345678910>>...43