Home
last modified time | relevance | path

Searched defs:foo (Results 901 – 925 of 4770) sorted by relevance

1...<<31323334353637383940>>...191

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dpragma-weak.cpp10 #pragma weak foo macro
12 void S::foo() {} in foo() function in S
H A Dapple-kext-linkage.cpp12 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 Datomic-requires-library-error.c4 struct foo { struct
12 struct foo bigThing; argument
H A Dstatic-init.c17 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 Dtests.rs339 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/
Dtest.rs263 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 Dtests.rs339 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 Dcxx1y-variable-templates_top_level.cpp59 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 Dattr-noreturn.cpp128 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 Dtests.rs339 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 Dtest.rs263 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 DTestDefaultForTreeNodes.java29 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 DMain.java21 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 Dms-inline-asm-64.c21 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 Dintegration_test.rs2120 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 Dgmock_leak_test_.cc59 MockFoo* foo = new MockFoo; in TEST() local
72 MockFoo* foo = new MockFoo; in TEST() local
/aosp_15_r20/external/clang/test/Preprocessor/
H A Dmacro_paste_msextensions.c9 int foo; variable
33 #define foo(x) abc(x) macro
/aosp_15_r20/art/test/853-checker-inlining/src/
H A DMain.java18 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 Dcxx0x-default-delete.cpp10 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 DlinksInHeaders.kt17 fun foo() {} in foo() method in Bar
/aosp_15_r20/external/libcxx/test/libcxx/containers/sequences/vector/
H A Dasan.pass.cpp41 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 Dgmock_leak_test_.cc59 MockFoo* foo = new MockFoo; in TEST() local
72 MockFoo* foo = new MockFoo; in TEST() local
/aosp_15_r20/external/clang/test/Index/
H A Dannotate-tokens.cpp20 X foo; in test3() local
29 void TS<tfn>::foo() {} in foo() function in TS
/aosp_15_r20/external/googletest/googlemock/test/
H A Dgmock_leak_test_.cc59 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 DMain.java28 public static void typedCopy(Object o, byte[] foo) { in typedCopy()
33 public static void untypedCopy(Object o, Object foo) { in untypedCopy()

1...<<31323334353637383940>>...191