Home
last modified time | relevance | path

Searched refs:ABC (Results 1 – 25 of 113) sorted by relevance

12345

/external/clang/test/SemaCXX/
Dstatic-data-member.cpp3 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/dist/testdata/
Dtestinput18188 ABC\x{09}
189 ABC\x{20}
190 ABC\x{a0}
191 ABC\x{1680}
192 ABC\x{180e}
193 ABC\x{2000}
194 ABC\x{202f}
195 ABC\x{205f}
196 ABC\x{3000}
199 ABC\x{0a}
[all …]
Dtestinput15265 ABC\x{09}
266 ABC\x{20}
267 ABC\x{a0}
268 ABC\x{1680}
269 ABC\x{180e}
270 ABC\x{2000}
271 ABC\x{202f}
272 ABC\x{205f}
273 ABC\x{3000}
276 ABC\x{0a}
[all …]
Dtestoutput18-16670 ABC\x{09}
672 ABC\x{20}
674 ABC\x{a0}
676 ABC\x{1680}
678 ABC\x{180e}
680 ABC\x{2000}
682 ABC\x{202f}
684 ABC\x{205f}
686 ABC\x{3000}
696 ABC\x{0a}
[all …]
Dtestoutput18-32667 ABC\x{09}
669 ABC\x{20}
671 ABC\x{a0}
673 ABC\x{1680}
675 ABC\x{180e}
677 ABC\x{2000}
679 ABC\x{202f}
681 ABC\x{205f}
683 ABC\x{3000}
693 ABC\x{0a}
[all …]
Dtestinput1019 ABC
347 \x{660}\x{661}\x{662}ABC
350 \x{660}\x{661}\x{662}ABC
353 \x{660}\x{661}\x{662}ABC
356 \x{660}\x{661}\x{662}ABC
359 \x{660}\x{661}\x{662}ABC
362 \x{660}\x{661}\x{662}ABC
365 \x{660}\x{661}\x{662}ABC
368 \x{660}\x{661}\x{662}ABC
371 \x{660}\x{661}\x{662}ABC
[all …]
Dtestoutput15803 ABC\x{09}
805 ABC\x{20}
807 ABC\x{a0}
809 ABC\x{1680}
811 ABC\x{180e}
813 ABC\x{2000}
815 ABC\x{202f}
817 ABC\x{205f}
819 ABC\x{3000}
829 ABC\x{0a}
[all …]
Dtestinput6234 \x{660}\x{661}\x{662}ABC
237 \x{660}\x{661}\x{662}ABC
240 \x{660}\x{661}\x{662}ABC
243 \x{660}\x{661}\x{662}ABC
246 \x{660}\x{661}\x{662}ABC
249 \x{660}\x{661}\x{662}ABC
252 \x{660}\x{661}\x{662}ABC
255 \x{660}\x{661}\x{662}ABC
258 \x{660}\x{661}\x{662}ABC
261 \x{660}\x{661}\x{662}ABC
[all …]
/external/clang/test/Parser/
Dcxx-template-argument.cpp52 template<class T1, typename T2> struct ABC; // expected-note {{template is declared here}}
65 UnknownBase<T1,T2,ABC<T2,T1> > // expected-error {{unknown template name 'UnknownBase'}}
69 UnknownBase<T1,ABC<T2> >, // expected-error {{unknown template name 'UnknownBase'}} \
75 UnknownBase<T1,T2,ABC<T2,T1>> // expected-error {{unknown template name 'UnknownBase'}} \
80 UnknownBase<T1,ABC<T2,T1>>, // expected-error {{unknown template name 'UnknownBase'}} \
/external/llvm/test/Transforms/LoopStrengthReduce/
D2007-04-23-UseIterator.ll7 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/icu/icu4c/source/test/testdata/
Dre_tests.txt264 '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 …]
Dregextst.txt221 "\p{Lu}+" "here we go ... <0>ABC</0> and no more."
347 "ABC+" "<0>ABC</0>ABC"
348 "ABC+" "<0>ABCCCC</0>ABC"
349 "(?:ABC)+" "<0>ABCABCABC</0>D"
350 "(?:ABC)DEF+" "<0>ABCDEFFF</0>D"
419 "(ABC){2,3}AB" "no matchAB"
420 "(ABC){2,3}AB" "ABCAB"
421 "(ABC){2,3}AB" "<0>ABC<1>ABC</1>AB</0>"
422 "(ABC){2,3}AB" "<0>ABCABC<1>ABC</1>AB</0>"
423 "(ABC){2,3}AB" "<0>ABCABC<1>ABC</1>AB</0>CAB"
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcstrtest.c39 …static const char *const abc="abcdefghijklmnopqrstuvwxyz", *const ABC="ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in TestAPI() local
52 dest[i]=uprv_tolower(ABC[i]); in TestAPI()
61 if(0!=strcmp(ABC, dest)) { in TestAPI()
66 dest[i]=uprv_toupper(ABC[i]); in TestAPI()
68 if(0!=strcmp(ABC, dest)) { in TestAPI()
/external/valgrind/none/tests/s390x/
Dtr.stdout.exp4 the translated string is ABC
5 the translated string is ABC
Dtre.stdout.exp7 Resulting cc is 0 and the string is ABC
9 Resulting cc is 1 and the string is ABC
/external/clang/test/FixIt/
Dtypo-using.cpp26 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/
Dp1.cpp32 template<typename T> struct ABC { struct
38 ABC<int> qq;
/external/llvm/test/Other/
Dbcanalyzer-block-info.txt5 CHECK: <ABC
17 CHECK: </ABC>
/external/v8/test/webkit/
Dstring-sort-expected.txt47 PASS "A" < "ABC" is true
48 PASS ["A","ABC"].sort().toString() is "A,ABC"
Dregexp-alternatives-expected.txt30 PASS s1.match(/<((ABC>)|(\/([^>]+)>)|(([^>]+)>))/) is ["<p>","p>",undefined,undefined,undefined,"p>…
33 PASS s1.match(/<((ABC>)|(\/([^>]+)>)|((([^>])+)>))/) is ["<p>","p>",undefined,undefined,undefined,"…
36 PASS s2.match(/<((ABC>)|(\/([^>]+)>)|(([^>]+)>))\6/) is ["<p>p","p>",undefined,undefined,undefined,…
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/filesystem/
DFakeUnixFileSystemTest.groovy52 assert fileSystem.path("/ABC", "/def") == "/ABC/def"
81 "/ABC/def",
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystemTest.groovy61 assert fileSystem.path("/ABC", "/def") == "/ABC/def"
94 "/ABC/def",
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystemTest.groovy63 assert fileSystem.path("/ABC", "/def") == "/ABC/def"
92 "/ABC/def",
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystemTest.groovy61 assert fileSystem.path("/ABC", "/def") == "/ABC/def"
94 "/ABC/def",
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystemTest.groovy63 assert fileSystem.path("/ABC", "/def") == "/ABC/def"
95 "/ABC/def",

12345