/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | inspect_stringized_annotations_2.py | 3 def foo(a, b, c): pass argument
|
/aosp_15_r20/external/llvm/test/tools/dsymutil/X86/ |
H A D | odr-anon-namespace.cpp | 21 void foo() { in foo() function 22 C c; in foo() local
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | captured-statements.cpp | 20 int c; in test_nest_lambda() local 33 test_obj_capture c; in test() local 117 void foo() { } in foo() function
|
H A D | nullptr_in_arithmetic_ops.cpp | 3 void foo() { in foo() function 58 void (^c)(); in foo() local
|
H A D | cxx1y-variable-templates_top_level.cpp | 59 void foo() { in foo() function 192 void foo() { in foo() function 214 void foo() { in foo() function 302 void foo() { in foo() function 434 …a<int>::b c; // expected-error {{qualified name refers into a specialization of variable template … variable
|
H A D | builtin-ptrtomember-ambig.cpp | 19 void foo(C c, int A::* pmf) { in foo() function
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | apple-kext-no-staticinit-section.cpp | 9 class foo { class 17 foo c; variable
|
H A D | debug-info-this.cpp | 7 int foo (int p) const { in foo() function in Class 15 Class c; variable
|
H A D | debug-info-template-quals.cpp | 13 void foo (const char *c) { in foo() function
|
H A D | attr.cpp | 7 int foo() { } in foo() function 14 } c; variable
|
/aosp_15_r20/art/test/632-checker-char-at-bounds/src/ |
H A D | Main.java | 25 String foo = myString; in main() local 27 char c = 0; in main() local
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue8336.go | 12 c chan int member 26 func foo() chan int { func
|
D | bug436.go | 11 func foo() (int, int) { func 15 var c = b var
|
D | issue32680.go | 11 var foo = []byte{105, 57, 172, 152} var 21 func readLittleEndian32_2(a, b, c, d byte) uint32 { argument
|
/aosp_15_r20/external/clang/test/Lexer/ |
H A D | gnu-flags.c | 28 void foo( const char* c ) in foo() function
|
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
H A D | p3-generic-lambda-1y.cpp | 10 auto GL3 = [](int i, char c, auto* ... As) -> int { return vfoo(As...); }; in __anone6f536c10302() 12 auto GL4 = [](int i, char c, auto* ... As) -> int { return vfoo(As...); }; in __anone6f536c10402() 15 void foo() { in foo() function 48 static char cfi(int) { return 'a'; } in main()
|
/aosp_15_r20/external/compiler-rt/lib/asan/tests/ |
H A D | asan_test.cc | 72 int *c = new int; in TEST() local 195 char c; member 201 char c; member 257 char *c = (char*)0x123; in TEST() local 281 char *c = (char*)0x123; in TEST() local 1135 int foo[100]; member 1147 char *foo = new char[10]; in NoSanitizeAddress() local 1148 Ident(foo)[10] = 0; in NoSanitizeAddress() local 1244 static char c[100]; in TEST() local 1280 static long double c; in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quote/tests/ |
D | test.rs | 263 let foo = Ident::new("Foo", Span::call_site()); in test_ident() localVariable 289 let foo = vec!["a", "b"]; in test_fancy_repetition() localVariable 316 let foo = &["a", "b"]; in test_duplicate_name_repetition() localVariable 329 let foo = vec!["a".to_owned(), "b".to_owned()]; in test_duplicate_name_repetition_no_copy() localVariable 507 let c = vec!['0', '1']; in test_star_after_repetition() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/quote-1.0.36/tests/ |
H A D | test.rs | 263 let foo = Ident::new("Foo", Span::call_site()); in test_ident() localVariable 289 let foo = vec!["a", "b"]; in test_fancy_repetition() localVariable 316 let foo = &["a", "b"]; in test_duplicate_name_repetition() localVariable 329 let foo = vec!["a".to_owned(), "b".to_owned()]; in test_duplicate_name_repetition_no_copy() localVariable 507 let c = vec!['0', '1']; in test_star_after_repetition() localVariable
|
/aosp_15_r20/art/test/435-try-finally-without-catch/src/ |
H A D | Main.java | 25 static void foo() { in foo() method in Main 34 int c = a % b; in foo() local
|
/aosp_15_r20/external/clang/test/OpenMP/ |
H A D | distribute_ast_print.cpp | 9 void foo() {} in foo() function 82 T b = argc, c, d, e, f, g; in tmain() local 113 int b = argc, c, d, e, f, g; in main() local
|
H A D | task_ast_print.cpp | 9 void foo() {} in foo() function 84 T b = argc, c, d, e, f, g; in tmain() local 135 int b = argc, c, d, e, f, g; in main() local
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | string-literal-short-wstring.c | 16 const wchar_t *foo = L"AB"; in main() local 27 char c = 'ab'; in main() local
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | ivars.m | 13 void foo(ITF *P) { function 22 char c; field
|
/aosp_15_r20/art/test/489-current-method-regression/src/ |
H A D | Main.java | 22 public static String foo(int a, int b) { in foo() method in Main 26 Class<?> c = Main.class; in foo() local
|