Home
last modified time | relevance | path

Searched defs:foo (Results 276 – 300 of 4770) sorted by relevance

1...<<11121314151617181920>>...191

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dencode_test.cc58 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 Dmethod-bad-param.m3 @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 Dproperty-category-impl.m12 @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 Dms_abi.c4 struct foo { struct
5 int x;
6 float y;
7 char z;
H A Ddebug-info.c29 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/
Dvariant_polymorphic_get_test.cpp23 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 Dtable-in-nested-n-s.js20 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 DCustomAnnotationIntrospector1756Test.java25 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 DdependentRequired.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
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/
H A DdependentRequired.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
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/
H A DdependentRequired.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
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_global_data.c24 struct foo { struct
34 __type(value, struct foo); argument
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/json/
H A Dencode_test.cc44 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 Dp11.cpp79 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 Doverriding-method-comments.mm95 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 Dfunction_types.h52 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 Dfunction_types.h53 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 DallOf.json14 "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 DallOf.json14 "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 Dtracing_test.cc53 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 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
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dlambda-expressions-inside-auto-functions.cpp8 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 Drequired.json6 "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 DDefaultMethodInterceptionTest.java88 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/
Dmacros_join.rs19 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

1...<<11121314151617181920>>...191