/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateFormatSymbols.java | 683 return duplicate(eras); in getEras() 692 eras = duplicate(newEras); in setEras() 701 return duplicate(eraNames); in getEraNames() 710 eraNames = duplicate(newEraNames); in setEraNames() 719 return duplicate(months); in getMonths() 765 return duplicate(returnValue); in getMonths() 774 months = duplicate(newMonths); in setMonths() 790 months = duplicate(newMonths); in setMonths() 793 shortMonths = duplicate(newMonths); in setMonths() 796 narrowMonths = duplicate(newMonths); in setMonths() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DateFormatSymbols.java | 671 return duplicate(eras); in getEras() 679 eras = duplicate(newEras); in setEras() 687 return duplicate(eraNames); in getEraNames() 695 eraNames = duplicate(newEraNames); in setEraNames() 703 return duplicate(months); in getMonths() 748 return duplicate(returnValue); in getMonths() 756 months = duplicate(newMonths); in setMonths() 771 months = duplicate(newMonths); in setMonths() 774 shortMonths = duplicate(newMonths); in setMonths() 777 narrowMonths = duplicate(newMonths); in setMonths() [all …]
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | ListRemoveTester.java | 41 E duplicate = arrayAndDuplicate.duplicate; in testRemove_duplicate() local 43 int firstIndex = getList().indexOf(duplicate); in testRemove_duplicate() 46 getList().remove(duplicate)); in testRemove_duplicate() 48 + "the duplicate element", getList().contains(duplicate)); in testRemove_duplicate() 51 firstIndex == getList().indexOf(duplicate)); in testRemove_duplicate()
|
D | ListRemoveAllTester.java | 43 E duplicate = arrayAndDuplicate.duplicate; in testRemoveAll_duplicate() local 46 getList().removeAll(MinimalCollection.of(duplicate))); in testRemoveAll_duplicate() 49 getList().contains(duplicate)); in testRemoveAll_duplicate()
|
/external/llvm/test/MC/ARM/ |
D | eh-directive-movsp.s | 7 .section .duplicate 9 .global duplicate symbol 10 .type duplicate,%function 11 duplicate: label 20 @ CHECK: Name: .ARM.exidx.duplicate
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | AbstractContainerTester.java | 182 public final E duplicate; field in AbstractContainerTester.ArrayWithDuplicate 184 private ArrayWithDuplicate(E[] elements, E duplicate) { in ArrayWithDuplicate() argument 186 this.duplicate = duplicate; in ArrayWithDuplicate() 196 E duplicate = elements[(elements.length / 2) - 1]; in createArrayWithDuplicateElement() local 197 elements[(elements.length / 2) + 1] = duplicate; in createArrayWithDuplicateElement() 198 return new ArrayWithDuplicate<E>(elements, duplicate); in createArrayWithDuplicateElement()
|
/external/clang/test/SemaObjC/ |
D | duplicate-ivar-in-class-extension.m | 12 int ivar; // expected-error {{duplicate member 'ivar'}} 13 int another_ivar; // expected-error {{duplicate member 'another_ivar'}} 14 int iSuper; // expected-error {{duplicate member 'iSuper'}} 30 return self->ivar; // would be ambiguous if the duplicate ivar were allowed
|
D | check-dup-decl-methods-1.m | 12 - (int*) meth; // expected-error {{duplicate declaration of method 'meth'}} 21 - (int) catm : (char*)ch1; // expected-error {{duplicate declaration of method 'catm:'}} 29 + (int) catm1 : (char)ch : (int*)i; // expected-error {{duplicate declaration of method 'catm1::'}} 30 + (T**) meth1; // expected-error {{duplicate declaration of method 'meth1'}} 36 - (int*) meth; // expected-error {{duplicate declaration of method 'meth'}}
|
D | class-extension-dup-methods.m | 11 - (void) garf; // expected-error {{duplicate declaration of method 'garf'}} 12 + (void) cgarf; // expected-error {{duplicate declaration of method 'cgarf'}} 27 + (void)someMethodWithArgument:(float)argument : (float)argument2; // expected-error {{duplicate de…
|
D | category-1.m | 11 @interface MyClass1 (Category1) // expected-warning {{duplicate definition of category 'Category1'… 24 @interface MyClass1 (Category4) @end // expected-warning {{duplicate definition of category 'Catego… 25 @interface MyClass1 (Category7) @end // expected-warning {{duplicate definition of category 'Catego… 26 @interface MyClass1 (Category8) @end // expected-warning {{duplicate definition of category 'Catego… 51 @interface XCRemoteComputerManager(x) // expected-warning {{duplicate definition of category 'x' on…
|
D | duplicate-ivar-check.m | 13 int one; // expected-error {{duplicate member 'one'}} 20 int fill_B; // expected-error {{duplicate member 'fill_B'}}
|
D | check-dup-objc-decls-1.m | 33 @interface A<Q> @end // expected-error {{duplicate interface definition for class 'A'}} 36 @protocol PP<Q> @end // expected-warning {{duplicate protocol definition of 'PP'}} 39 @interface A(Cat)<Q> @end // expected-warning {{duplicate definition of category 'Cat' on interface…
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/ |
D | UnknownEntry.java | 37 this.content = (ByteBuffer) content.duplicate().rewind(); in setContent() 42 this.content = (ByteBuffer) byteBuffer.duplicate().rewind(); in parse() 47 return content.duplicate(); in get() 52 ByteBuffer bb = content.duplicate(); in toString()
|
/external/clang/test/SemaObjCXX/ |
D | objc-extern-c.mm | 16 @protocol P // expected-warning {{duplicate protocol definition of 'P' is ignored}} 20 @interface I // expected-error {{duplicate}} 23 @interface I2(C) // expected-warning {{duplicate}}
|
/external/skia/include/core/ |
D | SkStream.h | 108 virtual SkStreamRewindable* duplicate() const { return NULL; } in duplicate() function 149 SkStreamRewindable* duplicate() const override = 0; 155 SkStreamSeekable* duplicate() const override = 0; 167 SkStreamAsset* duplicate() const override = 0; 177 SkStreamMemory* duplicate() const override = 0; 261 SkStreamAsset* duplicate() const override; 332 SkMemoryStream* duplicate() const override;
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct8x8_add_neon.asm | 26 vdup.16 d0, r3 ; duplicate cospi_28_64 27 vdup.16 d1, r4 ; duplicate cospi_4_64 28 vdup.16 d2, r5 ; duplicate cospi_12_64 29 vdup.16 d3, r6 ; duplicate cospi_20_64 76 vdup.16 d0, r7 ; duplicate cospi_16_64 98 vdup.16 d0, r8 ; duplicate cospi_24_64 99 vdup.16 d1, r9 ; duplicate cospi_8_64 140 vdup.16 d16, r7 ; duplicate cospi_16_64 365 vdup.16 q0, r12 ; duplicate cospi_28_64*2 367 vdup.16 q1, r12 ; duplicate cospi_4_64*2 [all …]
|
D | idct16x16_add_neon.asm | 75 vdup.16 d0, r3 ; duplicate cospi_28_64 76 vdup.16 d1, r12 ; duplicate cospi_4_64 103 vdup.16 d2, r3 ; duplicate cospi_12_64 104 vdup.16 d3, r12 ; duplicate cospi_20_64 162 vdup.16 d30, r12 ; duplicate cospi_24_64 163 vdup.16 d31, r3 ; duplicate cospi_8_64 221 vdup.16 d16, r3; ; duplicate cospi_16_64 322 vdup.16 d12, r3 ; duplicate cospi_30_64 323 vdup.16 d13, r12 ; duplicate cospi_2_64 350 vdup.16 d30, r3 ; duplicate cospi_14_64 [all …]
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | duplicate-mapping-key.former-loader-error.data | 4 *anchor: duplicate key 6 *anchor: duplicate key
|
/external/llvm/test/YAMLParser/ |
D | duplicate-mapping-key.former-loader-error.test | 6 *anchor: duplicate key 8 *anchor: duplicate key
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | Internal.java | 141 ByteBuffer temp = source.duplicate(); in copyByteBuffer() 317 return a.duplicate().clear().equals(b.duplicate().clear()); in equalsByteBuffer() 367 final ByteBuffer duplicated = bytes.duplicate(); in hashCodeByteBuffer()
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/nio/ |
D | CharToByteBufferAdapter.java | 119 public CharBuffer duplicate () { in duplicate() method in CharToByteBufferAdapter 120 CharToByteBufferAdapter buf = new CharToByteBufferAdapter(byteBuffer.duplicate()); in duplicate() 206 CharBuffer result = duplicate(); in subSequence()
|
D | ReadOnlyLongArrayBuffer.java | 42 return duplicate(); in asReadOnlyBuffer() 49 public LongBuffer duplicate () { in duplicate() method in ReadOnlyLongArrayBuffer
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
D | debug.rb | 61 duplicate = super 62 @debug_listener.create_node duplicate 63 return duplicate
|
/external/smali/baksmali/src/test/resources/DuplicateTest/ |
D | DuplicateStaticInstanceFields.smali | 8 # duplicate field ignored 19 # duplicate field ignored
|
/external/e2fsprogs/tests/f_dupdot/ |
D | expect.1 | 3 Entry '.' in <14>/<12> (12) is duplicate '.' entry. 6 Entry '..' in <14>/<12> (12) is duplicate '..' entry.
|