/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | torchbind_impls.py | 37 def fake_takes_foo(foo, z): argument 52 def meta_takes_foo_list_return(foo, x): argument 58 def meta_takes_foo_tuple_return(foo, x): argument
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/ |
H A D | minProperties.json | 8 "data": {"foo": 1, "bar": 2}, number 13 "data": {"foo": 1}, number 44 "data": {"foo": 1, "bar": 2}, number
|
H A D | required.json | 6 "foo": {}, object 14 "data": {"foo": 1}, number 43 "foo": {} object 58 "foo": {} object
|
/aosp_15_r20/external/perfetto/python/test/ |
H A D | resolver_unittest.py | 32 def __init__(self, foo=None, bar=None): argument 56 def __init__(self, foo=None, bar=None): argument 220 foo='x', argument
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/ |
H A D | minProperties.json | 8 "data": {"foo": 1, "bar": 2}, number 13 "data": {"foo": 1}, number 44 "data": {"foo": 1, "bar": 2}, number
|
H A D | required.json | 6 "foo": {}, object 14 "data": {"foo": 1}, number 43 "foo": {} object 58 "foo": {} object
|
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/basicapi/ |
H A D | UsingVarargsTest.java | 28 int foo(Object ... objects); in foo() method 119 Foo foo = Mockito.mock(Foo.class); in shouldVerifyWithAnyObject() local 127 Foo foo = Mockito.mock(Foo.class); in shouldVerifyWithNullVarArgArray() local
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft4/ |
H A D | patternProperties.json | 13 "data": {"foo": 1}, number 18 "data": {"foo": 1, "foooooo" : 2}, number 23 "data": {"foo": "bar", "fooooo": 2}, string 28 "data": {"foo": "bar", "foooooo" : "baz"}, string
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft3/ |
H A D | patternProperties.json | 13 "data": {"foo": 1}, number 18 "data": {"foo": 1, "foooooo" : 2}, number 23 "data": {"foo": "bar", "fooooo": 2}, string 28 "data": {"foo": "bar", "foooooo" : "baz"}, string
|
/aosp_15_r20/external/guice/core/test/com/google/inject/ |
H A D | ImplicitBindingTest.java | 32 Foo foo = injector.getInstance(Foo.class); in testCircularDependency() local 41 final Foo foo; field in ImplicitBindingTest.Bar 44 public Bar(Foo foo) { in Bar() 201 void foo(InvalidInterface a) {} in foo() method in ImplicitBindingTest.Invalid
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
H A D | UnicodeMapTest.java | 55 UnicodeMap<Double> foo = new UnicodeMap(); in TestIterations() local 71 public void checkToString(UnicodeMap<Double> foo, String expected) { in checkToString() 78 UnicodeMap<Double> foo = new UnicodeMap() in TestRemove() local 401 UnicodeMap foo = new UnicodeMap(); in TestAUnicodeMap2() local
|
/aosp_15_r20/external/cronet/third_party/jni_zero/test/java/src/org/jni_zero/ |
H A D | SampleForTests.java | 71 public int javaMethod(int foo, int bar) { in javaMethod() 103 Map<String, Map<String, String>> foo, LinkedList<Integer> bar) {} in methodWithGenericParams() argument 108 public SampleForTests(int foo, int bar) {} in SampleForTests() 144 void javaMethodWithAnnotatedParam( in javaMethodWithAnnotatedParam()
|
/aosp_15_r20/external/icu/icu4j/main/translit/src/test/java/com/ibm/icu/dev/test/translit/ |
H A D | UnicodeMapTest.java | 52 UnicodeMap<Double> foo = new UnicodeMap(); in TestIterations() local 68 public void checkToString(UnicodeMap<Double> foo, String expected) { in checkToString() 75 UnicodeMap<Double> foo = new UnicodeMap() in TestRemove() local 398 UnicodeMap foo = new UnicodeMap(); in TestAUnicodeMap2() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/check/ |
D | issues0.go | 115 I1 interface{ foo() } methodSpec 116 I2 interface{ foo(x int) } methodSpec 122 func (*T1) foo() {} func 123 func (*T2) foo(x int) {} func
|
/aosp_15_r20/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/ |
H A D | AutoValueTest.java | 150 int foo, boolean bar, boolean otherBar, String pkg, String pkg0, String htmlPage) { in create() 172 static NotAllGetters create(int foo, boolean bar) { in create() 222 static GettersAndConcreteNonGetters create(int foo, byte[] bytes) { in create() 1340 public abstract String foo(); in foo() method in AutoValueTest.PublicGrandparent 1345 public String foo() { in foo() method in AutoValueTest.PrivateParent 1414 abstract int foo(); in foo() method in AutoValueTest.AbstractParent 1445 abstract int foo(); in foo() method in AutoValueTest.AbstractChild 1447 static AbstractChild create(int foo) { in create() 1460 public abstract int foo(); in foo() method in AutoValueTest.BasicWithBuilder 1468 Builder foo(int foo); in foo() argument [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/ |
H A D | minProperties.json | 11 "data": {"foo": 1, "bar": 2}, number 16 "data": {"foo": 1}, number 50 "data": {"foo": 1, "bar": 2}, number
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/ |
D | regex_grep.hpp | 41 inline unsigned int regex_grep(Predicate foo, in regex_grep() 95 inline unsigned int regex_grep(Predicate foo, const charT* str, in regex_grep() 103 inline unsigned int regex_grep(Predicate foo, const std::basic_string<charT, ST, SA>& s, in regex_grep()
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/ |
H A D | minProperties.json | 11 "data": {"foo": 1, "bar": 2}, number 16 "data": {"foo": 1}, number 50 "data": {"foo": 1, "bar": 2}, number
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/ |
H A D | minProperties.json | 11 "data": {"foo": 1, "bar": 2}, number 16 "data": {"foo": 1}, number 50 "data": {"foo": 1, "bar": 2}, number
|
/aosp_15_r20/art/test/956-methodhandles/src/ |
H A D | Main.java | 43 public void foo() { in foo() method in Main.A 51 public void foo() { in foo() method in Main.B 223 public String foo(); in foo() method 257 public String foo() { in foo() method in Main.BarImpl 805 MethodHandle foo = MethodHandles.lookup().findConstructor( in testConstructors() local 812 MethodHandle foo = MethodHandles.lookup().findConstructor( in testConstructors() local 1321 public static void foo(int... ints) { System.out.println(Arrays.toString(ints)); } in foo() method in Main.VariableArityTester
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/ |
H A D | tpu_strategy_test.py | 105 def foo(x): function 128 def foo(x): function 169 def foo(x): function 197 def foo(x): function 210 def foo(): function 224 def foo(): function 595 def foo(x): function
|
/aosp_15_r20/frameworks/native/libs/binder/ndk/tests/ |
H A D | iface.cpp | 34 sp<IFoo> foo; member 38 IFoo_Class_Data* foo = static_cast<IFoo_Class_Data*>(args); in IFoo_Class_onCreate() local 52 sp<IFoo> foo = static_cast<IFoo_Class_Data*>(AIBinder_getUserData(binder))->foo; in IFoo_Class_onTransact() local
|
/aosp_15_r20/external/clang/test/Parser/ |
H A D | switch-recovery.cpp | 6 void foo(int b) { in foo() function 66 class foo{ in test6() class 88 enum foo { A, B, C}; enum
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_remove_mutation.py | 93 def foo(x, cond: bool): function 111 def foo(cond: bool): function 126 def foo(cond: bool, y): function
|
H A D | test_list_dict.py | 247 def foo(): function 784 def foo(names: List[int], results: List[int]) -> List[Tuple[int, int]]: function 880 def foo(): function 1794 def foo() -> Dict[str, int]: function 2133 def foo(x) -> float: function 2149 def foo(): function 2161 def foo(x): function 2214 def foo(a: int, b: float, c: List[int]): function 2228 def foo(a: int): function 2245 def foo(x: MyCoolNamedTuple) -> MyCoolNamedTuple: function [all …]
|