Home
last modified time | relevance | path

Searched defs:foo (Results 326 – 350 of 4770) sorted by relevance

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

/aosp_15_r20/external/clang/test/Sema/
H A Dstruct-decl.c7 struct foo { struct
21 int foo() { in foo() argument
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
H A DTestTreeWithType.java64 Foo foo = new Foo("baz"); in testValueAsStringWithoutDefaultTyping() local
77 Foo foo = new Foo("baz"); in testValueAsStringWithDefaultTyping() local
100 Foo foo = new Foo("baz"); in testValueToTreeWithoutDefaultTyping() local
111 Foo foo = new Foo("baz"); in testValueToTreeWithDefaultTyping() local
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft4/
H A DmaxProperties.json8 "data": {"foo": 1}, number
13 "data": {"foo": 1, "bar": 2}, number
18 "data": {"foo": 1, "bar": 2, "baz": 3}, number
49 "data": { "foo": 1 }, number
/aosp_15_r20/external/pytorch/test/
H A Dtest_legacy_vmap.py59 def foo(): function
91 def foo(x): function
213 def foo(x, y): function
229 def foo(x): function
275 def foo(x): function
371 def foo(x): function
453 def foo(xy): function
474 def foo(x): function
1424 def foo(x): function
1713 def foo(x): function
[all …]
/aosp_15_r20/external/ksp/test-utils/testData/api/
H A Doverridee.kt239 fun foo(): Unit in foo() method
243 fun foo(): Unit in foo() method
253 override fun foo() = TODO() in foo() method in lib.OverrideOrder1
256 override fun foo() = TODO() in foo() method in lib.OverrideOrder2
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_decorators.py76 def foo(): return 42 member in TestDecorators.test_single.C
89 def foo(): return 42 function
187 def foo(self): return 42 member in TestDecorators.test_double.C
204 def foo(): return 42 function
256 def foo(): return 42 function
Dtest_descr.py344 def foo(self): return 1 member in OperatorsTest.test_spam_lists.C
396 def foo(self): return 1 member in OperatorsTest.test_spam_dicts.C
725 def foo(self): member in ClassPropertiesAndMethods.test_multiple_inheritance.Node
728 def foo(self): member in ClassPropertiesAndMethods.test_multiple_inheritance.Frag
1385 def foo(*a): return a member in ClassPropertiesAndMethods.test_classmethods.C
1473 def foo(*a): return a member in ClassPropertiesAndMethods.test_staticmethods.C
1520 def foo(*a): return a member in ClassPropertiesAndMethods.test_classic.C
1534 foo = C.foo variable in ClassPropertiesAndMethods.test_classic.E
1612 def __init__(self, foo): argument
1620 def __new__(cls, foo): argument
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/
H A Dgmock_stress_test.cc68 MockFoo foo; in TestConcurrentMockObjects() local
114 MockFoo foo; in TestConcurrentCallsOnSameObject() local
141 void Helper2(MockFoo* foo) { in Helper2()
150 MockFoo foo; in TestPartiallyOrderedExpectationsWithThreads() local
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_pep492.py112 async def foo(): pass function
123 async def foo(): pass function
129 async def foo(): function
170 async def foo(): function
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/
H A Dgmock_stress_test.cc68 MockFoo foo; in TestConcurrentMockObjects() local
114 MockFoo foo; in TestConcurrentCallsOnSameObject() local
141 void Helper2(MockFoo* foo) { in Helper2()
150 MockFoo foo; in TestPartiallyOrderedExpectationsWithThreads() local
/aosp_15_r20/external/googletest/googlemock/test/
H A Dgmock_stress_test.cc68 MockFoo foo; in TestConcurrentMockObjects() local
114 MockFoo foo; in TestConcurrentCallsOnSameObject() local
141 void Helper2(MockFoo* foo) { in Helper2()
150 MockFoo foo; in TestPartiallyOrderedExpectationsWithThreads() local
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
H A DJimfsUnixLikeFileSystemTest.java1040 Path foo = path("/foo"); in testDelete_file_whenOpenReferencesRemain() local
1569 Path foo = path("/foo"); in testCopy_withCopyAttributes() local
1753 Path foo = fs.getPath("/foo"); in testCopy_toDifferentFileSystem() local
1768 Path foo = fs.getPath("/foo"); in testCopy_toDifferentFileSystem_copyAttributes() local
1906 Path foo = fs.getPath("/foo"); in testMove_toDifferentFileSystem() local
2269 Path foo = path("foo"); in testRegularFileAccessAndModifiedTimeUpdates() local
2357 Path foo = fileSystem.getPath("foo"); in testUnsupportedFeatures() local
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dpragma-ms_struct.cpp7 template<int x> struct foo { struct
11 extern int arr[sizeof(foo<0>) == 16 ? 1 : -1]; argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/conversion/test/
Dimplicit_cast_fail.cpp10 struct foo struct
12 explicit foo(char const*) {} in foo() argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dglobal_data.c69 struct foo { struct
78 struct foo val; in test_global_data_struct() argument
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dvisibility-inlines-hidden.cpp90 template <class T> inline void foo() {} in foo() function
105 T foo(T x) { return x; } in foo() function in PR11642::Foo
115 inline void foo(void) { in foo() function
132 void foo() {} in foo() function
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/testmock/
Dtestpatch.py50 foo = 'bar' variable in Foo
814 foo = 'foo' variable in PatchTest.test_get_only_proxy.Something
816 foo = 'foo' variable in PatchTest.test_get_only_proxy.SomethingElse
832 foo = 'foo' variable in PatchTest.test_get_set_delete_proxy.Something
834 foo = 'foo' variable in PatchTest.test_get_set_delete_proxy.SomethingElse
894 foo = 'bar' variable in PatchTest.test_autospec.Boo
1284 def test(f, foo): argument
1394 def _test(self, f, foo): argument
1402 def test_two(self, f, foo): argument
1404 def test_one(self, f, foo): argument
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/testmock/
H A Dtestpatch.py50 foo = 'bar' variable in Foo
814 foo = 'foo' variable in PatchTest.test_get_only_proxy.Something
816 foo = 'foo' variable in PatchTest.test_get_only_proxy.SomethingElse
832 foo = 'foo' variable in PatchTest.test_get_set_delete_proxy.Something
834 foo = 'foo' variable in PatchTest.test_get_set_delete_proxy.SomethingElse
894 foo = 'bar' variable in PatchTest.test_autospec.Boo
1284 def test(f, foo): argument
1394 def _test(self, f, foo): argument
1402 def test_two(self, f, foo): argument
1404 def test_one(self, f, foo): argument
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/test/
Dbase_from_member_ref_test.cpp15 struct foo : boost::base_from_member<int&> struct
17 explicit foo(int& ref) : boost::base_from_member<int&>(ref) in foo() argument
/aosp_15_r20/external/clang/test/CodeGen/
H A D2003-03-03-DeferredType.c8 struct foo { struct
9 int x;
10 double D;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/system/test/
Dinitialization_test.cpp16 struct foo struct
18 foo() in foo() function
/aosp_15_r20/external/stg/test_cases/info_tests/array/
H A Dunknown_size.c1 struct foo { struct
2 int bar;
3 double baz[];
/aosp_15_r20/external/llvm/test/MC/Mips/
H A Dset-defined-symbol.s4 .global foo symbol
7 .set foo, b define
8 .set foo, a define
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue9432.go12 type foo struct { // ERROR "invalid recursive type|cycle" struct
13 bar foo
14 blah foo
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_decorators.py77 def foo(): return 42 member in TestDecorators.test_single.C
111 def foo(): return 42 function
213 def foo(self): return 42 member in TestDecorators.test_double.C
230 def foo(): return 42 function
282 def foo(): return 42 function
335 def foo(self, cls): member in TestDecorators.test_bound_function_inside_classmethod.A

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