Home
last modified time | relevance | path

Searched +defs:foo +defs:c (Results 151 – 175 of 826) sorted by relevance

12345678910>>...34

/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/containers/sequences/deque/
H A Dasan.pass.cpp45 C c(std::begin(t), std::end(t)); in main() local
52 C c(std::begin(t), std::end(t)); in main() local
61 C c(std::begin(t), std::end(t)); in main() local
67 …volatile T foo = c[c.size()]; // should trigger ASAN. Use volatile to prevent being optimized away. in main() local
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_python_builtins.py76 def func2(a, b, c, d): argument
428 def foo(a): function
456 def foo(a): function
464 def foo(a): function
471 def foo(a): function
/aosp_15_r20/external/clang/test/Analysis/diagnostics/
H A Dundef-value-param.c5 void foo_irrelevant(int c) { in foo_irrelevant()
11 void foo(int c, int *x) { in foo() function
19 int use(int c) { in use()
/aosp_15_r20/external/clang/test/OpenMP/
H A Dtarget_codegen_global_capture.cpp43 int foo(short a, short b, short c, short d){ in foo() function
166 int bar(short a, short b, short c, short d){ in bar()
308 int tbar(T a, T b, T c, T d){ in tbar()
434 int tbar2(short a, short b, short c, short d){ in tbar2()
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dfunction_test.py661 def foo(ones): function
1925 def foo(): function
1937 def foo(x): function
1956 def func(foo): argument
2039 def func(foo, bar=1, baz=2): argument
2096 def full_function(a, b, c=3): argument
2110 def foo(a): function
2183 def foo(a, b): function
2258 def foo(a, b): function
2277 def foo(a): function
[all …]
/aosp_15_r20/external/clang/test/CXX/class.access/
H A Dp4.cpp31 void (A::*c)(Private&) = &A::foo; // expected-error {{'foo' is a private member}} in test() local
93 static A foo; member in test2::A
97 A A::foo; // okay member in test2::A
116 static A foo; member in test3::A
120 A A::foo; member in test3::A
122 void foo(A param) { // okay in foo() function
244 int foo(int private_member) { in foo() function in test7::B
316 void foo() { in foo() function in test12::A
318 int foo(A *a) { in foo() function in test12::A::foo::Local
/aosp_15_r20/art/test/105-invoke/src/
H A DMain.java27 int virI_III(int a, int b, int c) { in virI_III()
31 int virI_IIII(int a, int b, int c, int d) { in virI_IIII()
35 int virI_IIIII(int a, int b, int c, int d, int e) { in virI_IIIII()
39 int virI_IIIIII(int a, int b, int c, int d, int e, int f) { in virI_IIIIII()
51 static int statI_III(int a, int b, int c) { in statI_III()
55 static int statI_IIII(int a, int b, int c, int d) { in statI_IIII()
59 static int statI_IIIII(int a, int b, int c, int d, int e) { in statI_IIIII()
63 static int statI_IIIIII(int a, int b, int c, int d, int e, int f) { in statI_IIIIII()
72 Main foo = new Main(); in invoke() local
/aosp_15_r20/external/clang/test/Analysis/
H A Dnew.cpp111 SomeClass *c = new SomeClass; in testUseAfter() local
168 SomeClass *c = new SomeClass; in testUsingThisAfterDelete() local
278 NoReturnDtor *foo = 0; in testDeleteNull() local
300 void testDeleteUnknown(NoReturnDtor *foo) { in testDeleteUnknown()
H A Dcasts.c39 char c = (unsigned char) *tbool; // Should use cast-to type to create symbol. in f1() local
66 unsigned int foo; in pr6013_6035_test() local
79 int foo (int* p) { in foo() function
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dmember-pointer.cpp148 int foo = m->*"Awesome!"; in i() local
152 struct c { struct
154 void f() { in f()
312 struct A { int foo; }; member
H A Dvararg-non-pod.cpp23 C c(10); in t1() local
43 C c(10); in t2() local
80 C c(10); in t3() local
97 C c(10); in t4() local
115 C c(10); in t5() local
203 void foo() { in foo() function
225 C c(10); in test() local
H A Dattr-x86-interrupt.cpp9 static void foo(int *a) __attribute__((interrupt)) {} in foo() function
17 __attribute__((interrupt)) void foo3(void *a, unsigned b, int c) {} // expected-error-re {{{{(x86|x… in foo3()
55 __attribute__((interrupt)) void foo(int *) {} in foo() function
H A Dlambda-expressions.cpp63 int c; in test() member
168 int a = 5, b = 2, c = 3; in h() local
233 void foo() { in foo() function
341 int c = []{ int k = 0; return [=]{ return k; }(); }(); // ok in __anon78dbb1945a02() member
435 void foo() { in foo() function
482 void foo() { in foo() function
495 void foo() { in foo() function
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddevirtualize-virtual-function-calls-final.cpp131 struct foo { struct
132 virtual void g() {} in g()
159 virtual int foo() { return b; } in foo() function
163 int test(C *c) { in test()
H A Dlinetable-cleanup.cpp22 int foo() in foo() function
24 C c; in foo() local
38 C c; in bar() local
H A Dreferences.cpp82 C c; in test_aggregate() local
112 void *foo = 0; variable
119 const C& c = D(); in h() local
167 const int foo = 1; variable
/aosp_15_r20/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
H A DTestDefaults.java10 public void foo(String c) {} in foo() method in TestDefaults
12 public void foo2(@DottedClassName String c) { in foo2()
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/testmock/
Dtesthelpers.py436 def foo(self, foo): pass member in SpecSignatureTest.test_mocking_unbound_methods.Foo
452 def foo(a, *, b=None): pass function
483 foo = [] variable in SpecSignatureTest.test_spec_as_list.Foo
645 foo = 'foo bar baz' variable in SpecSignatureTest.test_recursive.A
958 def static_method(a, b=10, *, c): pass argument
967 def class_method(cls, a, b=10, *, c): pass argument
988 def foo(a: int, b: int=10, *, c:int) -> int: function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/testmock/
H A Dtesthelpers.py436 def foo(self, foo): pass member in SpecSignatureTest.test_mocking_unbound_methods.Foo
452 def foo(a, *, b=None): pass function
483 foo = [] variable in SpecSignatureTest.test_spec_as_list.Foo
645 foo = 'foo bar baz' variable in SpecSignatureTest.test_recursive.A
958 def static_method(a, b=10, *, c): pass argument
967 def class_method(cls, a, b=10, *, c): pass argument
988 def foo(a: int, b: int=10, *, c:int) -> int: function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dgdb_sample.py3 def foo(a, b, c): argument
6 def bar(a, b, c): argument
/aosp_15_r20/external/python/cpython2/Lib/test/
Dgdb_sample.py3 def foo(a, b, c): argument
6 def bar(a, b, c): argument
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft3/
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
128 "c": {"$ref": "#/definitions/b"} object
154 "foo": { object
163 "data": { "foo": [] }, array
168 "data": { "foo": [ 1, 2, 3] }, array
173 "data": { "foo": "string" }, string
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/static_assert/test/
Dstatic_assert_test_fail_6.cpp25 Char c; member
35 void foo() in foo() function
38 char c = 0; in foo() local
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_misc.py152 def __getattr__(self, key, c=1): argument
314 def fn(a, b, c, cls): argument
554 def foo_impl(a, b, c=None, d=None, e=-1): argument
1047 def fn(x, c): argument
1826 def fn1(a, b, c): argument
1829 def fn2(a, b, c): argument
2114 c: torch.Tensor = None variable in MiscTests.test_dataclass_fields.MyDataClass
2983 def foo(x, y): function
2999 def foo(x, y): function
3233 def fn1(a, b, c): argument
[all …]
/aosp_15_r20/external/guice/core/test/com/google/inject/spi/
H A DToolStageInjectorTest.java60 final Foo foo = new Foo(); in testToolStageDoesntInjectInstances() local
77 final Foo foo = new Foo(); in testToolStageDoesntInjectProviders() local
145 void method(Collection c) {} in method()

12345678910>>...34