/external/clang/test/SemaObjC/ |
D | ivar-lookup.m | 60 int IVAR; // expected-error {{instance variable is already declared}} 67 int IVAR; // expected-error {{instance variable is already declared}} 73 int IVAR; // expected-error {{instance variable is already declared}} 74 int PIVAR; // expected-error {{instance variable is already declared}} 80 int IVAR; // expected-error {{instance variable is already declared}} 146 // expected-error {{instance variable is already declared}} 151 int d; // expected-error {{instance variable is already declared}} 152 NSString *e_strong; // expected-error {{instance variable is already declared}} 153 NSData *f_weak; // expected-error {{instance variable is already declared}} 154 NSData *g; // expected-error 2 {{instance variable is already declared}}
|
D | compare-qualified-class.m | 57 // even though ClassB already conforms to ProtocolX 62 // protocol conformance that ClassB already conforms to
|
/external/llvm/test/CodeGen/SystemZ/ |
D | args-05.ll | 5 ; Zero extension of something that is already zero-extended. 16 ; Sign extension of something that is already sign-extended. 27 ; Sign extension of something that is already zero-extended. 38 ; Zero extension of something that is already sign-extended.
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/ |
D | Transliterator.properties | 16 activateError=IME is already active 17 deactivateError=IME is already deactivated 20 multipleDisposeError=IME is already disposed
|
/external/e2fsprogs/tests/f_dup_ba/ |
D | expect.1 | 31 Multiply-claimed blocks already reassigned or cloned. 36 Multiply-claimed blocks already reassigned or cloned. 41 Multiply-claimed blocks already reassigned or cloned. 46 Multiply-claimed blocks already reassigned or cloned. 51 Multiply-claimed blocks already reassigned or cloned.
|
/external/v8/test/message/ |
D | try-catch-variable-conflict.out | 1 *%(basename)s:9: SyntaxError: Identifier 'x' has already been declared 4 SyntaxError: Identifier 'x' has already been declared
|
D | try-catch-lexical-conflict.out | 1 *%(basename)s:10: SyntaxError: Identifier 'x' has already been declared 4 SyntaxError: Identifier 'x' has already been declared
|
D | import-redeclaration.out | 4 *%(basename)s:8: SyntaxError: Identifier 'foo' has already been declared 7 SyntaxError: Identifier 'foo' has already been declared
|
D | import-as-redeclaration.out | 4 *%(basename)s:8: SyntaxError: Identifier 'foo' has already been declared 7 SyntaxError: Identifier 'foo' has already been declared
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | StringIdsSection.java | 129 StringIdItem already = strings.get(value); in intern() local 131 if (already != null) { in intern() 132 return already; in intern()
|
/external/bison/lib/ |
D | obstack.c | 249 long already; in _obstack_newchunk() local 281 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT); in _obstack_newchunk() 284 already = 0; in _obstack_newchunk() 286 for (i = already; i < obj_size; i++) in _obstack_newchunk()
|
/external/clang/test/SemaObjCXX/ |
D | arc-objc-lifetime.mm | 36 __strong I *__strong test1; // expected-error {{the type 'I *__strong' is already explicitly owners… 37 __strong I *(__strong test2); // expected-error {{the type 'I *__strong' is already explicitly owne… 38 __strong I *(__strong (test3)); // expected-error {{the type 'I *__strong' is already explicitly ow…
|
/external/libxml2/win32/VC10/ |
D | README.vc10 | 21 this kind of build system and the environment is pretty much known already 24 files already.
|
/external/clang/test/PCH/ |
D | objc_parameterized_classes.m | 33 …1Specialization3; // expected-error{{type arguments cannot be applied to already-specialized class… 35 typedef PC1Specialization2<id, NSObject *> PC1Specialization4; // expected-error{{already-specializ…
|
/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
D | Prototype.java | 392 Prototype already = internTable.get(descriptor); in putIntern() local 393 if (already != null) { in putIntern() 394 return already; in putIntern()
|
D | Type.java | 854 Type already = internTable.get(descriptor); in putIntern() local 855 if (already != null) { in putIntern() 856 return already; in putIntern()
|
/external/autotest/server/site_tests/factory_Basic/ |
D | control | 21 # and the name of the test list respectively. If the test list is already on 39 'when invoking test_that. If your test_list is already '
|
/external/libjpeg-turbo/win/ |
D | jconfig.h.in | 34 #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */ 40 #if !(defined(_BASETSD_H_) || defined(_BASETSD_H)) /* don't conflict if basetsd.h already read */
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_flags.inc | 22 // Suppress a race report if we've already output another race report 25 "Suppress a race report if we've already output another race report " 28 "Suppress a race report if we've already output another race report "
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | LocalVariableExtractor.java | 143 RegisterSpec already = primaryState.get(result); in processBlock() local 149 if (!result.equals(already)) { in processBlock()
|
/external/protobuf/examples/ |
D | README.txt | 5 the person's information. The list_people example lists people already in the 22 The add_person programs will create the file if it doesn't already exist.
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | LocalVariableExtractor.java | 160 RegisterSpec already = primaryState.get(result); in processBlock() local 166 if (!result.equals(already)) { in processBlock()
|
/external/libxml2/result/xmlid/ |
D | id_tst4.xml.err | 1 ./test/xmlid/id_tst4.xml:3: element err: validity error : ID bar already defined
|
/external/libxml2/result/errors/ |
D | attr3.xml.str | 1 ./test/errors/attr3.xml:4: validity warning : Attribute a1 of element doc: already defined
|
D | attr3.xml.err | 1 ./test/errors/attr3.xml:4: validity warning : Attribute a1 of element doc: already defined
|