/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_types.py | 58 def foo(self, x: torch.Tensor, z: torch.Tensor) -> Tuple[GG, GG]: member in TestTypesAndAnnotation.test_types_as_values.Foo 69 def foo(self, x, z) -> Tuple[GG, GG]: member in TestTypesAndAnnotation.test_types_as_values.Foo 312 def foo(): function 320 def foo(): function
|
H A D | test_misc.py | 86 def foo(a: Tuple[int, int]) -> None: function 309 def foo(): function 319 def foo(): function 451 def foo(x, dim: int): function
|
/aosp_15_r20/system/linkerconfig/modules/tests/ |
H A D | section_test.cc | 156 Namespace& foo = namespaces.emplace_back("foo"); in TEST() local 213 Namespace& foo = namespaces.emplace_back("foo"); in TEST() local 232 Namespace& foo = namespaces.emplace_back("foo"); in TEST() local
|
/aosp_15_r20/external/nullaway/nullaway/src/test/resources/com/uber/nullaway/testdata/ |
H A D | ReadBeforeInitNegativeCases.java | 85 static void foo() { in foo() method in ReadBeforeInitNegativeCases.StaticStuff 141 static Object foo; field in ReadBeforeInitNegativeCases.ReadSuppressedStaticFromConstructor 150 NestedWrite foo; field in ReadBeforeInitNegativeCases.NestedWrite
|
/aosp_15_r20/external/cronet/components/metrics/content/ |
H A D | subprocess_metrics_provider_unittest.cc | 185 base::HistogramBase* foo = base::Histogram::FactoryGet("_foo", 1, 100, 10, 0); in TEST_F() local 254 base::HistogramBase* foo = base::Histogram::FactoryGet("_foo", 1, 100, 10, 0); in TEST_F() local 331 base::HistogramBase* foo = base::Histogram::FactoryGet("_foo", 1, 100, 10, 0); in TEST_F() local
|
/aosp_15_r20/external/mockito-kotlin/tests/src/test/kotlin/test/ |
H A D | SpyTest.kt | 131 fun foo(value: String): String in foo() method 136 override fun foo(value: String): String = value in foo() method in test.SpyTest.MyClass
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | current-instantiation.cpp | 200 Class<T>::foo() {} in foo() function in Expressions::Class 230 void X<XT>::foo() in foo() function in rdar10194295::X 248 …template<typename T> N<X<T>::think> X<T>::foo() {} // expected-error {{no member named 'think' in … in foo() function in RebuildDependentScopeDeclRefExpr::X
|
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/ |
D | struct_decl_grand_children_big_endian.rs | 80 pub foo: Enum16, field 115 pub fn foo(&self) -> Enum16 { in foo() method 153 let foo = Enum16::try_from(buf.get_u16()) in decode() localVariable 310 pub fn foo(&self) -> Enum16 { in foo() method 422 pub fn foo(&self) -> Enum16 { in foo() method 524 pub fn foo(&self) -> Enum16 { in foo() method
|
D | struct_decl_grand_children_little_endian.rs | 80 pub foo: Enum16, field 115 pub fn foo(&self) -> Enum16 { in foo() method 153 let foo = Enum16::try_from(buf.get_u16_le()) in decode() localVariable 310 pub fn foo(&self) -> Enum16 { in foo() method 422 pub fn foo(&self) -> Enum16 { in foo() method 524 pub fn foo(&self) -> Enum16 { in foo() method
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/ |
H A D | const.json | 30 "const": {"foo": "bar", "baz": "bax"} string 35 "data": {"foo": "bar", "baz": "bax"}, string 40 "data": {"baz": "bax", "foo": "bar"}, string 45 "data": {"foo": "bar"}, string 59 "const": [{ "foo": "bar" }] string 64 "data": [{"foo": "bar"}], string
|
H A D | anyOf.json | 125 "foo": {"type": "string"} object 139 "data": {"foo": "baz"}, string 144 "data": {"foo": "baz", "bar": 2}, string 149 "data": {"foo": 2, "bar": "quux"}, number
|
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/ |
D | struct_decl_grand_children_big_endian.rs | 80 pub foo: Enum16, field 103 pub fn foo(&self) -> Enum16 { in foo() method 141 let foo = Enum16::try_from(buf.get_u16()) in decode() localVariable 306 pub fn foo(&self) -> Enum16 { in foo() method 440 pub fn foo(&self) -> Enum16 { in foo() method 562 pub fn foo(&self) -> Enum16 { in foo() method
|
D | packet_decl_grand_children_big_endian.rs | 80 pub foo: Enum16, field 103 pub fn foo(&self) -> Enum16 { in foo() method 141 let foo = Enum16::try_from(buf.get_u16()) in decode() localVariable 304 pub fn foo(&self) -> Enum16 { in foo() method 437 pub fn foo(&self) -> Enum16 { in foo() method 558 pub fn foo(&self) -> Enum16 { in foo() method
|
D | packet_decl_grand_children_little_endian.rs | 80 pub foo: Enum16, field 103 pub fn foo(&self) -> Enum16 { in foo() method 141 let foo = Enum16::try_from(buf.get_u16_le()) in decode() localVariable 304 pub fn foo(&self) -> Enum16 { in foo() method 437 pub fn foo(&self) -> Enum16 { in foo() method 558 pub fn foo(&self) -> Enum16 { in foo() method
|
D | struct_decl_grand_children_little_endian.rs | 80 pub foo: Enum16, field 103 pub fn foo(&self) -> Enum16 { in foo() method 141 let foo = Enum16::try_from(buf.get_u16_le()) in decode() localVariable 306 pub fn foo(&self) -> Enum16 { in foo() method 440 pub fn foo(&self) -> Enum16 { in foo() method 562 pub fn foo(&self) -> Enum16 { in foo() method
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/ |
H A D | const.json | 30 "const": {"foo": "bar", "baz": "bax"} string 35 "data": {"foo": "bar", "baz": "bax"}, string 40 "data": {"baz": "bax", "foo": "bar"}, string 45 "data": {"foo": "bar"}, string 59 "const": [{ "foo": "bar" }] string 64 "data": [{"foo": "bar"}], string
|
H A D | anyOf.json | 125 "foo": {"type": "string"} object 139 "data": {"foo": "baz"}, string 144 "data": {"foo": "baz", "bar": 2}, string 149 "data": {"foo": 2, "bar": "quux"}, number
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/ |
H A D | const.json | 30 "const": {"foo": "bar", "baz": "bax"} string 35 "data": {"foo": "bar", "baz": "bax"}, string 40 "data": {"baz": "bax", "foo": "bar"}, string 45 "data": {"foo": "bar"}, string 59 "const": [{ "foo": "bar" }] string 64 "data": [{"foo": "bar"}], string
|
H A D | anyOf.json | 125 "foo": {"type": "string"} object 139 "data": {"foo": "baz"}, string 144 "data": {"foo": "baz", "bar": 2}, string 149 "data": {"foo": 2, "bar": "quux"}, number
|
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/ast/searchtest/ |
H A D | AbstractSyntaxTreeSearchCtsTestBase.java | 400 TextNode foo = new TextNode("foo"); in testNegationNode_toString_returnsDocumentsWithoutTerm() local 434 TextNode foo = new TextNode("foo"); in testAndNode_toString_returnsDocumentsWithBothTerms() local 468 TextNode foo = new TextNode("foo"); in testOrNode_toString_returnsDocumentsWithEitherTerms() local 502 TextNode foo = new TextNode("foo"); in testAndNodeOrNode_toString_respectsOperatorPrecedence() local 592 TextNode foo = new TextNode("foo"); in testPropertyRestrict_toString_restrictsByProperty() local
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/ |
H A D | anyOf.json | 113 "foo": {"type": "string"} object 127 "data": {"foo": "baz"}, string 132 "data": {"foo": "baz", "bar": 2}, string 137 "data": {"foo": 2, "bar": "quux"}, number
|
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/ |
H A D | rwyw.rs | 475 let foo = Foo::deserialize(r).unwrap(); in deserialize_newtype_i8() localVariable 484 let foo = Foo::deserialize(r).unwrap(); in deserialize_newtype_str() localVariable 499 let foo = Foo::deserialize(r).unwrap(); in deserialize_tuple_struct_to_vec_uint4() localVariable 512 let foo = Foo::deserialize(r).unwrap(); in deserialize_tuple_struct_to_vec_uint4() localVariable
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/ |
H A D | anyOf.json | 113 "foo": {"type": "string"} object 127 "data": {"foo": "baz"}, string 132 "data": {"foo": "baz", "bar": 2}, string 137 "data": {"foo": 2, "bar": "quux"}, number
|
/aosp_15_r20/tools/metalava/metalava/src/test/java/com/android/tools/metalava/ |
H A D | KotlinInteropChecksTest.kt | 123 fun foo() in Sam-compatible parameters should be last() method 127 fun foo() in Sam-compatible parameters should be last() method 241 fun foo(bar: Bar, baz: Baz? = null) { in Methods annotated @JvmSynthetic with default parameters don't require @JvmOverloads() method
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | template-instantiation.cpp | 84 void foobar(T2 foo) { in foobar() 105 virtual void foo(){} in foo() function in test3::basic_fstreamXX 137 template <class T> void A<T>::foo() { in foo() function in test4::A
|