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

1 2 3 4

  /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
  /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/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/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...]
  /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/grpc-grpc/test/core/slice/
slice_buffer_test.cc 26 grpc_slice aaa = grpc_slice_from_copied_string("aaa"); local
32 grpc_slice_ref(aaa);
34 grpc_slice_buffer_add(&buf, aaa);
43 grpc_slice_ref(aaa);
45 grpc_slice_buffer_add(&buf, aaa);
52 grpc_slice_unref(aaa);
68 slices[0] = grpc_slice_from_copied_string("aaa");
  /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/syzkaller/pkg/config/
config_test.go 20 Aaa int
67 `{"foo": 1, "box": {"aaa": 12, "bbb": "bbb"}}`,
71 Aaa: 12,
78 `{"qux": ["aaa", "bbb"]}`,
80 Qux: []string{"aaa", "bbb"},
85 `{"box": {"aaa": 12, "ccc": "bbb"}}`,
90 `{"foo": 1, "boq": {"aaa": 12, "bbb": "bbb"}}`,
94 Aaa: 12,
101 `{"boq": {"aaa": 12, "ccc": "bbb"}}`,
115 `{"foo": 1, "arr": [{"aaa": 12, "bbb": "bbb"}, {"aaa": 13, "bbb": "ccc"}]}`
    [all...]
  /external/clang/test/CodeGen/
regparm.c 6 int aaa; member in struct:__anon17169
  /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;
nvptx_target_codegen.cpp 294 char aaa = 0; local
301 aaa += 1;
target_codegen.cpp 396 char aaa = 0; local
403 aaa += 1;
    [all...]
  /external/tensorflow/tensorflow/contrib/training/python/training/
hparam_test.py 41 hparams = hparam.HParams(aaa=1, b=2.0, c_c='relu6', d='/a/b=c/d')
43 {'aaa': 1, 'b': 2.0, 'c_c': 'relu6', 'd': '/a/b=c/d'},
45 expected_str = ('[(\'aaa\', 1), (\'b\', 2.0), (\'c_c\', \'relu6\'), '
49 self.assertEqual(1, hparams.aaa)
53 hparams.parse('aaa=12')
55 'aaa': 12,
60 self.assertEqual(12, hparams.aaa)
66 'aaa': 12,
71 self.assertEqual(12, hparams.aaa)
76 self.assertDictEqual({'aaa': 12, 'b': 0, 'c_c': '', 'd': '/a/b=c/d'}
    [all...]
  /external/grpc-grpc/third_party/nanopb/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/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>;

Completed in 747 milliseconds

1 2 3 4