Home
last modified time | relevance | path

Searched defs:foo (Results 426 – 450 of 4770) sorted by relevance

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

/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/optional/
H A Dcross-draft.json7 { "properties": { "foo": true } }, boolean
15 "data": {"foo": "any value"}, string
20 "data": {"foo": "any value", "bar": "also any value"}, string
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft3/
H A Dinfinite-loop-detection.json9 "foo": { object
22 "data": { "foo": 1 }, number
27 "data": { "foo": "a string" }, string
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddebug-info-template.cpp6 struct foo { struct
13 typedef int foo::*foo_mem; argument
H A Dmicrosoft-abi-static-initializers.cpp122 static A foo; member in B
125 template<typename T> A B<T>::foo; member in B<T>
162 static enum e { foo, bar, baz } x; in enum_in_function() enumerator
170 enum e { foo, bar, baz }; enumerator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/x3/
Dsymbols3.cpp75 symbols<> foo = {"a1", "a2", "a3"}; in main() local
81 symbols<> foo; in main() local
89 x3::symbols_parser<char_encoding::unicode, int> foo = {{U"a1", 1}, {U"a2", 2}, {U"a3", 3}}; in main() local
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_python_ir.py35 def foo(i, j, k): function
53 def foo(inp): function
82 def foo(x): function
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dsuper-property-notation.m33 @property (nonatomic, retain) ClassBase * foo; // expected-note {{property declared here}} property
44 @property (nonatomic, retain) ClassDerived * foo; // expected-warning {{auto property synthesis wil… property
55 -(int) foo { method in Foo
/aosp_15_r20/art/test/551-checker-clinit/src/
H A DMain.java20 public static long foo = 42; field in Main
65 public static long foo = 42; field in Sub
72 public static long foo = 42; field in SubSub
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/
H A DpropertyNames.json13 "foo": {} object
20 "foo": {}, object
86 "data": {"foo": 1}, number
105 "data": {"foo": 1}, number
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-reorder-ctor-initialization.cpp135 struct foo { struct
136 struct {
140 foo() : b(), a() { // expected-warning {{field 'b' will be initialized after field 'a'}} in foo() argument
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/
H A DpropertyNames.json12 "foo": {} object
19 "foo": {}, object
81 "data": {"foo": 1}, number
97 "data": {"foo": 1}, number
H A Dinfinite-loop-detection.json11 "foo": { object
26 "data": { "foo": 1 }, number
31 "data": { "foo": "a string" }, string
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/
H A DpropertyNames.json12 "foo": {} object
19 "foo": {}, object
81 "data": {"foo": 1}, number
97 "data": {"foo": 1}, number
H A Dinfinite-loop-detection.json11 "foo": { object
26 "data": { "foo": 1 }, number
31 "data": { "foo": "a string" }, string
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/assisted/
H A DAssistedFactoryAsQualifiedBindingTest.kt52 fun foo(): Foo in foo() method
148 val foo = in testFoo() constant
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Ddottype.go18 foo() methodSpec
23 func (myint) foo() { func
28 func (myfloat) foo() { func
/aosp_15_r20/external/clang/test/Misc/
H A Ddiag-template-diffing-cxx98.cpp13 void foo(A<0> &M) { in foo() function
25 void foo(A<0> &M) { in foo() function
37 void foo(void (func(T*)), T*) {} in foo() function
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/testing/
H A DDelayComponentReadyTest.java47 String foo(); in foo() method
85 @BindValue String foo; field in DelayComponentReadyTest
107 ApplicationProvider.getApplicationContext(), FooEntryPoint.class, FooEntryPoint::foo); in testUnitializedBindValue_fails() field in DelayComponentReadyTest.FooEntryPoint
/aosp_15_r20/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/autofuzz/
H A DInterfaceCreationTest.java25 void foo(); in foo() method
32 public void foo() {} in foo() method in InterfaceCreationTest.ClassA1
69 public void foo() {} in foo() method in InterfaceCreationTest.ClassB2
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft4/
H A Dinfinite-loop-detection.json11 "foo": { object
26 "data": { "foo": 1 }, number
31 "data": { "foo": "a string" }, string
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/ui-nightly/
Dstruct.rs62 foo: u8, field
69 foo: u8, field
86 foo: u8, field
/aosp_15_r20/external/clang/test/Sema/
H A Dcompound-literal.c4 struct foo { int a, b; }; argument
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/ui-stable/
Dstruct.rs62 foo: u8, field
69 foo: u8, field
86 foo: u8, field
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/ui-msrv/
Dstruct.rs62 foo: u8, field
69 foo: u8, field
86 foo: u8, field
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/tests/ui-nightly/
Dstruct.rs62 foo: u8, field
69 foo: u8, field
86 foo: u8, field

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