/external/clang/test/Sema/ |
D | warn-documentation.cpp | 30 /// <a "aaa"> 40 /// <a a="b" "aaa"> 49 /** Aaa bbb<img ddd eee 55 /** Aaa bbb<img ddd eee 42% 70 /// <p>Aaa<br> 74 /// <p>Aaa<br /> 99 /// \brief\returns Aaa 103 /// \brief \returns Aaa 108 /// \returns Aaa 114 /// \returns Aaa [all …]
|
D | warn-documentation.m | 6 /// \brief\author Aaa 10 * \brief\author Aaa 11 * \param aaa Aaa 14 + (NSString *)test1:(NSString *)aaa suffix:(NSString *)bbb; 16 … {{parameter 'aab' not found in the function declaration}} expected-note@+2 {{did you mean 'aaa'?}} 18 * \param aab Aaa 20 + (NSString *)test2:(NSString *)aaa; 23 /// \brief\author Aaa 27 /// \brief\author Aaa 32 /// \brief\author Aaa [all …]
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | simplifypathnoprefixtests.txt | 28 aaaaaa.aaa aaaaaa.aaa 55 aaaaaa/aaa aaaaaa/aaa 83 aaaaa.aaa. aaaaa.aaa. 84 aaaaa.aaa/ aaaaa.aaa 109 aaaaa..aaa aaaaa..aaa 136 aaaaa./aaa aaaaa./aaa 164 aaaaa/aaa. aaaaa/aaa. 165 aaaaa/aaa/ aaaaa/aaa 190 aaaaa/.aaa aaaaa/.aaa 217 aaaaa//aaa aaaaa/aaa [all …]
|
D | simplifypathwithabsoluteprefixtests.txt | 28 /b/c/aaaaaa.aaa /b/c/aaaaaa.aaa 55 /b/c/aaaaaa/aaa /b/c/aaaaaa/aaa 83 /b/c/aaaaa.aaa. /b/c/aaaaa.aaa. 84 /b/c/aaaaa.aaa/ /b/c/aaaaa.aaa 109 /b/c/aaaaa..aaa /b/c/aaaaa..aaa 136 /b/c/aaaaa./aaa /b/c/aaaaa./aaa 164 /b/c/aaaaa/aaa. /b/c/aaaaa/aaa. 165 /b/c/aaaaa/aaa/ /b/c/aaaaa/aaa 190 /b/c/aaaaa/.aaa /b/c/aaaaa/.aaa 217 /b/c/aaaaa//aaa /b/c/aaaaa/aaa [all …]
|
/external/clang/test/Index/ |
D | annotate-comments-preprocessor.c | 6 #include "annotate-comments-preprocessor.h" /* Aaa. */ /* Bbb. */ 7 #include "annotate-comments-preprocessor.h" /* Aaa. */ 8 #include "annotate-comments-preprocessor.h" /** Aaa. */ 9 #include "annotate-comments-preprocessor.h" /**< Aaa. */ 10 #include "annotate-comments-preprocessor.h" // Aaa. 11 #include "annotate-comments-preprocessor.h" /// Aaa. 12 #include "annotate-comments-preprocessor.h" ///< Aaa. 15 #define A1 1 /* Aaa. */ 16 #define A2 1 /** Aaa. */ 17 #define A3 1 /**< Aaa. */ [all …]
|
D | comment-to-html-xml-conversion.cpp | 33 /// Aaa. 36 …Aaa.] FullCommentAsHTML=[<p class="para-brief"> Aaa.</p>] FullCommentAsXML=[<Function file="{{[^"]… 40 // CHECK-NEXT: (CXComment_Text Text=[ Aaa.])))] 42 /// \brief Aaa. 45 …Aaa.] FullCommentAsHTML=[<p class="para-brief"> Aaa.</p>] FullCommentAsXML=[<Function file="{{[^"]… 52 // CHECK-NEXT: (CXComment_Text Text=[ Aaa.]))))] 54 /// \short Aaa. 57 …Aaa.] FullCommentAsHTML=[<p class="para-brief"> Aaa.</p>] FullCommentAsXML=[<Function file="{{[^"]… 64 // CHECK-NEXT: (CXComment_Text Text=[ Aaa.]))))] 66 /// Aaa. [all …]
|
D | overriding-ftemplate-comments.cpp | 12 /// \param AAA Blah blah 14 void comment_to_html_conversion_17(T AAA); 16 …ypename T> void comment_to_html_conversion_17(T AAA)</Declaration><Parameters><Parameter><Name>… 26 /// \tparam AAA Aaa 27 template<typename AAA, typename BBB> 28 void comment_to_html_conversion_19(AAA aaa, BBB bbb); 30 …AAA, typename BBB>\nvoid comment_to_html_conversion_19(AAA aaa, BBB bbb)</Declaration><Template… 33 void comment_to_html_conversion_19(PPP aaa, QQQ bbb); 35 …l_conversion_19(PPP aaa, QQQ bbb)</Declaration><TemplateParameters><Parameter><Name>PPP</Name><Ind… 42 /// \tparam AAA Aaa [all …]
|
D | annotate-comments-availability-attrs.cpp | 12 /// Aaa. 16 …/USR><Declaration>void attr_availability_1()</Declaration><Abstract><Para> Aaa.</Para></Abstract><… 18 /// Aaa. 21 …/USR><Declaration>void attr_availability_2()</Declaration><Abstract><Para> Aaa.</Para></Abstract><… 23 /// Aaa. 26 …#</USR><Declaration>void attr_deprecated_1()</Declaration><Abstract><Para> Aaa.</Para></Abstract><… 28 /// Aaa. 31 …#</USR><Declaration>void attr_deprecated_2()</Declaration><Abstract><Para> Aaa.</Para></Abstract><… 34 /// Aaa. 37 …</USR><Declaration>void attr_unavailable_1()</Declaration><Abstract><Para> Aaa.</Para></Abstract><… [all …]
|
D | annotate-comments.cpp | 173 * \brief Aaa aaaaaaa aaaa. 178 /// IS_DOXYGEN_START Aaa bbb 187 /// IS_DOXYGEN_START Aaa bbb 197 /// IS_DOXYGEN_START Aaa bbb 211 /// IS_DOXYGEN_START Aaa bbb 216 /// \brief IS_DOXYGEN_START Aaa 227 * Aaa. IS_DOXYGEN_START 236 * Aaa. IS_DOXYGEN_START 246 * Aaa. IS_DOXYGEN_START IS_DOXYGEN_END 252 * Aaa. IS_DOXYGEN_START IS_DOXYGEN_END [all …]
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/ |
D | SystemScopeTest.java | 75 ss.addIdentity(new IdentityScopeStub("aaa")); in testSize() 86 assertNull(ss.getIdentity("aaa")); in testGetIdentityString() 88 java.security.Identity aaa = new IdentityScopeStub("aaa"); in testGetIdentityString() local 89 ss.addIdentity(aaa); in testGetIdentityString() 90 assertSame(aaa, ss.getIdentity(aaa.getName())); in testGetIdentityString() 102 java.security.Identity aaa = new IdentityScopeStub("aaa"); in testGetIdentityPublicKey() local 103 aaa.setPublicKey(kkk); in testGetIdentityPublicKey() 104 ss.addIdentity(aaa); in testGetIdentityPublicKey() 106 assertSame(aaa, ss.getIdentity(kkk)); in testGetIdentityPublicKey() 116 java.security.Identity aaa = new IdentityScopeStub("aaa"); in testAddIdentity() local [all …]
|
/external/llvm/unittests/Support/ |
D | SourceMgrTest.cpp | 51 setMainBuffer("aaa bbb\nccc ddd\n", "file.in"); in TEST_F() 55 "aaa bbb\n" in TEST_F() 61 setMainBuffer("aaa bbb\nccc ddd\n", "file.in"); in TEST_F() 65 "aaa bbb\n" in TEST_F() 71 setMainBuffer("aaa bbb\nccc ddd\n", "file.in"); in TEST_F() 75 "aaa bbb\n" in TEST_F() 81 setMainBuffer("aaa bbb\nccc ddd\n", "file.in"); in TEST_F() 85 "aaa bbb\n" in TEST_F() 91 setMainBuffer("aaa bbb\nccc ddd\n", "file.in"); in TEST_F() 95 "aaa bbb\n" in TEST_F() [all …]
|
/external/libxml2/test/namespaces/reconcile/ |
D | tests.xml | 5 <doc name="doc1"><![CDATA[<p1 xmlns="urn:test:AAA"><a/></p1>]]></doc> 10 <reg-ns prefix="a" ns="urn:test:AAA"/> 33 …<expected doc="doc3"><![CDATA[<p2 xmlns="urn:test:ZZZ"><a xmlns="urn:test:AAA"/><b xmlns="urn:test… 37 <doc name="doc1"><![CDATA[<a:p1 xmlns:a="urn:test:AAA"><a:a/></a:p1>]]></doc> 38 <doc name="doc2"><![CDATA[<a:p2 xmlns:a="urn:test:AAA"/>]]></doc> 41 <reg-ns prefix="a" ns="urn:test:AAA"/> 46 <reg-ns prefix="a" ns="urn:test:AAA"/> 52 <expected doc="doc2"><![CDATA[<a:p2 xmlns:a="urn:test:AAA"><a:a/></a:p2>]]></expected> 57 <doc name="doc2"><![CDATA[<a:p2 xmlns:a="urn:test:AAA"/>]]></doc> 65 <reg-ns prefix="a" ns="urn:test:AAA"/> [all …]
|
/external/clang/test/Misc/ |
D | ast-dump-comment.cpp | 3 /// Aaa 13 /// Aaa 18 // CHECK-NEXT: TextComment{{.*}} Text=" Aaa" 20 /// \brief Aaa 25 // CHECK-NEXT: TextComment{{.*}} Text=" Aaa" 27 /// \param Aaa xxx 29 void Test_ParamCommandComment(int Aaa, int Bbb); 31 // CHECK: ParamCommandComment{{.*}} [in] implicitly Param="Aaa" ParamIndex=0 38 /// \tparam Aaa xxx 39 template <typename Aaa> class Test_TParamCommandComment; [all …]
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 615 "// Aaa\n" in TEST_F() 626 ASSERT_TRUE(HasTextWithNewlineAt(PC, 0, " Aaa")); in TEST_F() 633 "// Aaa\n" in TEST_F() 637 "// Aaa\n" in TEST_F() 641 "// Aaa\n" in TEST_F() 645 "// Aaa\n" in TEST_F() 651 " Aaa\n" in TEST_F() 657 " Aaa\n" in TEST_F() 663 " Aaa\n" in TEST_F() 673 ASSERT_TRUE(HasParagraphCommentAt(FC, 0, " Aaa")); in TEST_F() [all …]
|
/external/clang/test/FixIt/ |
D | typo-using.cpp | 11 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} class 12 …expected-error {{no member named 'AAB' in namespace 'using_suggestion_ty::N'; did you mean 'AAA'?}} 16 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} class 17 …d-error {{no member named 'AAB' in namespace 'using_suggestion_tyname_ty::N'; did you mean 'AAA'?}} 44 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} typedef in using_suggestion_member_ty::CCC 45 … expected-error {{no member named 'AAB' in 'using_suggestion_member_ty::CCC'; did you mean 'AAA'?}} 49 class CCC { public: void AAA() { } }; // expected-note {{'AAA' declared here}} in AAA() function in using_suggestion_member_val::CCC 50 …expected-error {{no member named 'AAB' in 'using_suggestion_member_val::CCC'; did you mean 'AAA'?}} 54 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} typedef in using_suggestion_member_tyname_ty::CCC 55 …ed-error {{no member named 'AAB' in 'using_suggestion_member_tyname_ty::CCC'; did you mean 'AAA'?}}
|
/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/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/valgrind/memcheck/tests/amd64-linux/ |
D | defcfaexpr.S | 16 void aaa ( long x ) { 23 aaa( *p ); 33 The CFI below isn't really right in that aaa appears twice 38 ==12868== by 0x400520: aaa (in /home/sewardj/VgTRUNK/trunk/mad0) 39 ==12868== by 0x400520: aaa (in /home/sewardj/VgTRUNK/trunk/mad0) 71 .globl aaa symbol 72 .type aaa, @function 73 aaa: label 78 .size aaa, .-aaa 88 call aaa [all …]
|
/external/chromium-trace/catapult/tracing/tracing/ui/analysis/ |
D | multi_sample_sub_view_test.html | 48 ['AAA'], 49 ['AAA'], 52 ['AAA'], 60 ['AAA', 'BBB'], 61 ['AAA', 'BBB', 'CCC'], 62 ['AAA', 'BBB'], 63 ['BBB', 'AAA', 'BBB'], 64 ['BBB', 'AAA', 'BBB'], 65 ['BBB', 'AAA', 'BBB']
|
/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() 33 // CHECK-m2: 'AAA' <== {{.*}}underflows this variable 34 // CHECK-m1: 'AAA' <== {{.*}}partially underflows this variable 35 // CHECK-9: 'AAA' <== {{.*}}partially overflows this variable 36 // CHECK-10: 'AAA' <== {{.*}}overflows this variable
|
/external/valgrind/memcheck/tests/ |
D | leak-cases.c | 6 // Pointer chain AAA Category/output BBB Category/output 8 // p1 ---> AAA DR / R 9 // p2 ---> AAA ---> BBB DR / R IR / R 10 // p3 AAA DL / L 11 // p4 AAA ---> BBB DL / I IL / L 12 // p5 -?-> AAA (y)DR, (n)DL / P 13 // p6 ---> AAA -?-> BBB DR / R (y)IR, (n)DL / P 14 // p7 -?-> AAA ---> BBB (y)DR, (n)DL / P (y)IR, (n)IL / P 15 // p8 -?-> AAA -?-> BBB (y)DR, (n)DL / P (y,y)IR, (n,y)IL, (_,n)DL / P 16 // p9 AAA -?-> BBB DL / L (y)IL, (n)DL / I [all …]
|
/external/llvm/test/FileCheck/ |
D | implicit-check-not.txt | 5 ; RUN: sed 's#^;.*##' %s | not FileCheck -check-prefix=CHECK-FAIL1 -implicit-check-not='{{aaa|bbb|c… 6 ; RUN: sed 's#^;.*##' %s | not FileCheck -check-prefix=CHECK-FAIL1 -implicit-check-not=aaa -implici… 7 ; RUN: sed 's#^;.*##' %s | not FileCheck -check-prefix=CHECK-FAIL2 -implicit-check-not=aaa -implici… 8 ; RUN: sed 's#^;.*##' %s | not FileCheck -check-prefix=CHECK-FAIL3 -implicit-check-not=aaa -implici… 10 warning: aaa 11 ; CHECK-PASS: warning: aaa 15 ; CHECK-FAIL2: warning: aaa 16 ; CHECK-FAIL3: warning: aaa 19 ; CHECK-ERROR4-NEXT: {{-implicit-check-not='\{\{aaa\|bbb\|ccc\}\}'}} 22 ; CHECK-ERROR5-NEXT: -implicit-check-not='aaa'
|
/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>
|
/external/testng/src/test/java/test/preserveorder/ |
D | PreserveOrderTest.java | 22 new String[] { "AAA", "B", "C" }, in preserveClassOrder() 23 new String[] { "AAA", "C", "B" }, in preserveClassOrder() 24 new String[] { "B", "AAA", "C" }, in preserveClassOrder() 25 new String[] { "B", "C", "AAA" }, in preserveClassOrder() 26 new String[] { "C", "B", "AAA" }, in preserveClassOrder() 27 new String[] { "C", "AAA", "B" }, in preserveClassOrder() 48 // order as in the specified string: AAA.a1, AAA.a2, AAA.a3, B.a1, etc... in preserveClassOrder() 74 String testName = "test.preserveorder.AAA"; in preserveMethodOrder()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/ |
D | EmitterTest.java | 45 map.put("aaa", folded); in testWriteFolded() 49 …String etalon = "\"aaa\": >-\n 0123456789 0123456789\n\n 0123456789 0123456789\n\"bbb\": >2\n\n … in testWriteFolded() 58 map.put("aaa", folded); in testWriteLiteral() 62 …String etalon = "\"aaa\": |-\n 0123456789 0123456789 0123456789 0123456789\n\"bbb\": |2\n\n bla-… in testWriteLiteral() 71 map.put("aaa", folded); in testWritePlain() 75 …String etalon = "aaa: |-\n 0123456789 0123456789\n 0123456789 0123456789\nbbb: |2-\n\n bla-bla\… in testWritePlain() 86 map.put("aaa", folded); in testWritePlainPretty() 91 …String etalon = "aaa: |-\n 0123456789 0123456789\n 0123456789 0123456789\nbbb: |2-\n\n bla-bla\… in testWritePlainPretty() 100 map.put("aaa", folded); in testWriteSingleQuoted() 104 …String etalon = "'aaa': '0123456789 0123456789\n\n 0123456789 0123456789'\n'bbb': '\n\n bla-bla'… in testWriteSingleQuoted() [all …]
|