Home
last modified time | relevance | path

Searched +defs:foo +defs:c (Results 376 – 400 of 826) sorted by relevance

1...<<11121314151617181920>>...34

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_btf_decl_tag.c20 int c; member
36 static __noinline int foo(int x __tag1 __tag2) __tag1 __tag2 in foo() function
H A Dtest_global_func9.c29 __noinline int foo(const struct S *s) in foo() function
95 const struct C c = {.x = skb->len, .y = skb->family }; in test_cls() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytemuck-1.15.0/tests/
H A Doffset_of_tests.rs29 c: i32, in test_offset_of_foo() field
41 let foo = Foo::default(); in test_offset_of_foo() localVariable
/aosp_15_r20/external/google-breakpad/src/client/solaris/handler/
H A Dexception_handler_test.cc53 int c = 0xcccccccc; in foo2() local
59 static int foo(int arg) { in foo() function
/aosp_15_r20/external/clang/test/OpenMP/
H A Dtarget_parallel_ast_print.cpp9 void foo() {} in foo() function
33 T b = argc, c, d, e, f, g; in tmain() local
H A Dnvptx_target_firstprivate_codegen.cpp20 int foo(int n, double *ptr) { in foo() function
24 double c[5][10]; in foo() local
/aosp_15_r20/external/clang/test/CodeGen/
H A Dstring-literal.c29 const wchar_t *foo = L"AB"; in main() local
44 const char32_t *c = U"CD"; in main() local
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/testmock/
H A Dtestmock.py32 def meth(self, a, b, c, d=None): pass argument
35 def cmeth(cls, a, b, c, d=None): pass argument
38 def smeth(a, b, c, d=None): pass argument
400 def f(a, b, c, d=None): pass argument
476 def f(a, b, c, d=None): pass argument
1450 def meth(self, a, b, c, d=None): pass argument
1495 def f(a, b, c, d=None): pass argument
1579 def f(a, b, c, d=None): pass argument
2158 def foo(a, b): pass function
2170 def foo(a, b): pass function
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/testmock/
Dtestmock.py32 def meth(self, a, b, c, d=None): pass argument
35 def cmeth(cls, a, b, c, d=None): pass argument
38 def smeth(a, b, c, d=None): pass argument
400 def f(a, b, c, d=None): pass argument
476 def f(a, b, c, d=None): pass argument
1450 def meth(self, a, b, c, d=None): pass argument
1495 def f(a, b, c, d=None): pass argument
1579 def f(a, b, c, d=None): pass argument
2158 def foo(a, b): pass function
2170 def foo(a, b): pass function
/aosp_15_r20/external/clang/test/Sema/
H A Dconstant-conversion.c30 unsigned int foo : 2; in test3() member
36 …struct A c[] = {{10, 0}}; // expected-warning {{implicit truncation from 'int' to bitfiel… in test3() local
43 char c : 2; in test4() member
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx11-inheriting-ctors.cpp21 U<S, char> foo(char ch) { return U<S, char>(ch); } in foo() function
45 } c; variable
H A Dswitch.cpp39 void x3(C &c) { in x3()
46 template <En how> void foo() { in foo() function
H A Dwarn-self-move.cpp5 inline namespace foo { namespace
53 C c; in struct_test() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/sync/
H A Dtests.rs360 let c = b.clone(); in test_strong_count() localVariable
379 let c = a.clone(); in test_weak_count() localVariable
431 let foo = 123; in test_from_owned() localVariable
438 let foo: Weak<usize> = Weak::new(); in test_new_weak() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/sync/
H A Dtests.rs360 let c = b.clone(); in test_strong_count() localVariable
379 let c = a.clone(); in test_weak_count() localVariable
431 let foo = 123; in test_from_owned() localVariable
438 let foo: Weak<usize> = Weak::new(); in test_new_weak() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/sync/
H A Dtests.rs360 let c = b.clone(); in test_strong_count() localVariable
379 let c = a.clone(); in test_weak_count() localVariable
431 let foo = 123; in test_from_owned() localVariable
438 let foo: Weak<usize> = Weak::new(); in test_new_weak() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/sync/
H A Dtests.rs360 let c = b.clone(); in test_strong_count() localVariable
379 let c = a.clone(); in test_weak_count() localVariable
431 let foo = 123; in test_from_owned() localVariable
438 let foo: Weak<usize> = Weak::new(); in test_new_weak() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/sync/
H A Dtests.rs360 let c = b.clone(); in test_strong_count() localVariable
379 let c = a.clone(); in test_weak_count() localVariable
431 let foo = 123; in test_from_owned() localVariable
438 let foo: Weak<usize> = Weak::new(); in test_new_weak() localVariable
/aosp_15_r20/external/guice/core/test/com/google/inject/
H A DBindingAnnotationTest.java31 Injector c = in testAnnotationWithValueMatchesKeyWithTypeOnly() local
41 BlueFoo foo = c.getInstance(BlueFoo.class); in testAnnotationWithValueMatchesKeyWithTypeOnly() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_grammar.py587 def d21(a, b, c=1): pass argument
602 def d12(a, b=1, c=2): pass argument
606 def d22(a, b, c=1, d=2): pass argument
621 def d21v(a, b, c=1, *rest): pass argument
634 def d12v(a, b=1, c=2, *rest): pass argument
642 def d22v(a, b, c=1, d=2, *rest): pass argument
818 def foo(): function
1970 async def foo(): function
1993 async def foo(): function
/aosp_15_r20/external/libchrome/base/
H A Doptional_unittest.cc38 TestObject(int foo, double bar) in TestObject()
87 int foo() const { return foo_; } in foo() function in base::__anon29ad220e0111::TestObject
110 DeletedDefaultConstructor(int foo) : foo_(foo) {} in DeletedDefaultConstructor()
112 int foo() const { return foo_; } in foo() function in base::__anon29ad220e0111::DeletedDefaultConstructor
120 explicit DeletedCopy(int foo) : foo_(foo) {} in DeletedCopy()
127 int foo() const { return foo_; } in foo() function in base::__anon29ad220e0111::DeletedCopy
135 explicit DeletedMove(int foo) : foo_(foo) {} in DeletedMove()
142 int foo() const { return foo_; } in foo() function in base::__anon29ad220e0111::DeletedMove
150 explicit NonTriviallyDestructibleDeletedCopyConstructor(int foo) in NonTriviallyDestructibleDeletedCopyConstructor()
159 int foo() const { return foo_; } in foo() function in base::__anon29ad220e0111::NonTriviallyDestructibleDeletedCopyConstructor
[all …]
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dconditional-gnu-ext.cpp42 void foo (int& lv) { in foo() function
148 const int *c = &(a ?: b); in f() local
H A Dmangle-ms-template-callback.cpp36 void foo(C0 c) {} in foo() function
/aosp_15_r20/external/eigen/unsupported/test/
H A Dautodiff.cpp14 EIGEN_DONT_INLINE Scalar foo(const Scalar& x, const Scalar& y) in foo() function
26 EIGEN_DONT_INLINE typename Vector::Scalar foo(const Vector& p) in foo() function
359 const AD c = 1.; in bug_1281() local
/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}}, 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 …]

1...<<11121314151617181920>>...34