/external/compiler-rt/test/BlocksRuntime/ |
macro.c | 11 void (^bbb)(void) = Block_copy(^ {
|
/external/compiler-rt/test/tsan/ |
virtual_inheritance_compile_bug.cc | 7 struct BBB: virtual AAA { unsigned long bbb; }; // NOLINT member in struct:BBB 9 struct DDD: CCC, BBB { DDD(); }; // NOLINT
|
/external/clang/test/Index/ |
overriding-ftemplate-comments.cpp | 25 /// \tparam BBB Bbb 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@>2#T#Tcomment_to_html_conversion_19#t0.0#t0.1#v#</USR><Declaration>template <typename AAA, typename BBB>\nvoid comment_to_html_conversion_19(AAA aaa, BBB bbb)</Declaration><TemplateParameters><Parameter><Name>AAA</Name><Index>0</Index><Discussion><Para> Aaa</Para></Discussion></Parameter><Parameter><Name>BBB</Name><Index>1</Index><Discussion><Para> Bbb </Para></Discussion></Parameter></TemplateParameters></Function> [all...] |
comment-to-html-xml-conversion.cpp | 68 /// \brief Bbb. 71 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=test_cmd_brief_like_4:{{.*}} BriefComment=[Bbb.] FullCommentAsHTML=[<p class="para-brief"> Bbb.</p><p> Aaa.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_brief_like_4</Name><USR>c:@F@test_cmd_brief_like_4#</USR><Declaration>void test_cmd_brief_like_4()</Declaration><Abstract><Para> Bbb.</Para></Abstract><Discussion><Para> Aaa.</Para></Discussion></Function>] 80 // CHECK-NEXT: (CXComment_Text Text=[ Bbb.]))))] 84 /// \brief Bbb. 89 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=test_cmd_brief_like_5:{{.*}} BriefComment=[Bbb.] FullCommentAsHTML=[<p class="para-brief"> Bbb.</p><p> Aaa.</p><p> Ccc.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_brief_like_5</Name><USR>c:@F@test_cmd_brief_like_5#</USR><Declaration>void test_cmd_brief_like_5()</Declaration><Abstract><Para> Bbb.</Para></Abstract><Discussion><Para> Aaa.</Para><Para> Ccc.</Para></Discussion></Function>] 98 // CHECK-NEXT: (CXComment_Text Text=[ Bbb.])) [all...] |
/external/clang/test/Sema/ |
warn-documentation-fixits.cpp | 10 int test2(int aaa, int bbb); 19 /// \tparam OtherTy Bbb 21 void test4(SomeTy aaa, OtherTy bbb); 67 /// \fooba bbb IS_DOXYGEN_END 71 /// \t bbb IS_DOXYGEN_END
|
warn-documentation.cpp | 49 /** Aaa bbb<img ddd eee 55 /** Aaa bbb<img ddd eee 42% 71 /// Bbb</p> 75 /// Bbb</p> 130 /// Bbb 138 /// Bbb 146 /// Bbb 154 /// Bbb 161 /// Bbb 168 /// Bbb [all...] |
init.c | 113 int bbb[10]; variable 120 { (intptr_t)bbb }
|
/external/elfutils/tests/ |
run-test-archive64.sh | 23 # echo 'int bbb(void){} int bbb2(void){}' | gcc -x c /dev/stdin -c -o bbb.o 26 # ar cru testarchive64.a aaa.o bbb.o ccc.o 34 Archive member 'bbb.o' contains: 35 bbb 46 testarchive64.a[bbb.o]: 47 bbb T 0000000000000000 0000000000000016
|
/external/syzkaller/pkg/config/ |
config_test.go | 21 Bbb string 67 `{"foo": 1, "box": {"aaa": 12, "bbb": "bbb"}}`, 72 Bbb: "bbb", 78 `{"qux": ["aaa", "bbb"]}`, 80 Qux: []string{"aaa", "bbb"}, 85 `{"box": {"aaa": 12, "ccc": "bbb"}}`, 90 `{"foo": 1, "boq": {"aaa": 12, "bbb": "bbb"}}`, [all...] |
/external/clang/test/Analysis/ |
debug-CallGraph.c | 20 void bbb(int y) { function 35 // CHECK-NEXT: {{Function: < root > calls: mmm foo aaa < > bbb ccc ddd eee fff $}} 40 // CHECK-NEXT: {{Function: bbb calls: < > $}}
|
/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'?}}
|
function-extern-c.cpp | 77 A bbb(); // expected-warning {{'bbb' has C-linkage specified, but returns user-defined type 'rdar13364028::A' which is incompatible with C}} 90 A bbb() function in namespace:rdar13364028 95 A bbb();
|
/external/snakeyaml/src/test/java/examples/ |
IgnoreTagsExampleTest.java | 44 List<Object> bbb = (List<Object>) result.get("bbb"); local 45 assertEquals(2, bbb.size()); 46 assertEquals(new Integer(111), bbb.get(0)); 47 assertEquals("ddd", bbb.get(1));
|
/build/soong/cmd/merge_zips/ |
merge_zips_test.go | 42 bbb = testZipEntry{"b/b/b", 0755, nil} 101 {be, bc, bDir, bbDir, bbb, A, metainfDir, manifestFile}, 103 out: []testZipEntry{A, metainfDir, manifestFile, bDir, bbDir, bbb, bc, be}, 139 {a, bDir, bbDir, bbb, bc, bd, be}, 141 out: []testZipEntry{a, bbb, bc, bd, be}, 148 {a, bDir, bbDir, bbb, bc, bd, be}, 150 out: []testZipEntry{a, bDir, bbDir, bbb, bc}, 177 {a, bDir, bbDir, bbb, bc, bd, be}, 186 {a, bDir, bbDir, bbb, bc, bd, be}, 41 bbb = testZipEntry{"b\/b\/b", 0755, nil} var
|
/external/google-styleguide/include/ |
styleguide.css | 42 border: 1px solid #bbb; 64 border:1px solid #bbb; 70 border:1px solid #bbb !important;
|
/external/openssh/regress/ |
cfginclude.sh | 48 Hostname bbb 189 Hostname bbb
|
/external/deqp-deps/SPIRV-Tools/test/ |
huffman_codec.cpp | 239 {"aaa", 10}, {"bbb", 20}, {"ccc", 15}}; 247 {"bbb", 0, 0},
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
huffman_codec.cpp | 239 {"aaa", 10}, {"bbb", 20}, {"ccc", 15}}; 247 {"bbb", 0, 0},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
random.py | 518 bbb = alpha - LOG4
529 r = bbb+ccc*v-x
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
random.py | 516 bbb = alpha - LOG4
527 r = bbb+ccc*v-x
[all...] |
/external/python/cpython2/Lib/ |
random.py | 520 bbb = alpha - LOG4 531 r = bbb+ccc*v-x
|
/external/python/cpython3/Lib/ |
random.py | 532 bbb = alpha - LOG4 543 r = bbb+ccc*v-x
|
/external/v8/tools/profviz/ |
profviz.js | 123 this.prof.style.color = "#bbb";
|
/external/llvm/test/Bindings/OCaml/ |
core.ml | 797 let bbb = append_block context "b" fn in var 798 let bba = insert_block context "a" bbb in 799 insist ([| bba; bbb |] = basic_blocks fn); 801 ignore (build_unreachable (builder_at_end context bbb)); [all...] |
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
vmcore.ml | 714 let bbb = append_block context "b" fn in var 715 let bba = insert_block context "a" bbb in 716 insist ([| bba; bbb |] = basic_blocks fn); 718 ignore (build_unreachable (builder_at_end context bbb)); [all...] |