Home
last modified time | relevance | path

Searched refs:duplicate (Results 1 – 25 of 677) sorted by relevance

12345678910>>...28

/external/minigbm/cros_gralloc/gralloc0/tests/
Dgralloctest.c384 struct grallocinfo info, duplicate; in test_gralloc_order() local
388 grallocinfo_init(&duplicate, 512, 512, HAL_PIXEL_FORMAT_BGRA_8888, in test_gralloc_order()
398 duplicate.handle = native_handle; in test_gralloc_order()
400 CHECK(unregister_buffer(ctx->module, &duplicate) == 0); in test_gralloc_order()
401 CHECK(register_buffer(ctx->module, &duplicate)); in test_gralloc_order()
403 CHECK(unlock(ctx->module, &duplicate) == 0); in test_gralloc_order()
405 CHECK(lock(ctx->module, &duplicate)); in test_gralloc_order()
406 CHECK(duplicate.vaddr); in test_gralloc_order()
407 CHECK(unlock(ctx->module, &duplicate)); in test_gralloc_order()
409 CHECK(unregister_buffer(ctx->module, &duplicate)); in test_gralloc_order()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormatSymbols.java715 return duplicate(eras); in getEras()
723 eras = duplicate(newEras); in setEras()
731 return duplicate(eraNames); in getEraNames()
739 eraNames = duplicate(newEraNames); in setEraNames()
751 return duplicate(narrowEras); in getNarrowEras()
760 return duplicate(months); in getMonths()
805 return duplicate(returnValue); in getMonths()
813 months = duplicate(newMonths); in setMonths()
828 months = duplicate(newMonths); in setMonths()
831 shortMonths = duplicate(newMonths); in setMonths()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java728 return duplicate(eras); in getEras()
737 eras = duplicate(newEras); in setEras()
746 return duplicate(eraNames); in getEraNames()
755 eraNames = duplicate(newEraNames); in setEraNames()
767 return duplicate(narrowEras); in getNarrowEras()
777 return duplicate(months); in getMonths()
823 return duplicate(returnValue); in getMonths()
832 months = duplicate(newMonths); in setMonths()
848 months = duplicate(newMonths); in setMonths()
851 shortMonths = duplicate(newMonths); in setMonths()
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DListRemoveTester.java41 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()
DListRemoveAllTester.java43 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/boringssl/src/crypto/pool/
Dpool.c84 CRYPTO_BUFFER *const duplicate = in CRYPTO_BUFFER_new() local
86 if (duplicate != NULL) { in CRYPTO_BUFFER_new()
87 CRYPTO_refcount_inc(&duplicate->references); in CRYPTO_BUFFER_new()
91 if (duplicate != NULL) { in CRYPTO_BUFFER_new()
92 return duplicate; in CRYPTO_BUFFER_new()
118 CRYPTO_BUFFER *duplicate = lh_CRYPTO_BUFFER_retrieve(pool->bufs, buf); in CRYPTO_BUFFER_new() local
120 if (duplicate == NULL) { in CRYPTO_BUFFER_new()
125 CRYPTO_refcount_inc(&duplicate->references); in CRYPTO_BUFFER_new()
134 return duplicate; in CRYPTO_BUFFER_new()
/external/grpc-grpc/test/cpp/end2end/
DBUILD51 "//src/proto/grpc/testing/duplicate:echo_duplicate_proto",
73 "//src/proto/grpc/testing/duplicate:echo_duplicate_proto",
94 "//src/proto/grpc/testing/duplicate:echo_duplicate_proto",
134 "//src/proto/grpc/testing/duplicate:echo_duplicate_proto",
217 "//src/proto/grpc/testing/duplicate:echo_duplicate_proto",
236 "//src/proto/grpc/testing/duplicate:echo_duplicate_proto",
257 "//src/proto/grpc/testing/duplicate:echo_duplicate_proto",
277 "//src/proto/grpc/testing/duplicate:echo_duplicate_proto",
297 "//src/proto/grpc/testing/duplicate:echo_duplicate_proto",
318 "//src/proto/grpc/testing/duplicate:echo_duplicate_proto",
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractContainerTester.java182 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/llvm/test/MC/ARM/
Deh-directive-movsp.s7 .section .duplicate
9 .global duplicate symbol
10 .type duplicate,%function
11 duplicate: label
20 @ CHECK: Name: .ARM.exidx.duplicate
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Deh-directive-movsp.s7 .section .duplicate
9 .global duplicate symbol
10 .type duplicate,%function
11 duplicate: label
20 @ CHECK: Name: .ARM.exidx.duplicate
/external/llvm/test/tools/llvm-dwp/X86/
Dduplicate.test1 RUN: not llvm-dwp %p/../Inputs/duplicate/c.dwo %p/../Inputs/duplicate/c.dwo -o %t 2>&1 \
4 RUN: not llvm-dwp %p/../Inputs/duplicate/c.dwo %p/../Inputs/duplicate/bc.dwp -o %t 2>&1 \
7 RUN: not llvm-dwp %p/../Inputs/duplicate/ac.dwp %p/../Inputs/duplicate/c.dwo -o %t 2>&1 \
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwp/X86/
Dduplicate.test1 RUN: not llvm-dwp %p/../Inputs/duplicate/c.dwo %p/../Inputs/duplicate/c.dwo -o %t 2>&1 \
4 RUN: not llvm-dwp %p/../Inputs/duplicate/c.dwo %p/../Inputs/duplicate/bc.dwp -o %t 2>&1 \
7 RUN: not llvm-dwp %p/../Inputs/duplicate/ac.dwp %p/../Inputs/duplicate/c.dwo -o %t 2>&1 \
/external/clang/test/SemaObjC/
Dcheck-dup-decl-methods-1.m12 - (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'}}
Dduplicate-ivar-in-class-extension.m12 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
Dcategory-1.m11 @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…
Dclass-extension-dup-methods.m11 - (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…
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
DUnknownEntry.java37 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/swiftshader/third_party/subzero/tests_lit/parse_errs/
Dduplicate-fcn-name.test1 ; Test if we detect duplicate names in a symbol table.
5 ; RUN: not %pnacl_sz -bitcode-as-text %p/Inputs/duplicate-fcn-name.tbc \
9 ; CHECK: Module valuesymtab defines duplicate value name: 'f'
11 ; RUN: pnacl-bcfuzz -bitcode-as-text %p/Inputs/duplicate-fcn-name.tbc -output - \
/external/syzkaller/pkg/compiler/testdata/
Dconsts_errors.txt6 include <foo/bar.h> ### duplicate include "foo/bar.h"
7 incdir </foo> ### duplicate incdir "/foo"
10 define D0 1 ### duplicate define D0
/external/clang/test/SemaObjCXX/
Dobjc-extern-c.mm16 @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/v8/src/interpreter/
Dconstant-array-builder.cc76 bool duplicate = false; in CheckAllElementsAreUnique() local
79 duplicate = !smis.insert(entry.smi_).second; in CheckAllElementsAreUnique()
82 duplicate = !heap_numbers.insert(entry.heap_number_).second; in CheckAllElementsAreUnique()
85 duplicate = !strings.insert(entry.raw_string_).second; in CheckAllElementsAreUnique()
88 duplicate = !bigints.insert(entry.bigint_.c_str()).second; in CheckAllElementsAreUnique()
91 duplicate = !scopes.insert(entry.scope_).second; in CheckAllElementsAreUnique()
94 duplicate = !deferred_objects.insert(*entry.handle_).second; in CheckAllElementsAreUnique()
109 if (duplicate) { in CheckAllElementsAreUnique()
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsFraming.java65 ByteBuffer inputAlias = input.duplicate(); in toFrame()
207 ByteBuffer result = buffer.duplicate(); in getRawFrame()
281 ByteBuffer bufferAlias = buffer.duplicate(); in readBytes()
341 ByteBuffer result = buffer.duplicate(); in getRawFrame()
/external/skqp/include/core/
DSkStream.h114 std::unique_ptr<SkStream> duplicate() const { in duplicate() function
167 std::unique_ptr<SkStreamRewindable> duplicate() const { in duplicate() function
177 std::unique_ptr<SkStreamSeekable> duplicate() const { in duplicate() function
200 std::unique_ptr<SkStreamAsset> duplicate() const { in duplicate() function
216 std::unique_ptr<SkStreamMemory> duplicate() const { in duplicate() function
333 std::unique_ptr<SkStreamAsset> duplicate() const { in duplicate() function
410 std::unique_ptr<SkMemoryStream> duplicate() const { in duplicate() function
/external/skia/include/core/
DSkStream.h114 std::unique_ptr<SkStream> duplicate() const { in duplicate() function
167 std::unique_ptr<SkStreamRewindable> duplicate() const { in duplicate() function
177 std::unique_ptr<SkStreamSeekable> duplicate() const { in duplicate() function
200 std::unique_ptr<SkStreamAsset> duplicate() const { in duplicate() function
216 std::unique_ptr<SkStreamMemory> duplicate() const { in duplicate() function
333 std::unique_ptr<SkStreamAsset> duplicate() const { in duplicate() function
410 std::unique_ptr<SkMemoryStream> duplicate() const { in duplicate() function
/external/snakeyaml/src/test/resources/pyyaml/
Dduplicate-mapping-key.former-loader-error.data4 *anchor: duplicate key
6 *anchor: duplicate key

12345678910>>...28