Home
last modified time | relevance | path

Searched defs:foo (Results 176 – 200 of 4770) sorted by relevance

12345678910>>...191

/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/
H A DoneOf.json124 "foo": {"type": "string"} object
138 "data": {"foo": "baz"}, string
143 "data": {"foo": "baz", "bar": 2}, string
148 "data": {"foo": 2, "bar": "quux"}, number
191 "data": {"foo": 1, "bar": 2}, number
196 "data": {"foo": 1, "baz": 3}, number
201 "data": {"foo": 1, "bar": 2, "baz" : 3}, number
219 "foo": true boolean
233 "data": {"foo": "foo"}, string
238 "data": {"foo": "foo", "bar": 8}, string
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft3/
H A Denum.json20 "schema": {"enum": [6, "foo", [], true, {"foo": 12}]}, number
34 "data": {"foo": false}, boolean
65 "foo": {"enum":["foo"]}, object
72 "data": {"foo":"foo", "bar":"bar"}, string
77 "data": {"foo":"foot", "bar":"bar"}, string
82 "data": {"foo":"foo", "bar":"bart"}, string
92 "data": {"foo":"foo"}, string
H A DuniqueItems.json38 "data": [{"foo": "bar"}, {"foo": "baz"}], string
43 "data": [{"foo": "bar"}, {"foo": "bar"}], string
49 {"foo": {"bar" : {"baz" : true}}}, object
50 {"foo": {"bar" : {"baz" : false}}} object
57 {"foo": {"bar" : {"baz" : true}}}, object
58 {"foo": {"bar" : {"baz" : true}}} object
234 "data": [{"foo": "bar"}, {"foo": "baz"}], string
239 "data": [{"foo": "bar"}, {"foo": "bar"}], string
245 {"foo": {"bar" : {"baz" : true}}}, object
246 {"foo": {"bar" : {"baz" : false}}} object
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/
H A DmaxProperties.json11 "data": {"foo": 1}, number
16 "data": {"foo": 1, "bar": 2}, number
21 "data": {"foo": 1, "bar": 2, "baz": 3}, number
50 "data": {"foo": 1}, number
55 "data": {"foo": 1, "bar": 2, "baz": 3}, number
74 "data": { "foo": 1 }, number
H A DoneOf.json139 "foo": {"type": "string"} object
153 "data": {"foo": "baz"}, string
158 "data": {"foo": "baz", "bar": 2}, string
163 "data": {"foo": 2, "bar": "quux"}, number
208 "data": {"foo": 1, "bar": 2}, number
213 "data": {"foo": 1, "baz": 3}, number
218 "data": {"foo": 1, "bar": 2, "baz" : 3}, number
237 "foo": true boolean
251 "data": {"foo": "foo"}, string
256 "data": {"foo": "foo", "bar": 8}, string
/aosp_15_r20/frameworks/base/cmds/idmap2/tests/
H A DCommandLineOptionsTests.cpp41 bool foo = true; in TEST() local
59 std::string foo; in TEST() local
74 std::string foo; in TEST() local
92 std::string foo; in TEST() local
117 std::vector<std::string> foo; in TEST() local
165 std::string foo; in TEST() local
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/
H A DmaxProperties.json11 "data": {"foo": 1}, number
16 "data": {"foo": 1, "bar": 2}, number
21 "data": {"foo": 1, "bar": 2, "baz": 3}, number
50 "data": {"foo": 1}, number
55 "data": {"foo": 1, "bar": 2, "baz": 3}, number
74 "data": { "foo": 1 }, number
H A Dnot.json52 "foo": { object
66 "data": {"foo": 1}, number
71 "data": {"foo": "bar"}, string
81 "foo": { object
89 "data": {"foo": 1, "bar": 2}, number
135 { "properties": { "foo": true } } boolean
148 "data": { "foo": 1 }, number
H A DoneOf.json139 "foo": {"type": "string"} object
153 "data": {"foo": "baz"}, string
158 "data": {"foo": "baz", "bar": 2}, string
163 "data": {"foo": 2, "bar": "quux"}, number
208 "data": {"foo": 1, "bar": 2}, number
213 "data": {"foo": 1, "baz": 3}, number
218 "data": {"foo": 1, "bar": 2, "baz" : 3}, number
237 "foo": true boolean
251 "data": {"foo": "foo"}, string
256 "data": {"foo": "foo", "bar": 8}, string
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/
H A DmaxProperties.json11 "data": {"foo": 1}, number
16 "data": {"foo": 1, "bar": 2}, number
21 "data": {"foo": 1, "bar": 2, "baz": 3}, number
50 "data": {"foo": 1}, number
55 "data": {"foo": 1, "bar": 2, "baz": 3}, number
74 "data": { "foo": 1 }, number
H A DoneOf.json139 "foo": {"type": "string"} object
153 "data": {"foo": "baz"}, string
158 "data": {"foo": "baz", "bar": 2}, string
163 "data": {"foo": 2, "bar": "quux"}, number
208 "data": {"foo": 1, "bar": 2}, number
213 "data": {"foo": 1, "baz": 3}, number
218 "data": {"foo": 1, "bar": 2, "baz" : 3}, number
237 "foo": true boolean
251 "data": {"foo": "foo"}, string
256 "data": {"foo": "foo", "bar": 8}, string
/aosp_15_r20/external/clang/test/CodeGen/
H A Dfunctions.c5 int foo(int i) { in foo() function
34 struct foo { int X, Y, Z; } f3() { in f3() argument
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/debugging/
H A DVerboseLoggingOfInvocationsOnMockTest.java55 Foo foo = mock(Foo.class, withSettings().verboseLogging()); in shouldNotPrintInvocationOnMockWithoutSetting() local
71 Foo foo = mock(Foo.class, withSettings().verboseLogging()); in shouldPrintUnstubbedInvocationOnMockToStdOut() local
87 Foo foo = mock(Foo.class, withSettings().verboseLogging()); in shouldPrintStubbedInvocationOnMockToStdOut() local
105 Foo foo = mock(Foo.class, withSettings().verboseLogging()); in shouldPrintThrowingInvocationOnMockToStdOut() local
144 Foo foo = mock(Foo.class, withSettings().verboseLogging()); in usage() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dlinkage2.cpp174 template <typename T1, typename T2> void foo() {} in foo() function
191 template <typename T> struct foo { struct
192 template <T *P> static void f() {} in f()
193 static void *g() { return (void *)f<&x>; } in g()
194 static T x;
217 unsigned &*foo; //expected-error{{'foo' declared as a pointer to a reference of type}} variable
/aosp_15_r20/prebuilts/go/linux-x86/test/interface/embed3.dir/
Dembed1.go15 func (X2) foo() {} func
19 func (X3) foo(int) {} func
25 func (X5) foo(int) {} func
31 func (X7) foo() {} func
35 func (X8) foo(int) {} func
/aosp_15_r20/external/clang/test/CXX/class.access/class.friend/
H A Dp11.cpp5 void foo() { in foo() function
14 void foo() { in foo() function
24 void foo() { // expected-note {{'::test2::foo' declared here}} in foo() function
42 int foo; in foo() local
91 void foo() { in foo() function
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dtypename-specifier.cpp97 …typedef typename T::foo foo; // expected-error {{type 'long' cannot be used prior to '::' because… typedef
104 typedef typename T::foo foo; typedef
109 typedef double foo; typedef
115 typedef typename T::foo foo; typedef
120 struct foo { struct
121 typedef double bar;
159 void foo() { in foo() function in missing_typename::ExampleClass1
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/reflectionmodel/
H A DReflectionClassDeclarationTest.java53 ResolvedClassDeclaration foo = new ReflectionClassDeclaration(Foo.class, typeResolver); in testIsClass() local
68 ResolvedClassDeclaration foo = new ReflectionClassDeclaration(Foo.class, typeResolver); in testGetSuperclassSimpleImplicit() local
84 ResolvedClassDeclaration foo = new ReflectionClassDeclaration(Foo.class, typeResolver); in testGetSuperclassSimple() local
100 ResolvedClassDeclaration foo = new ReflectionClassDeclaration(Foo.class, typeResolver); in testGetSuperclassWithGenericSimple() local
118 ResolvedClassDeclaration foo = new ReflectionClassDeclaration(Foo.class, typeResolver); in testGetSuperclassWithGenericInheritanceSameName() local
140 ResolvedClassDeclaration foo = new ReflectionClassDeclaration(Foo.class, typeResolver); in testGetSuperclassWithGenericInheritanceDifferentName() local
157 … ResolvedReferenceTypeDeclaration foo = new ReflectionClassDeclaration(Foo.class, typeResolver); in testGetFieldDeclarationTypeVariableInheritance() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py779 def foo(x): function
897 def foo(x): function
1671 def foo(x, t: torch.dtype): function
1680 def foo(x): function
2248 def foo(): function
2759 def foo(x=(1, [])): function
2938 def foo(x): function
3019 def foo(x): function
3030 def foo(x): function
3081 def foo(x=torch.ones(1)): function
[all …]
/aosp_15_r20/external/clang/test/CXX/class.access/
H A Dp6.cpp26 A::type foo() { } // expected-error {{'type' is a private member}} in foo() function
27 A::type A::foo() { } in foo() function in test0::A
115 template <class U> void foo(U &, typename U::type) {} in foo() function
131 template <A::Enum en> void A::foo() {} in foo() function in test5::A
134 template <A::Enum en> void foo() {} // expected-error {{'Enum' is a private member of 'test5::A'}} in foo() function
138 … template <A::Enum en> void foo() {} // expected-error {{'Enum' is a private member of 'test5::A'}} in foo() function in test5::B
/aosp_15_r20/external/clang/test/OpenMP/
H A Dtarget_codegen_registration.cpp172 void foo() { in foo() function
191 void foo() { in foo() function
211 void foo() { in foo() function
231 void foo() { in foo() function
251 void foo() { in foo() function
274 void foo() { in foo() function
/aosp_15_r20/system/core/libutils/binder/
H A DRefBase_test.cpp88 Foo* foo = new Foo(&isDeleted); in TEST() local
116 Foo* foo = new Foo(&isDeleted); in TEST() local
133 Foo* foo = new Foo(&isDeleted); in TEST() local
217 FooFixedAlloc* foo = new FooFixedAlloc(&isDeleted); in TEST() local
246 sp<Foo> foo = sp<Foo>::make(&isDeleted); in TEST() local
260 Foo* foo = new Foo(&isDeleted); in TEST() local
270 auto foo = sp<Foo>::make(&isDeleted); in TEST() local
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/typeitem/
H A DCommonTypeModifiersTest.kt623 val foo = codebase.assertClass("test.pkg.Foo") in <lambda>() constant
664 val foo = codebase.assertClass("test.pkg.Foo") in <lambda>() constant
694 val foo = codebase.assertClass("test.pkg.Foo") in <lambda>() constant
745 val foo = codebase.assertClass("test.pkg.Foo") in <lambda>() constant
863 fun foo(): Int {} in <lambda>() method
1107 fun foo(): Array<Array<Array<String?>>?> in <lambda>() method
1403 fun foo(): Outer<String?>.Inner<String>? {} in <lambda>() method
1559 fun foo(): String? {} in <lambda>() method
1946 fun foo(): T {} in <lambda>() method
1968 fun foo(): T? {} in <lambda>() method
[all …]
H A DCommonTypeItemTest.kt66 fun foo( in <lambda>() method
186 fun foo(vararg p0: Int in <lambda>() method
299 fun foo( in <lambda>() method
368 fun foo( in <lambda>() method
528 val foo = codebase.assertClass("test.pkg.Foo") in <lambda>() constant
591 val foo = codebase.assertClass("test.pkg.Foo") in <lambda>() constant
646 val foo = codebase.assertClass("test.pkg.Foo") in <lambda>() constant
679 val foo = codebase.assertClass("test.pkg.Foo") in <lambda>() constant
794 fun foo(): Outer.Middle.Inner { in <lambda>() method
867 fun foo(): Map.Entry<String,String> { in <lambda>() method
[all …]
/aosp_15_r20/external/dokka/core/testdata/javadoc/
H A Dtypes.kt1 package foo package
3 fun foo(x: Int, o: Any): String { in foo() method

12345678910>>...191