/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | pragma-weak.cpp | 10 #pragma weak foo macro 12 void S::foo() {} in foo() function in S
|
H A D | apple-kext-linkage.cpp | 12 void foo() { in foo() function 29 int foo(int n) { return ident(n); } in foo() function
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | atomic-requires-library-error.c | 4 struct foo { struct 12 struct foo bigThing; argument
|
H A D | static-init.c | 17 struct foo { struct 22 struct foo x = {(intptr_t) u}; // expected-error {{initializer element is not a compile-time consta… argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/rc/ |
H A D | tests.rs | 339 let foo = Rc::new(75); in test_show() localVariable 345 let foo: Rc<[i32]> = Rc::new([1, 2, 3]); in test_unsized() localVariable 368 let foo = 123; in test_from_owned() localVariable 375 let foo: Weak<usize> = Weak::new(); in test_new_weak() localVariable
|
/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
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/rc/ |
H A D | tests.rs | 339 let foo = Rc::new(75); in test_show() localVariable 345 let foo: Rc<[i32]> = Rc::new([1, 2, 3]); in test_unsized() localVariable 368 let foo = 123; in test_from_owned() localVariable 375 let foo: Weak<usize> = Weak::new(); in test_new_weak() localVariable
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
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
|
H A D | attr-noreturn.cpp | 128 void foo() {} in foo() function 213 void foo() { in foo() function 235 __attribute__((noreturn)) void foo(int) {} in foo() function 236 __attribute__((noreturn)) void foo(double) {} in foo() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/rc/ |
H A D | tests.rs | 339 let foo = Rc::new(75); in test_show() localVariable 345 let foo: Rc<[i32]> = Rc::new([1, 2, 3]); in test_unsized() localVariable 368 let foo = 123; in test_from_owned() localVariable 375 let foo: Weak<usize> = Weak::new(); in test_new_weak() 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
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/deftyping/ |
H A D | TestDefaultForTreeNodes.java | 29 Foo foo = new Foo("baz"); in testValueAsStringWithDefaultTyping() local 38 Foo foo = new Foo("baz"); in testValueToTreeWithDefaultTyping() local
|
/aosp_15_r20/art/test/425-invoke-super/src/ |
H A D | Main.java | 21 public int foo() { return 1; } in foo() method in Main.A 29 public int foo() { return 42; } in foo() method in Main.C
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | ms-inline-asm-64.c | 21 struct t3_type foo; in t3() local 35 struct t3_type foo; in t4() local
|
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/ |
H A D | integration_test.rs | 2120 struct foo { } in push_struct_slot_should_panic_when_not_in_table() struct 2121 impl<'b> flatbuffers::Push for &'b foo { in push_struct_slot_should_panic_when_not_in_table() implementation 2915 struct foo { in layout_14_vtable_with_1_struct_of_int8_and_int16_and_int32() struct 2916 a: i32, in layout_14_vtable_with_1_struct_of_int8_and_int16_and_int32() 2917 _pad0: [u8; 2], in layout_14_vtable_with_1_struct_of_int8_and_int16_and_int32() 2918 b: i16, in layout_14_vtable_with_1_struct_of_int8_and_int16_and_int32() 2919 _pad1: [u8; 3], in layout_14_vtable_with_1_struct_of_int8_and_int16_and_int32() 2920 c: i8, in layout_14_vtable_with_1_struct_of_int8_and_int16_and_int32() 2921 _pad2: [u8; 4], in layout_14_vtable_with_1_struct_of_int8_and_int16_and_int32() 2924 impl<'b> flatbuffers::Push for &'b foo { in layout_14_vtable_with_1_struct_of_int8_and_int16_and_int32() implementation [all …]
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/ |
H A D | gmock_leak_test_.cc | 59 MockFoo* foo = new MockFoo; in TEST() local 72 MockFoo* foo = new MockFoo; in TEST() local
|
/aosp_15_r20/external/clang/test/Preprocessor/ |
H A D | macro_paste_msextensions.c | 9 int foo; variable 33 #define foo(x) abc(x) macro
|
/aosp_15_r20/art/test/853-checker-inlining/src/ |
H A D | Main.java | 18 public int foo() { return 0; } in foo() method in Square 23 public final int foo() { return 42; } in foo() method in Circle
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | cxx0x-default-delete.cpp | 10 struct foo { struct 30 foo::foo() { } // expected-error{{definition of explicitly defaulted default constructor}} in foo() function in foo
|
/aosp_15_r20/external/dokka/core/testdata/format/ |
H A D | linksInHeaders.kt | 17 fun foo() {} in foo() method in Bar
|
/aosp_15_r20/external/libcxx/test/libcxx/containers/sequences/vector/ |
H A D | asan.pass.cpp | 41 volatile T foo = c[c.size()]; // bad, but not caught by ASAN in main() local 66 …volatile T foo = c[c.size()]; // should trigger ASAN. Use volatile to prevent being optimized away. in main() local
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/ |
H A D | gmock_leak_test_.cc | 59 MockFoo* foo = new MockFoo; in TEST() local 72 MockFoo* foo = new MockFoo; in TEST() local
|
/aosp_15_r20/external/clang/test/Index/ |
H A D | annotate-tokens.cpp | 20 X foo; in test3() local 29 void TS<tfn>::foo() {} in foo() function in TS
|
/aosp_15_r20/external/googletest/googlemock/test/ |
H A D | gmock_leak_test_.cc | 59 MockFoo* foo = new MockFoo; in TEST() local 72 MockFoo* foo = new MockFoo; in TEST() local
|
/aosp_15_r20/art/test/641-checker-arraycopy/src/ |
H A D | Main.java | 28 public static void typedCopy(Object o, byte[] foo) { in typedCopy() 33 public static void untypedCopy(Object o, Object foo) { in untypedCopy()
|