Home
last modified time | relevance | path

Searched defs:foo (Results 76 – 100 of 4770) sorted by relevance

12345678910>>...191

/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_symbolic_shape_analysis.py40 def foo(x, y): function
80 def foo(x, y): function
93 def foo(a, b): function
101 def foo(y): function
111 def foo(i: int, z): function
200 def foo(x, y): function
230 def foo(x): function
321 def foo(inp, weight): function
439 def foo(x): function
752 def foo(x, y): function
[all …]
H A Dtest_profiler.py144 def foo(a, b): function
160 def foo(t1, t2, t3, t4, t: float): function
180 def foo(x: int, y: int): function
190 def foo(x, y): function
203 def foo(a, b): function
220 def foo(a, b): function
237 def foo(a, b): function
251 def foo(x): function
269 def foo(a, b, c, d): function
H A Dtest_async.py24 def foo(x): function
34 def foo(inp): function
48 def foo(x: Tensor) -> List[Tensor]: function
71 def foo(x): function
97 def foo(self, x1, x2): member in TestAsync.test_async_script_capture.Mod
119 def foo(x): function
154 def foo(x): function
208 def foo(x1, x2): function
311 def foo(x): function
347 def foo(x): function
[all …]
/aosp_15_r20/external/javassist/src/test/test/javassist/proxy/
H A DProxySimpleTest.java38 Foo foo = (Foo)c.getConstructor().newInstance(); in testProxyFactory() local
48 public int foo(int i) { return i + 1; } in foo() method in ProxySimpleTest.Foo
90 public int foo() { return 4; } in foo() method in ProxySimpleTest.ReadWriteData
177 Default3 foo = (Default3)c.getConstructor().newInstance(); in testDefaultMethods() local
197 Default2 foo = (Default2)c.getConstructor().newInstance(); in testDefaultMethods2() local
205 default int foo() { return 0; } in foo() method
214 public int foo() { return Default2.super.foo(); } in foo() method in ProxySimpleTest.Default3
234 PubProxy foo = (PubProxy)c.getConstructor().newInstance(); in testPublicProxy() local
246 void foo(int i) { result += "p"; } in foo() method in ProxySimpleTest.PubProxy
268 PubProxy2 foo = (PubProxy2)c.getConstructor().newInstance(); in testPublicProxy2() local
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/test/resources/software/amazon/awssdk/codegen/poet/model/
H A Deventone.java34 private final String foo; field in EventOne
45 public final String foo() { in foo() method in EventOne
144 Builder foo(String foo); in foo() argument
148 private String foo; field in EventOne.BuilderImpl
161 public final void setFoo(String foo) { in setFoo()
166 public final Builder foo(String foo) { in foo() argument
/aosp_15_r20/external/clang/test/ASTMerge/Inputs/
H A Dinterface1.m27 - (int)foo; method
33 - (int)foo; method
34 + (int)foo; class
39 - (int)foo; method
45 - (int)foo; method
51 + (int)foo; class
57 + (int)foo; class
63 + (int)foo; class
/aosp_15_r20/external/pytorch/test/
H A Dtest_custom_ops.py360 def foo(x: torch.Tensor) -> torch.Tensor: ... function
474 def foo(x): function
617 def foo(x: torch.Tensor, y: int): function
743 def foo(*args): function
750 def foo(**kwargs): function
757 def foo(x): function
764 def foo(x: Tensor) -> Tuple[Tensor, ...]: function
771 def foo(x: Tensor, y: int) -> Tensor: function
825 def foo(x: Tensor) -> typ: function
844 def foo(x: Tensor) -> Tuple[typ, typ]: function
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_copy.py33 def __init__(self, foo): argument
44 def __new__(cls, foo): argument
166 def __init__(self, foo): argument
175 def __init__(self, foo): argument
186 def __init__(self, foo): argument
197 def __new__(cls, foo): argument
214 def __new__(cls, *, foo): argument
231 def __init__(self, foo): argument
242 def __init__(self, foo): argument
253 def __init__(self, foo): argument
[all …]
Dtest_dynamic.py31 def foo(): function
41 def foo(): function
51 def foo(): function
69 def foo(modifier): function
80 def foo(): function
93 def foo(): function
110 def foo(): function
122 def foo(): function
Dtest_inspect.py326 def foo(self): member in TestPredicates.test_isabstract.AbstractClassExample
330 def foo(self): member in TestPredicates.test_isabstract.ClassExample
350 def foo(self): member in TestPredicates.test_isabstract_during_init_subclass.AbstractClassExample
353 def foo(self): member in TestPredicates.test_isabstract_during_init_subclass.ClassExample
1331 def foo(a:int, b:str): pass function
1580 def foo(): pass function
2013 foo = 3 variable in TestGetattrStatic.test_class_as_property.Base
2034 foo = 3 variable in TestGetattrStatic.test_mro_as_property.Base
2406 def foo(a, b, *, c:1={}, **kw) -> {42:'ham'}: pass function
2450 def test(a, b:'foo') -> 123:
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/optional/
H A Ddependencies-compatibility.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
159 "foo": {"type": "integer"}, object
168 "data": {"foo": 1, "bar": 2}, number
173 "data": {"foo": "quux"}, string
178 "data": {"foo": "quux", "bar": 2}, string
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/optional/
H A Ddependencies-compatibility.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
159 "foo": {"type": "integer"}, object
168 "data": {"foo": 1, "bar": 2}, number
173 "data": {"foo": "quux"}, string
178 "data": {"foo": "quux", "bar": 2}, string
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/optional/
H A Ddependencies-compatibility.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
159 "foo": {"type": "integer"}, object
168 "data": {"foo": 1, "bar": 2}, number
173 "data": {"foo": "quux"}, string
178 "data": {"foo": "quux", "bar": 2}, string
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft3/
H A Dproperties.json6 "foo": {"type": "integer"}, object
13 "data": {"foo": 1, "bar": "baz"}, number
18 "data": {"foo": 1, "bar": {}}, number
23 "data": {"foo": [], "bar": {}}, array
48 "foo": {"type": "array", "maxItems": 3}, object
57 "data": {"foo": [1, 2]}, array
62 "data": {"foo": [1, 2, 3, 4]}, array
67 "data": {"foo": []}, array
101 "foo": {"type": "null"} object
107 "data": {"foo": null}, null
/aosp_15_r20/external/guice/core/test/com/google/inject/
H A DDuplicateBindingsTest.java44 private FooImpl foo = new FooImpl(); field in DuplicateBindingsTest
436 protected final FooImpl foo; field in DuplicateBindingsTest.FooModule
443 FooImpl foo, in FooModule()
458 FooImpl foo, in FailedModule()
485 Foo foo() { in foo() method in DuplicateBindingsTest.FailedModule
493 Foo foo() { in foo() method in DuplicateBindingsTest.FailingProviderModule
502 Foo foo() { in foo() method in DuplicateBindingsTest.SimpleProviderModule
514 FooImpl foo, in SimpleModule()
554 FooImpl foo, in ScopedModule()
587 FooImpl foo, in AnnotatedScopeModule()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DProxyTest.java322 int foo(); in foo() method
326 float foo(); in foo() method
330 Integer foo(); in foo() method
334 String foo(); in foo() method
338 CharSequence foo(); in foo() method
342 CharSequence foo(); in foo() method
346 CharSequence foo(); in foo() method
350 Object foo(); in foo() method
354 void foo(); in foo() method
358 Echo foo(); in foo() method
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp164 int foo(A<int> &a) { in foo() function in test7::B
170 int foo(A<int> &a) { in foo() function in test7::C
189 template <class T> void foo() { in foo() function
199 int foo(B *b) { in foo() function in test9::A
203 int foo(C *c) { in foo() function in test9::A
258 template <typename T> Foo<T> foo(T* t){ return Foo<T>(t, true); } in foo() function
274 template <> Foo<long> foo(long *t) { in foo() function
289 void foo(Role<N, test13::Foo> &role) { in foo() function in test13::Foo
306 …void foo() { return A<long>::foo(); } // expected-error {{'foo' is a private member of 'test14::A<… in foo() function in test14::B
325 …void foo() { return A<long>::foo(); } // expected-error {{'foo' is a private member of 'test15::A<… in foo() function in test15::B
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/resources/schema/customMessageTests/
H A Dcustom-message-tests.json7 "foo": { object
30 "foo": [], array
38 "foo": [1, 2], array
46 "foo": [1, 2, 3], array
57 "foo": [1, 2, "text"], array
68 "foo": [1, 2, 3, 4], array
79 "foo": [1, 2, "text"], array
91 "foo": [1, 2, "text", 3], array
108 "foo": { object
119 "foo" : "{0}: ''foo'' is required", string
[all …]
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DOptionalTest.java52 String foo = "foo"; in testGet() local
80 String foo = "foo"; in testIfPresent() local
96 final String foo = "foo"; in testFilter() local
119 String foo = "foo"; in testMap() local
142 String foo = "foo"; in testFlatMap() local
171 String foo = "foo"; in testOrElse() local
186 String foo = "foo"; in testOrElseGet() local
211 String foo = "foo"; in testOrElseThrow() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Daddr-of-overloaded-function.cpp117 void Foo::foo() { in foo() function in test0::Foo
152 void foo() in foo() function
200 …int foo(double x, double y) {return 0;} // expected-note {{candidate function has different number… in foo() function
201 …int foo(int x, int y) {return 0;} // expected-note {{candidate function has different number of pa… in foo() function
202 …int foo(double x) {return 0;} // expected-note {{candidate function has type mismatch at 1st param… in foo() function
203 …double foo(float x, float y) {return 0;} // expected-note {{candidate function has different numbe… in foo() function
204 …double foo(int x, float y) {return 0;} // expected-note {{candidate function has different number … in foo() function
205 …double foo(float x) {return 0;} // expected-note {{candidate function has type mismatch at 1st par… in foo() function
206 …double foo(int x) {return 0;} // expected-note {{candidate function has different return type ('in… in foo() function
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/
H A Dproperties.json6 "foo": {"type": "integer"}, object
13 "data": {"foo": 1, "bar": "baz"}, number
18 "data": {"foo": 1, "bar": {}}, number
23 "data": {"foo": [], "bar": {}}, array
48 "foo": {"type": "array", "maxItems": 3}, object
57 "data": {"foo": [1, 2]}, array
62 "data": {"foo": [1, 2, 3, 4]}, array
67 "data": {"foo": []}, array
101 "foo": true, boolean
113 "data": {"foo": 1}, number
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/
H A Dproperties.json6 "foo": {"type": "integer"}, object
13 "data": {"foo": 1, "bar": "baz"}, number
18 "data": {"foo": 1, "bar": {}}, number
23 "data": {"foo": [], "bar": {}}, array
48 "foo": {"type": "array", "maxItems": 3}, object
57 "data": {"foo": [1, 2]}, array
62 "data": {"foo": [1, 2, 3, 4]}, array
67 "data": {"foo": []}, array
101 "foo": true, boolean
113 "data": {"foo": 1}, number
[all …]
/aosp_15_r20/external/clang/test/Parser/
H A Dparenthesis-balance.cpp4 if (int foo = f(bar)) {} // expected-error{{use of undeclared identifier 'bar'}} in f() local
5 while (int foo = f(bar)) {} // expected-error{{use of undeclared identifier 'bar'}} in f() local
6 for (int foo = f(bar);;) {} // expected-error{{use of undeclared identifier 'bar'}} in f() local
9 if (int foo = f(bar)) {} in f() local
10 while (int foo = f(bar)) {} in f() local
11 for (int foo = f(bar);;) {} in f() local
/aosp_15_r20/external/clang/test/ARCMT/
H A Dcxx-rewrite.mm11 struct foo { struct
13 foo(NSString *s): s([s retain]){ argument
22 foo(foo const &); argument
23 foo &operator=(foo const &); argument
29 foo f([[NSString string] autorelease]); argument
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_copy.py27 def __init__(self, foo): argument
38 def __new__(cls, foo): argument
148 def __init__(self, foo): argument
157 def __init__(self, foo): argument
168 def __init__(self, foo): argument
179 def __init__(self, foo): argument
190 def __init__(self, foo): argument
201 def __init__(self, foo): argument
246 def __init__(self, foo): argument
257 def __new__(cls, foo): argument
[all …]

12345678910>>...191