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

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/fixedbugs/
issue11699.go 7 // issue 11699; used to fail with duplicate _.args_stackmap symbols.
issue5105.go 7 // Issue 5105: linker segfaults on duplicate definition
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/lns/
lns-duplicate.d 2 #name: lns-duplicate
  /external/skia/src/opts/
SkBitmapProcState_filter_neon.h 32 vy = vdup_n_u8(y); // duplicate y into vy
36 va0 = vdup_n_u32(a00); // duplicate a00
37 va1 = vdup_n_u32(a10); // duplicate a10
44 vx = vdup_n_u16(x); // duplicate x into vx
67 vy = vdup_n_u8(y); // duplicate y into vy
71 va0 = vdup_n_u32(a00); // duplicate a00
72 va1 = vdup_n_u32(a10); // duplicate a10
79 vx = vdup_n_u16(x); // duplicate x into vx
88 vscale = vdup_n_u16(scale); // duplicate scale
  /external/skqp/src/opts/
SkBitmapProcState_filter_neon.h 32 vy = vdup_n_u8(y); // duplicate y into vy
36 va0 = vdup_n_u32(a00); // duplicate a00
37 va1 = vdup_n_u32(a10); // duplicate a10
44 vx = vdup_n_u16(x); // duplicate x into vx
67 vy = vdup_n_u8(y); // duplicate y into vy
71 va0 = vdup_n_u32(a00); // duplicate a00
72 va1 = vdup_n_u32(a10); // duplicate a10
79 vx = vdup_n_u16(x); // duplicate x into vx
88 vscale = vdup_n_u16(scale); // duplicate scale
  /external/clang/test/Parser/
cxx-concept-declaration.cpp 24 template<typename T> concept concept bool C6 = true; // expected-warning {{duplicate 'concept' declaration specifier}}
26 template<typename T> concept concept bool C7() { return true; } // expected-warning {{duplicate 'concept' declaration specifier}}
cxx0x-decl.cpp 31 int *const const p = 0; // expected-error {{duplicate 'const' declaration specifier}}
32 const const int *q = 0; // expected-error {{duplicate 'const' declaration specifier}}
35 void f() const const; // expected-error {{duplicate 'const' declaration specifier}}
111 constexpr constexpr int f(); // expected-warning {{duplicate 'constexpr' declaration specifier}}
112 constexpr int constexpr a = 0; // expected-warning {{duplicate 'constexpr' declaration specifier}}
115 friend constexpr int constexpr friend f(); // expected-warning {{duplicate 'friend' declaration specifier}} \
116 // expected-warning {{duplicate 'constexpr' declaration specifier}}
117 friend struct A friend; // expected-warning {{duplicate 'friend'}} expected-error {{'friend' must appear first}}
c1x-generic-selection.c 9 default: 0); // expected-error {{duplicate default generic association}}
  /external/clang/test/Sema/
ext_vector_components.c 29 vec4_2.xyzx = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate components)}}
30 vec4_2.xyzz = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate components)}}
31 vec4_2.xyyw = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate components)}}
33 vec2.xx = vec2_2.xy; // expected-error {{vector is not assignable (contains duplicate components)}}
56 vec4_2.rgbr = vec4.rgba; // expected-error {{vector is not assignable (contains duplicate components)}}
57 vec4_2.rgbb = vec4.rgba; // expected-error {{vector is not assignable (contains duplicate components)}}
58 vec4_2.rgga = vec4.rgba; // expected-error {{vector is not assignable (contains duplicate components)}}
60 vec2.rr = vec2_2.rg; // expected-error {{vector is not assignable (contains duplicate components)}}
  /external/clang/test/SemaObjC/
class-conforming-protocol-1.m 9 - (INTF<P1>*) METH1; // expected-error {{duplicate declaration of method 'METH1'}}
12 - (INTF<P2,P1,P3>*) METH2; // expected-error {{duplicate declaration of method 'METH2'}}
warn-explicit-call-initialize.m 15 [I initialize]; // expected-warning {{explicit call to +initialize results in duplicate call to +initialize}}
16 [NSObject initialize]; // expected-warning {{explicit call to +initialize results in duplicate call to +initialize}}
  /external/e2fsprogs/e2fsck/
mtrace.awk 6 print "+", $2, "Alloc", NR, "duplicate:", allocated[$2];
23 print "+", $2, "Realloc", NR, "duplicate:", allocated[$2];
  /external/e2fsprogs/tests/f_dupdot/
expect.1 3 Entry '.' in <14>/<12> (12) is duplicate '.' entry.
6 Entry '..' in <14>/<12> (12) is duplicate '..' entry.
  /external/smali/baksmali/src/test/resources/DuplicateTest/
DuplicateDirectVirtualMethods.smali 12 # duplicate method ignored
35 # duplicate method ignored
DuplicateDirectMethods.smali 18 # duplicate method ignored
DuplicateVirtualMethods.smali 18 # duplicate method ignored
  /tools/metalava/src/main/java/com/android/tools/metalava/doclava1/
ElidingPredicate.kt 11 * Filter that will elide exact duplicate methods that are already included
17 // This method should be included, but if it's an exact duplicate
  /external/libxml2/test/valid/dtds/
notes.dtd 8 notes.dtd:13: validity error : Definition of notes has duplicate
  /external/llvm/lib/Fuzzer/test/
afl-driver-stderr.test 8 ; Test that a file is created when specified as the duplicate stderr.
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
UnknownEntry.java 37 this.content = (ByteBuffer) content.duplicate().rewind();
42 this.content = (ByteBuffer) byteBuffer.duplicate().rewind();
47 return content.duplicate();
52 ByteBuffer bb = content.duplicate();
  /external/pdfium/testing/resources/
bug_113.in 18 % duplicate definition of partial object
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug200.go 17 case func(f int): // ERROR "duplicate"
bug342.go 12 foo(x int) (x int) // ERROR "duplicate argument|redefinition"
issue8438.go 7 // Check that we don't print duplicate errors for string ->
  /prebuilts/go/darwin-x86/test/
func1.go 17 func f2(a int) (a int, b float32) { // ERROR "duplicate argument a|definition"

Completed in 251 milliseconds

1 2 34 5 6 7 8 91011>>