/third_party/musl/libc-test/src/functionalext/common/ |
D | functionalext.h | 32 #define EXPECT_TRUE(fun, c) \ argument 38 #define EXPECT_FALSE(fun, c) \ argument 44 #define EXPECT_EQ(fun, a, b) \ argument 50 #define EXPECT_LT(fun, a, b) \ argument 56 #define EXPECT_MT(fun, a, b) \ argument 62 #define EXPECT_NE(fun, a, b) \ argument 69 #define EXPECT_STREQ(fun, a, b) \ argument 75 #define EXPECT_STRLT(fun, a, b) \ argument 81 #define EXPECT_STRMT(fun, a, b) \ argument 88 #define FLOAT_EQUAL(fun, a, b) \ argument [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | defaultArgsInOverloads.ts | 1 function fun(a: string); function 6 fun(a: string); method in C 9 static fun(a: string); method in C 15 fun(a: string); method 16 fun(a = 3); method
|
/third_party/boost/boost/range/detail/ |
D | empty.hpp | 31 static bool fun( C& c ) in fun() function 45 static bool fun( const P& p ) in fun() function 59 static bool fun( T BOOST_ARRAY_REF[sz] ) in fun() function 74 static bool fun( const char* s ) in fun() function 83 static bool fun( const char* s ) in fun() function 92 static bool fun( const wchar_t* s ) in fun() function 101 static bool fun( const wchar_t* s ) in fun() function
|
/third_party/typescript/tests/baselines/reference/ |
D | defaultArgsInOverloads.js | 4 function fun(a = null) { } function 9 fun(a = null) { } method in C 12 static fun(a = null) { } method in C 29 C.prototype.fun = function (a) { method in C 32 C.fun = function (a) { function in C
|
/third_party/optimized-routines/string/test/ |
D | memset.c | 18 static const struct fun struct 21 void *(*fun) (void *s, int c, size_t n); member 23 } funtab[] = { argument 47 test (const struct fun *fun, int salign, int c, int len) in test()
|
D | strlen.c | 20 static const struct fun struct 23 size_t (*fun) (const char *s); argument 25 } funtab[] = { argument 55 test (const struct fun *fun, int align, int len) in test()
|
D | strrchr.c | 19 static const struct fun struct 22 char *(*fun) (const char *s, int c); argument 24 } funtab[] = { argument 50 test (const struct fun *fun, int align, int seekpos, int len) in test()
|
D | strchr.c | 19 static const struct fun struct 22 char *(*fun) (const char *s, int c); argument 24 } funtab[] = { argument 50 test (const struct fun *fun, int align, int seekpos, int len) in test()
|
D | strnlen.c | 23 static const struct fun struct 26 size_t (*fun) (const char *s, size_t m); argument 28 } funtab[] = { argument 53 test (const struct fun *fun, int align, size_t maxlen, size_t len) in test()
|
D | strcmp.c | 18 static const struct fun struct 21 int (*fun) (const char *s1, const char *s2); member 23 } funtab[] = { argument 56 test (const struct fun *fun, int s1align, int s2align, int len, int diffpos, in test()
|
D | memcpy.c | 18 static const struct fun struct 21 void *(*fun) (void *, const void *, size_t); argument 23 } funtab[] = { argument 52 test (const struct fun *fun, int dalign, int salign, int len) in test()
|
D | memcmp.c | 18 static const struct fun struct 21 int (*fun) (const void *s1, const void *s2, size_t n); argument 23 } funtab[] = { argument 49 test (const struct fun *fun, int s1align, int s2align, int len, int diffpos, in test()
|
D | memrchr.c | 23 static const struct fun struct 26 void *(*fun) (const void *s, int c, size_t n); member 50 test (const struct fun *fun, int align, size_t seekpos, size_t len, in test()
|
D | memchr.c | 19 static const struct fun struct 22 void *(*fun) (const void *s, int c, size_t n); argument 24 } funtab[] = { argument 52 test (const struct fun *fun, int align, size_t seekpos, size_t len, in test()
|
D | strchrnul.c | 23 static const struct fun struct 26 char *(*fun) (const char *s, int c); argument 28 } funtab[] = { argument 54 test (const struct fun *fun, int align, int seekpos, int len) in test()
|
D | strncmp.c | 18 static const struct fun struct 21 int (*fun) (const char *, const char *, size_t); argument 23 } funtab[] = { argument 50 test (const struct fun *fun, int s1align, int s2align, int maxlen, int diffpos, in test()
|
D | strcpy.c | 18 static const struct fun struct 21 char *(*fun) (char *dest, const char *src); argument 23 } funtab[] = { argument 53 test (const struct fun *fun, int dalign, int salign, int len) in test()
|
D | stpcpy.c | 22 static const struct fun struct 25 char *(*fun) (char *dest, const char *src); member 27 } funtab[] = { argument 55 test (const struct fun *fun, int dalign, int salign, int len) in test()
|
D | memmove.c | 18 static const struct fun struct 21 void *(*fun) (void *, const void *, size_t); member 23 } funtab[] = { argument 50 test (const struct fun *fun, int dalign, int salign, int len) in test() 90 test_overlap (const struct fun *fun, int dalign, int salign, int len) in test_overlap()
|
D | __mtag_tag_region.c | 29 static const struct fun struct 32 void *(*fun) (void *s, size_t n); argument 54 test (const struct fun *fun, int salign, int len) in test()
|
D | __mtag_tag_zero_region.c | 29 static const struct fun struct 32 void *(*fun) (void *s, size_t n); argument 54 test (const struct fun *fun, int salign, int len) in test()
|
/third_party/ltp/tools/sparse/sparse-src/validation/linear/ |
D | call-casted-pointer.c | 3 int foo(void *a, void *fun) in foo() 8 int bar(void *a, void *fun) in bar() 13 int qux(void *a, void *fun) in qux() 18 int quz(void *a, void *fun) in quz()
|
/third_party/python/Lib/test/ |
D | test_sched.py | 45 fun = lambda x: l.append(x) function 54 fun = lambda x: l.append(x) function 92 fun = lambda x: l.append(x) function 101 fun = lambda x: l.append(x) function 158 fun = lambda x: l.append(x) function 169 fun = lambda x: l.append(x) function 183 def fun(*a, **b): function 202 fun = lambda x: l.append(x) function
|
/third_party/boost/boost/log/expressions/ |
D | filter.hpp | 89 filter(FunT&& fun) : m_Filter(boost::forward< FunT >(fun)) in filter() 94 …filter(FunT const& fun, typename boost::disable_if_c< move_detail::is_rv< FunT >::value, boost::lo… in filter() 100 filter(FunT const& fun) : m_Filter(fun) in filter() 104 filter(rv< FunT >& fun) : m_Filter(fun) in filter() 108 filter(rv< FunT > const& fun) : m_Filter(static_cast< FunT const& >(fun)) in filter() 137 filter& operator= (FunT const& fun) in operator =()
|
/third_party/boost/boost/log/attributes/ |
D | function.hpp | 82 explicit impl_template(T const& fun) : m_Functor(fun) {} in impl_template() 95 explicit function(T const& fun) : attribute(new impl_template< T >(fun)) in function() 122 > make_function(T const& fun) in make_function() 150 > make_function(T const& fun) in make_function()
|