Home
last modified time | relevance | path

Searched +defs:foo +defs:c (Results 101 – 125 of 826) sorted by relevance

12345678910>>...34

/aosp_15_r20/external/clang/test/Index/
H A Dprint-type-size.cpp22 int c:3; member
56 int foo; member
65 int foo; member
224 char c; member
239 char c; member
274 class C : virtual A { int c; }; member in Test1::C
346 virtual void foo(){} in foo() function in Test3::C
394 void c; variable
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft4/
H A Ddependencies.json15 "data": {"foo": 1}, number
20 "data": {"foo": 1, "bar": 2}, number
58 "data": {"foo": 1, "bar": 2}, number
63 "data": {"foo": 1, "bar": 2, "quux": 3}, number
68 "data": {"foo": 1, "quux": 2}, number
89 "foo": {"type": "integer"}, object
98 "data": {"foo": 1, "bar": 2}, number
103 "data": {"foo": "quux"}, string
108 "data": {"foo": "quux", "bar": 2}, string
113 "data": {"foo": 2, "bar": "quux"}, number
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust_legacy/
Dpacket_decl_mask_scalar_value_big_endian.rs31 c: u8, field
37 foo: FooData, field
44 pub c: u8, field
66 let c = ((chunk >> 26) & 0x3f) as u8; in parse_inner() localVariable
159 let foo = FooData { in build() localVariable
Dpacket_decl_mask_scalar_value_little_endian.rs31 c: u8, field
37 foo: FooData, field
44 pub c: u8, field
66 let c = ((chunk >> 26) & 0x3f) as u8; in parse_inner() localVariable
159 let foo = FooData { in build() localVariable
/aosp_15_r20/external/stg/test_cases/info_tests/types/
H A Dpointer.c1 struct foo { struct
6 struct foo b = { 0 }; argument
7 struct foo * c; variable
H A Dpointer_reference.cc1 struct foo { struct
6 foo b; argument
7 foo * c; variable
/aosp_15_r20/external/stg/test_cases/diff_tests/types/
H A Dpointer.0.c1 struct foo { struct
6 struct foo b = { 0 }; argument
7 struct foo * c; variable
H A Dpointer.1.c1 struct foo { struct
6 struct foo b = { 0 }; argument
7 struct foo * c; variable
H A Dpointer_reference.1.cc1 struct foo { struct
6 foo b; argument
7 foo * c; variable
H A Dpointer_reference.0.cc1 struct foo { struct
6 foo b; argument
7 foo * c; variable
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dx86_64-arguments.cpp10 struct f1_s0 { unsigned a; unsigned b; float c; }; member
16 struct f2_s0 { unsigned a; unsigned b; float c; }; member
58 void foo() { in foo() function
73 c2 foo(c2 *P) { in foo() function
177 void foo(S*, T*) {} in foo() function
190 S c(int, int, int, T, void*) { in c() function
H A Dmicrosoft-abi-static-initializers.cpp122 static A foo; member in B
125 template<typename T> A B<T>::foo; member in B<T>
162 static enum e { foo, bar, baz } x; in enum_in_function() enumerator
170 enum e { foo, bar, baz }; enumerator
192 static int c; in switch_test() local
/aosp_15_r20/external/ksp/examples/playground/workload/src/main/java/com/example/
H A DAClass.kt7 class AClass(private val a: Int, val b: String, val c: Double, val d: HELLO) { constant in com.example.AClass
9 fun foo() = p method
/aosp_15_r20/external/clang/test/Sema/
H A Datomic-requires-library-error.c4 struct foo { struct
8 char c[3]; member
12 struct foo bigThing; argument
H A Darray-init.c46 int a,b,c; in func() member
159 char c[] = { "Hello" }; in charArrays() local
196 struct s2 {struct s1 c;} t2 = { t1 }; in autoStructTest() member
201 struct foo { int z; } w; struct
221 int c[][x] = { 0 }; //expected-error{{variable-sized object may not be initialized}} in varArray() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/rc/
H A Dtests.rs88 let c = b.clone(); in test_strong_count() localVariable
104 let c = a.clone(); in test_weak_count() localVariable
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/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/rc/
H A Dtests.rs88 let c = b.clone(); in test_strong_count() localVariable
104 let c = a.clone(); in test_weak_count() localVariable
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/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/rc/
H A Dtests.rs88 let c = b.clone(); in test_strong_count() localVariable
104 let c = a.clone(); in test_weak_count() localVariable
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/libopus/src/
H A Dopus_private.h165 struct foo {char c; union { void* p; opus_int32 i; opus_val32 v; } u;}; in align() member
/aosp_15_r20/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
H A DAutoValueJava8Test.java574 abstract String foo(); in foo() method in AutoValueJava8Test.NoNullableRef
576 static NoNullableRef of(String foo) { in of()
698 abstract @Nullable String foo(); in foo() method in AutoValueJava8Test.FunkyNullable
708 Builder setFoo(@Nullable String foo); in setFoo()
729 abstract String foo(); in foo() method in AutoValueJava8Test.EqualsNullable
731 static EqualsNullable create(String foo) { in create()
772 Class<?> c = x.getClass(); in testTypeAnnotationCopiedToImplementation() local
805 Class<?> c = builder.getClass(); in testTypeAnnotationOnBuilderCopiedToImplementation() local
927 Foo foo = Foo.builder().build(); in nestedOptionalGetter() 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
46 Class<?> c = Class.forName("InvokeSuper"); in main() local
/aosp_15_r20/external/clang/test/Preprocessor/
H A Dmacro_paste_msextensions.c9 int foo; variable
33 #define foo(x) abc(x) macro
41 #define collapse_spaces(a, b, c, d) str(a ## - ## b ## - ## c ## d) argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/function.objects/func.bind.partial/
H A Dcompose.pass.cpp45 auto c = std::__compose(f, g); in test() local
49 auto c = std::__compose(f, g); in test() local
53 auto c = std::__compose(f, g); in test() local
57 auto c = std::__compose(f, g); in test() local
64 constexpr Elem<0> foo() { return {}; } in test() function
69 auto c = std::__compose(&MemberFunction1::foo, &MemberFunction2::bar); in test() local
/aosp_15_r20/external/json-schema-validator/src/test/resources/draft2019-09/
H A Ddependencies.json20 "foo": 1 number
27 "foo": 1, number
99 "foo": 1, number
107 "foo": 1, number
116 "foo": 1, number
144 "foo": { object
158 "foo": 1, number
166 "foo": "quux" string
173 "foo": "quux", string
181 "foo": 2, number
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dpyclbr_input.py7 def foo(c): pass argument
15 foo = Other().foo variable in C

12345678910>>...34