Home
last modified time | relevance | path

Searched +defs:n +defs:foo (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/aosp_15_r20/external/OpenCL-CTS/test_conformance/profiling/
H A DreadArray.cpp460 static int verify_read_int(void *ptr, int n) in verify_read_int()
474 static int verify_read_uint(void *ptr, int n) in verify_read_uint()
488 static int verify_read_long(void *ptr, int n) in verify_read_long()
502 static int verify_read_ulong(void *ptr, int n) in verify_read_ulong()
516 static int verify_read_short(void *ptr, int n) in verify_read_short()
530 static int verify_read_ushort(void *ptr, int n) in verify_read_ushort()
544 static int verify_read_float( void *ptr, int n ) in verify_read_float()
558 static int verify_read_half( void *ptr, int n ) in verify_read_half()
572 static int verify_read_char(void *ptr, int n) in verify_read_char()
586 static int verify_read_uchar( void *ptr, int n ) in verify_read_uchar()
[all …]
H A DwriteArray.cpp446 static int verify_write_int( void *ptr1, void *ptr2, int n ) in verify_write_int()
461 static int verify_write_uint( void *ptr1, void *ptr2, int n ) in verify_write_uint()
476 static int verify_write_short( void *ptr1, void *ptr2, int n ) in verify_write_short()
491 static int verify_write_ushort( void *ptr1, void *ptr2, int n ) in verify_write_ushort()
506 static int verify_write_char( void *ptr1, void *ptr2, int n ) in verify_write_char()
521 static int verify_write_uchar( void *ptr1, void *ptr2, int n ) in verify_write_uchar()
536 static int verify_write_float( void *ptr1, void *ptr2, int n ) in verify_write_float()
551 static int verify_write_half( void *ptr1, void *ptr2, int n ) in verify_write_half()
566 static int verify_write_long( void *ptr1, void *ptr2, int n ) in verify_write_long()
581 static int verify_write_ulong( void *ptr1, void *ptr2, int n ) in verify_write_ulong()
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/buffers/
H A Dtest_buffer_fill.cpp410 static int verify_fill_int( void *ptr1, void *ptr2, int n ) in verify_fill_int()
425 static int verify_fill_uint( void *ptr1, void *ptr2, int n ) in verify_fill_uint()
440 static int verify_fill_short( void *ptr1, void *ptr2, int n ) in verify_fill_short()
455 static int verify_fill_ushort( void *ptr1, void *ptr2, int n ) in verify_fill_ushort()
470 static int verify_fill_char( void *ptr1, void *ptr2, int n ) in verify_fill_char()
485 static int verify_fill_uchar( void *ptr1, void *ptr2, int n ) in verify_fill_uchar()
500 static int verify_fill_long( void *ptr1, void *ptr2, int n ) in verify_fill_long()
515 static int verify_fill_ulong( void *ptr1, void *ptr2, int n ) in verify_fill_ulong()
530 static int verify_fill_float( void *ptr1, void *ptr2, int n ) in verify_fill_float()
545 static int verify_fill_struct( void *ptr1, void *ptr2, int n ) in verify_fill_struct()
[all …]
H A Dtest_buffer_write.cpp459 static int verify_write_int( void *ptr1, void *ptr2, int n ) in verify_write_int()
474 static int verify_write_uint( void *ptr1, void *ptr2, int n ) in verify_write_uint()
489 static int verify_write_short( void *ptr1, void *ptr2, int n ) in verify_write_short()
504 static int verify_write_ushort( void *ptr1, void *ptr2, int n ) in verify_write_ushort()
519 static int verify_write_char( void *ptr1, void *ptr2, int n ) in verify_write_char()
534 static int verify_write_uchar( void *ptr1, void *ptr2, int n ) in verify_write_uchar()
549 static int verify_write_float( void *ptr1, void *ptr2, int n ) in verify_write_float()
564 static int verify_write_half( void *ptr1, void *ptr2, int n ) in verify_write_half()
579 static int verify_write_long( void *ptr1, void *ptr2, int n ) in verify_write_long()
594 static int verify_write_ulong( void *ptr1, void *ptr2, int n ) in verify_write_ulong()
[all …]
/aosp_15_r20/external/pytorch/caffe2/serialize/
H A Dinline_container_test.cc21 PyTorchStreamWriter writer([&](const void* b, size_t n) -> size_t { in TEST()
53 std::ofstream foo(file_name); in TEST() local
80 "key1", dst.data(), size, 3, buf.data(), [](void* dst, const void* src, size_t n) { in TEST()
100 "key2", dst.data(), size, 3, buf.data(), [](void* dst, const void* src, size_t n) { in TEST()
113 PyTorchStreamWriter writer([&](const void* b, size_t n) -> size_t { in TEST()
143 std::ofstream foo(file_name); in TEST() local
192 PyTorchStreamWriter writer([&](const void* b, size_t n) -> size_t { in TEST()
225 std::ofstream foo(file_name); in TEST() local
244 [](void* dst, const void* src, size_t n) { memcpy(dst, src, n); }), in TEST()
255 PyTorchStreamWriter writer([&](const void* b, size_t n) -> size_t { in TEST()
[all …]
/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): function
204 def foo(a): function
232 def foo(x): function
320 def f(x, n): argument
324 def g(x, n): argument
328 def h(x, n): argument
/aosp_15_r20/external/OpenCL-CTS/test_conformance/pipes/
H A Dtest_pipe_read_write.cpp232 static int verify_readwrite_int(void *ptr1, void *ptr2, int n) in verify_readwrite_int()
251 static int verify_readwrite_uint(void *ptr1, void *ptr2, int n) in verify_readwrite_uint()
270 static int verify_readwrite_short(void *ptr1, void *ptr2, int n) in verify_readwrite_short()
288 static int verify_readwrite_ushort(void *ptr1, void *ptr2, int n) in verify_readwrite_ushort()
306 static int verify_readwrite_char(void *ptr1, void *ptr2, int n) in verify_readwrite_char()
324 static int verify_readwrite_uchar(void *ptr1, void *ptr2, int n) in verify_readwrite_uchar()
342 static int verify_readwrite_float(void *ptr1, void *ptr2, int n) in verify_readwrite_float()
360 static int verify_readwrite_half(void *ptr1, void *ptr2, int n) in verify_readwrite_half()
378 static int verify_readwrite_long(void *ptr1, void *ptr2, int n) in verify_readwrite_long()
396 static int verify_readwrite_ulong(void *ptr1, void *ptr2, int n) in verify_readwrite_ulong()
[all …]
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dfriend-template.cpp68 Foo<int> foo; variable
109 class outer::foo { class in test5::outer
169 int n() in n() function
201 int n() in n() function
240 int n; // expected-note {{here}} member
289 int n; member in PR12585::E
297 int n = C::D<void*>().f(); variable
319 void foo() { in foo() function
322 template <class U> friend void foo(const A<U> & a) { in foo() function
H A Dconstexpr-instantiate.cpp7 int n = get<int>(); member
25 template<typename T> constexpr T f(T n) { return n; } in f()
36 template<typename T> constexpr T f(T n) { return n; } in f()
63 const int n = S<int>::k; // expected-note {{here}} variable
75 constexpr int n = const_cast<int&>(S<int>::r); variable
98 int n; member
107 int n; member
140 template<int> struct foo {}; struct
161 template <typename> constexpr bool foo() { return true; } in foo() function
201 int n; member
/aosp_15_r20/external/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc69 inline short Short(short n) { return n; } // NOLINT in Short()
98 const char* Binary(const char* input, short n) { return input + n; } // NOLINT in Binary()
312 Foo foo; in TEST() local
336 Foo foo; in TEST() local
343 Foo foo; in TEST() local
350 Foo foo; in TEST() local
359 Foo foo; in TEST() local
366 Foo foo; in TEST() local
373 Foo foo; in TEST() local
381 Foo foo; in TEST() local
[all …]
H A Dgmock-function-mocker_test.cc600 int n = 5; in TYPED_TEST() local
689 int n = 5; in TYPED_TEST() local
782 MockFunction<void()> foo; in TEST() local
788 MockFunction<int()> foo; in TEST() local
795 MockFunction<void(int)> foo; in TEST() local
801 MockFunction<int(bool, int)> foo; in TEST() local
812 foo; in TEST() local
821 MockFunction<int(int)> foo; in TEST() local
830 MockFunction<int&()> foo; in TEST() local
840 MockFunction<int(int&)> foo; in TEST() local
[all …]
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/
H A Dgmock-more-actions_test.cc69 inline short Short(short n) { return n; } // NOLINT in Short()
98 const char* Binary(const char* input, short n) { return input + n; } // NOLINT in Binary()
312 Foo foo; in TEST() local
336 Foo foo; in TEST() local
343 Foo foo; in TEST() local
350 Foo foo; in TEST() local
359 Foo foo; in TEST() local
366 Foo foo; in TEST() local
373 Foo foo; in TEST() local
381 Foo foo; in TEST() local
[all …]
H A Dgmock-function-mocker_test.cc600 int n = 5; in TYPED_TEST() local
689 int n = 5; in TYPED_TEST() local
782 MockFunction<void()> foo; in TEST() local
788 MockFunction<int()> foo; in TEST() local
795 MockFunction<void(int)> foo; in TEST() local
801 MockFunction<int(bool, int)> foo; in TEST() local
812 foo; in TEST() local
821 MockFunction<int(int)> foo; in TEST() local
830 MockFunction<int&()> foo; in TEST() local
840 MockFunction<int(int&)> foo; in TEST() local
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc69 inline short Short(short n) { return n; } // NOLINT in Short()
88 const char* Binary(const char* input, short n) { return input + n; } // NOLINT in Binary()
302 Foo foo; in TEST() local
326 Foo foo; in TEST() local
333 Foo foo; in TEST() local
340 Foo foo; in TEST() local
349 Foo foo; in TEST() local
356 Foo foo; in TEST() local
363 Foo foo; in TEST() local
371 Foo foo; in TEST() local
[all …]
H A Dgmock-function-mocker_test.cc600 int n = 5; in TYPED_TEST() local
689 int n = 5; in TYPED_TEST() local
782 MockFunction<void()> foo; in TEST() local
788 MockFunction<int()> foo; in TEST() local
795 MockFunction<void(int)> foo; in TEST() local
801 MockFunction<int(bool, int)> foo; in TEST() local
812 foo; in TEST() local
821 MockFunction<int(int)> foo; in TEST() local
830 MockFunction<int&()> foo; in TEST() local
840 MockFunction<int(int&)> foo; in TEST() local
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_asyncgen.py804 async def foo(): function
846 async def foo(): function
884 def foo(): function
916 async def foo(): function
935 async def foo(): function
958 async def foo(): function
980 async def foo(): function
1005 async def foo(): function
1060 def foo(): function
1093 def foo(): function
[all …]
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dapple-kext-linkage.cpp12 void foo() { in foo() function
17 inline unsigned f(unsigned n) { return n == 0 ? 0 : n + f(n-1); } in f()
19 unsigned g(unsigned n) { return f(n); } in g()
29 int foo(int n) { return ident(n); } in foo() function
H A Dtemporaries.cpp4 const unsigned int n = 1234; variable
13 struct A { int n; }; member
14 struct B { int n; }; member
346 B foo; variable
379 void foo() { in foo() function
547 void foo(bool b) { in foo() function
577 void foo() { in foo() function
710 struct D { D(); ~D(); int n; C c; }; member
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/util/introspection/
H A DUberspectImplTestCase.java115 public String foo() { return "foo0"; } in foo() method in UberspectImplTestCase.OverloadedMethods
116 public String foo(String arg1) { return "foo1"; } in foo() method in UberspectImplTestCase.OverloadedMethods
117 public String foo(String arg1, String arg2) { return "foo2"; } in foo() method in UberspectImplTestCase.OverloadedMethods
119 public String bar(Number n, int i) { return "bar1"; } in bar()
120 public String bar(Number n, String s) { return "bar2"; } in bar()
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dattr-noreturn.cpp42 struct O { N n; }; member
57 __attribute__((noreturn)) void test_14() { N n; } in test_14() local
73 __attribute__((noreturn)) void test_29() { const N& n = N(); } in test_29() local
90 struct OO { NN n; }; member
106 NN n; in test_31() local
128 void foo() {} in foo() function
213 void foo() { in foo() function
235 __attribute__((noreturn)) void foo(int) {} in foo() function
236 __attribute__((noreturn)) void foo(double) {} in foo() function
H A Dlambda-expressions.cpp117 int n = -1; in g() local
149 int n = 0; in test() local
233 void foo() { in foo() function
291 auto x = []{ struct S { int n, m = n; }; }; in __anon78dbb1944b02() member
292 …auto y = [&]{ struct S { int n, m = n; }; }; // expected-error {{non-local lambda expression canno… in __anon78dbb1944c02() member
293 void g() { auto z = [&]{ struct S { int n, m = n; }; }; } in __anon78dbb1944d02() member
311 int n = 0; member
330 int n; member
349 (void) [=]{ int n = t; }; // expected-error {{deleted}} in f() local
417 struct S { int n = []{ return 0; }(); }; in f() member
[all …]
/aosp_15_r20/bionic/tests/
H A Dfortify_test.cpp47 struct foo { struct
55 foo myfoo; in TEST_F() argument
233 size_t n = strlen(myfoo.a); in TEST_F() local
245 size_t n = strlen(myfoo.a); in TEST_F() local
254 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F() local
262 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F() local
270 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F() local
292 size_t n = strlen(myfoo.a) + 2; in TEST_F() local
299 size_t n = atoi("11"); in TEST_F() local
388 size_t n = strlen(bufa); in TEST_F() local
[all …]
/aosp_15_r20/external/clang/test/Sema/
H A Dimplicit-int.c3 foo() { // expected-warning {{type specifier missing, defaults to 'int'}} in foo() function
21 h19_insline(n) // expected-warning {{parameter 'n' was not declared, defaulting to type 'int'}} in h19_insline() argument
26 struct foo { struct
27 …__ __attribute__((packed)) x : 4; // expected-warning {{type specifier missing, defaults to 'int'}}
/aosp_15_r20/external/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp20 int test2(int n) { in test2()
25 int test2_b(int n) { in test2_b()
108 int TestHandleThis::foo() { in foo() function in TestHandleThis
245 bool RDar9203355::foo(unsigned valA, int &result) const { in foo() function in RDar9203355
372 char *RDar9269695(char *dst, unsigned int n) in RDar9269695()
396 TestInvalidateInCtor foo(x); in test_invalidate_in_ctor() local
604 void foo(int *q) { in foo() function
/aosp_15_r20/external/ksp/test-utils/testData/api/
H A DfunctionTypes.kt44 fun foo(): Boolean = true method
50 fun foo() = Unit method
69 val n: suspend (Short, Float) -> Double = TODO() constant

12345678910>>...18