Home
last modified time | relevance | path

Searched defs:foo (Results 26 – 50 of 4770) sorted by relevance

12345678910>>...191

/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/
H A DXExecutableTypesTest.java35 Source foo = in subsignatureMethodNamesAreIgnored() local
67 Source foo = in subsignatureReturnTypesAreIgnored() local
99 Source foo = in subsignatureStaticIsIgnored() local
131 Source foo = in subsignatureWithAndWithoutTypeArguments() local
163 Source foo = in subsignatureDifferentNumberOfTypeArguments() local
195 Source foo = in subsignatureDifferentTypeArgumentBounds() local
227 Source foo = in subsignatureWithGenericClasses() local
259 Source foo = in subsignatureSameSignature() local
291 Source foo = in subsignatureSameSignatureUnrelatedClasses() local
323 Source foo = in subsignatureWildcards() local
[all …]
H A DAssistedInjectErrorsTest.java42 Source foo = in testAssistedInjectWithDuplicateTypesFails() local
70 Source foo = in testAssistedInjectWithDuplicateTypesEmptyQualifierFails() local
98 Source foo = in testAssistedInjectWithDuplicateQualifiedTypesFails() local
126 Source foo = in testAssistedInjectWithDuplicateGenericTypesFails() local
155 Source foo = in testAssistedInjectWithDuplicateParameterizedTypesFails() local
182 Source foo = in testAssistedInjectWithUniqueParameterizedTypesPasses() local
203 Source foo = in testAssistedInjectWithUniqueGenericTypesPasses() local
224 Source foo = in testAssistedInjectWithUniqueQualifiedTypesPasses() local
249 Source foo = in testMultipleInjectedConstructors() local
282 Source foo = in testMultipleAssistedInjectedConstructors() local
/aosp_15_r20/external/pytorch/test/autograd/
H A Dtest_functional.py165 def foo(a): function
204 def foo(a): function
232 def foo(a): function
374 def foo(*args): function
395 def foo(a): function
434 def foo(a): function
462 def foo(a): function
604 def foo(*args): function
668 def foo(a): function
687 def foo(a): function
[all …]
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Daarch64-aapcs-zerolength-bitfield.cpp9 int foo : 1; member
19 int foo : 1; member
28 int foo : 1; member
37 int foo : 1; member
46 int foo : 1; member
55 int foo : 1; member
65 int foo : 1; member
75 int foo : 1; member
85 int foo : 1; member
95 int foo : 1; member
[all …]
H A Dvtable-key-function-ios.cpp35 void Test0a::foo() {} in foo() function in Test0a
46 void Test0b::foo() {} in foo() function in Test0b
68 inline void Test1a::foo() {} in foo() function in Test1a
79 inline void Test1b::foo() {} in foo() function in Test1b
102 inline void Test2a::foo() {} in foo() function in Test2a
120 inline void Test2b::foo() {} in foo() function in Test2b
131 inline void Test2c::foo() {} in foo() function in Test2c
155 inline void Test3a::foo() {} in foo() function in Test3a
174 inline void Test3b::foo() {} in foo() function in Test3b
186 inline void Test3c::foo() {} in foo() function in Test3c
/aosp_15_r20/external/json-schema-validator/src/test/resources/schema/unevaluatedTests/
H A Dunevaluated-tests.json670 "foo": {} object
678 "foo": { object
701 "foo": "foo" string
722 "foo": "foo" string
733 "foo": { object
743 "foo": "foo" string
750 "foo": "foo", string
772 "foo": "foo" string
779 "foo": "foo", string
791 "foo": { object
[all …]
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx0x-delegating-ctors.cpp3 struct foo { struct
5 foo(); argument
16 foo::foo (int i) : i(i) { in foo() function in foo
19 foo::foo () : foo(-1) { in foo() function in foo
22 foo::foo (int, int) : foo() { in foo() function in foo
25 foo::foo (bool) : foo(true) { // expected-error{{creates a delegation cycle}} in foo() function in foo
29 foo::foo (const float* f) : foo(*f) { // expected-note{{it delegates to}} in foo() function in foo
32 foo::foo (const float &f) : foo(&f) { //expected-error{{creates a delegation cycle}} \ in foo() function in foo
36 foo::foo (char) : in foo() function in foo
42 foo::foo (void*) : foo(4.0f) { in foo() function in foo
/aosp_15_r20/art/test/Dex2oatVdexTestDex/
H A DDex2oatVdexTestDex.java22 public Integer foo() { in foo() method in AccessPublicCtor
28 public double foo(Integer i) { in foo() method in AccessPublicMethod
35 public void foo(Integer i) { in foo() method in AccessPublicMethodFromParent
41 public Integer foo() { in foo() method in AccessPublicStaticMethod
47 public int foo() { in foo() method in AccessPublicStaticField
57 public Integer foo() { in foo() method in AccessNonPublicCtor
63 public float foo(Integer i) { in foo() method in AccessNonPublicMethod
70 public void foo(Integer i) { in foo() method in AccessNonPublicMethodFromParent
76 public Integer foo() { in foo() method in AccessNonPublicStaticMethod
82 public Class foo() { in foo() method in AccessNonPublicStaticField
/aosp_15_r20/external/rust/android-crates-io/crates/tracing/tests/
Dspan.rs79 let foo = with_default(subscriber1, || { in spans_always_go_to_the_subscriber_that_tagged_them() localVariable
80 let foo = tracing::span!(Level::TRACE, "foo"); in spans_always_go_to_the_subscriber_that_tagged_them() localVariable
104 let foo = with_default(subscriber1, || { in spans_always_go_to_the_subscriber_that_tagged_them_even_across_threads() localVariable
105 let foo = tracing::span!(Level::TRACE, "foo"); in spans_always_go_to_the_subscriber_that_tagged_them_even_across_threads() localVariable
246 let foo = with_default(subscriber1, || { in clone_and_drop_span_always_go_to_the_subscriber_that_tagged_the_span() localVariable
247 let foo = tracing::span!(Level::TRACE, "foo"); in clone_and_drop_span_always_go_to_the_subscriber_that_tagged_the_span() localVariable
273 let foo = tracing::span!(Level::TRACE, "foo"); in span_closes_when_exited() localVariable
294 let foo = tracing::span!(Level::TRACE, "foo"); in enter() localVariable
454 let foo = tracing::span!(Level::TRACE, "foo", x = debug(pos.x), y = debug(pos.y)); in move_field_out_of_struct() localVariable
478 let foo = tracing::span!(Level::TRACE, "foo", x = 3.234, y = -1.223); in float_values() localVariable
[all …]
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dencode-typeof-test.m31 struct foo { struct
43 …return @encode(struct foo); // expected-warning {{encoding of 'struct foo' type is incomplete beca… argument
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/
H A DrecursiveRef.json7 "foo": { "$recursiveRef": "#" } object
14 "data": {"foo": false}, boolean
19 "data": { "foo": { "foo": false } }, object
29 "data": { "foo": { "bar": false } }, object
65 "data": { "foo": "hi" }, string
70 "data": { "foo": 1 }, number
75 "data": { "foo": { "bar": "hi" } }, object
80 "data": { "foo": { "bar": 1 } }, object
117 "data": { "foo": "hi" }, string
122 "data": { "foo": 1 }, number
[all …]
H A DadditionalProperties.json7 "properties": {"foo": {}, "bar": {}}, object
14 "data": {"foo": 1}, number
19 "data": {"foo" : 1, "bar" : 2, "quux" : "boom"}, number
39 "data": {"foo":1, "vroom": 2}, number
68 "properties": {"foo": {}, "bar": {}}, object
74 "data": {"foo": 1}, number
79 "data": {"foo" : 1, "bar" : 2, "quux" : true}, number
84 "data": {"foo" : 1, "bar" : 2, "quux" : 12}, number
99 "data": {"foo" : true}, boolean
104 "data": {"foo" : 1}, number
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft4/
H A DadditionalProperties.json6 "properties": {"foo": {}, "bar": {}}, object
13 "data": {"foo": 1}, number
18 "data": {"foo" : 1, "bar" : 2, "quux" : "boom"}, number
38 "data": {"foo":1, "vroom": 2}, number
65 "properties": {"foo": {}, "bar": {}}, object
71 "data": {"foo": 1}, number
76 "data": {"foo" : 1, "bar" : 2, "quux" : true}, number
81 "data": {"foo" : 1, "bar" : 2, "quux" : 12}, number
95 "data": {"foo" : true}, boolean
100 "data": {"foo" : 1}, number
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft3/
H A DadditionalProperties.json6 "properties": {"foo": {}, "bar": {}}, object
13 "data": {"foo": 1}, number
18 "data": {"foo" : 1, "bar" : 2, "quux" : "boom"}, number
38 "data": {"foo":1, "vroom": 2}, number
65 "properties": {"foo": {}, "bar": {}}, object
71 "data": {"foo": 1}, number
76 "data": {"foo" : 1, "bar" : 2, "quux" : true}, number
81 "data": {"foo" : 1, "bar" : 2, "quux" : 12}, number
95 "data": {"foo" : true}, boolean
100 "data": {"foo" : 1}, number
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/
H A DadditionalProperties.json6 "properties": {"foo": {}, "bar": {}}, object
13 "data": {"foo": 1}, number
18 "data": {"foo" : 1, "bar" : 2, "quux" : "boom"}, number
38 "data": {"foo":1, "vroom": 2}, number
65 "properties": {"foo": {}, "bar": {}}, object
71 "data": {"foo": 1}, number
76 "data": {"foo" : 1, "bar" : 2, "quux" : true}, number
81 "data": {"foo" : 1, "bar" : 2, "quux" : 12}, number
95 "data": {"foo" : true}, boolean
100 "data": {"foo" : 1}, number
[all …]
H A Dref.json6 "foo": {"$ref": "#"} object
13 "data": {"foo": false}, boolean
18 "data": {"foo": {"foo": false}}, boolean
28 "data": {"foo": {"bar": false}}, object
37 "foo": {"type": "integer"}, object
154 "foo": { object
163 "data": { "foo": [] }, array
168 "data": { "foo": [ 1, 2, 3] }, array
173 "data": { "foo": "string" }, string
183 "foo": { object
[all …]
H A Ddependencies.json15 "data": {"foo": 1}, number
20 "data": {"foo": 1, "bar": 2}, number
81 "data": {"foo": 1, "bar": 2}, number
86 "data": {"foo": 1, "bar": 2, "quux": 3}, number
91 "data": {"foo": 1, "quux": 2}, number
112 "foo": {"type": "integer"}, object
121 "data": {"foo": 1, "bar": 2}, number
126 "data": {"foo": "quux"}, string
131 "data": {"foo": "quux", "bar": 2}, string
136 "data": {"foo": 2, "bar": "quux"}, number
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/
H A DadditionalProperties.json6 "properties": {"foo": {}, "bar": {}}, object
13 "data": {"foo": 1}, number
18 "data": {"foo" : 1, "bar" : 2, "quux" : "boom"}, number
38 "data": {"foo":1, "vroom": 2}, number
65 "properties": {"foo": {}, "bar": {}}, object
71 "data": {"foo": 1}, number
76 "data": {"foo" : 1, "bar" : 2, "quux" : true}, number
81 "data": {"foo" : 1, "bar" : 2, "quux" : 12}, number
95 "data": {"foo" : true}, boolean
100 "data": {"foo" : 1}, number
[all …]
H A Ddependencies.json15 "data": {"foo": 1}, number
20 "data": {"foo": 1, "bar": 2}, number
81 "data": {"foo": 1, "bar": 2}, number
86 "data": {"foo": 1, "bar": 2, "quux": 3}, number
91 "data": {"foo": 1, "quux": 2}, number
112 "foo": {"type": "integer"}, object
121 "data": {"foo": 1, "bar": 2}, number
126 "data": {"foo": "quux"}, string
131 "data": {"foo": "quux", "bar": 2}, string
136 "data": {"foo": 2, "bar": "quux"}, number
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/
H A DadditionalProperties.json7 "properties": {"foo": {}, "bar": {}}, object
14 "data": {"foo": 1}, number
19 "data": {"foo" : 1, "bar" : 2, "quux" : "boom"}, number
39 "data": {"foo":1, "vroom": 2}, number
68 "properties": {"foo": {}, "bar": {}}, object
74 "data": {"foo": 1}, number
79 "data": {"foo" : 1, "bar" : 2, "quux" : true}, number
84 "data": {"foo" : 1, "bar" : 2, "quux" : 12}, number
99 "data": {"foo" : true}, boolean
104 "data": {"foo" : 1}, number
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/
H A DadditionalProperties.json7 "properties": {"foo": {}, "bar": {}}, object
14 "data": {"foo": 1}, number
19 "data": {"foo" : 1, "bar" : 2, "quux" : "boom"}, number
39 "data": {"foo":1, "vroom": 2}, number
68 "properties": {"foo": {}, "bar": {}}, object
74 "data": {"foo": 1}, number
79 "data": {"foo" : 1, "bar" : 2, "quux" : true}, number
84 "data": {"foo" : 1, "bar" : 2, "quux" : 12}, number
99 "data": {"foo" : true}, boolean
104 "data": {"foo" : 1}, number
[all …]
/aosp_15_r20/external/clang/test/Analysis/
H A Dunix-fns.c82 char* foo = malloc(0); // expected-warning{{Call to 'malloc' has an allocation size of 0 bytes}} in pr2899() local
88 char* foo = malloc(size); // no-warning in pr2899_nowarn() local
94 …char *foo = calloc(0, 42); // expected-warning{{Call to 'calloc' has an allocation size of 0 bytes… in test_calloc() local
100 …char *foo = calloc(42, 0); // expected-warning{{Call to 'calloc' has an allocation size of 0 bytes… in test_calloc2() local
106 char *foo = calloc(nmemb, size); // no-warning in test_calloc_nowarn() local
112 …char *foo = realloc(ptr, 0); // expected-warning{{Call to 'realloc' has an allocation size of 0 by… in test_realloc() local
118 …char *foo = reallocf(ptr, 0); // expected-warning{{Call to 'reallocf' has an allocation size of 0 … in test_reallocf() local
124 char *foo = realloc(ptr, size); // no-warning in test_realloc_nowarn() local
130 char *foo = reallocf(ptr, size); // no-warning in test_reallocf_nowarn() local
136 char *foo = alloca(0); // expected-warning{{Call to 'alloca' has an allocation size of 0 bytes}} in test_alloca() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/toml/tests/testsuite/
Dspanned.rs32 foo: Spanned<T>, in test_spanned_field() field
37 foo: T, in test_spanned_field() field
44 let foo: Foo<T> = toml::from_str(s).unwrap(); in test_spanned_field() localVariable
93 foo: Spanned<HashMap<Spanned<String>, Spanned<String>>>, in test_inner_spanned_table() field
97 let foo: Foo = toml::from_str(s).unwrap(); in test_inner_spanned_table() localVariable
134 foo: HashMap<Spanned<String>, Spanned<String>>, in test_outer_spanned_table() field
138 let foo: Foo = toml::from_str(s).unwrap(); in test_outer_spanned_table() localVariable
167 foo: HashMap<Spanned<String>, HashMap<Spanned<String>, Spanned<String>>>, in test_spanned_nested() field
171 let foo: Foo = toml::from_str(s).unwrap(); in test_spanned_nested() localVariable
210 foo: Vec<Spanned<HashMap<Spanned<String>, Spanned<String>>>>, in test_spanned_array() field
/aosp_15_r20/external/clang/test/CodeGen/
H A Darm-apcs-zerolength-bitfield.c13 int foo : 1; member
22 int foo : 1; member
31 int foo : 1; member
40 int foo : 1; member
49 int foo : 1; member
58 int foo : 1; member
68 int foo : 1; member
78 int foo : 1; member
88 int foo : 1; member
98 int foo : 1; member
[all …]
H A Darm-aapcs-zerolength-bitfield.c9 int foo : 1; member
18 int foo : 1; member
27 int foo : 1; member
36 int foo : 1; member
45 int foo : 1; member
54 int foo : 1; member
64 int foo : 1; member
74 int foo : 1; member
84 int foo : 1; member
94 int foo : 1; member
[all …]

12345678910>>...191