/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
|
expect.1 | 3 Entry '.' in ??? (12) is duplicate '.' entry. 6 Entry '..' in ??? (12) is duplicate '..' entry.
|
/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
|
/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
|
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'}}
|
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-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'}}
|
/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/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/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/apache-harmony/auth/src/test/resources/ |
KrbConfigTest.txt | 17 # duplicate section
|
/external/libpcap/ |
acconfig.h | 4 * put "const" here. This may cause duplicate definitions
|
/libcore/luni/src/main/java/java/util/ |
DuplicateFormatFlagsException.java | 20 * The unchecked exception will be thrown out if there are duplicate flags given 36 * the format flags that contain a duplicate flag. 46 * Returns the format flags that contain a duplicate flag. 48 * @return the format flags that contain a duplicate flag.
|
/external/icu4c/common/ |
mutex.cpp | 21 void *&duplicate, 23 duplicate=NULL; 38 // to the "duplicate" parameter, and the caller deletes it. 49 duplicate=instance; 71 void *&duplicate, 73 duplicate=NULL; 99 // to the "duplicate" parameter, and the caller deletes it. 114 // Record a duplicate if we lost the race, or 116 duplicate=instance;
|
/external/e2fsprogs/e2fsck/ |
mtrace.awk | 6 print "+", $2, "Alloc", NR, "duplicate:", allocated[$2]; 23 print "+", $2, "Realloc", NR, "duplicate:", allocated[$2];
|
/external/clang/test/Parser/ |
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)}}
|