/aosp_15_r20/external/jarjar/src/test/ |
HD | enumtest.jar | ... -INF/
META-INF/MANIFEST.MF
foo/EnumTest.class
EnumTest.java
package foo
public ... |
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/reflect/ |
H A D | TypeTokenResolutionTest.java | 66 Foo<String, Integer> foo = new Foo<String, Integer>() {}; in testSimpleTypeToken() local 74 Foo<String[], List<int[]>> foo = new Foo<String[], List<int[]>>() {}; in testCompositeTypeToken() local 84 StringFoo<Integer> foo = new StringFoo<Integer>() {}; in testPartialSpecialization() local 93 StringFoo<Integer> foo = new StringFoo<>(); in testTypeArgNotFound() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/reflect/ |
H A D | TypeTokenResolutionTest.java | 66 Foo<String, Integer> foo = new Foo<String, Integer>() {}; in testSimpleTypeToken() local 74 Foo<String[], List<int[]>> foo = new Foo<String[], List<int[]>>() {}; in testCompositeTypeToken() local 84 StringFoo<Integer> foo = new StringFoo<Integer>() {}; in testPartialSpecialization() local 93 StringFoo<Integer> foo = new StringFoo<>(); in testTypeArgNotFound() local
|
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | JavaOnlyImmutableAnnotationTests.java | 53 Foo foo = new Foo(7, new Bar("my"), list, map, array, Union.num(42)); in testReadWriteJavaOnlyImmutableParcelable() local 84 Foo foo = new Foo(7, new Bar("my"), new ArrayList<Bar>(), new HashMap<String, Bar>(), in testListIsUnmodifiable() local 93 Foo foo = new Foo(7, new Bar("my"), new ArrayList<Bar>(), new HashMap<String, Bar>(), in testMapIsUnmodifiable() local 118 Foo foo = new Foo(7, b, list, map, array, Union.num(42)); in testBuilder() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/ |
D | ref_vector.cpp | 16 struct foo struct 21 BOOST_FUSION_ADAPT_STRUCT(foo,(double,d)(float,f)(short,c)) argument
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft4/ |
H A D | allOf.json | 14 "foo": {"type": "string"} object 23 "data": {"foo": "baz", "bar": 2}, string 28 "data": {"foo": "baz"}, string 38 "data": {"foo": "baz", "bar": "quux"}, string 51 "foo": {"type": "string"} object 66 "data": {"foo": "quux", "bar": 2, "baz": null}, string 71 "data": {"foo": "quux", "baz": null}, string 81 "data": {"foo": "quux", "bar": 2}, string
|
H A D | ref.json | 6 "foo": {"$ref": "#"} object 13 "data": {"foo": false}, boolean 18 "data": {"foo": {"foo": false}}, boolean 28 "data": {"foo": {"bar": false}}, object 37 "foo": {"type": "integer"}, object 154 "foo": { object 163 "data": { "foo": [] }, array 168 "data": { "foo": [ 1, 2, 3] }, array 173 "data": { "foo": "string" }, string 183 "foo": { object [all …]
|
H A D | not.json | 49 "foo": { object 63 "data": {"foo": 1}, number 68 "data": {"foo": "bar"}, string 77 "foo": { object 85 "data": {"foo": 1, "bar": 2}, number 126 "data": {"foo": "bar"}, string
|
H A D | enum.json | 20 "schema": {"enum": [6, "foo", [], true, {"foo": 12}]}, number 34 "data": {"foo": false}, boolean 39 "data": {"foo": 12}, number 44 "data": {"foo": 12, "boo": 42}, number 75 "foo": {"enum":["foo"]}, object 83 "data": {"foo":"foo", "bar":"bar"}, string 88 "data": {"foo":"foot", "bar":"bar"}, string 93 "data": {"foo":"foo", "bar":"bart"}, string 103 "data": {"foo":"foo"}, string
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
H A D | ReflectionTest.java | 498 Foo foo = new Foo("string"); in testClassEnclosedByConstructor() local 507 Foo foo = new Foo(); in testClassEnclosedByMethod() local 608 private void foo(String s) { in foo() method in ReflectionTest.Foo 611 private void foo(int i) { in foo() method in ReflectionTest.Foo 641 public void foo() throws IOException, InvocationTargetException, IllegalStateException {} in foo() method in ReflectionTest.HasThrows 642 public void foo(Void v) {} in foo() method in ReflectionTest.HasThrows 646 void foo() throws IOException, InvocationTargetException, IllegalStateException; in foo() method 647 void foo(Void v); in foo() method
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/subcomponent/multibindings/ |
H A D | SubcomponentBuilderMultibindingsTest.kt | 62 fun foo(): Foo in foo() method 113 fun foo(): Foo in foo() method 164 fun foo(): Foo in foo() method
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | decl-microsoft-call-conv.cpp | 183 class foo { class 190 struct foo { struct 191 typedef void bar(); 199 class foo { class 214 struct foo { struct 218 void zed(bar_t foo::*) { in zed()
|
H A D | illegal-member-initialization.cpp | 29 struct foo { struct 30 foo_t a; // expected-error {{unknown type name 'foo_t'}} argument 31 foo() : a(xxx()) {} // no error here. in foo() argument
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | ms_struct-bitfield.c | 13 char foo; member 23 char foo; member 35 char foo; member 80 char foo; member 111 char foo; member 144 char foo: 8; member
|
/aosp_15_r20/libcore/ojluni/src/test/java/io/Serializable/records/ |
H A D | BasicRecordSer.java | 66 final Foo foo; field in BasicRecordSer.Bar 68 Bar(Foo foo, long along) { this.foo = foo; this.along = along; } in Bar() 108 Foo foo = new Foo(23); in serializable() local 154 Foo foo = new Foo(32); in testSerializableBackRefs() local 170 Foo foo = new Foo(33); in testExternalizableBackRefs() local
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | template-id-printing.cpp | 125 s.template foo; in test() local 127 s.template foo<>; in test() local 129 s.template foo<T>; in test() local 136 template <typename T> void foo() { in foo() function
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/membersinject/ |
H A D | MembersWithInstanceNameTest.kt | 45 fun foo(): Foo in provideString() method 51 val foo = component.foo() in testMemberWithInstanceName() constant
|
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace_a/namespace_b/ |
H A D | table_in_nested_ns_generated.rs | 49 let foo = self.foo(); in unpack() localVariable 56 pub fn foo(&self) -> i32 { in foo() method 74 pub foo: i32, field 119 pub foo: i32, field 133 let foo = self.foo; in pack() localVariable
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_torchinductor_strided_blocks.py | 95 def foo(x, y): function 203 def foo(x, y): function 294 def foo(x, y): function 321 def foo(x): function 362 def foo(x): function
|
/aosp_15_r20/external/cronet/base/test/ |
H A D | gmock_move_support_unittest.cc | 30 MockFoo foo; in TEST() local 41 MockFoo foo; in TEST() local 52 MockFoo foo; in TEST() local 66 MockFoo foo; in TEST() local
|
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/ |
H A D | ClassNameTest.kt | 88 val foo = ClassName("com.example", "Foo") in createNestedClass() constant 258 val foo = ClassName(names = listOf("com.example", "Foo")) in equalsDifferentiatesNullabilityAndAnnotations() constant 264 val foo = ClassName(names = listOf("com.example", "Foo")) in equalsAndHashCodeIgnoreTags() constant
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | warn-direct-ivar-access.m | 33 MyObject * foo () function 63 @property (copy, nonatomic) id foo; property 64 - (id) foo; method 73 - (id) foo { return _foo; } method
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/ |
H A D | enum.json | 20 "schema": {"enum": [6, "foo", [], true, {"foo": 12}]}, number 34 "data": {"foo": false}, boolean 39 "data": {"foo": 12}, number 44 "data": {"foo": 12, "boo": 42}, number 75 "foo": {"enum":["foo"]}, object 83 "data": {"foo":"foo", "bar":"bar"}, string 88 "data": {"foo":"foot", "bar":"bar"}, string 93 "data": {"foo":"foo", "bar":"bart"}, string 103 "data": {"foo":"foo"}, string
|
/aosp_15_r20/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/ |
H A D | ProxyBuilderTest.java | 157 public String foo() { in foo() method in ProxyBuilderTest.ProtectedVisibilityClass 554 public void foo() { in foo() method in ProxyBuilderTest.FooThrows 940 void foo(); in foo() method 944 String foo(); in foo() method 948 int foo(); in foo() method 952 int foo(); in foo() method 984 public final String foo() { in foo() method in ProxyBuilderTest.FinalInterfaceImpl 1145 public int foo() { in foo() method in ProxyBuilderTest.ConcreteClassA 1158 public int foo() { in foo() method in ProxyBuilderTest.ConcreteClassB
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/ |
H A D | enum.json | 20 "schema": {"enum": [6, "foo", [], true, {"foo": 12}]}, number 34 "data": {"foo": false}, boolean 39 "data": {"foo": 12}, number 44 "data": {"foo": 12, "boo": 42}, number 75 "foo": {"enum":["foo"]}, object 83 "data": {"foo":"foo", "bar":"bar"}, string 88 "data": {"foo":"foot", "bar":"bar"}, string 93 "data": {"foo":"foo", "bar":"bart"}, string 103 "data": {"foo":"foo"}, string
|