HomeSort by relevance Sort by last modified time
    Searched refs:aaa (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/clang/test/Sema/
warn-documentation-fixits.cpp 8 // expected-warning@+1 {{parameter 'aab' not found in the function declaration}} expected-note@+1 {{did you mean 'aaa'?}}
10 int test2(int aaa, int bbb);
13 /// \tparam ZZZZZZZZZZ Aaa
15 void test3(T aaa);
18 /// \tparam SomTy Aaa
21 void test4(SomeTy aaa, OtherTy bbb);
80 // CHECK: fix-it:"{{.*}}":{9:12-9:15}:"aaa"
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
830 T aaa; member in class:test_attach28
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TestDefaultPackageLoading.jpp 26 String aaa = bundle.getString("aaa");
27 if(!aaa.equals("testcircularalias/aab")){
37 String aaa = bundle.getString("string_only_in_te");
38 if(!aaa.equals("TE")){
48 String aaa = bundle.getString("string_only_in_te");
49 if(!aaa.equals("TE")){
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TestDefaultPackageLoading.jpp 26 String aaa = bundle.getString("aaa");
27 if(!aaa.equals("testcircularalias/aab")){
37 String aaa = bundle.getString("string_only_in_te");
38 if(!aaa.equals("TE")){
48 String aaa = bundle.getString("string_only_in_te");
49 if(!aaa.equals("TE")){
  /external/valgrind/memcheck/tests/
suppfree.c 20 void aaa (char* x) function
27 aaa(y);
36 aaa(x);
errs1.c 10 void aaa ( void ) { bbb(); } function
17 int main ( void ) { www(); aaa(); return 0; }
suppfree.stderr.exp 6 by 0x........: aaa (suppfree.c:22)
13 by 0x........: aaa (suppfree.c:22)
  /external/clang/test/Lexer/
ms-compatibility.c 5 #define F L "aaa"
6 void *v1 = FN(aaa);
8 // CHECK-MS-COMPAT: void *v1 = L"aaa";
9 // CHECK-MS-COMPAT: void *v2 = L "aaa";
10 // CHECK-NO-MS-COMPAT: void *v1 = L "aaa";
11 // CHECK-NO-MS-COMPAT: void *v2 = L "aaa";
  /external/clang/test/Preprocessor/
macro_paste_hard.c 5 #define a(n) aaa ## n
11 #define a(n) n ## aaa
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
SystemScopeTest.java 75 ss.addIdentity(new IdentityScopeStub("aaa"));
86 assertNull(ss.getIdentity("aaa"));
88 java.security.Identity aaa = new IdentityScopeStub("aaa"); local
89 ss.addIdentity(aaa);
90 assertSame(aaa, ss.getIdentity(aaa.getName()));
102 java.security.Identity aaa = new IdentityScopeStub("aaa"); local
103 aaa.setPublicKey(kkk)
116 java.security.Identity aaa = new IdentityScopeStub("aaa"); local
146 java.security.Identity aaa = new IdentityScopeStub("aaa"); local
155 java.security.Identity aaa = new IdentityScopeStub("aaa"); local
    [all...]
  /external/compiler-rt/test/tsan/
virtual_inheritance_compile_bug.cc 6 struct AAA { virtual long aaa () { return 0; } }; // NOLINT function in struct:AAA
7 struct BBB: virtual AAA { unsigned long bbb; }; // NOLINT
8 struct CCC: virtual AAA { };
  /external/valgrind/memcheck/tests/amd64-linux/
defcfaexpr.stderr.exp 3 by 0x........: aaa (bogus.S:0)
4 by 0x........: aaa (bogus.S:0)
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
72 .type aaa, @function
73 aaa: label
78 .size aaa, .-aaa
    [all...]
  /external/clang/test/Index/
overriding-ftemplate-comments.cpp 12 /// \param AAA Blah blah
14 void comment_to_html_conversion_17(T AAA);
16 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-ftemplate-comments.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_17</Name><USR>c:@FT@&gt;1#Tcomment_to_html_conversion_17#t0.0#v#</USR><Declaration>template &lt;typename T&gt; void comment_to_html_conversion_17(T AAA)</Declaration><Parameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Blah blah</Para></Discussion></Parameter></Parameters></Function>]
26 /// \tparam AAA Aaa
27 template<typename AAA, typename BBB>
28 void comment_to_html_conversion_19(AAA aaa, BBB bbb);
30 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-ftemplate-comments.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_19</Name><USR>c:@FT@&gt;2#T#Tcomment_to_html_conversion_19#t0.0#t0.1#v#</USR><Declaration>template &lt;typename AAA, typename BBB&gt;\nvoid comment_to_html_conversion_19(AAA aaa, BBB bbb)</Declaration><TemplatePara (…)
    [all...]
comment-to-html-xml-conversion.cpp 33 /// Aaa.
36 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=test_cmd_brief_like_1:{{.*}} BriefComment=[Aaa.] FullCommentAsHTML=[<p class="para-brief"> Aaa.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_brief_like_1</Name><USR>c:@F@test_cmd_brief_like_1#</USR><Declaration>void test_cmd_brief_like_1()</Declaration><Abstract><Para> Aaa.</Para></Abstract></Function>]
40 // CHECK-NEXT: (CXComment_Text Text=[ Aaa.])))]
42 /// \brief Aaa.
45 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=test_cmd_brief_like_2:{{.*}} BriefComment=[Aaa.] FullCommentAsHTML=[<p class="para-brief"> Aaa.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_brief_like_2</Name><USR>c:@F@test_cmd_brief_like_2#</USR><Declaration>void test_cmd_brief_like_2()</Declaration><Abstract><Para> Aaa.</Para></Abstract></Function>]
52 // CHECK-NEXT: (CXComment_Text Text=[ Aaa.]))))
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-opcode-inval.s 3 aaa: label
4 aaa
  /external/elfutils/tests/
run-test-archive64.sh 22 # echo 'int aaa(void){}' | gcc -x c /dev/stdin -c -o aaa.o
26 # ar cru testarchive64.a aaa.o bbb.o ccc.o
32 Archive member 'aaa.o' contains:
33 aaa
44 testarchive64.a[aaa.o]:
45 aaa T 0000000000000000 0000000000000016
  /external/clang/test/Analysis/
debug-CallGraph.c 16 void aaa() { function
35 // CHECK-NEXT: {{Function: < root > calls: mmm foo aaa < > bbb ccc ddd eee fff $}}
42 // CHECK-NEXT: {{Function: aaa calls: foo $}}
  /external/clang/test/SemaCXX/
typo-correction-cxx11.cpp 22 void test(int aaa, int bbb, int thisvar) { // expected-note {{'thisvar' declared here}}
23 int thatval = aaa * (bbb + thatvar); // expected-error {{use of undeclared identifier 'thatvar'; did you mean 'thisvar'?}}
  /external/v8/test/mjsunit/regress/
regress-crbug-351787.js 19 var aaa = new DataView(ab3);
21 for (var i = 10; i < aaa.length; i++) {
22 aaa.setInt8(i, 0xcc);
24 assertEquals(8, aaa.byteLength);
  /external/clang/test/CodeGen/
regparm.c 6 int aaa; member in struct:__anon7336
  /external/nanopb-c/docs/
lsr.css 85 border-left: 3px double #aaa;
111 border-bottom: 2px solid #aaa;
117 border-bottom: 1px solid #aaa;
154 border-top: 1px solid #aaa;
155 border-left: 1px solid #aaa;
186 border-bottom: 1px solid #aaa;
223 border-top: 1px solid #aaa;
224 border-left: 1px solid #aaa;
232 border-bottom: 1px solid #aaa;
  /external/clang/test/SemaTemplate/
deduction-crash.cpp 18 template<class>struct aaa struct
26 typedef aaa<int>::ae aaa; typedef in struct:state_machine
39 struct In<a::int_<aaa::a>,my>;
  /external/clang/test/OpenMP/
target_codegen.cpp 358 char aaa = 0; local
365 aaa += 1;
    [all...]
  /system/core/libmincrypt/
rsa.c 102 uint32_t* aaa = 0; local
116 aaa = aaR; // Re-use location.
122 montMul(key, aaa, aR, a); // aaa = aR * a / R mod M
124 aaa = aR; // Re-use location.
127 montMul(key, aaa, aaR, a); /* aaa = aaR * a / R mod M */
130 // Make sure aaa < mod; aaa is at most 1x mod too large.
131 if (geM(key, aaa)) {
    [all...]

Completed in 2149 milliseconds

1 2 3 4 5