/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/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/guava/guava-testlib/test/com/google/common/collect/testing/ |
D | SafeTreeSetTest.java | 73 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testEmpty_serialization() local 81 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testSingle_serialization() local 91 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testSeveral_serialization() local
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
D | ComparatorDelegationOverheadBenchmark.java | 53 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/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableBiMapTest.java | 357 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
|
D | LenientSerializableTester.java | 48 Set<E> copy = reserialize(original); in reserializeAndAssertLenient() local 56 Multiset<E> copy = reserialize(original); in reserializeAndAssertLenient() local
|
D | ImmutableSortedMapTest.java | 472 ImmutableSortedMap<String, Integer> copy in testCopyOfEmptyMap() local 474 assertEquals(Collections.<String, Integer>emptyMap(), copy); in testCopyOfEmptyMap() local 480 ImmutableSortedMap<String, Integer> copy in testCopyOfSingletonMap() local 493 ImmutableSortedMap<String, Integer> copy in testCopyOf() local 507 ImmutableSortedMap<String, Integer> copy in testCopyOfExplicitComparator() local 518 ImmutableSortedMap<String, Integer> copy in testCopyOfImmutableSortedSetDifferentComparator() local 531 ImmutableSortedMap<String, Integer> copy in testCopyOfSortedNatural() local 545 ImmutableSortedMap<String, Integer> copy in testCopyOfSortedExplicit() local 592 Map<IntegerDiv10, String> copy = ImmutableMap.copyOf(original); in testImmutableMapCopyOfImmutableSortedMap() local
|
D | TreeMultimapExplicitTest.java | 105 TreeMultimap<String, Integer> copy = TreeMultimap.create(tree); in testMultimapCreateFromTreeMultimap() local 189 TreeMultimap<String, Integer> copy = in testMultimapComparators() local 212 TreeMultimap<String, Integer> copy in testExplicitComparatorSerialization() local
|
D | ImmutableSortedSetTest.java | 255 SortedSet<String> copy = SerializableTester.reserialize(set); in testEmpty_serialization() local 303 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testSingle_serialization() local 417 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testOf_serialization() local 515 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testExplicitEmpty_serialization() local 525 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testExplicit_serialization() local 545 SortedSet<String> copy = copyOf(subset); in testCopyOf_subSet() local 552 SortedSet<String> copy = copyOf(headset); in testCopyOf_headSet() local 559 SortedSet<String> copy = copyOf(tailset); in testCopyOf_tailSet() local 755 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testDifferentComparator_serialization() local 868 ImmutableList<String> copy = SerializableTester.reserializeAndAssert(list); in testAsListReturnTypeAndSerialization() local [all …]
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_split_copy.c | 117 check_flush( struct copy_context *copy ) in check_flush() 172 flush( struct copy_context *copy ) in flush() 227 begin( struct copy_context *copy, GLenum mode, GLboolean begin_flag ) in begin() 242 elt(struct copy_context *copy, GLuint elt_idx) in elt() 308 end( struct copy_context *copy, GLboolean end_flag ) in end() 324 replay_elts( struct copy_context *copy ) in replay_elts() 429 replay_init( struct copy_context *copy ) in replay_init() 560 replay_finish( struct copy_context *copy ) in replay_finish() 599 struct copy_context copy; in vbo_split_copy() local
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableSortedMapTest.java | 409 ImmutableSortedMap<String, Integer> copy in testCopyOfEmptyMap() local 411 assertEquals(Collections.<String, Integer>emptyMap(), copy); in testCopyOfEmptyMap() local 417 ImmutableSortedMap<String, Integer> copy in testCopyOfSingletonMap() local 430 ImmutableSortedMap<String, Integer> copy in testCopyOf() local 444 ImmutableSortedMap<String, Integer> copy in testCopyOfExplicitComparator() local 455 ImmutableSortedMap<String, Integer> copy in testCopyOfImmutableSortedSetDifferentComparator() local 468 ImmutableSortedMap<String, Integer> copy in testCopyOfSortedNatural() local 482 ImmutableSortedMap<String, Integer> copy in testCopyOfSortedExplicit() local 529 Map<IntegerDiv10, String> copy = ImmutableMap.copyOf(original); in testImmutableMapCopyOfImmutableSortedMap() local
|
D | ImmutableBiMapTest.java | 316 ImmutableBiMap<String, Integer> copy in testCopyOfEmptyMap() local 318 assertEquals(Collections.<String, Integer>emptyMap(), copy); in testCopyOfEmptyMap() local 320 assertSame(ImmutableBiMap.of(), copy); in testCopyOfEmptyMap() local 324 ImmutableBiMap<String, Integer> copy in testCopyOfSingletonMap() local 336 ImmutableBiMap<String, Integer> copy = ImmutableBiMap.copyOf(original); in testCopyOf() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/ |
D | SecondMoment.java | 105 public SecondMoment copy() { in copy() method in SecondMoment 119 public static void copy(SecondMoment source, SecondMoment dest) { in copy() method in SecondMoment
|
D | FourthMoment.java | 124 public FourthMoment copy() { in copy() method in FourthMoment 138 public static void copy(FourthMoment source, FourthMoment dest) { in copy() method in FourthMoment
|
D | ThirdMoment.java | 119 public ThirdMoment copy() { in copy() method in ThirdMoment 133 public static void copy(ThirdMoment source, ThirdMoment dest) { in copy() method in ThirdMoment
|
D | FirstMoment.java | 139 public FirstMoment copy() { in copy() method in FirstMoment 153 public static void copy(FirstMoment source, FirstMoment dest) { in copy() method in FirstMoment
|
D | GeometricMean.java | 90 public GeometricMean copy() { in copy() method in GeometricMean 188 public static void copy(GeometricMean source, GeometricMean dest) { in copy() method in GeometricMean
|
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/ |
D | ListSubListTester.java | 222 List<E> copy = list.subList(0, size); in testSubList_get() local 246 List<E> copy = list.subList(0, size); in testSubList_contains() local 264 List<E> copy = list.subList(0, size); in testSubList_indexOf() local 290 List<E> copy = list.subList(0, size); in testSubList_lastIndexOf() local
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | ListSubListTester.java | 226 List<E> copy = list.subList(0, size); in testSubList_get() local 250 List<E> copy = list.subList(0, size); in testSubList_contains() local 268 List<E> copy = list.subList(0, size); in testSubList_indexOf() local 294 List<E> copy = list.subList(0, size); in testSubList_lastIndexOf() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/ |
D | Max.java | 144 public Max copy() { in copy() method in Max 158 public static void copy(Max source, Max dest) { in copy() method in Max
|
D | Min.java | 144 public Min copy() { in copy() method in Min 158 public static void copy(Min source, Min dest) { in copy() method in Min
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/summary/ |
D | SumOfSquares.java | 134 public SumOfSquares copy() { in copy() method in SumOfSquares 148 public static void copy(SumOfSquares source, SumOfSquares dest) { in copy() method in SumOfSquares
|
D | SumOfLogs.java | 146 public SumOfLogs copy() { in copy() method in SumOfLogs 160 public static void copy(SumOfLogs source, SumOfLogs dest) { in copy() method in SumOfLogs
|
/external/flac/libFLAC/ |
D | metadata_object.c | 114 char *copy = strdup(from); in copy_cstring_() local 249 …ta_VorbisComment_Entry *dest, const FLAC__StreamMetadata_VorbisComment_Entry *src, FLAC__bool copy) in vorbiscomment_set_entry_() 398 …reamMetadata_CueSheet_Track *dest, const FLAC__StreamMetadata_CueSheet_Track *src, FLAC__bool copy) in cuesheet_set_track_() 903 …lication_set_data(FLAC__StreamMetadata *object, FLAC__byte *data, unsigned length, FLAC__bool copy) in FLAC__metadata_object_application_set_data() 1153 …ring(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry entry, FLAC__bool copy) in FLAC__metadata_object_vorbiscomment_set_vendor_string() 1208 …ata *object, unsigned comment_num, FLAC__StreamMetadata_VorbisComment_Entry entry, FLAC__bool copy) in FLAC__metadata_object_vorbiscomment_set_comment() 1218 …ata *object, unsigned comment_num, FLAC__StreamMetadata_VorbisComment_Entry entry, FLAC__bool copy) in FLAC__metadata_object_vorbiscomment_insert_comment() 1242 …ment(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry entry, FLAC__bool copy) in FLAC__metadata_object_vorbiscomment_append_comment() 1249 …mMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry entry, FLAC__bool all, FLAC__bool copy) in FLAC__metadata_object_vorbiscomment_replace_comment() 1608 …mMetadata *object, unsigned track_num, FLAC__StreamMetadata_CueSheet_Track *track, FLAC__bool copy) in FLAC__metadata_object_cuesheet_set_track() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/ |
D | SynchronizedDescriptiveStatistics.java | 148 public synchronized SynchronizedDescriptiveStatistics copy() { in copy() method in SynchronizedDescriptiveStatistics 164 public static void copy(SynchronizedDescriptiveStatistics source, in copy() method in SynchronizedDescriptiveStatistics
|