/external/clang/test/Index/ |
D | overriding-ftemplate-comments.cpp | 14 void comment_to_html_conversion_17(T AAA); 27 template<typename AAA, typename BBB> 28 void comment_to_html_conversion_19(AAA aaa, BBB bbb); 43 template<typename AAA, typename BBB, int CCC> 44 void comment_to_html_conversion_20(AAA aaa, BBB bbb); 59 template<template<template<typename CCC> class DDD, class BBB> class AAA> 77 template <class C1, template <class C2, template <class C3, class C4> class BBB > class AAA>
|
D | overriding-method-comments.mm | 17 * \param[in] AAA ZZZ 19 - (void)METH:(id)AAA; 22 …s)Root(im)METH:</USR><Declaration>- (void)METH:(id)AAA;</Declaration><Parameters><Parameter><Name>… 44 * \param[in] AAA input value 48 - (void)EXT_METH:(id)AAA : (double)BBB : (int)CCC; 51 …:</USR><Declaration>- (void)EXT_METH:(id)AAA:(double)BBB:(int)CCC;</Declaration><Parameters><Param… 61 /// \param AAA argument to foo_pure. 62 virtual void foo_pure(int AAA) = 0; 64 …rtual void foo_pure(int AAA) = 0</Declaration><Abstract><Para> Does something. </Para></Abstract><… 115 /// \tparam AAA The type, silly as well. [all …]
|
/external/libxml2/result/schematron/ |
D | zvon1_0.err | 2 /AAA line 1: BBB element is present. 3 /AAA line 1: AAA misses attribute name. 5 /AAA line 1: BBB element is present. 7 /AAA line 1: AAA misses attribute name.
|
D | zvon1_1.err | 2 /AAA line 1: BBB element is missing. 3 /AAA line 1: AAA misses attribute name. 6 /AAA line 1: BBB element is missing. 7 /AAA line 1: AAA misses attribute name.
|
D | zvon5_0.err | 2 /AAA/BBB/CCC line 3: Source contains an empty element CCC 3 /AAA/BBB/CCC line 3: [1]An element CCC does not contain any text 4 /AAA/BBB/CCC line 3: [2]An element CCC does not contain any text 5 /AAA/BBB/CCC line 3: [1]An element CCC does not contain any child element 6 /AAA/BBB/CCC line 3: [2]An element CCC does not contain any child element
|
D | zvon2_1.err | 2 /AAA line 1: Text in element AAA must not contain character @ 3 /AAA/BBB line 2: Text in element BBB must not contain character @ 4 /AAA/CCC line 3: Text in element CCC must not contain character @
|
D | zvon3_0.err | 2 /AAA/BBB/CCC[1] line 3: attribute name is not present 3 /AAA/BBB/CCC[2] line 4: attribute name is not present 4 /AAA/CCC[1] line 6: attribute name is present 5 /AAA/CCC[2] line 7: attribute name is present
|
D | zvon10_1.err | 2 /AAA line 1: CCC element is not present 4 /AAA line 1: CCC element is not present 5 /AAA line 1: There is an extra element
|
D | zvon15_0.err | 2 /AAA line 1: Attribute name is forbidden in element AAA 3 /AAA/CCC line 3: Attribute color is forbidden in element CCC
|
D | zvon14_0.err | 2 /AAA/CCC line 5: Element CCC must not be a child of element AAA 3 /AAA/DDD/EEE/CCC line 9: Element CCC must not be a child of element EEE
|
D | zvon5_2.err | 2 /AAA/BBB/CCC line 3: Source contains an empty element CCC 3 /AAA/BBB/CCC line 3: [1]An element CCC does not contain any text 4 /AAA/BBB/CCC line 3: [2]An element CCC does not contain any text
|
D | zvon5_1.err | 2 /AAA/BBB/CCC line 3: Source contains an empty element CCC 3 /AAA/BBB/CCC line 3: [1]An element CCC does not contain any child element 4 /AAA/BBB/CCC line 3: [2]An element CCC does not contain any child element
|
D | zvon4_0.err | 2 /AAA line 1: Root element is AAA
|
D | zvon6_2.err | 2 /AAA line 1: The AAA value is not permitted.
|
/external/libxml2/test/schematron/ |
D | zvon1.sct | 3 <rule context="AAA"> 6 <assert test="@name">AAA misses attribute name.</assert> 7 <report test="@name">AAA contains attribute name.</report> 11 <rule context="AAA"> 13 <report test="@name">AAA contains attribute name.</report> 17 <rule context="AAA"> 19 <assert test="@name">AAA misses attribute name.</assert>
|
D | zvon4.sct | 4 <assert test="name()='AAA'">Root element is 5 <name/>, not AAA 7 <report test="name()='AAA'">Root element is AAA</report>
|
D | zvon8.sct | 4 <report test="count(//BBB) = count(//AAA)">O.K.</report> 5 <assert test="count(//BBB) <= count(//AAA)">Some AAA are missing</assert> 6 <report test="count(//BBB) < count(//AAA)">Some BBB are missing</report>
|
/external/compiler-rt/test/asan/TestCases/ |
D | stack-buffer-overflow-with-position.cc | 23 char AAA[10], BBB[10], CCC[10]; in main() local 24 memset(AAA, 0, sizeof(AAA)); in main() 28 char *p = AAA + idx; in main() 29 printf("AAA: %p\ny: %p\nz: %p\np: %p\n", AAA, BBB, CCC, p); in main()
|
/external/clang/test/FixIt/ |
D | typo-using.cpp | 11 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} class 16 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} class 44 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} typedef in using_suggestion_member_ty::CCC 49 class CCC { public: void AAA() { } }; // expected-note {{'AAA' declared here}} in AAA() function in using_suggestion_member_val::CCC 54 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} typedef in using_suggestion_member_tyname_ty::CCC
|
/external/deqp/data/gles2/shaders/ |
D | preprocessor.test | 47 #defin AAA 287 # define AAA 2.0 289 # define VALUE (AAA - 1.0) 303 # define AAA 2.0 304 # define VALUE (AAA - 1.0) 305 # define VALUE (AAA- 1.0) 318 # define AAA 2.0 319 # define VALUE (AAA - 1.0) 320 # define VALUE (AAA + 1.0) 333 # define AAA 2.0 [all …]
|
/external/compiler-rt/test/tsan/ |
D | virtual_inheritance_compile_bug.cc | 6 struct AAA { virtual long aaa () { return 0; } }; // NOLINT in aaa() argument 7 struct BBB: virtual AAA { unsigned long bbb; }; // NOLINT 8 struct CCC: virtual AAA { };
|
/external/deqp/data/gles3/shaders/ |
D | preprocessor.test | 58 #defin AAA 342 # define AAA 2.0 344 # define VALUE (AAA - 1.0) 361 # define AAA 2.0 362 # define VALUE (AAA - 1.0) 363 # define VALUE (AAA- 1.0) 379 # define AAA 2.0 380 # define VALUE (AAA - 1.0) 381 # define VALUE (AAA + 1.0) 397 # define AAA 2.0 [all …]
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | stack_layout.ll | 14 ; CHECK: private unnamed_addr constant{{.*}}3 32 5 3 AAA 64 55 3 BBB 160 555 3 CCC 15 ; CHECK: private unnamed_addr constant{{.*}}3 256 128 3 CCC 448 128 3 BBB 608 128 3 AAA 47 %AAA = alloca [5 x i8], align 1 50 %arr1.ptr = bitcast [5 x i8]* %AAA to i8* 69 %AAA = alloca [128 x i8], align 16 72 %arr1.ptr = bitcast [128 x i8]* %AAA to i8*
|
/external/clang/test/SemaCXX/ |
D | using-decl-1.cpp | 130 class CCC { public: void AAA() { } }; in AAA() function in using_suggestion_member_tyname_val::CCC 143 class AAA {}; // expected-note {{'N::AAA' declared here}} class 146 using N::M::AAA; // expected-error {{no member named 'AAA' in namespace 'using_suggestion_ty_droppe… 151 class AAA {}; // expected-note {{'N::AAA' declared here}} class 154 using typename N::M::AAA; // expected-error {{no member named 'AAA' in namespace 'using_suggestion_…
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-use-after-free.cpp | 123 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; class 128 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; }; 235 AAA { class 237 AAA () { in ~AAA() 258 AAA {
|