HomeSort by relevance Sort by last modified time
    Searched full:duplicate (Results 1 - 25 of 3919) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_dup_de/
name 0 duplicate directory entries
expect-nohtree.1 6 Duplicate entry 'mailcap.dpkg-old' found.
11 Duplicate entry 'fstab' in /etc (12) found. Clear? yes
13 Duplicate entry 'localtime' in /etc (12) found. Clear? yes
15 Duplicate entry 'mailcap.dpkg-old' in /etc (12) found. Clear? yes
17 Duplicate entry 'modules.conf.old' in /etc (12) found. Clear? yes
22 Duplicate entry 'resolv.conf' in /etc (12) found. Clear? yes
24 Duplicate entry 'usb.permissions' in /etc (12) found. Clear? yes
expect.1 3 Duplicate entry 'mailcap.dpkg-old' found.
8 Duplicate entry 'fstab' in /etc (12) found. Clear? yes
10 Duplicate entry 'localtime' in /etc (12) found. Clear? yes
12 Duplicate entry 'mailcap.dpkg-old' in /etc (12) found. Clear? yes
14 Duplicate entry 'modules.conf.old' in /etc (12) found. Clear? yes
19 Duplicate entry 'resolv.conf' in /etc (12) found. Clear? yes
21 Duplicate entry 'usb.permissions' in /etc (12) found. Clear? yes
  /external/e2fsprogs/tests/f_dupdot/
name 0 duplicate '.' and '..' entries
  /external/e2fsprogs/tests/f_dup_de2/
name 0 duplicate directory entries for non-indexed dirs
  /external/clang/test/Modules/Inputs/
category_left.h 11 @interface Foo(Duplicate)
14 @interface Foo(Duplicate)
category_right.h 11 @interface Foo(Duplicate)
  /external/llvm/test/YAMLParser/
duplicate-mapping-key.former-loader-error.data 6 *anchor: duplicate key
8 *anchor: duplicate key
  /art/test/097-duplicate-method/
info.txt 1 This is a test to verify that duplicate methods in a dex file are handled
  /external/clang/test/SemaObjC/
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
duplicate-ivar-check.m 13 int one; // expected-error {{duplicate member 'one'}}
20 int fill_B; // expected-error {{duplicate member 'fill_B'}}
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'}}
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 declaration of method 'someMethodWithArgument::'}}
  /external/javassist/sample/duplicate/
Main.java 1 package sample.duplicate;
21 First, run sample.duplicate.Viewer without a metaobject.
23 % java sample.duplicate.Viewer
28 of sample.duplicate.DuplicatedObject.
30 % java sample.duplicate.Main
33 sample.duplicate.Viewer is loaded by javassist.tools.reflect.Loader so that
39 cl.makeReflective("sample.duplicate.Ball",
40 "sample.duplicate.DuplicatedObject",
42 cl.run("sample.duplicate.Viewer", args);
  /external/clang/test/SemaObjCXX/
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/libunwind/src/unwind/
BacktraceWrapper.c 2 * accidentally includes backtrace.o and Backtrace.o causing duplicate
  /external/smali/baksmali/src/test/resources/DuplicateTest/
DuplicateInstanceFields.smali 10 # duplicate field ignored
DuplicateStaticInstanceFields.smali 8 # duplicate field ignored
19 # duplicate field ignored
  /external/chromium_org/media/cast/net/rtp/
framer_unittest.cc 48 bool duplicate = false; local
52 &payload_[0], payload_.size(), rtp_header_, &duplicate);
59 &payload_[0], payload_.size(), rtp_header_, &duplicate);
75 bool duplicate = false; local
80 &payload_[0], payload_.size(), rtp_header_, &duplicate);
96 &payload_[0], payload_.size(), rtp_header_, &duplicate);
105 &payload_[0], payload_.size(), rtp_header_, &duplicate);
115 bool duplicate = false; local
120 duplicate = true;
122 &payload_[0], payload_.size(), rtp_header_, &duplicate);
211 bool duplicate = false; local
241 bool duplicate = false; local
276 bool duplicate = false; local
291 bool duplicate = false; local
315 bool duplicate = false; local
342 bool duplicate = false; local
408 bool duplicate = false; local
457 bool duplicate = false; local
    [all...]
  /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/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
  /external/chromium_org/tools/gyp/test/same-target-name/
gyptest-same-target-name.py 8 Check that duplicate targets in a directory gives an error.
15 # Require that gyp files with duplicate targets spit out an error.
  /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}}

Completed in 2347 milliseconds

1 2 3 4 5 6 7 8 91011>>