/external/clang/test/SemaCXX/ |
D | static-data-member.cpp | 3 struct ABC { struct 12 double ABC::a = 1.0; argument 13 extern double ABC::b = 1.0; // expected-error {{static data member definition cannot specify a stor… 14 static double ABC::c = 1.0; // expected-error {{'static' can only be specified inside the class de… 15 __private_extern__ double ABC::d = 1.0; // expected-error {{static data member definition cannot sp… 16 auto double ABC::e = 1.0; // expected-error {{static data member definition cannot specify a storag… 17 register double ABC::f = 1.0; // expected-error {{static data member definition cannot specify a st…
|
/external/pcre/dist2/testdata/ |
D | testinput12 | 137 ABC\x{09} 138 ABC\x{20} 139 ABC\x{a0} 140 ABC\x{1680} 141 ABC\x{180e} 142 ABC\x{2000} 143 ABC\x{202f} 144 ABC\x{205f} 145 ABC\x{3000} 148 ABC\x{0a} [all …]
|
D | testinput10 | 251 ABC\x{09} 252 ABC\x{20} 253 ABC\x{a0} 254 ABC\x{1680} 255 ABC\x{180e} 256 ABC\x{2000} 257 ABC\x{202f} 258 ABC\x{205f} 259 ABC\x{3000} 262 ABC\x{0a} [all …]
|
D | testinput8 | 167 /(?'ABC'\[[bar](]{105}*THEN:\[A]{255}\[)]{106}/expand,-fullbincode 169 /(?'ABC'\[[bar](]{106}*THEN:\[A]{255}\[)]{107}/expand,-fullbincode 171 /(?'ABC'\[[bar](]{159}*THEN:\[A]{255}\[)]{160}/expand,-fullbincode 173 /(?'ABC'\[[bar](]{199}*THEN:\[A]{255}\[)]{200}/expand,-fullbincode 175 /(?'ABC'\[[bar](]{299}*THEN:\[A]{255}\[)]{300}/expand,-fullbincode
|
/external/curl/tests/data/ |
D | test1221 | 34 result: 16ABC expected: 16ABC input: 123__678__ABC..FGH..KLM..PQRSTUV 35 result: 16 expected: 16 input: 123__678_.ABC._FGH__KLM__PQRSTUV 44 result: 1567890ABC expected: 1567890ABC input: 123_567890ABCDEFGHIJKLMNOPQRSTUV
|
D | test1222 | 34 result: 16ABC expected: 16ABC input: 123__678__ABC..FGH..KLM..PQRSTUV 35 result: 16 expected: 16 input: 123__678_.ABC._FGH__KLM__PQRSTUV
|
/external/clang/test/Parser/ |
D | cxx-template-argument.cpp | 59 template<class T1, typename T2> struct ABC; // expected-note {{template is declared here}} 72 UnknownBase<T1,T2,ABC<T2,T1> > // expected-error {{unknown template name 'UnknownBase'}} 76 UnknownBase<T1,ABC<T2> >, // expected-error {{unknown template name 'UnknownBase'}} \ 82 UnknownBase<T1,T2,ABC<T2,T1>> // expected-error {{unknown template name 'UnknownBase'}} 89 UnknownBase<T1,ABC<T2,T1>>, // expected-error {{unknown template name 'UnknownBase'}}
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2007-04-23-UseIterator.ll | 7 define i8* @foo( i8* %ABC) { 22 %ABC.2146.0.rec = mul i32 %indvar, 3 ; <i32> [#uses=1] 26 %tmp138145.rec = add i32 %ABC.2146.0.rec, 3 ; <i32> [#uses=1] 27 %tmp138145 = getelementptr i8, i8* %ABC, i32 %tmp138145.rec ; <i8*> [#uses=4]
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/ |
D | 2007-04-23-UseIterator.ll | 7 define i8* @foo( i8* %ABC) { 22 %ABC.2146.0.rec = mul i32 %indvar, 3 ; <i32> [#uses=1] 26 %tmp138145.rec = add i32 %ABC.2146.0.rec, 3 ; <i32> [#uses=1] 27 %tmp138145 = getelementptr i8* %ABC, i32 %tmp138145.rec ; <i8*> [#uses=4]
|
/external/icu/icu4c/source/test/testdata/ |
D | re_tests.txt | 264 'abc'i ABC y $& ABC 268 'abc'i XABCY y $& ABC 269 'abc'i ABABC y $& ABC 270 'ab*c'i ABC y $& ABC 271 'ab*bc'i ABC y $& ABC 276 'ab+bc'i ABC n - - 285 'ab??bc'i ABC y $& ABC 286 'ab{0,1}?bc'i ABC y $& ABC 288 'ab??c'i ABC y $& ABC 289 'ab{0,1}?c'i ABC y $& ABC [all …]
|
D | regextst.txt | 223 "\p{Lu}+" "here we go ... <0>ABC</0> and no more." 349 "ABC+" "<0>ABC</0>ABC" 350 "ABC+" "<0>ABCCCC</0>ABC" 351 "(?:ABC)+" "<0>ABCABCABC</0>D" 352 "(?:ABC)DEF+" "<0>ABCDEFFF</0>D" 421 "(ABC){2,3}AB" "no matchAB" 422 "(ABC){2,3}AB" "ABCAB" 423 "(ABC){2,3}AB" "<0>ABC<1>ABC</1>AB</0>" 424 "(ABC){2,3}AB" "<0>ABCABC<1>ABC</1>AB</0>" 425 "(ABC){2,3}AB" "<0>ABCABC<1>ABC</1>AB</0>CAB" [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | cstrtest.c | 41 …static const char *const abc="abcdefghijklmnopqrstuvwxyz", *const ABC="ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in TestAPI() local 54 dest[i]=uprv_tolower(ABC[i]); in TestAPI() 63 if(0!=strcmp(ABC, dest)) { in TestAPI() 68 dest[i]=uprv_toupper(ABC[i]); in TestAPI() 70 if(0!=strcmp(ABC, dest)) { in TestAPI()
|
/external/valgrind/none/tests/s390x/ |
D | tr.stdout.exp | 4 the translated string is ABC 5 the translated string is ABC
|
D | tre.stdout.exp | 7 Resulting cc is 0 and the string is ABC 9 Resulting cc is 1 and the string is ABC
|
/external/clang/test/FixIt/ |
D | typo-using.cpp | 26 class ABC {}; // expected-note {{'::using_suggestion_ty_dropped_specifier::ABC' declared here}} class 28 using N::ABC; // expected-error {{no member named 'ABC' in namespace 'using_suggestion_ty_dropped_s…
|
/external/clang/test/CXX/expr/expr.unary/expr.sizeof/ |
D | p1.cpp | 32 template<typename T> struct ABC { struct 38 ABC<int> qq;
|
/external/curl/lib/ |
D | objnames-test10.sh | 95 expect=16ABC 99 argstr=123__678_.ABC._FGH__KLM__PQRSTUV 145 expect=1567890ABC
|
/external/llvm/test/Other/ |
D | bcanalyzer-block-info.txt | 5 CHECK: <ABC 17 CHECK: </ABC>
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FakeUnixFileSystemTest.groovy | 52 assert fileSystem.path("/ABC", "/def") == "/ABC/def" 81 "/ABC/def",
|
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 63 assert fileSystem.path("/ABC", "/def") == "/ABC/def" 92 "/ABC/def",
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 61 assert fileSystem.path("/ABC", "/def") == "/ABC/def" 94 "/ABC/def",
|
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 63 assert fileSystem.path("/ABC", "/def") == "/ABC/def" 96 "/ABC/def",
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 61 assert fileSystem.path("/ABC", "/def") == "/ABC/def" 94 "/ABC/def",
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 63 assert fileSystem.path("/ABC", "/def") == "/ABC/def" 92 "/ABC/def",
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 61 assert fileSystem.path("/ABC", "/def") == "/ABC/def" 94 "/ABC/def",
|