Home
last modified time | relevance | path

Searched defs:foo (Results 51 – 75 of 4770) sorted by relevance

12345678910>>...191

/aosp_15_r20/external/cldr/common/testData/messageFormat/
H A Dtest-functions.json75 "params": { "foo": 1.2 }, number
128 "params": { "foo": 2 }, number
133 "params": { "foo": "2" }, string
160 "params": { "foo": 4.2 }, number
165 "params": { "foo": 4.2 }, number
170 "params": { "foo": 4.2 }, number
176 "params": { "foo": "foo" }, string
182 "params": { "foo": 1 }, number
187 "params": { "foo": 1 }, number
192 "params": { "foo": 1 }, number
[all …]
/aosp_15_r20/external/icu/icu4j/main/core/src/test/resources/com/ibm/icu/dev/test/message2/
H A Dtest-functions.json96 "params": { "foo": 1.2 }, number
124 "params": { "foo": 2 }, number
129 "params": { "foo": "2" }, string
159 "params": { "foo": 4.2 }, number
164 "params": { "foo": 4.2 }, number
169 "params": { "foo": 4.2 }, number
177 "params": { "foo": "foo" }, string
184 "params": { "foo": 1 }, number
189 "params": { "foo": 1 }, number
194 "params": { "foo": 1 }, number
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/
H A Dtest-functions.json96 "params": { "foo": 1.2 }, number
124 "params": { "foo": 2 }, number
129 "params": { "foo": "2" }, string
159 "params": { "foo": 4.2 }, number
164 "params": { "foo": 4.2 }, number
169 "params": { "foo": 4.2 }, number
177 "params": { "foo": "foo" }, string
184 "params": { "foo": 1 }, number
189 "params": { "foo": 1 }, number
194 "params": { "foo": 1 }, number
[all …]
/aosp_15_r20/external/clang/test/PCH/
H A Dcxx0x-delegating-ctors.cpp10 struct foo { struct
11 foo(int) : foo() { } in foo() function
13 foo(bool) : foo('c') { } in foo() function
14 foo(char) : foo(true) { } in foo() argument
17 foo::foo() : foo(1) { } // expected-error{{creates a delegation cycle}} \ in foo() function in foo
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/
H A Dref.json6 "foo": {"$ref": "#"} object
13 "data": {"foo": false}, boolean
18 "data": {"foo": {"foo": false}}, object
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 …]
/aosp_15_r20/external/clang/test/SemaCXX/
H A DMicrosoftSuper.cpp7 void foo() { in foo() function
17 void foo(int) {} in foo() function
32 void foo() { in foo() function
54 void foo(char) {} in foo() function
58 void foo() { in foo() function
64 void foo(int) {} in foo() function
65 void foo(char) {} in foo() function
69 void foo() { in foo() function
91 int foo() { return 0; } in foo() function
98 void foo() { in foo() function
[all …]
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddebug-info-codeview-display-name.cpp27 struct foo { struct
29 foo(){} in foo() function
33 ~foo(){} in ~foo() argument
37 foo(int i){} in foo() argument
41 foo(char *q){} in foo() argument
45 static foo* static_method() { return 0; } in static_method() argument
H A Dtype_visibility.cpp25 virtual void foo() {} in foo() function
42 virtual void foo() {} in foo() function
59 virtual void foo() {} in foo() function
76 virtual void foo() {} in foo() function
93 virtual void foo() {} in foo() function
112 void A::foo() {} in foo() function in type0::A
128 void A::foo() {} in foo() function in type1::A
144 void A::foo() {} in foo() function in type2::A
160 void A::foo() {} in foo() function in type3::A
H A Dctor-dtor-alias.cpp147 struct foo { struct
156 zed foo; variable
160 struct foo { struct
161 __attribute__((stdcall)) ~foo() { in ~foo()
215 struct foo : public bar { struct
220 template class foo<int>; variable
231 struct foo : public bar { struct
241 struct foo { struct
242 ~foo() { delete this; } in ~foo()
245 template class foo<1>; variable
H A Dmangle.cpp22 typedef enum { foo } e; enumerator
428 struct foo { int bar; }; argument
436 struct foo { static int bar; }; argument
444 struct foo { int bar(); }; struct
452 struct foo { static int bar(); }; struct
467 struct foo { struct
468 typedef T X;
513 template <template<class> class T> void foo(const A<T> &a) {} in foo() function
675 template <template <class> class T> void foo(decltype(T<float>::object) &object) {} in foo() function
775 template <class T> typename A<T>::type foo() { return 0; } in foo() function
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft4/
H A Ddependencies.json15 "data": {"foo": 1}, number
20 "data": {"foo": 1, "bar": 2}, number
58 "data": {"foo": 1, "bar": 2}, number
63 "data": {"foo": 1, "bar": 2, "quux": 3}, number
68 "data": {"foo": 1, "quux": 2}, number
89 "foo": {"type": "integer"}, object
98 "data": {"foo": 1, "bar": 2}, number
103 "data": {"foo": "quux"}, string
108 "data": {"foo": "quux", "bar": 2}, string
113 "data": {"foo": 2, "bar": "quux"}, number
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/concept_check/test/
Dconcept_check_test.cpp27 typedef default_constructible_archetype<> foo; in main() typedef
31 typedef assignable_archetype<> foo; in main() typedef
35 typedef copy_constructible_archetype<> foo; in main() typedef
39 typedef sgi_assignable_archetype<> foo; in main() typedef
43 typedef copy_constructible_archetype<> foo; in main() typedef
51 typedef equality_comparable_archetype<> foo; in main() typedef
55 typedef less_than_comparable_archetype<> foo; in main() typedef
59 typedef comparable_archetype<> foo; in main() typedef
104 typedef generator_archetype<null_archetype<> > foo; in main() typedef
/aosp_15_r20/external/json-schema-validator/src/test/resources/draft2019-09/
H A Ddependencies.json20 "foo": 1 number
27 "foo": 1, number
99 "foo": 1, number
107 "foo": 1, number
116 "foo": 1, number
144 "foo": { object
158 "foo": 1, number
166 "foo": "quux" string
173 "foo": "quux", string
181 "foo": 2, number
[all …]
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_inductor_freezing.py209 def foo(mod): function
230 def foo(mod): function
245 def foo(mod, inp): function
310 def foo(mod, inp): function
351 def foo(mod, x): function
364 def foo(): function
421 def foo(mod, x): function
456 def foo(mod, x): function
501 def foo(mod, x): function
537 def foo(mod, x): function
[all …]
H A Dtest_move_constructors_to_cuda.py36 def foo(x): function
44 def foo(x): function
53 def foo(x): function
62 def foo(x): function
74 def foo(x): function
84 def foo(x): function
94 def foo(x): function
106 def foo(x): function
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/
H A DdependentSchemas.json9 "foo": {"type": "integer"}, object
18 "data": {"foo": 1, "bar": 2}, number
23 "data": {"foo": "quux"}, string
28 "data": {"foo": "quux", "bar": 2}, string
33 "data": {"foo": 2, "bar": "quux"}, number
38 "data": {"foo": "quux", "bar": "quux"}, string
63 "foo": true, boolean
70 "data": {"foo": 1}, number
80 "data": {"foo": 1, "bar": 2}, number
137 "foo": {} object
[all …]
H A Dref.json7 "foo": {"$ref": "#"} object
14 "data": {"foo": false}, boolean
19 "data": {"foo": {"foo": false}}, object
29 "data": {"foo": {"bar": false}}, object
39 "foo": {"type": "integer"}, object
160 "foo": { object
169 "data": { "foo": [] }, array
174 "data": { "foo": [1, 2, 3] }, array
179 "data": { "foo": "string" }, string
462 "foo": { object
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/
H A DdependentSchemas.json9 "foo": {"type": "integer"}, object
18 "data": {"foo": 1, "bar": 2}, number
23 "data": {"foo": "quux"}, string
28 "data": {"foo": "quux", "bar": 2}, string
33 "data": {"foo": 2, "bar": "quux"}, number
38 "data": {"foo": "quux", "bar": "quux"}, string
63 "foo": true, boolean
70 "data": {"foo": 1}, number
80 "data": {"foo": 1, "bar": 2}, number
137 "foo": {} object
[all …]
H A Dref.json7 "foo": {"$ref": "#"} object
14 "data": {"foo": false}, boolean
19 "data": {"foo": {"foo": false}}, object
29 "data": {"foo": {"bar": false}}, object
39 "foo": {"type": "integer"}, object
160 "foo": { object
169 "data": { "foo": [] }, array
174 "data": { "foo": [1, 2, 3] }, array
179 "data": { "foo": "string" }, string
462 "foo": { object
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/
H A DdependentSchemas.json9 "foo": {"type": "integer"}, object
18 "data": {"foo": 1, "bar": 2}, number
23 "data": {"foo": "quux"}, string
28 "data": {"foo": "quux", "bar": 2}, string
33 "data": {"foo": 2, "bar": "quux"}, number
38 "data": {"foo": "quux", "bar": "quux"}, string
63 "foo": true, boolean
70 "data": {"foo": 1}, number
80 "data": {"foo": 1, "bar": 2}, number
137 "foo": {} object
[all …]
H A Dref.json7 "foo": {"$ref": "#"} object
14 "data": {"foo": false}, boolean
19 "data": {"foo": {"foo": false}}, boolean
29 "data": {"foo": {"bar": false}}, object
39 "foo": {"type": "integer"}, object
160 "foo": { object
169 "data": { "foo": [] }, array
174 "data": { "foo": [1, 2, 3] }, array
179 "data": { "foo": "string" }, string
462 "foo": { object
[all …]
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowTabHostTest.java44 TabHost.TabSpec foo = tabHost.newTabSpec("Foo").setIndicator(fooView); in shouldAddTabsToLayoutWhenAddedToHost() local
59 TabHost.TabSpec foo = tabHost.newTabSpec("Foo"); in shouldReturnTabSpecsByTag() local
76 TabHost.TabSpec foo = tabHost.newTabSpec("Foo"); in shouldFireTheTabChangeListenerWhenCurrentTabIsSet() local
96 TabHost.TabSpec foo = tabHost.newTabSpec("Foo"); in shouldFireTheTabChangeListenerWhenTheCurrentTabIsSetByTag() local
116 TabHost.TabSpec foo = in shouldRetrieveTheCurrentViewFromTabContentFactory() local
138 TabHost.TabSpec foo = tabHost.newTabSpec("Foo").setContent(org.robolectric.R.id.title); in shouldRetrieveTheCurrentViewFromViewId() local
160 TabHost.TabSpec foo = tabHost.newTabSpec("Foo"); in canGetCurrentTabTag() local
177 TabHost.TabSpec foo = tabHost.newTabSpec("Foo"); in canGetCurrentTab() local
200 TabHost.TabSpec foo = tabHost.newTabSpec("Foo"); in setCurrentTabByTagShouldAcceptNullAsParameter() local
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/
H A Dref_counted_ptr_test.cc52 TEST(RefCountedPtr, DefaultConstructor) { RefCountedPtr<Foo> foo; } in TEST() local
55 RefCountedPtr<Foo> foo(nullptr); in TEST() local
58 TEST(RefCountedPtr, ExplicitConstructor) { RefCountedPtr<Foo> foo(new Foo()); } in TEST() local
61 RefCountedPtr<Foo> foo(new Foo()); in TEST() local
69 RefCountedPtr<Foo> foo(new Foo()); in TEST() local
77 RefCountedPtr<Foo> foo(new Foo()); in TEST() local
84 RefCountedPtr<Foo> foo(new Foo()); in TEST() local
91 RefCountedPtr<Foo> foo; in TEST() local
99 RefCountedPtr<Foo> foo(new Foo()); in TEST() local
104 RefCountedPtr<Foo> foo(new Foo()); in TEST() local
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft3/
H A Ddependencies.json15 "data": {"foo": 1}, number
20 "data": {"foo": 1, "bar": 2}, number
58 "data": {"foo": 1, "bar": 2}, number
63 "data": {"foo": 1, "bar": 2, "quux": 3}, number
68 "data": {"foo": 1, "quux": 2}, number
89 "foo": {"type": "integer"}, object
98 "data": {"foo": 1, "bar": 2}, number
103 "data": {"foo": "quux"}, string
108 "data": {"foo": "quux", "bar": 2}, string
113 "data": {"foo": 2, "bar": "quux"}, number
[all …]
/aosp_15_r20/external/clang/test/CodeGen/
H A Dms_struct-bitfield-1.c15 char foo : 4; member
24 char foo : 4; member
33 char foo : 6; member
40 char foo : 4; member
48 char foo : 4; member
57 char foo : 4; member
66 char foo : 4; member
75 char foo : 4; member
84 char foo : 4; member

12345678910>>...191