/external/libxml2/test/schematron/ |
D | zvon1.sct | 4 <assert test="BBB">BBB element is missing.</assert> 5 <report test="BBB">BBB element is present.</report> 12 <report test="BBB">BBB element is present.</report> 18 <assert test="BBB">BBB element is missing.</assert>
|
D | zvon10.sct | 4 <assert test="BBB"> BBB element is not present</assert> 10 <assert test="BBB"> BBB element is not present</assert> 12 <assert test="count(BBB|CCC) = count (*)">There is an extra element</assert>
|
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>
|
D | zvon9.sct | 4 <report test="parent::BBB and not(@id)">Attribute id is missing</report> 5 … <report test="not(parent::BBB) and @id">Attribute id is used in wrong context</report>
|
/external/clang/test/Index/ |
D | overriding-ftemplate-comments.cpp | 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 | 28 - (void)METH:(id)BBB; 31 …s)Root(im)METH:</USR><Declaration>- (void)METH:(id)BBB;</Declaration><Parameters><Parameter><Name>… 46 * \param[in] BBB 2nd input value is double 48 - (void)EXT_METH:(id)AAA : (double)BBB : (int)CCC; 51 …BBB:(int)CCC;</Declaration><Parameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExp… 67 /// \param BBB argument to defined virtual. 68 virtual void foo_inline(int BBB) {} 70 …rtual void foo_inline(int BBB)</Declaration><Abstract><Para> Does something. </Para></Abstract><Pa… 114 /// \tparam BBB The type, silly. 116 template<typename AAA, typename BBB> [all …]
|
/external/compiler-rt/test/asan/TestCases/ |
D | stack-buffer-overflow-with-position.cc | 23 char AAA[10], BBB[10], CCC[10]; in main() local 25 memset(BBB, 0, sizeof(BBB)); in main() 29 printf("AAA: %p\ny: %p\nz: %p\np: %p\n", AAA, BBB, CCC, p); in main() 31 return *(short*)(p) + BBB[argc % 2] + CCC[argc % 2]; in main()
|
/external/libxml2/result/schematron/ |
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 | 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 | zvon2_1.err | 3 /AAA/BBB line 2: Text in element BBB 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
|
D | zvon1_0.err | 2 /AAA line 1: BBB element is present. 5 /AAA line 1: BBB element is present.
|
D | zvon1_1.err | 2 /AAA line 1: BBB element is missing. 6 /AAA line 1: BBB element is missing.
|
D | zvon8_1.err | 2 /XXX line 1: Some BBB are missing
|
D | zvon9_2.err | 2 /AAA/BBB/CCC line 5: Attribute id is missing
|
D | zvon11_1.err | 2 /AAA/BBB line 2: The element must not have an isolated bbb attribute
|
/external/llvm/test/TableGen/ |
D | ListArgs.td | 9 class BBB<list<list<int>> vals> : BB<vals>; 11 def OneB : BBB<[[1,2,3]]>; 12 def TwoB : BBB<[[1,2,3],[4,5,6]]>;
|
D | if.td | 86 class BBB<list<list<int>> vals> : BB<vals>; 88 def OneB : BBB<[[1,2,3]]>; 89 def TwoB : BBB<[[1,2,3],[4,5,6]]>;
|
/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 48 %BBB = alloca [55 x i8], align 1 52 %arr2.ptr = bitcast [55 x i8]* %BBB to i8* 70 %BBB = alloca [128 x i8], align 64 74 %arr2.ptr = bitcast [128 x i8]* %BBB to i8*
|
/external/clang/test/CodeGenObjC/ |
D | extended-block-signature-encode.m | 7 typedef NSString*(^BBB)(NSArray*); 11 BBB b1; 12 ^(BBB arg1, double arg2){ return b1; }(0, 3.14);
|
/external/compiler-rt/test/tsan/ |
D | virtual_inheritance_compile_bug.cc | 7 struct BBB: virtual AAA { unsigned long bbb; }; // NOLINT struct 9 struct DDD: CCC, BBB { DDD(); }; // NOLINT
|
/external/clang/test/CodeGenCXX/ |
D | thunk-use-after-free.cpp | 37 class BBB:virtual CCC { class 41 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; };
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineDominators.h | 121 const MachineBasicBlock *BBA = A->getParent(), *BBB = B->getParent(); in dominates() local 122 if (BBA != BBB) return DT->dominates(BBA, BBB); in dominates()
|
/external/clang/test/Analysis/ |
D | dynamic-cast.cpp | 215 class BBB : public BB {}; in testDynCastToMiddleClass() class 216 BBB obj; in testDynCastToMiddleClass()
|