Home
last modified time | relevance | path

Searched defs:foo (Results 251 – 275 of 4770) sorted by relevance

1...<<11121314151617181920>>...191

/aosp_15_r20/external/jarjar/src/test/
HDenumtest.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 DTypeTokenResolutionTest.java66 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 DTypeTokenResolutionTest.java66 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/
DJavaOnlyImmutableAnnotationTests.java53 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/
Dref_vector.cpp16 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 DallOf.json14 "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 Dref.json6 "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 Dnot.json49 "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 Denum.json20 "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 DReflectionTest.java498 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 DSubcomponentBuilderMultibindingsTest.kt62 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 Ddecl-microsoft-call-conv.cpp183 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 Dillegal-member-initialization.cpp29 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 Dms_struct-bitfield.c13 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 DBasicRecordSer.java66 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 Dtemplate-id-printing.cpp125 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 DMembersWithInstanceNameTest.kt45 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 Dtable_in_nested_ns_generated.rs49 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 Dtest_torchinductor_strided_blocks.py95 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 Dgmock_move_support_unittest.cc30 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 DClassNameTest.kt88 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 Dwarn-direct-ivar-access.m33 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 Denum.json20 "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 DProxyBuilderTest.java157 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 Denum.json20 "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

1...<<11121314151617181920>>...191