/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | encode_test.cc | 58 upb_test_Box* foo = upb_test_Box_new(a.ptr()); in TEST() local 70 upb_test_Box* foo = upb_test_Box_new(a.ptr()); in TEST() local 82 upb_test_Box* foo = upb_test_Box_new(a.ptr()); in TEST() local 94 upb_test_Box* foo = upb_test_Box_new(a.ptr()); in TEST() local
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | method-bad-param.m | 3 @interface foo interface 6 @implementation foo implementation 10 -(void) my_method:(foo) my_param; // expected-error {{interface type 'foo' cannot be passed by valu… argument 15 -(void) my_method:(foo) my_param // expected-error {{interface type 'foo' cannot be passed by valu… argument
|
H A D | property-category-impl.m | 12 @property(readonly) int foo; property 16 - (int) foo { return _foo; } method 20 @property(readwrite) int foo; property 28 @property(readwrite) int foo; property
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | ms_abi.c | 4 struct foo { struct 5 int x; 6 float y; 7 char z;
|
H A D | debug-info.c | 29 struct foo { struct 33 struct foo bar; argument 47 barfoo foo() { in foo() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/test/ |
D | variant_polymorphic_get_test.cpp | 23 struct vbase { short trash; virtual ~vbase(){} virtual int foo() const { return 0; } }; in ~vbase() function 24 struct vderived1 : virtual vbase{ virtual int foo() const { return 1; } }; in foo() function 25 struct vderived2 : virtual vbase{ virtual int foo() const { return 3; } }; in foo() function 26 struct vderived3 : vderived1, vderived2 { virtual int foo() const { return 3; } }; in foo() function
|
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-a/namespace-b/ |
H A D | table-in-nested-n-s.js | 20 foo() { method in TableInNestedNS 38 static addFoo(builder, foo) { argument 45 static createTableInNestedNS(builder, foo) { argument 58 constructor(foo = 0) { argument
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/ |
H A D | CustomAnnotationIntrospector1756Test.java | 25 String foo(); in foo() method 47 private final String foo; field in CustomAnnotationIntrospector1756Test.FoobarImpl 50 public FoobarImpl(@Field1756("foo") String foo, in FoobarImpl() 57 public String foo() { in foo() method in CustomAnnotationIntrospector1756Test.FoobarImpl
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/ |
H A D | dependentRequired.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
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/ |
H A D | dependentRequired.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
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/ |
H A D | dependentRequired.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
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | test_global_data.c | 24 struct foo { struct 34 __type(value, struct foo); argument
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/json/ |
H A D | encode_test.cc | 44 upb_test_Box* foo = upb_test_Box_new(a.ptr()); in TEST() local 56 upb_test_Box* foo = upb_test_Box_new(a.ptr()); in TEST() local 68 upb_test_Box* foo = upb_test_Box_new(a.ptr()); in TEST() local 80 upb_test_Box* foo = upb_test_Box_new(a.ptr()); in TEST() local
|
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
H A D | p11.cpp | 79 int foo(T); in test() local 87 int foo(T); in test() local 100 void foo() {} in foo() function 108 void foo() {} in foo() function
|
/aosp_15_r20/external/clang/test/Index/ |
H A D | overriding-method-comments.mm | 95 void foo(int DDD); function 99 void foo(int SSS) {} function 117 void foo(AAA, BBB); function 122 void foo(PPP, QQQ); function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/ |
H A D | function_types.h | 52 int foo() const { return 42; } in foo() function 53 int foo(int i) const { return i; } in foo() function 54 int foo(int i, int) const { return i; } in foo() function 55 int foo(int i, int, int) const { return i; } in foo() function
|
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/ |
H A D | function_types.h | 53 int foo() const { return 42; } in foo() function 54 int foo(int i) const { return i; } in foo() function 55 int foo(int i, int) const { return i; } in foo() function 56 int foo(int i, int, int) const { return i; } in foo() function
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/ |
H A D | allOf.json | 14 "foo": {"type": "string"} object 23 "data": {"foo": "baz", "bar": 2}, string 28 "data": {"foo": "baz"}, string 38 "data": {"foo": "baz", "bar": "quux"}, string 51 "foo": {"type": "string"} object 66 "data": {"foo": "quux", "bar": 2, "baz": null}, string 71 "data": {"foo": "quux", "baz": null}, string 81 "data": {"foo": "quux", "bar": 2}, string
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/ |
H A D | allOf.json | 14 "foo": {"type": "string"} object 23 "data": {"foo": "baz", "bar": 2}, string 28 "data": {"foo": "baz"}, string 38 "data": {"foo": "baz", "bar": "quux"}, string 51 "foo": {"type": "string"} object 66 "data": {"foo": "quux", "bar": 2, "baz": null}, string 71 "data": {"foo": "quux", "baz": null}, string 81 "data": {"foo": "quux", "bar": 2}, string
|
/aosp_15_r20/external/federated-compute/fcp/tracing/test/ |
H A D | tracing_test.cc | 53 auto foo = GetRoot<EventFoo>(fbb_foo.GetBufferPointer()); in TEST() local 82 auto foo = GetRoot<FieldOrder>(fbb_foo.GetBufferPointer()); in TEST() local 111 auto foo = GetRoot<AllTypes>(fbb.GetBufferPointer()); in TEST() local 129 auto foo = GetRoot<ColorEnum>(fbb.GetBufferPointer()); in TEST() local 136 auto foo = GetRoot<EventFoo>(fbb_foo.GetBufferPointer()); in TEST() local 380 auto foo = GetRoot<EventFoo>(fbb_foo.GetBufferPointer()); in TEST() local
|
/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
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | lambda-expressions-inside-auto-functions.cpp | 8 auto foo() { in foo() function 32 auto foo() { in foo() function 53 template<class T> auto foo() { return [](const T&) { return 42; }; } in __anone7dcc9180702() function 67 inline auto foo() { in foo() function
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft3/ |
H A D | required.json | 6 "foo": {"required" : true}, object 13 "data": {"foo": 1}, number 27 "foo": {} object 42 "foo": {"required": false} object
|
/aosp_15_r20/external/guice/jdk8-tests/test/com/google/inject/jdk8/ |
H A D | DefaultMethodInterceptionTest.java | 88 Foo foo = injector.getInstance(Foo.class); in testInterceptedDefaultMethod() local 105 NonOverridingFoo foo = injector.getInstance(NonOverridingFoo.class); in testInterceptedDefaultMethod_calledByAnotherMethod() local 136 Foo foo = injector.getInstance(Foo.class); in testInterceptedDefaultMethod_whenParentClassDefinesNonInterceptedMethod() local 172 Foo foo = injector.getInstance(Foo.class); in testInterceptedDefaultMethod_whenParentClassDefinesInterceptedMethod() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | macros_join.rs | 19 let foo = tokio::join!(async { 1 },); in sync_one_lit_expr_comma() localVariable 26 let foo = tokio::join!(async { 1 }); in sync_one_lit_expr_no_comma() localVariable 33 let foo = tokio::join!(async { 1 }, async { 2 },); in sync_two_lit_expr_comma() localVariable 40 let foo = tokio::join!(async { 1 }, async { 2 }); in sync_two_lit_expr_no_comma() localVariable
|