HomeSort by relevance Sort by last modified time
    Searched full:duplicate (Results 51 - 75 of 6812) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListRemoveTester.java 41 E duplicate = arrayAndDuplicate.duplicate; local
43 int firstIndex = getList().indexOf(duplicate);
46 getList().remove(duplicate));
47 assertTrue("After remove(duplicate), a list should still contain "
48 + "the duplicate element", getList().contains(duplicate));
49 assertFalse("remove(duplicate) should remove the first instance of the "
50 + "duplicate element in the list",
51 firstIndex == getList().indexOf(duplicate));
    [all...]
  /external/clang/test/Sema/
declspec.c 41 const const int pr8264_1 = 0; // expected-warning {{duplicate 'const' declaration specifier}}
42 volatile volatile int pr8264_2; // expected-warning {{duplicate 'volatile' declaration specifier}}
43 char * restrict restrict pr8264_3; // expected-warning {{duplicate 'restrict' declaration specifier}}
45 extern extern int pr8264_4; // expected-warning {{duplicate 'extern' declaration specifier}}
47 register register int x; // expected-warning {{duplicate 'register' declaration specifier}}
50 inline inline void pr8264_6() {} // expected-warning {{duplicate 'inline' declaration specifier}}
51 _Noreturn _Noreturn void pr8264_7(); // expected-warning {{duplicate '_Noreturn' declaration specifier}}
  /external/clang/test/CXX/temp/temp.spec/
p5.cpp 5 template void f(int); // expected-error{{duplicate explicit instantiation}}
21 template struct X0<int>; // expected-error{{duplicate explicit instantiation}}
24 template void X0<float>::f(float); // expected-error{{duplicate explicit instantiation}}
27 template union X0<float>::Inner; // expected-error{{duplicate explicit instantiation}}
30 template float X0<float>::value; // expected-error{{duplicate explicit instantiation}}
  /external/clang/test/SemaObjC/
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'}}
  /external/llvm/test/MC/ARM/
eh-directive-movsp.s 7 .section .duplicate
9 .global duplicate
10 .type duplicate,%function
11 duplicate: label
20 @ CHECK: Name: .ARM.exidx.duplicate
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
unwind-bad-1.l 3 [^:]*:9: Error: duplicate \.personalityindex directive
6 [^:]*:29: Error: duplicate \.personality directive
8 [^:]*:34: Error: duplicate \.handlerdata directive
unwind-bad-1.s 8 # duplicate .personalityindex directive
28 # duplicate .personality directive
33 # duplicate .handlerdata directive
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
DuplicateSampleAbscissaException.java 33 * Construct an exception indicating the duplicate abscissa.
34 * @param abscissa duplicate abscissa
35 * @param i1 index of one entry having the duplicate abscissa
36 * @param i2 index of another entry having the duplicate abscissa
44 * Get the duplicate abscissa.
45 * @return duplicate abscissa
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug251.go 11 // TODO(mdempsky): The duplicate method error is silly
15 I2 // ERROR "loop|interface|duplicate method m"
bug040.go 10 x int) { // ERROR "duplicate argument|redefinition"
bug132.go 10 x, x int // ERROR "duplicate"
issue11699.go 7 // issue 11699; used to fail with duplicate _.args_stackmap symbols.
issue5105.go 7 // Issue 5105: linker segfaults on duplicate definition
  /prebuilts/go/linux-x86/test/fixedbugs/
bug251.go 11 // TODO(mdempsky): The duplicate method error is silly
15 I2 // ERROR "loop|interface|duplicate method m"
bug040.go 10 x int) { // ERROR "duplicate argument|redefinition"
bug132.go 10 x, x int // ERROR "duplicate"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/alpha/
elf-tls-2.l 6 .*:23: Error: duplicate !tlsgd!5
7 .*:26: Error: duplicate !tlsldm!6
  /device/linaro/hikey/uefi-tools/
handy-snippets.sh 2 # First step in looking for duplicate file GUIDs
  /external/clang/test/SemaTemplate/
ms-class-specialization-duplicate.cpp 9 template class A<TInt>; // expected-warning {{duplicate explicit instantiation of 'A<int>' ignored as a Microsoft extension}}
  /external/libxml2/result/schemas/
changelog093_1_0.err 1 ./test/schemas/changelog093_0.xml:7: element description: Schemas validity error : Element '{http://www.blackperl.com/XML/ChangeLog}description': Duplicate key-sequence ['PL'] in unique identity-constraint '{http://www.blackperl.com/XML/ChangeLog}changelogDescriptionLangConstraint'.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_settype/
coverage.txt 7 4 NO **Removed, since duplicate with assertion
  /external/ply/ply/test/
lex_token_dup.py 3 # Duplicate token name in tokens
  /external/smali/baksmali/src/test/resources/DuplicateTest/
DuplicateStaticFields.smali 10 # duplicate field ignored
  /external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/
2002-08-19-ConstantExpr.ll 4 global float* @2 ;; Duplicate forward numeric reference
  /external/swiftshader/third_party/subzero/tests_lit/parse_errs/
duplicate-fcn-name.test 1 ; 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 - \

Completed in 239 milliseconds

1 23 4 5 6 7 8 91011>>