/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/ |
H A D | unevaluatedProperties.json | 18 "foo": "foo" string 43 "foo": "foo" string 50 "foo": "fo" string 72 "foo": "foo" string 84 "foo": { "type": "string" } object 92 "foo": "foo" string 99 "foo": "foo", string 120 "foo": "foo" string 127 "foo": "foo", string 140 "foo": { "type": "string" } object [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/ |
H A D | unevaluatedProperties.json | 18 "foo": "foo" string 43 "foo": "foo" string 50 "foo": "fo" string 72 "foo": "foo" string 84 "foo": { "type": "string" } object 92 "foo": "foo" string 99 "foo": "foo", string 120 "foo": "foo" string 127 "foo": "foo", string 140 "foo": { "type": "string" } object [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/ |
H A D | unevaluatedProperties.json | 18 "foo": "foo" string 43 "foo": "foo" string 50 "foo": "fo" string 72 "foo": "foo" string 84 "foo": { "type": "string" } object 92 "foo": "foo" string 99 "foo": "foo", string 120 "foo": "foo" string 127 "foo": "foo", string 140 "foo": { "type": "string" } object [all …]
|
/aosp_15_r20/external/pigweed/pw_channel/ |
H A D | channel_test.cc | 170 bool Illegal(pw::channel::ByteChannel<kReadable, pw::channel::kReliable>& foo) { in Illegal() 179 bool Illegal(pw::channel::ByteChannel<>& foo) { return foo.is_read_open(); } in Illegal() 185 bool Illegal(pw::channel::ByteChannel<pw::channel::kReliable>& foo) { in Illegal() 197 foo) { in Illegal() 202 bool Illegal(pw::channel::ByteChannel<kReadable, kReadable>& foo) { in Illegal() argument 553 [[maybe_unused]] void Bad(Context& cx, pw::channel::DatagramReader& c) { in Bad() 558 [[maybe_unused]] void Bad(Context& cx, pw::channel::ByteReaderImpl& c) { in Bad() 563 [[maybe_unused]] void Bad(Context& cx, pw::channel::ByteWriter& c) { in Bad() 568 [[maybe_unused]] void Bad(Context& cx, pw::channel::DatagramWriterImpl& c) { in Bad()
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | abstract.cpp | 34 C c; // expected-error {{variable type 'C' is an abstract class}} variable 39 C c; // expected-error {{field type 'C' is an abstract class}} member 94 class foo { class 121 void foo(void) { in foo() function 146 C c; variable 193 C c; in test() local 281 void foo( C& c ) {} in foo() function
|
H A D | warn-reorder-ctor-initialization.cpp | 74 int c; union {int a,b;}; int d; member in Anon 78 int c; union {int a,b;}; int d; member in Anon2 135 struct foo { struct 136 struct { 140 foo() : b(), a() { // expected-warning {{field 'b' will be initialized after field 'a'}} in foo() argument
|
H A D | copy-constructor-error.cpp | 13 class foo { class 19 foo::foo(foo&, int = 0) { } // expected-error {{makes this constructor a copy constructor}} in foo() argument 20 foo::foo(int = 0) { } // expected-error {{makes this constructor a default constructor}} in foo() function in foo 21 foo::foo(const foo& = 0) { } //expected-error {{makes this constructor a default constructor}} in foo() argument 43 int c = 0) {} in A()
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_tensorexpr.py | 235 def foo(x, y, z): function 259 def foo(x, y, z): function 1074 def foo(*args): function 1108 def foo(*args): function 1125 def foo(*args): function 1141 def foo(*args): function 1158 def foo(*args): function 1183 def foo(*args): function 1315 def foo(a, b, c): argument 1514 def foo(a, b): function [all …]
|
/aosp_15_r20/external/cronet/base/ |
H A D | tools_sanity_unittest.cc | 71 char c = ptr[-2]; in ReadValueOutOfArrayBoundsLeft() local 76 char c = ptr[size + 1]; in ReadValueOutOfArrayBoundsRight() local 142 char* foo = new char[16]; in TEST() local 150 char* foo = reinterpret_cast<char*>(malloc(16)); in TEST() local 158 char foo[16]; in TEST() local 195 int* volatile foo = allocateArray(); in TEST() local 211 int* volatile foo = allocateScalar(); in TEST() local 428 C c; in TEST() local
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | bitfield_encoding.m | 6 struct foo{ struct 9 int c:14; field 12 const char *encoding = @encode(struct foo); argument
|
/aosp_15_r20/art/test/956-methodhandles/src/ |
H A D | Main.java | 43 public void foo() { in foo() method in Main.A 51 public void foo() { in foo() method in Main.B 223 public String foo(); in foo() method 257 public String foo() { in foo() method in Main.BarImpl 805 MethodHandle foo = MethodHandles.lookup().findConstructor( in testConstructors() local 812 MethodHandle foo = MethodHandles.lookup().findConstructor( in testConstructors() local 1095 Comparable<Float> c = (Comparable<Float>) mh.invoke("2.125"); in testReferenceReturnValueConversions() local 1260 public VariableArityTester(char c, Number... numbers) { update(c, numbers); } in VariableArityTester() 1282 public String update(char c, Number... numbers) { return lastResult = tally(c, numbers); } in update() 1311 public static String tally(char c, Number... numbers) { in tally() [all …]
|
/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 730 HasMultipleConstructors c = ProxyBuilder.forClass(HasMultipleConstructors.class) in testCachingWithMultipleConstructors() local 747 public HasMultipleConstructors(Integer c) { in HasMultipleConstructors() 903 FooReturnsInt c = (FooReturnsInt) o; in testInterfacesSameNamesDifferentReturnTypes() local 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 [all …]
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | mangle-ms-back-references.cpp | 9 void f3(int a, const char* b, const char* c) {} in f3() 15 void f5(char const* a, unsigned int b, char c, void const* d, char const* e, unsigned int f) {} in f5() 21 void f7(int a, int* b, int c, int* d, bool e, bool f, bool* g) {} in f7() 36 void g3(struct S a, struct S b, struct S* c, struct S* d) {} in g3() 39 void g4(const char* a, struct S* b, const char* c, struct S* d) { in g4() 56 void h1(const char* a, const char* b, VoidFunc c, VoidFunc d) {} in h1() 65 namespace foo { namespace 66 void foo() { } in foo() function
|
H A D | assign-construct-memcpy.cpp | 12 struct foo { struct 14 foo() {} // non-POD in foo() argument 17 bool c; member 23 foo *test1(void *f, const foo &x) { in test1() argument
|
H A D | temporaries.cpp | 24 struct D { double d; C c; }; member 346 B foo; variable 379 void foo() { in foo() function 432 void test1(bool c, A x) { in test1() 547 void foo(bool b) { in foo() function 577 void foo() { in foo() function 710 struct D { D(); ~D(); int n; C c; }; member 711 struct E { const A &a; B b; const C &c; ~E(); }; member
|
H A D | vtable-assume-load.cpp | 90 C c; in test() local 118 C c; in test() local 138 void g(C *c) { c->foo(); } in g() 152 C c; in test() local 214 void A::foo() {} in foo() function in test7::A 244 void foo() {} in foo() function 274 void c() { in c() function 275 C c; in c() local
|
/aosp_15_r20/cts/tests/mediaprovider/modern/src/android/provider/cts/media/modern/ |
H A D | MediaStore_Images_ThumbnailsTest.java | 144 Cursor c = Thumbnails.queryMiniThumbnails(mContentResolver, in testQueryExternalThumbnails() local 206 Cursor c = mContentResolver.query(stringUri, in testQueryExternalMiniThumbnails() local 245 Cursor c = null; in testGetContentUri() local 276 Cursor c = mContentResolver.query(uri, null, null, null, null); in testStoreImagesMediaExternal() local 345 Cursor c = mContentResolver.query(uri, in testThumbnailGenerationAndCleanup() local 378 Bitmap foo = MediaStore.Images.Thumbnails.getThumbnail(mContentResolver, in testThumbnailOrderedQuery() local 395 Bitmap foo = MediaStore.Images.Thumbnails.getThumbnail(mContentResolver, in testThumbnailOrderedQuery() local 400 Cursor c = mContentResolver.query( in testThumbnailOrderedQuery() local
|
/aosp_15_r20/cts/tests/mediaprovider/src/android/provider/cts/media/ |
H A D | MediaStore_Images_ThumbnailsTest.java | 142 Cursor c = Thumbnails.queryMiniThumbnails(mContentResolver, in testQueryExternalThumbnails() local 204 Cursor c = mContentResolver.query(stringUri, in testQueryExternalMiniThumbnails() local 243 Cursor c = null; in testGetContentUri() local 273 Cursor c = mContentResolver.query(uri, null, null, null, null); in testStoreImagesMediaExternal() local 342 Cursor c = mContentResolver.query(uri, in testThumbnailGenerationAndCleanup() local 375 Bitmap foo = MediaStore.Images.Thumbnails.getThumbnail(mContentResolver, in testThumbnailOrderedQuery() local 392 Bitmap foo = MediaStore.Images.Thumbnails.getThumbnail(mContentResolver, in testThumbnailOrderedQuery() local 397 Cursor c = mContentResolver.query( in testThumbnailOrderedQuery() local
|
/aosp_15_r20/external/googletest/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 102 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() 106 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() 114 int SumOf6(int a, int b, int c, int d, int e, int f) { in SumOf6() 161 int SumOf4(int a, int b, int c, int d) const { in SumOf4() 167 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() 169 int SumOf6(int a, int b, int c, int d, int e, int f) { in SumOf6() 312 Foo foo; in TEST() local 336 Foo foo; in TEST() local 343 Foo foo; in TEST() local 350 Foo foo; in TEST() local [all …]
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 102 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() 106 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() 114 int SumOf6(int a, int b, int c, int d, int e, int f) { in SumOf6() 161 int SumOf4(int a, int b, int c, int d) const { in SumOf4() 167 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() 169 int SumOf6(int a, int b, int c, int d, int e, int f) { in SumOf6() 312 Foo foo; in TEST() local 336 Foo foo; in TEST() local 343 Foo foo; in TEST() local 350 Foo foo; in TEST() local [all …]
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 92 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() 96 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() 104 int SumOf6(int a, int b, int c, int d, int e, int f) { in SumOf6() 151 int SumOf4(int a, int b, int c, int d) const { in SumOf4() 157 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() 159 int SumOf6(int a, int b, int c, int d, int e, int f) { in SumOf6() 302 Foo foo; in TEST() local 326 Foo foo; in TEST() local 333 Foo foo; in TEST() local 340 Foo foo; in TEST() local [all …]
|
/aosp_15_r20/external/javassist/src/test/test/javassist/proxy/ |
H A D | JBPAPP9257Test.java | 22 Class c = f.createClass(); in testGetHandler() local 31 Foo foo = (Foo)c.getConstructor().newInstance(); in testGetHandler() local 50 Class c = f.createClass(); in testGetHandler2() local 59 Foo2 foo = (Foo2)c.getConstructor().newInstance(); in testGetHandler2() local
|
/aosp_15_r20/external/clang/test/FixIt/ |
H A D | fixit.cpp | 178 static char c, variable 224 char c = NULL; // expected-warning {{implicit conversion of NULL constant to 'char'}} variable 299 class foo { class 307 class foo { class 330 const char* foo(A &x) in foo() function 346 Cl0 c; in f() local
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/reflect/ |
H A D | MethodUtilsTest.java | 67 public String foo() { in foo() method in MethodUtilsTest.TestBeanWithInterfaces 148 public String foo() { in foo() method in MethodUtilsTest.TestBean 152 public String foo(final int i) { in foo() method in MethodUtilsTest.TestBean 156 public String foo(final Integer i) { in foo() method in MethodUtilsTest.TestBean 160 public String foo(final double d) { in foo() method in MethodUtilsTest.TestBean 164 public String foo(final long l) { in foo() method in MethodUtilsTest.TestBean 168 public String foo(final String s) { in foo() method in MethodUtilsTest.TestBean 172 public String foo(final Object o) { in foo() method in MethodUtilsTest.TestBean 176 public String foo(final String... s) { in foo() method in MethodUtilsTest.TestBean 180 public String foo(final long... l) { in foo() method in MethodUtilsTest.TestBean [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
H A D | activity_test.py | 162 …import a, b.x, y as c, z.u as d # pylint:disable=g-multiple-import,g-import-not-at-top,unused-var… namespace 220 def foo(*_): function 235 def foo(*_): function 339 def test_fn(a, b, c, e): argument 479 def test_fn(a, b, c): # pylint: disable=unused-argument argument 490 def test_fn(a, b, c): # pylint: disable=unused-argument argument 501 def test_fn(a, b, c): # pylint: disable=unused-argument argument 514 def test_fn(a, b, c): # pylint: disable=unused-argument argument 539 def foo(): function 606 def test_fn(a, b, c): # pylint: disable=unused-argument argument [all …]
|