/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
H A D | F_nullptr.pass.cpp | 64 int foo() { return 42; } in foo() function 65 int foo(int) { return 42; } in foo() function 66 int foo(int, int) { return 42; } in foo() function 67 int foo(int, int, int) { return 42; } in foo() function 69 int foo(...) { return 42; } in foo() function 70 int foo(int, ...) { return 42; } in foo() function 71 int foo(int, int, ...) { return 42; } in foo() function 72 int foo(int, int, int, ...) { return 42; } in foo() function 76 int foo() { return 42; } in foo() function 77 int foo() const { return 42; } in foo() function [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
H A D | F_nullptr.pass.cpp | 65 int foo() { return 42; } in foo() function 66 int foo(int) { return 42; } in foo() function 67 int foo(int, int) { return 42; } in foo() function 68 int foo(int, int, int) { return 42; } in foo() function 70 int foo(...) { return 42; } in foo() function 71 int foo(int, ...) { return 42; } in foo() function 72 int foo(int, int, ...) { return 42; } in foo() function 73 int foo(int, int, int, ...) { return 42; } in foo() function 77 int foo() { return 42; } in foo() function 78 int foo() const { return 42; } in foo() function [all …]
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_peephole.py | 87 def foo(x, y, z): function 94 def foo(x, y, z): function 104 def foo(x, y, z): function 113 def foo(x, y, z): function 121 def foo(x, y, z): function 276 def foo(x: List[int], y: List[int]): function 288 def foo(x: List[int], y: List[int]): function 302 def foo(x: List[int], y: List[int], z: List[int]): function 324 def foo(x: List[int], cond: bool): function 346 def foo(x: List[int], b: List[int]): function [all …]
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | visibility.cpp | 41 class DEFAULT foo { class 62 struct foo { struct 63 DEFAULT static int bar; 67 template struct foo<int>; variable 76 struct HIDDEN foo {}; struct 89 struct HIDDEN foo { struct 219 struct HIDDEN foo { struct 220 foo() { } in foo() function 224 virtual void zonk() {} in zonk() 240 static void foo() {} in foo() function [all …]
|
H A D | vtable-key-function-arm.cpp | 32 void Test0a::foo() {} in foo() function in Test0a 43 void Test0b::foo() {} in foo() function in Test0b 64 inline void Test1a::foo() {} in foo() function in Test1a 75 inline void Test1b::foo() {} in foo() function in Test1b 98 inline void Test2a::foo() {} in foo() function in Test2a 117 inline void Test2b::foo() {} in foo() function in Test2b 129 inline void Test2c::foo() {} in foo() function in Test2c 153 inline void Test3a::foo() {} in foo() function in Test3a 172 inline void Test3b::foo() {} in foo() function in Test3b 184 inline void Test3c::foo() {} in foo() function in Test3c [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_abc.py | 20 def foo(self): pass function 27 def foo(self): return 3 member in test_factory.TestLegacyAPI.test_abstractproperty_basics.C 31 def foo(self): return super().foo member in test_factory.TestLegacyAPI.test_abstractproperty_basics.D 37 def foo(cls): pass function 45 def foo(cls): return cls.__name__ member in test_factory.TestLegacyAPI.test_abstractclassmethod_basics.C 49 def foo(cls): return super().foo() member in test_factory.TestLegacyAPI.test_abstractclassmethod_basics.D 55 def foo(): pass function 63 def foo(): return 3 member in test_factory.TestLegacyAPI.test_abstractstaticmethod_basics.C 67 def foo(): return 4 member in test_factory.TestLegacyAPI.test_abstractstaticmethod_basics.D 79 def foo(cls): return cls.__name__ member in test_factory.TestABC.test_ABC_helper.C [all …]
|
D | test_coroutines.py | 529 async def foo(): function 546 async def foo(): function 555 async def foo(): function 563 async def foo(): function 596 async def foo(): function 621 async def foo(): function 635 def foo(): function 651 async def foo(): function 659 async def foo(): function 695 async def foo(): function [all …]
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_cudagraph_trees.py | 204 def foo(x): function 216 def foo(): function 268 def foo(x, y): function 293 def foo(x, y): function 309 def foo(x): function 339 def foo(mod, x): function 357 def foo(x): function 389 def foo(x): function 436 def foo(x): function 464 def foo(x): function [all …]
|
H A D | test_select_algorithm.py | 58 def foo(input, weight, bias): function 74 def foo(input, weight, bias): function 90 def foo(input, weight, bias): function 106 def foo(a, b): function 120 def foo(a, b): function 132 def foo(a, b): function 145 def foo(a, b): function 158 def foo(a, b): function 170 def foo(a, b, c): function 184 def foo(a, b, c, d): function [all …]
|
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/ast/operators/ |
H A D | OrNodeCtsTest.java | 46 TextNode foo = new TextNode("foo"); in testEquals_identical() local 60 TextNode foo = new TextNode("foo"); in testConstructor_buildsOrNode() local 72 TextNode foo = new TextNode("foo"); in testConstructor_buildsOrNodeVarArgs() local 87 TextNode foo = new TextNode("foo"); in testConstructor_throwsWhenNotEnoughNodes() local 94 TextNode foo = new TextNode("foo"); in testConstructor_throwsWhenNullArgPassed() local 101 TextNode foo = new TextNode("foo"); in testSetChildren_throwsWhenNullListPassed() local 110 TextNode foo = new TextNode("foo"); in testSetChildren_throwsWhenNotEnoughNodes() local 121 TextNode foo = new TextNode("foo"); in testAddChild_addsToBackOfList() local 133 TextNode foo = new TextNode("foo"); in testSetChild_throwsOnOutOfRangeIndex() local 143 TextNode foo = new TextNode("foo"); in testSetChild_throwsOnNullNode() local [all …]
|
H A D | AndNodeCtsTest.java | 46 TextNode foo = new TextNode("foo"); in testEquals_identical() local 60 TextNode foo = new TextNode("foo"); in testConstructor_buildsAndNode() local 72 TextNode foo = new TextNode("foo"); in testConstructor_buildsAndNodeVarArgs() local 87 TextNode foo = new TextNode("foo"); in testConstructor_throwsWhenNotEnoughNodes() local 94 TextNode foo = new TextNode("foo"); in testConstructor_throwsWhenNullArgPassed() local 101 TextNode foo = new TextNode("foo"); in testSetChildren_throwsWhenNullListPassed() local 110 TextNode foo = new TextNode("foo"); in testSetChildren_throwsWhenNotEnoughNodes() local 121 TextNode foo = new TextNode("foo"); in testAddChild_addsToBackOfList() local 133 TextNode foo = new TextNode("foo"); in testSetChild_throwsOnOutOfRangeIndex() local 143 TextNode foo = new TextNode("foo"); in testSetChild_throwsOnNullNode() local [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft4/ |
H A D | items.json | 20 "data": {"foo" : "bar"}, string 107 [ {"foo": null}, {"foo": null} ], null 108 [ {"foo": null}, {"foo": null} ], null 109 [ {"foo": null}, {"foo": null} ] null 116 [ {"foo": null}, {"foo": null} ], null 117 [ {"foo": null}, {"foo": null} ], null 118 [ {"foo": null}, {"foo": null} ], null 119 [ {"foo": null}, {"foo": null} ] null 126 [ {"foo": null}, {"foo": null}, {"foo": null} ], null 127 [ {"foo": null}, {"foo": null} ], null [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/ |
H A D | unevaluatedProperties.json | 18 "foo": "foo" string 43 "foo": "foo" string 50 "foo": "fo" string 72 "foo": "foo" string 84 "foo": { "type": "string" } object 92 "foo": "foo" string 99 "foo": "foo", string 120 "foo": "foo" string 127 "foo": "foo", string 140 "foo": { "type": "string" } object [all …]
|
H A D | items.json | 21 "data": {"foo" : "bar"}, string 102 [ {"foo": null}, {"foo": null} ], null 103 [ {"foo": null}, {"foo": null} ], null 104 [ {"foo": null}, {"foo": null} ] null 111 [ {"foo": null}, {"foo": null} ], null 112 [ {"foo": null}, {"foo": null} ], null 113 [ {"foo": null}, {"foo": null} ], null 114 [ {"foo": null}, {"foo": null} ] null 121 [ {"foo": null}, {"foo": null}, {"foo": null} ], null 122 [ {"foo": null}, {"foo": null} ], null [all …]
|
H A D | propertyDependencies.json | 6 "foo": {"bar": false} object 46 "foo": {"bar": false} object 52 "data": {"foo": false}, boolean 57 "data": {"foo": 2}, number 62 "data": {"foo": 1.1}, number 67 "data": {"foo": {}}, object 72 "data": {"foo": {"bar": "baz"}}, object 77 "data": {"foo": {"baz": "bar"}}, object 82 "data": {"foo": []}, array 87 "data": {"foo": null}, null [all …]
|
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/ |
H A D | AssistedFactoryErrorsTest.java | 42 Source foo = in testFactoryNotAbstract() local 64 Source foo = in testNestedFactoryNotStatic() local 190 Source foo = in testFactoryMultipleAbstractMethods() local 242 Source foo = in testFactoryMismatchingParameter() local 281 Source foo = in testFactoryMismatchingGenericParameter() local 320 Source foo = in testFactoryDuplicateGenericParameter() local 357 Source foo = in testAssistedInjectionRequest() local 439 Source foo = in testProvidesAssistedBindings() local 498 Source foo = in testProvidesAssistedBindingsAsFactoryBindsInstance() local 553 Source foo = in testProvidesAssistedBindingsAsBuilderBindsInstance() local [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/ |
H A D | unevaluatedProperties.json | 18 "foo": "foo" string 43 "foo": "foo" string 50 "foo": "fo" string 72 "foo": "foo" string 84 "foo": { "type": "string" } object 92 "foo": "foo" string 99 "foo": "foo", string 120 "foo": "foo" string 127 "foo": "foo", string 140 "foo": { "type": "string" } object [all …]
|
H A D | items.json | 21 "data": {"foo" : "bar"}, string 102 [ {"foo": null}, {"foo": null} ], null 103 [ {"foo": null}, {"foo": null} ], null 104 [ {"foo": null}, {"foo": null} ] null 111 [ {"foo": null}, {"foo": null} ], null 112 [ {"foo": null}, {"foo": null} ], null 113 [ {"foo": null}, {"foo": null} ], null 114 [ {"foo": null}, {"foo": null} ] null 121 [ {"foo": null}, {"foo": null}, {"foo": null} ], null 122 [ {"foo": null}, {"foo": null} ], null [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/ |
H A D | unevaluatedProperties.json | 18 "foo": "foo" string 43 "foo": "foo" string 50 "foo": "fo" string 72 "foo": "foo" string 84 "foo": { "type": "string" } object 92 "foo": "foo" string 99 "foo": "foo", string 120 "foo": "foo" string 127 "foo": "foo", string 140 "foo": { "type": "string" } object [all …]
|
H A D | items.json | 21 "data": {"foo" : "bar"}, string 172 [ {"foo": null}, {"foo": null} ], null 173 [ {"foo": null}, {"foo": null} ], null 174 [ {"foo": null}, {"foo": null} ] null 181 [ {"foo": null}, {"foo": null} ], null 182 [ {"foo": null}, {"foo": null} ], null 183 [ {"foo": null}, {"foo": null} ], null 184 [ {"foo": null}, {"foo": null} ] null 191 [ {"foo": null}, {"foo": null}, {"foo": null} ], null 192 [ {"foo": null}, {"foo": null} ], null [all …]
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | range_casts.c | 6 void f1(long foo) in f1() 16 void f2(unsigned long foo) in f2() 26 void f3(unsigned long foo) in f3() 36 void f4(long foo) in f4() 46 void f5(long foo) in f5() 56 void f6(long foo) in f6() 66 void f7(long foo) in f7() 76 void f8(long foo) in f8() 86 void f9(long foo) in f9() 96 void f10(long foo) in f10() [all …]
|
/aosp_15_r20/tools/metalava/metalava/src/test/java/com/android/tools/metalava/ |
H A D | SignatureInputOutputTest.kt | 111 val foo = codebase.assertClass("test.pkg.Foo") in <lambda>() constant 130 val foo = codebase.assertClass("test.pkg.Foo") in <lambda>() constant 152 val foo = codebase.assertClass("test.pkg.Foo") in <lambda>() constant 175 val foo = codebase.assertClass("test.pkg.Foo") in <lambda>() constant 199 val foo = codebase.assertClass("test.pkg.Foo") in <lambda>() constant 222 val foo = codebase.assertClass("test.pkg.Foo") in <lambda>() constant 250 val foo = codebase.assertClass("test.pkg.Foo") in <lambda>() constant 277 val foo = codebase.assertClass("test.pkg.Foo") in <lambda>() constant 301 val foo = codebase.assertClass("test.pkg.Foo") in <lambda>() constant 329 val foo = codebase.assertClass("test.pkg.Foo") in <lambda>() constant [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/ |
D | is_abstract_test.cpp | 27 struct TestG : public TestB { virtual void foo(void) {} }; in foo() function 28 struct TestH : public TestC { private: virtual void foo(void) {} }; in foo() function 30 struct TestJ : public TestI { virtual void foo(void) {} }; in foo() function 36 struct TestP : public TestO { virtual void foo(void) {} }; in foo() function 39 struct TestS { virtual void foo(void) {} }; in foo() function 40 struct TestT { virtual ~TestT(void) {} virtual void foo(void) {} }; in ~TestT() function 42 struct TestV : public TestT { virtual void foo(void) {} }; in foo() function 49 struct TestAC { virtual void foo(void) = 0; }; void TestAC::foo(void) {} in foo() function in TestAC 51 struct TestAE : public TestAD { virtual void foo() {} }; in foo() function 52 struct TestAF : public TestAD { virtual void foo(); }; void TestAF::foo(void) {} in foo() function in TestAF [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/ |
H A D | items.json | 20 "data": {"foo" : "bar"}, string 162 [ {"foo": null}, {"foo": null} ], null 163 [ {"foo": null}, {"foo": null} ], null 164 [ {"foo": null}, {"foo": null} ] null 171 [ {"foo": null}, {"foo": null} ], null 172 [ {"foo": null}, {"foo": null} ], null 173 [ {"foo": null}, {"foo": null} ], null 174 [ {"foo": null}, {"foo": null} ] null 181 [ {"foo": null}, {"foo": null}, {"foo": null} ], null 182 [ {"foo": null}, {"foo": null} ], null [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/ |
H A D | items.json | 20 "data": {"foo" : "bar"}, string 162 [ {"foo": null}, {"foo": null} ], null 163 [ {"foo": null}, {"foo": null} ], null 164 [ {"foo": null}, {"foo": null} ] null 171 [ {"foo": null}, {"foo": null} ], null 172 [ {"foo": null}, {"foo": null} ], null 173 [ {"foo": null}, {"foo": null} ], null 174 [ {"foo": null}, {"foo": null} ] null 181 [ {"foo": null}, {"foo": null}, {"foo": null} ], null 182 [ {"foo": null}, {"foo": null} ], null [all …]
|