/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | pyclbr_input.py | 7 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/ |
D | packet_decl_complex_scalars_little_endian.rs | 31 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
|
D | packet_decl_complex_scalars_big_endian.rs | 31 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 D | dependencies.json | 15 "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 D | dependencies.json | 15 "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 D | 089-redefine-macro-error.c | 7 #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 D | AClass.kt | 7 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 D | trivial-constructor-init.cpp | 31 static C c[4]; variable 38 struct foo { struct 47 template struct foo<int>; variable
|
H A D | arm64.cpp | 23 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/ |
D | defer_test.go | 350 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 D | integration_test.rs | 1159 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 D | p1.cpp | 159 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/ |
D | inspect_fodder2.py | 2 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 D | test_jit.py | 556 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 D | ms-lookup-template-base-classes.cpp | 117 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 D | SerializedLambdaTest.java | 141 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 D | nullptr.cpp | 15 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 D | declare_target_ast_print.cpp | 11 void foo() {} in foo() function 52 T foo() { in foo() function 76 C<int> c(1); in test1() local
|
H A D | parallel_for_codegen.cpp | 31 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 D | dependencies-compatibility.json | 16 "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 D | dependencies-compatibility.json | 16 "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 D | dependencies-compatibility.json | 16 "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/ |
D | HidlTestJava.java | 708 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 D | copy-initialization.cpp | 24 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 D | builtInTypes.kt | 41 val c: Number = 0 constant 53 fun foo(): Nothing = throw Error() method
|