Home
last modified time | relevance | path

Searched +defs:foo +defs:c (Results 126 – 150 of 826) sorted by relevance

12345678910>>...34

/aosp_15_r20/external/python/cpython2/Lib/test/
Dpyclbr_input.py7 def foo(c): pass argument
15 foo = Other().foo variable in C
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust_legacy/
Dpacket_decl_complex_scalars_little_endian.rs31 c: u8, field
40 foo: FooData, field
47 pub c: u8, field
72 let c = ((chunk >> 11) & 0x1f) as u8; in parse_inner() localVariable
211 let foo = FooData { in build() localVariable
Dpacket_decl_complex_scalars_big_endian.rs31 c: u8, field
40 foo: FooData, field
47 pub c: u8, field
72 let c = ((chunk >> 11) & 0x1f) as u8; in parse_inner() localVariable
211 let foo = FooData { in build() localVariable
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/
H A Ddependencies.json15 "data": {"foo": 1}, number
20 "data": {"foo": 1, "bar": 2}, number
81 "data": {"foo": 1, "bar": 2}, number
86 "data": {"foo": 1, "bar": 2, "quux": 3}, number
91 "data": {"foo": 1, "quux": 2}, number
112 "foo": {"type": "integer"}, object
121 "data": {"foo": 1, "bar": 2}, number
126 "data": {"foo": "quux"}, string
131 "data": {"foo": "quux", "bar": 2}, string
136 "data": {"foo": 2, "bar": "quux"}, number
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/
H A Ddependencies.json15 "data": {"foo": 1}, number
20 "data": {"foo": 1, "bar": 2}, number
81 "data": {"foo": 1, "bar": 2}, number
86 "data": {"foo": 1, "bar": 2, "quux": 3}, number
91 "data": {"foo": 1, "quux": 2}, number
112 "foo": {"type": "integer"}, object
121 "data": {"foo": 1, "bar": 2}, number
126 "data": {"foo": "quux"}, string
131 "data": {"foo": "quux", "bar": 2}, string
136 "data": {"foo": 2, "bar": "quux"}, number
[all …]
/aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/tests/
H A D089-redefine-macro-error.c7 #define foo() bar macro
8 #define foo(x) bar macro
14 #define biff(a,b,c) a+b argument
/aosp_15_r20/external/ksp/integration-tests/src/test/resources/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() = HELLO() in foo() method
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dtrivial-constructor-init.cpp31 static C c[4]; variable
38 struct foo { struct
47 template struct foo<int>; variable
H A Darm64.cpp23 char c; member
47 void A::foo() {} in foo() function in test2::A
80 virtual void foo() {} in foo() function in test2::E
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Ddefer_test.go350 type foo struct { struct
354 func (f *foo) method1() {
358 func (f *foo) method2() {
386 func ff1(ap *foo, a, b, c, d, e, f, g, h, i int) { argument
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/
H A Dintegration_test.rs1159 let mut c = Ability::default(); localVariable
1991 let c = my_game::example::Ability::new(3, 3); in struct_ability_key_compare_less_than() localVariable
2020 let c = my_game::example::Ability::new(3, 3); in struct_key_compare_less_than() localVariable
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
2165 c: i16, field
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()
[all …]
/aosp_15_r20/external/clang/test/CXX/class.access/class.friend/
H A Dp1.cpp159 int foo(B *p) { in foo() function
163 int foo(const B *p) { in foo() function
175 int foo(B * const p) { in foo() function
242 template<> void X<int>::foo() { in foo() function in test7::X
343 void A::foo() { in foo() function in test12::A
351 static void foo(void) {} in foo() function
372 void c() { in c() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dinspect_fodder2.py2 def wrap(foo=None): argument
252 def all_markers(a, b, /, c, d, *, e, f): argument
256 def all_markers_with_args_and_kwargs(a, b, /, c, d, *args, e, f, **kwargs): argument
260 def all_markers_with_defaults(a, b=1, /, c=2, d=3, *, e=4, f=5): argument
274 def complex_decorated(foo=0, bar=lambda: 0): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py556 def forward(self, a, b, c): argument
779 def foo(x): function
897 def foo(x): function
1671 def foo(x, t: torch.dtype): function
1680 def foo(x): function
2248 def foo(): function
2691 def simple_fn(x, a=a, b=b, c=outer_var + outer_var2): argument
2759 def foo(x=(1, [])): function
2938 def foo(x): function
3019 def foo(x): function
[all …]
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dms-lookup-template-base-classes.cpp117 void foo() in foo() function
138 friend void foo(A<T> p){ in foo() function
207 int foo() { return a; } // expected-warning {{lookup into dependent bases}} in foo() function
219 …int foo() { return b; } // expected-error {{no member named 'b' in 'PR16014::C<PR16014::A… in foo() function
232 int foo() { in foo() function
246 void foo() { in foo() function
271 auto foo(int j) -> decltype(y * j) { // expected-warning {{lookup into dependent bases}} in foo() function
418 C<int> c; variable
428 C<int> c; // expected-note {{in instantiation of template class 'type_in_base_of_multiple_dependent… variable
582 void foo() { in foo() function
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/lang/invoke/
H A DSerializedLambdaTest.java141 Predicate<String> foo(int x) { in testSerializeCapturingInt() method in SerializedLambdaTest.Moo
156 Predicate<String> foo(String t) { in testSerializeCapturingString() method in SerializedLambdaTest.Moo
176 Predicate<String> foo(Box b) { in testSerializeCapturingNonSerializable() method in SerializedLambdaTest.Moo
288 Consumer<String> c = (Consumer<String> & Serializable) list::add; in testDiscardReturnBound() local
298 private static boolean foo(Object s) { return s != null && ((String) s).length() > 0; } in foo() method in SerializedLambdaTest
/aosp_15_r20/external/clang/test/Analysis/
H A Dnullptr.cpp15 char c; in foo2() local
23 struct foo { in foo3() struct
24 int a, f; in foo3()
/aosp_15_r20/external/clang/test/OpenMP/
H A Ddeclare_target_ast_print.cpp11 void foo() {} in foo() function
52 T foo() { in foo() function
76 C<int> c(1); in test1() local
H A Dparallel_for_codegen.cpp31 void without_schedule_clause(float *a, float *b, float *c, float *d) { in without_schedule_clause()
74 void static_not_chunked(float *a, float *b, float *c, float *d) { in static_not_chunked()
117 void static_chunked(float *a, float *b, float *c, float *d) { in static_chunked()
179 void dynamic1(float *a, float *b, float *c, float *d) { in dynamic1()
223 void guided7(float *a, float *b, float *c, float *d) { in guided7()
267 void test_auto(float *a, float *b, float *c, float *d) { in test_auto()
316 void runtime(float *a, float *b, float *c, float *d) { in runtime()
360 int foo() {return 0;}; in foo() function
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/optional/
H A Ddependencies-compatibility.json16 "data": {"foo": 1}, number
21 "data": {"foo": 1, "bar": 2}, number
84 "data": {"foo": 1, "bar": 2}, number
89 "data": {"foo": 1, "bar": 2, "quux": 3}, number
94 "data": {"foo": 1, "quux": 2}, number
139 "foo": 2 number
159 "foo": {"type": "integer"}, object
168 "data": {"foo": 1, "bar": 2}, number
173 "data": {"foo": "quux"}, string
178 "data": {"foo": "quux", "bar": 2}, string
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/optional/
H A Ddependencies-compatibility.json16 "data": {"foo": 1}, number
21 "data": {"foo": 1, "bar": 2}, number
84 "data": {"foo": 1, "bar": 2}, number
89 "data": {"foo": 1, "bar": 2, "quux": 3}, number
94 "data": {"foo": 1, "quux": 2}, number
139 "foo": 2 number
159 "foo": {"type": "integer"}, object
168 "data": {"foo": 1, "bar": 2}, number
173 "data": {"foo": "quux"}, string
178 "data": {"foo": "quux", "bar": 2}, string
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/optional/
H A Ddependencies-compatibility.json16 "data": {"foo": 1}, number
21 "data": {"foo": 1, "bar": 2}, number
84 "data": {"foo": 1, "bar": 2}, number
89 "data": {"foo": 1, "bar": 2, "quux": 3}, number
94 "data": {"foo": 1, "quux": 2}, number
139 "foo": 2 number
159 "foo": {"type": "integer"}, object
168 "data": {"foo": 1, "bar": 2}, number
173 "data": {"foo": "quux"}, string
178 "data": {"foo": "quux", "bar": 2}, string
[all …]
/aosp_15_r20/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java708 IBase.Foo foo = new IBase.Foo(); in client() local
728 IBase.Foo foo = new IBase.Foo(); in client() local
770 IBase.Foo foo = new IBase.Foo(); in client() local
1315 public IBase.Foo someOtherBaseMethod(IBase.Foo foo) { in someOtherBaseMethod()
1431 public double doQuiteABit(int a, long b, float c, double d) { in doQuiteABit()
1596 public LargeSafeUnion setC(LargeSafeUnion safeUnion, int c) { in setC()
1716 InterfaceTypeSafeUnion safeUnion, android.hidl.base.V1_0.IBase c) { in setInterfaceC()
1782 ArrayList<NativeHandle> c) { in setHandleC()
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcopy-initialization.cpp24 struct foo { struct
43 void g(Foo foo) { in g()
54 C c; variable
/aosp_15_r20/external/ksp/test-utils/testData/api/
H A DbuiltInTypes.kt41 val c: Number = 0 constant
53 fun foo(): Nothing = throw Error() method

12345678910>>...34