Home
last modified time | relevance | path

Searched defs:foo (Results 401 – 425 of 4770) sorted by relevance

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

/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_taskgroups.py176 async def foo(): function
203 async def foo(): function
235 async def foo(): function
318 async def foo(): function
345 async def foo(): function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/hex-0.4.3/tests/
H A Dserde.rs14 let foo = Foo { in serialize() localVariable
24 let foo = Foo { in deserialize() localVariable
38 foo: Vec<u8>, field
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
H A DReadOnlyListDeser2283Test.java49 RenamedToSameOnGetter foo = MAPPER.readValue(payload, RenamedToSameOnGetter.class); in testRenamedToSameOnGetter() local
58 … RenamedToDifferentOnGetter foo = MAPPER.readValue(payload, RenamedToDifferentOnGetter.class); in testRenamedToDifferentOnGetter() local
67 RenamedOnClass foo = MAPPER.readValue(payload, RenamedOnClass.class); in testRenamedOnClass() local
/aosp_15_r20/external/rust/android-crates-io/crates/hex/tests/
Dserde.rs14 let foo = Foo { in serialize() localVariable
24 let foo = Foo { in deserialize() localVariable
38 foo: Vec<u8>, field
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/io/
H A Dstring_test.cc18 upb_String foo; in TEST() local
51 upb_String foo; in TEST() local
81 upb_String foo; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/io/
Dstring_test.cc38 upb_String foo; in TEST() local
71 upb_String foo; in TEST() local
101 upb_String foo; in TEST() local
/aosp_15_r20/external/dagger2/javatests/artifacts/hilt-android/simple/app/src/sharedTest/java/dagger/hilt/android/simple/
H A DDelayComponentReadyTest.java48 String foo(); in foo() method
53 @BindValue String foo; field in DelayComponentReadyTest
75 ApplicationProvider.getApplicationContext(), FooEntryPoint.class, FooEntryPoint::foo); in testUnitializedBindValue_fails() field in DelayComponentReadyTest.FooEntryPoint
/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_empty.pass.cpp56 struct NotEmpty { int foo; }; member
69 struct StaticMember { static int foo; }; member
70 struct NonStaticMember { int foo; }; member
/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() argument
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dvirtual-member-functions.cpp56 virtual void foo() { } in foo() function
113 virtual void foo() { T x; } in foo() function
116 virtual void foo() { T x; } in foo() function
149 void foo() { new AvoidVTable; } in foo() function
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/lang/invoke/
H A DDeserializeMethodTest.java58 void foo() { in foo() method in DeserializeMethodTest.Cap1
68 void foo() { in foo() method in DeserializeMethodTest.Cap2
79 void foo() { in foo() method in DeserializeMethodTest.Cap3
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dinstantiate-blocks.cpp4 template <typename T> T foo(T t) in foo() function
18 template <typename T, typename T1> void foo(T t, T1 r) in foo() function
40 template <typename T> T foo(T t) in foo() function
H A Dduplicate-mangled-name.cpp39 float foo() { in foo() function
55 void foo() { in foo() function
70 float foo() { in foo() function
H A Dmangle-ms-back-references-pr13207.cpp101 void foo(I<A> x) {} in foo() function in PR13207::L
107 void foo(I<A> x) {} in foo() function
124 void foo(Y<X> x) {} in foo() function
133 void foo(Y<NA::X> x) {} in foo() function
159 void foo(Y<NB::X> x) {} in foo() function
/aosp_15_r20/external/perfetto/ui/src/core/
H A Dfeature_flags_unittest.ts58 const foo = flags.register({ constant
92 const foo = flags.register({ constant
113 const foo = flags.register({ constant
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_vmap.py136 def foo(): function
149 def foo(x): function
175 def foo(x): function
317 def foo(x, y): function
333 def foo(x): function
379 def foo(x): function
389 def foo(x): function
397 def foo(x): function
405 def foo(x): function
414 def foo(x): function
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/pipes/
H A Dtest_pipe_read_write.cpp703 int (*foo)(void *,void *,int); in test_pipe_readwrite_int() local
756 int (*foo)(void *,void *,int); in test_pipe_readwrite_uint() local
808 int (*foo)(void *,void *,int); in test_pipe_readwrite_short() local
860 int (*foo)(void *,void *,int); in test_pipe_readwrite_ushort() local
913 int (*foo)(void *,void *,int); in test_pipe_readwrite_char() local
966 int (*foo)(void *,void *,int); in test_pipe_readwrite_uchar() local
1017 int (*foo)(void *,void *,int); in test_pipe_readwrite_float() local
1069 int (*foo)(void *,void *,int); in test_pipe_readwrite_half() local
1126 int (*foo)(void *,void *,int); in test_pipe_readwrite_long() local
1185 int (*foo)(void *,void *,int); in test_pipe_readwrite_ulong() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/
Dtie.hpp29 class foo class
33 explicit foo(int v) : val(v) {} in foo() function in test_detail::foo
42 foo() {} in foo() function in test_detail::foo
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_empty.pass.cpp55 struct NotEmpty { int foo; }; member
68 struct StaticMember { static int foo; }; member
69 struct NonStaticMember { int foo; }; member
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dvirtual-base-used.cpp33 void D::foo() { // expected-note {{implicit destructor for 'B' first required here}} in foo() function in D
58 void G::foo() { // expected-note {{implicit destructor for 'F' first required here}} in foo() function in G
87 void J::foo() { // expected-note {{implicit destructor for 'H' first required here}} in foo() function in J
/aosp_15_r20/external/clang/test/CodeGenCXX/Inputs/
H A Ddebug-info-class-limited.cpp16 struct foo { struct
27 struct foo { struct
42 struct foo { struct
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/distributions/
H A Dutil_test.py1024 def foo(): function
1030 def foo(a, b, c, d): # pylint: disable=unused-argument function
1045 def foo(a, b, c): # pylint: disable=unused-argument function
1053 def foo(**kwargs): # pylint: disable=unused-argument function
1059 def foo(a, b, c, **kwargs): # pylint: disable=unused-argument function
1067 def foo(a, b, c, *varargs, **kwargs): # pylint: disable=unused-argument function
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_typing.py184 def foo(): function
222 def foo(z): function
454 def foo(a): function
603 def foo(x, y): function
614 def foo(x): function
633 def foo(x): function
/aosp_15_r20/external/clang/test/Analysis/
H A Dpadding_cpp.cpp35 virtual void foo() {} in foo() function in VirtualPaddedA
39 virtual void foo() {} in foo() function in VirtualIntSandwich
81 virtual void foo() {} in foo() function in VtblSI
86 virtual void foo() {} in foo() function in VtblSI2
109 virtual void foo() {} in foo() function in VtblMI
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_property.py134 def foo(self): member in PropertyTests.test_property___isabstractmethod__descriptor.C
137 foo = property(foo) variable in PropertyTests.test_property___isabstractmethod__descriptor.C
148 def foo(self): member in PropertyTests.test_property___isabstractmethod__descriptor.C
151 foo = property(foo) variable in PropertyTests.test_property___isabstractmethod__descriptor.C
358 foo = property() variable in PropertyUnreachableAttributeWithName.cls

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