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

1 2 3 4 5 6

  /external/clang/test/Modules/
pr25501.cpp 7 auto use = aaa;
  /external/clang/test/Modules/Inputs/PR25501/
a2.h 2 vector aaa = vector(); variable
b.h 2 vector aaa = vector(); variable
  /prebuilts/go/darwin-x86/src/debug/dwarf/testdata/
cycle.c 1 typedef struct aaa *AAA;
2 typedef AAA BBB;
3 struct aaa { BBB val; }; struct
5 AAA x(void) {
6 return (AAA)0;
  /prebuilts/go/linux-x86/src/debug/dwarf/testdata/
cycle.c 1 typedef struct aaa *AAA;
2 typedef AAA BBB;
3 struct aaa { BBB val; }; struct
5 AAA x(void) {
6 return (AAA)0;
  /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/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; }
  /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/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.27/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/clang/test/CodeGen/
regparm.c 6 int aaa; member in struct:__anon15968
  /external/clang/test/OpenMP/
nvptx_target_firstprivate_codegen.cpp 119 char aaa = 0; local
122 #pragma omp target firstprivate(a,aaa,b)
125 aaa += 1;
147 // firstprivate(aaa)
target_firstprivate_codegen.cpp 341 char aaa = 0; local
344 #pragma omp target firstprivate(a,aaa,b)
347 aaa += 1;
369 // firstprivate(aaa)
502 // firstprivate(aaa): by value
    [all...]
target_private_codegen.cpp 158 char aaa = 0; local
161 #pragma omp target private(a,aa,aaa,b)
165 aaa = 1;
  /external/tensorflow/tensorflow/contrib/training/python/training/
hparam_test.py 41 hparams = hparam.HParams(aaa=1, b=2.0, c_c='relu6')
42 self.assertDictEqual({'aaa': 1, 'b': 2.0, 'c_c': 'relu6'}, hparams.values())
43 expected_str = '[(\'aaa\', 1), (\'b\', 2.0), (\'c_c\', \'relu6\')]'
46 self.assertEqual(1, hparams.aaa)
49 hparams.parse('aaa=12')
51 'aaa': 12,
55 self.assertEqual(12, hparams.aaa)
60 'aaa': 12,
64 self.assertEqual(12, hparams.aaa)
68 self.assertDictEqual({'aaa': 12, 'b': 0, 'c_c': ''}, hparams.values()
    [all...]

Completed in 662 milliseconds

1 2 3 4 5 6