Home
last modified time | relevance | path

Searched defs:foo (Results 451 – 475 of 4770) sorted by relevance

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

/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/
H A Dinfinite-loop-detection.json12 "foo": { object
27 "data": { "foo": 1 }, number
32 "data": { "foo": "a string" }, string
/aosp_15_r20/frameworks/libs/binary_translation/guest_abi/riscv64/
Dtrampoline_func_generator_test.cc29 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/
Dstruct.rs62 foo: u8, field
69 foo: u8, field
86 foo: u8, field
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dsize_reporter.h52 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/
Dstruct.rs62 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 Dinfinite-loop-detection.json12 "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 Dinfinite-loop-detection.json12 "foo": { object
27 "data": { "foo": 1 }, number
32 "data": { "foo": "a string" }, string
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_descr.py335 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/
Dis_virtual_base_of_test.cpp48 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 Devent_set_nocompile_test.ts30 foo: Str, constant
44 foo: Str, constant
66 foo: Str, constant
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/
H A DInaccessibleTypeBindsTest.java61 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 Danonymous_bits_test.cc39 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 DObjectPoolTest.java25 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/
Dconstruction.hpp22 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
Dmap_construction.cpp23 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 DplatformDeclaration.kt56 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 DTestInstallInFooTest.java53 @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/
Dregex_grep.hpp30 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 DPropertyWithoutGetterTest.java33 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 Danonymous-namespaces.cpp32 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/
Dvariant_get_test.cpp41 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 DInlineByteBuddyMockMakerTest.java340 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/
Ddefer_test.go350 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 Dlookup-dependent-bases.cpp14 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 Dtools_sanity_unittest.cc142 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

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