/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/ |
H A D | infinite-loop-detection.json | 12 "foo": { object 27 "data": { "foo": 1 }, number 32 "data": { "foo": "a string" }, string
|
/aosp_15_r20/frameworks/libs/binary_translation/guest_abi/riscv64/ |
D | trampoline_func_generator_test.cc | 29 static int foo() { return 1; } in TEST() function 43 static void foo(void* p, float x, float y) { in TEST() function 63 static void foo(void* p, float x, float y) { in TEST() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/tests/ui-msrv/ |
D | struct.rs | 62 foo: u8, field 69 foo: u8, field 86 foo: u8, field
|
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/ |
H A D | size_reporter.h | 52 Foo foo; member 62 Foo foo; member 103 Foo* foo = allocator.template New<Foo>(); in Measure() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/tests/ui-stable/ |
D | struct.rs | 62 foo: u8, field 69 foo: u8, field 86 foo: u8, field
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/ |
H A D | infinite-loop-detection.json | 12 "foo": { object 27 "data": { "foo": 1 }, number 32 "data": { "foo": "a string" }, string
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/ |
H A D | infinite-loop-detection.json | 12 "foo": { object 27 "data": { "foo": 1 }, number 32 "data": { "foo": "a string" }, string
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_descr.py | 335 def foo(self): return 1 member in OperatorsTest.test_spam_lists.C 385 def foo(self): return 1 member in OperatorsTest.test_spam_dicts.C 890 def foo(self): member in ClassPropertiesAndMethods.test_multiple_inheritance.Node 893 def foo(self): member in ClassPropertiesAndMethods.test_multiple_inheritance.Frag 1547 def foo(*a): return a member in ClassPropertiesAndMethods.test_classmethods.C 1664 def foo(*a): return a member in ClassPropertiesAndMethods.test_staticmethods.C 1712 def foo(*a): return a member in ClassPropertiesAndMethods.test_classic.C 1726 foo = C.foo variable in ClassPropertiesAndMethods.test_classic.E 1804 def __init__(self, foo): argument 1812 def __new__(cls, foo): argument [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/ |
D | is_virtual_base_of_test.cpp | 48 struct bug11323_A { virtual void foo() {} }; in foo() function 49 struct bug11323_B : public virtual bug11323_A { virtual void foo() {} }; in foo() function 55 struct bug11323_2B : public virtual bug11323_2A { void foo() override {} }; in foo() function
|
/aosp_15_r20/external/perfetto/ui/src/core/ |
H A D | event_set_nocompile_test.ts | 30 foo: Str, constant 44 foo: Str, constant 66 foo: Str, constant
|
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/ |
H A D | InaccessibleTypeBindsTest.java | 61 JavaFileObject foo = in scopedInaccessibleTypeBound() local 125 JavaFileObject foo = in inaccessibleTypeBoundInALoop() local 196 JavaFileObject foo = in inaccessibleTypeBoundInALoopScoped() local
|
/aosp_15_r20/external/emboss/compiler/back_end/cpp/testcode/ |
H A D | anonymous_bits_test.cc | 39 auto foo = MakeAlignedFooView</**/ ::std::uint8_t, 8>(data, sizeof data); in TEST() local 95 auto foo = MakeFooView(data, sizeof data); in TEST() local 107 auto foo = MakeFooView(data, sizeof data); in TEST() local
|
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/test/java/com/github/mikephil/charting/test/ |
H A D | ObjectPoolTest.java | 25 public int foo = 0; field in ObjectPoolTest.TestPoolable 32 private TestPoolable(int foo, int bar){ in TestPoolable() 37 public static TestPoolable getInstance(int foo, int bar){ in getInstance()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/ |
D | construction.hpp | 22 class foo class 26 explicit foo(int v) : val(v) {} in foo() function in test_detail::foo 35 foo() {} in foo() function in test_detail::foo
|
D | map_construction.cpp | 23 class foo class 27 explicit foo(int v) : val(v) {} in foo() function in test_detail::foo 36 foo() {} in foo() function in test_detail::foo
|
/aosp_15_r20/external/ksp/test-utils/testData/api/ |
H A D | platformDeclaration.kt | 56 fun foo(): String in foo() method in Clazz 79 actual fun foo(): String = "foo" in foo() method in Clazz
|
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/testing/testinstallin/ |
H A D | TestInstallInFooTest.java | 53 @Inject Foo foo; field in TestInstallInFooTest 58 @Inject @ActivityLevel Foo foo; field in TestInstallInFooTest.TestActivity 64 @Inject @FragmentLevel Foo foo; field in TestInstallInFooTest.TestFragment
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/ |
D | regex_grep.hpp | 30 inline unsigned int regex_grep(Predicate foo, in regex_grep() 80 inline unsigned int regex_grep(Predicate foo, const charT* str, in regex_grep() 88 inline unsigned int regex_grep(Predicate foo, const std::basic_string<charT, ST, SA>& s, in regex_grep()
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue322_382/ |
H A D | PropertyWithoutGetterTest.java | 33 PublicFooWithPublicFields foo = in testPublicFooWithPublicFields() local 48 StaticFooWithoutGetter foo = in testStaticFooWithoutGetter() local 64 StaticFooWithGetter foo = in testStaticFooWithGetter() local
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | anonymous-namespaces.cpp | 32 int foo() { in foo() function 38 int foo() { in foo() function 54 static void foo() {} in foo() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/test/ |
D | variant_get_test.cpp | 41 struct vbase { short trash; virtual ~vbase(){} virtual int foo() const { return 0; } }; in ~vbase() function 42 struct vderived1 : virtual vbase{ virtual int foo() const { return 1; } }; in foo() function 43 struct vderived2 : virtual vbase{ virtual int foo() const { return 3; } }; in foo() function 44 struct vderived3 : vderived1, vderived2 { virtual int foo() const { return 3; } }; in foo() function
|
/aosp_15_r20/external/mockito/src/test/java/org/mockito/internal/creation/bytebuddy/ |
H A D | InlineByteBuddyMockMakerTest.java | 340 public String foo() { in foo() method in InlineByteBuddyMockMakerTest.FinalClass 349 public String foo() { in foo() method in InlineByteBuddyMockMakerTest.EnumClass 356 public final String foo() { in foo() method in InlineByteBuddyMockMakerTest.FinalMethodAbstractType 365 public final String foo() { in foo() method in InlineByteBuddyMockMakerTest.FinalMethod
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | defer_test.go | 350 type foo struct { struct 354 func (f *foo) method1() { 358 func (f *foo) method2() { 386 func ff1(ap *foo, a, b, c, d, e, f, g, h, i int) {
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | lookup-dependent-bases.cpp | 14 void foo() { in foo() function 30 void foo() { in foo() function 48 void foo() { in foo() function
|
/aosp_15_r20/external/cronet/base/ |
H A D | tools_sanity_unittest.cc | 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
|