/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/ |
H A D | oneOf.json | 124 "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 D | enum.json | 20 "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 D | uniqueItems.json | 38 "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 D | maxProperties.json | 11 "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 D | oneOf.json | 139 "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 D | CommandLineOptionsTests.cpp | 41 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 D | maxProperties.json | 11 "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 D | not.json | 52 "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 D | oneOf.json | 139 "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 D | maxProperties.json | 11 "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 D | oneOf.json | 139 "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 D | functions.c | 5 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 D | VerboseLoggingOfInvocationsOnMockTest.java | 55 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 D | linkage2.cpp | 174 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/ |
D | embed1.go | 15 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 D | p11.cpp | 5 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 D | typename-specifier.cpp | 97 …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 D | ReflectionClassDeclarationTest.java | 53 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 D | test_jit.py | 779 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 D | p6.cpp | 26 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 D | target_codegen_registration.cpp | 172 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 D | RefBase_test.cpp | 88 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 D | CommonTypeModifiersTest.kt | 623 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 D | CommonTypeItemTest.kt | 66 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 D | types.kt | 1 package foo package 3 fun foo(x: Int, o: Any): String { in foo() method
|