Home
last modified time | relevance | path

Searched +defs:foo +defs:c (Results 51 – 75 of 826) sorted by relevance

12345678910>>...34

/aosp_15_r20/art/test/139-register-natives/src/
H A DMain.java50 private native static int registerNatives(Class<?> c); in registerNatives()
75 private native void foo(); in foo() method in TestSuper
84 public native void foo(); in foo() method in TestSub
93 public native void foo(); in foo() method in TestSuper2
105 public native void foo(); in foo() method in TestSuper3
114 public void foo() { in foo() method in TestSub3
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmangle-ms.cpp22 static int c; variable
33 class foo { class
43 foo(){} in foo() function in foo
51 foo(int i){} in foo() function in foo
55 foo(char *q){} in foo() function in foo
63 typedef foo (foo2); typedef
72 double c; member
156 void gamma(class foo, struct bar, union baz, enum quux) {} in gamma()
274 char foo() { in foo() function
445 int foo(int *const i __attribute__((pass_object_size(0)))) { return 0; } in foo() function
H A Dthunks.cpp110 void C::c() {} in c() function in Test4B::C
115 C c; in f() local
211 void foo() {} in foo() function in Test7::D
255 struct C : A, B { void foo() {} }; in foo() function
259 C c; in test() local
360 void C::c() {} in c() function in Test15::C
376 void foo() {} in foo() function
H A Dmangle-ms-back-references-pr13207.cpp101 void foo(I<A> x) {} in foo() function in PR13207::L
107 void foo(I<A> x) {} in foo() function
124 void foo(Y<X> x) {} in foo() function
133 void foo(Y<NA::X> x) {} in foo() function
148 void foobarbaz(Y<X> a, NA::Y<Y<X> > b, Y<Y<X> >, Y<Y<X> > c) {} in foobarbaz()
151 void foobarbazqux(Y<X> a, NA::Y<Y<X> > b, Y<Y<X> >, Y<Y<X> > c , NA::Y<Y<Y<X> > > d) {} in foobarbazqux()
159 void foo(Y<NB::X> x) {} in foo() function
/aosp_15_r20/art/test/853-checker-inlining/src/
H A DMain.java18 public int foo() { return 0; } in foo() method in Square
23 public final int foo() { return 42; } in foo() method in Circle
43 static int square(Circle c) { in square()
53 static int circle(Circle c) { in circle()
/aosp_15_r20/external/libcxx/test/libcxx/containers/sequences/vector/
H A Dasan.pass.cpp39 C c(std::begin(t), std::end(t)); in main() local
41 volatile T foo = c[c.size()]; // bad, but not caught by ASAN in main() local
62 C c(std::begin(t), std::end(t)); in main() local
66 …volatile T foo = c[c.size()]; // should trigger ASAN. Use volatile to prevent being optimized away. in main() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/with_lock_guard/
Dwith_lock_guard_bind.cpp47 Foo foo(2); in test_bind() local
65 int c = 0; in test_bind() local
98 void func_ref(int& a, int& b, int* c) { in func_ref()
130 int c = 0; in test_bind_non_const() local
131 Boo foo(67); in test_bind_non_const() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/tuple/test/
Dtuple_test_bench.cpp43 class foo { class
45 explicit foo(int v) : val(v) {} in foo() function in foo
52 foo() {} in foo() function in foo
240 int i; char c; double d; in copy_test() local
334 foo c(5); in tie_test() local
412 cons<int&, cons<const int, cons<volatile float, null_type> > > c(i, b); in cons_test() local
/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/pytorch/test/jit/
H A Dtest_profiler.py144 def foo(a, b): function
160 def foo(t1, t2, t3, t4, t: float): function
180 def foo(x: int, y: int): function
190 def foo(x, y): function
203 def foo(a, b): function
220 def foo(a, b): function
237 def foo(a, b): function
251 def foo(x): function
269 def foo(a, b, c, d): argument
/aosp_15_r20/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/gwt/
H A DSerialSignatureTest.java40 abstract int foo(); in foo() method in SerialSignatureTest.One
42 static One create(int foo) { in create()
50 abstract int foo(); in foo() method in SerialSignatureTest.Two
52 static Two create(int foo) { in create()
66 private static String dummySignatureFieldName(Class<?> c) { in dummySignatureFieldName()
/aosp_15_r20/external/libchrome/base/
H A Dtools_sanity_unittest.cc63 char c = ptr[-2]; in ReadValueOutOfArrayBoundsLeft() local
68 char c = ptr[size + 1]; in ReadValueOutOfArrayBoundsRight() local
129 char *foo = new char[10]; in TEST() local
137 char *foo = reinterpret_cast<char*>(malloc(10)); in TEST() local
155 int* volatile foo = allocateArray(); in TEST() local
170 int* volatile foo = allocateScalar(); in TEST() local
387 C c; in TEST() local
/aosp_15_r20/external/clang/test/CodeGen/
H A Dbig-atomic-ops.c151 _Complex float fc(_Atomic(_Complex float) *c) { in fc()
158 X fs(_Atomic(X) *c) { in fs()
164 X fsa(X *c, X *d) { in fsa()
172 _Bool fsb(_Bool *c) { in fsb()
192 char c[16]; member
195 char c[17]; member
235 struct foo { struct
239 char c[3]; member
243 struct foo bigThing; argument
H A Ddesignated-initializers.c3 struct foo { struct
4 void *a;
5 int b;
31 short c; member
85 union u_FFFF { char c; long l; } u1 = { .l = 0xFFFF }; member
148 static struct foo foo = { in test1() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-reinterpret-base-class.cpp30 decltype(reinterpret_cast<C *>(0)) foo; member
35 void reinterpret_not_defined_class(B *b, C *c) { in reinterpret_not_defined_class()
51 struct C : public B {} c; variable
61 } c; variable
71 struct C : B {} c; variable
78 struct C : B {} c; variable
87 struct C : B {} c; variable
255 virtual int foo() { return x; } in foo() function in F
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/
Dref_vector.cpp16 struct foo struct
18 double d; float f; short c; member
21 BOOST_FUSION_ADAPT_STRUCT(foo,(double,d)(float,f)(short,c)) argument
/aosp_15_r20/external/guice/core/test/com/google/inject/
H A DImplicitBindingTest.java32 Foo foo = injector.getInstance(Foo.class); in testCircularDependency() local
41 final Foo foo; field in ImplicitBindingTest.Bar
44 public Bar(Foo foo) { in Bar()
195 @Inject InvalidProvidedBy c; field in ImplicitBindingTest.Invalid
201 void foo(InvalidInterface a) {} in foo() method in ImplicitBindingTest.Invalid
372 public B(C c, A a) {} in B()
/aosp_15_r20/external/clang/test/Sema/
H A Dflexible-array-init.c18 struct foo { struct
22 struct bar { struct foo z; }; // expected-warning {{'z' may not be nested in a struct due to flexib… argument
26 struct bar c = { { 1, { } } }; // // expected-warning{{flexible array initialization is … variable
60 int c; member
H A Dpragma-ms_struct.c13 struct foo struct
15 int a;
16 int b;
17 char c; member
53 Foo foo; member
/aosp_15_r20/external/clang/test/OpenMP/
H A Dparallel_ast_print.cpp9 void foo() {} in foo() function
140 T b = argc, c, d, e, f, g; in tmain() local
191 int b = argc, c, d, e, f, g; in main() local
214 int foo; member
217 void foo(const Foo<int> &arg) { in foo() function
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
H A Dcontrol_flow_ops_py_test.py135 c = lambda i, s: math_ops.less(i, 10) function
462 def foo(): function
1340 def foo(): function
1364 def foo(): function
1554 c = lambda x: math_ops.less(x, 10000) function
1598 c = lambda i, x: math_ops.less(i, 100) function
1873 def compute(i, m, c, o): argument
1894 def compute(i, m, c, o): argument
1916 def compute(i, c, o): argument
1984 c = lambda x: math_ops.less(x, 10.0) function
[all …]
/aosp_15_r20/external/javassist/src/test/testproxy/
H A DProxyTester.java70 Class c = f.createClass(); in testTarget() local
97 Class c = f.createClass(); in testTarget1() local
109 Class c = f.createClass(); in testObject() local
122 Class c = f.createClass(); in testSetter() local
143 Class c = f.createClass(); in testString() local
157 Class c = f.createClass(); in testConstructor() local
184 Class c = f.createClass(); in testInterface() local
198 Class c = f.createClass(); in test2Interfaces() local
224 Class c = f.createClass(); in testFilter() local
245 Class c = f.createClass(); in testInit() local
[all …]
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/
H A DNestedAtomicFieldLoads.kt9 private val c = atomic(2) constant in kotlinx.atomicfu.test.NestedAtomicFieldLoads
16 private fun foo(arg1: Int, arg2: Int, arg3: Int, arg4: Int): Int = arg1 + arg2 + arg3 + arg4 in foo() method
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_recompiles.py12 def foo(x, y): function
72 def foo(x, y): function
121 def foo(x, y): function
167 def foo(a, b, c): argument
204 def foo(a): function
232 def foo(x): function
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/invoke/
H A DMethodHandlesTest.java305 public void foo() { in foo() method in MethodHandlesTest.A
315 public void foo() { in foo() method in MethodHandlesTest.B
341 public default void callInner(Consumer<Class<?>> c) { in callInner()
347 public void callInner(Consumer<Class<?>> c) { in callInner()
425 g.callInner((Class<?> c) -> { res[1] = c; }); in testfindSpecial_invokeSuperInterfaceBehaviour()
528 public String foo(); in foo() method
562 public String foo() { in foo() method in MethodHandlesTest.BarImpl
1184 Comparable<Float> c = (Comparable<Float>) mh.invoke("2.125"); in testReferenceReturnValueConversions() local
1341 public VariableArityTester(char c, Number... numbers) { update(c, numbers); } in VariableArityTester()
1363 public String update(char c, Number... numbers) { return lastResult = tally(c, numbers); } in update()
[all …]

12345678910>>...34