/dports/devel/R-cran-Rcpp/Rcpp/inst/tinytest/ |
H A D | test_vector.R | 91 fun <- integer_ctor globalVar 96 fun <- integer_INTSXP globalVar 171 fun <- integer_erase globalVar 223 fun <- integer_fill globalVar 229 fun <- integer_zero globalVar 276 fun <- list_ctor globalVar 286 fun <- list_VECSXP_ globalVar 342 fun <- list_erase globalVar 359 fun <- list_create_ globalVar 497 fun <- List_extract globalVar [all …]
|
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/cs/ |
H A D | UNI-2021.cs | 3 int fun () in fun() method 8 int fun() {return 0; } in fun() method 10 int fun() { in fun() method 14 int fun() { in fun() method 17 int fun() in fun() method 20 int fun() { return 0; in fun() method 23 int fun() in fun() method 27 int fun() in fun() method
|
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/cs/ |
H A D | 10075-UNI-2021.cs | 3 int fun() {return 0;} in fun() method 5 int fun() {return 0; } in fun() method 7 int fun() {return 0;} in fun() method 9 int fun() {return 0; } in fun() method 11 int fun() {return 0; } in fun() method 13 int fun() { return 0;} in fun() method 15 int fun() {return 0; } in fun() method 17 int fun() {return 0;} in fun() method
|
/dports/math/R-cran-nloptr/nloptr/inst/include/ |
H A D | nloptrAPI.h | 60 static void(*fun)(unsigned long) = NULL; in nlopt_srand() local 67 static void(*fun)(void) = NULL; in nlopt_srand_time() local 74 static void(*fun)(int *, int *, int *) = NULL; in nlopt_version() local 88 static void(*fun)(nlopt_opt) = NULL; in nlopt_destroy() local 195 static nlopt_result(*fun)(nlopt_opt) = NULL; in nlopt_remove_inequality_constraints() local 232 static nlopt_result(*fun)(nlopt_opt) = NULL; in nlopt_remove_equality_constraints() local 278 static double(*fun)(const nlopt_opt) = NULL; in nlopt_get_stopval() local 292 static double(*fun)(const nlopt_opt) = NULL; in nlopt_get_ftol_rel() local 355 static int(*fun)(const nlopt_opt) = NULL; in nlopt_get_maxeval() local 369 static double(*fun)(nlopt_opt) = NULL; in nlopt_get_maxtime() local [all …]
|
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/ |
H A D | routines.h | 86 static Fun fun = GET_CALLABLE("type2name"); in type2name() local 132 static Fun fun = GET_CALLABLE("mktime00"); in mktime00() local 194 static Fun fun = GET_CALLABLE("demangle"); in demangle() local 206 static Fun fun = GET_CALLABLE("stack_trace"); variable 212 static Fun fun = GET_CALLABLE("get_string_elt"); in get_string_elt() local 224 static Fun fun = GET_CALLABLE("set_string_elt"); in set_string_elt() local 236 static Fun fun = GET_CALLABLE("get_string_ptr"); in get_string_ptr() local 260 static Fun fun = GET_CALLABLE("char_nocheck"); in char_nocheck() local 266 static Fun fun = GET_CALLABLE("dataptr"); in dataptr() local 284 static Fun fun = GET_CALLABLE("get_cache"); in get_cache() local [all …]
|
/dports/devel/R-cran-cli/cli/tests/testthat/ |
H A D | test-progress-client.R | 4 fun <- function() { function 22 fun <- function() { function 34 fun <- function() { function 44 fun <- function() { function 49 fun <- function() { function 55 fun <- function() { function 63 fun <- function() { function 75 fun <- function() { function 90 fun <- function() { function 104 fun <- function() { function [all …]
|
/dports/textproc/R-cran-markdown/markdown/inst/include/ |
H A D | markdown_rstubs.c | 20 static int (*fun)(struct buf *, size_t) = NULL; in rstub_bufgrow() local 28 static struct buf *(*fun)(size_t) = NULL; in rstub_bufnew() local 36 static const char *(*fun)(struct buf *) = NULL; in rstub_bufcstr() local 68 static void (*fun)(struct buf *, int) = NULL; in rstub_bufputc() local 76 static void (*fun)(struct buf *) = NULL; in rstub_bufrelease() local 84 static void (*fun)(struct buf *) = NULL; in rstub_bufreset() local 92 static int (*fun)(struct buf *, size_t) = NULL; in rstub_bufslurp() local 113 static int (*fun)(const uint8_t *, size_t) = NULL; in rstub_sd_autolink_issafe() local 190 static void (*fun)(struct sd_markdown *) = NULL; in rstub_sd_markdown_free() local 200 static void (*fun)(int *, int *, int *) = NULL; in rstub_sd_version() local [all …]
|
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/api/ |
H A D | test_cmdutils.py | 50 def fun(): function 84 def fun(): function 113 def fun(): function 123 def fun(): function 134 def fun(self): function 141 def fun(*args): function 225 def fun(): function 284 def fun(arg): function 353 def fun(arg): function 464 def fun(): function [all …]
|
/dports/math/py-or-tools/or-tools-9.2/ortools/util/ |
H A D | functions_swig_test_helpers.h | 33 static std::string NoOpVoidToString(std::function<std::string()> fun) { in NoOpVoidToString() 37 static int64_t NoOpInt64ToInt64(std::function<int64_t(int64_t)> fun, in NoOpInt64ToInt64() 43 std::function<int64_t(int64_t, int64_t)> fun, int64_t x, int64_t y) { in NoOpInt64PairToInt64() argument 47 static int64_t NoOpIntToInt64(std::function<int64_t(int)> fun, int x) { in NoOpIntToInt64() 57 std::function<int64_t(int64_t, int64_t, int64_t)> fun, int64_t x, in NoOpInt64TripleToInt64() argument 68 static bool NoOpInt64ToBool(std::function<bool(int64_t)> fun, int64_t x) { in NoOpInt64ToBool() 72 static bool NoOpVoidToBool(std::function<bool()> fun) { return fun(); } in NoOpVoidToBool() 74 static void NoOpInt64ToVoid(std::function<void(int64_t)> fun, int64_t x) { in NoOpInt64ToVoid() 78 static void NoOpVoidToVoid(std::function<void()> fun) { fun(); } in NoOpVoidToVoid() 80 static void NoOpStringToVoid(std::function<void(std::string)> fun, in NoOpStringToVoid() [all …]
|
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/3rd_party/chaiscript-develop/chaiscript/dispatchkit/ |
H A D | register_function.hpp | 43 Proxy_Function fun(const T &t) in fun() function 53 Proxy_Function fun(Ret (*func)(Param...)) in fun() function 63 Proxy_Function fun(Ret (Class::*t_func)(Param...) const) in fun() function 72 Proxy_Function fun(Ret (Class::*t_func)(Param...)) in fun() function 82 …Proxy_Function fun(T Class::* m /*, typename std::enable_if<std::is_member_object_pointer<T>::valu… in fun() function 91 Proxy_Function fun(Ret (*func)(Param...) noexcept) in fun() function 101 Proxy_Function fun(Ret (Class::*t_func)(Param...) const noexcept) in fun() function 110 Proxy_Function fun(Ret (Class::*t_func)(Param...) noexcept) in fun() function 142 Proxy_Function fun(T &&t, const Q &q) in fun() function
|
/dports/lang/chaiscript/ChaiScript-6.1.0/include/chaiscript/dispatchkit/ |
H A D | register_function.hpp | 43 Proxy_Function fun(const T &t) in fun() function 53 Proxy_Function fun(Ret (*func)(Param...)) in fun() function 63 Proxy_Function fun(Ret (Class::*t_func)(Param...) const) in fun() function 72 Proxy_Function fun(Ret (Class::*t_func)(Param...)) in fun() function 82 …Proxy_Function fun(T Class::* m /*, typename std::enable_if<std::is_member_object_pointer<T>::valu… in fun() function 91 Proxy_Function fun(Ret (*func)(Param...) noexcept) in fun() function 101 Proxy_Function fun(Ret (Class::*t_func)(Param...) const noexcept) in fun() function 110 Proxy_Function fun(Ret (Class::*t_func)(Param...) noexcept) in fun() function 142 Proxy_Function fun(T &&t, const Q &q) in fun() function
|
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/ |
H A D | RcppEigenStubs.h | 36 static CHM_DN(*fun)(CHM_DN,SEXP) = NULL; in as_cholmod_dense() local 45 static CHM_FR(*fun)(CHM_FR,SEXP) = NULL; in as_cholmod_factor() local 72 static SEXP(*fun)(SEXP) = NULL; in Csparse_diagU2N() local 82 static SEXP(*fun)(const_CHM_FR,int) = NULL; in M_chm_factor_to_SEXP() local 92 static double(*fun)(const_CHM_FR) = NULL; in M_chm_factor_ldetL2() local 175 static CHM_DN(*fun)(size_t,size_t,size_t, in cholmod_allocate_dense() local 375 static int(*fun)(CHM_CM) = NULL; in cholmod_finish() local 385 static int(*fun)(CHM_SP,CHM_CM) = NULL; in cholmod_sort() local 496 static CHM_SP(*fun)(int,const_CHM_FR, in cholmod_spsolve() local 508 static int(*fun)(CHM_CM) = NULL; in cholmod_defaults() local [all …]
|
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/range/detail/ |
H A D | size.hpp | 43 static BOOST_RANGE_DEDUCED_TYPENAME C::size_type fun( const C& c ) in fun() function 58 fun( const P& p ) in fun() function 73 static std::size_t fun( T BOOST_RANGE_ARRAY_REF()[sz] ) in fun() function 90 static std::size_t fun( T BOOST_RANGE_ARRAY_REF()[sz] ) in fun() function 100 static std::size_t fun( T BOOST_RANGE_ARRAY_REF()[sz] ) in fun() function 113 static std::size_t fun( const char* s ) in fun() function 122 static std::size_t fun( const char* s ) in fun() function 131 static std::size_t fun( const wchar_t* s ) in fun() function 140 static std::size_t fun( const wchar_t* s ) in fun() function
|
H A 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
|
/dports/editors/madedit/madedit-0.2.9/xpressive/boost/range/detail/ |
H A D | size.hpp | 43 static BOOST_RANGE_DEDUCED_TYPENAME C::size_type fun( const C& c ) in fun() function 58 fun( const P& p ) in fun() function 73 static std::size_t fun( T BOOST_RANGE_ARRAY_REF()[sz] ) in fun() function 90 static std::size_t fun( T BOOST_RANGE_ARRAY_REF()[sz] ) in fun() function 100 static std::size_t fun( T BOOST_RANGE_ARRAY_REF()[sz] ) in fun() function 113 static std::size_t fun( const char* s ) in fun() function 122 static std::size_t fun( const char* s ) in fun() function 131 static std::size_t fun( const wchar_t* s ) in fun() function 140 static std::size_t fun( const wchar_t* s ) in fun() function
|
/dports/biology/lamarc/lamarc-2.1.8/boost/range/detail/ |
H A D | end.hpp | 44 fun( C& c ) in fun() function 59 fun( const P& p ) in fun() function 74 static T* fun( T BOOST_RANGE_ARRAY_REF()[sz] ) in fun() function 92 static T* fun( T BOOST_RANGE_ARRAY_REF()[sz] ) in fun() function 102 static T* fun( T BOOST_RANGE_ARRAY_REF()[sz] ) in fun() function 115 static char* fun( char* s ) in fun() function 124 static const char* fun( const char* s ) in fun() function 133 static wchar_t* fun( wchar_t* s ) in fun() function 143 static const wchar_t* fun( const wchar_t* s ) in fun() function
|
H A D | size.hpp | 43 static BOOST_RANGE_DEDUCED_TYPENAME C::size_type fun( const C& c ) in fun() function 58 fun( const P& p ) in fun() function 73 static std::size_t fun( T BOOST_RANGE_ARRAY_REF()[sz] ) in fun() function 90 static std::size_t fun( T BOOST_RANGE_ARRAY_REF()[sz] ) in fun() function 100 static std::size_t fun( T BOOST_RANGE_ARRAY_REF()[sz] ) in fun() function 113 static std::size_t fun( const char* s ) in fun() function 122 static std::size_t fun( const char* s ) in fun() function 131 static std::size_t fun( const wchar_t* s ) in fun() function 140 static std::size_t fun( const wchar_t* s ) in fun() function
|
/dports/math/R-cran-xts/xts/inst/include/ |
H A D | xtsAPI.h | 45 static SEXP(*fun)(SEXP) = (SEXP(*)(SEXP)) R_GetCCallable("xts","isXts"); in xtsIs() local 55 static SEXP(*fun)(SEXP,SEXP) = (SEXP(*)(SEXP,SEXP)) R_GetCCallable("xts","naCheck"); in xtsNaCheck() local 60 static SEXP(*fun)(SEXP) = (SEXP(*)(SEXP)) R_GetCCallable("xts","tryXts"); in xtsTry() local 65 static SEXP(*fun)(SEXP, SEXP, SEXP) = in xtsRbind() local 71 static SEXP(*fun)(SEXP) = (SEXP(*)(SEXP)) R_GetCCallable("xts","coredata_xts"); in xtsCoredata() local 76 static SEXP(*fun)(SEXP,SEXP,SEXP) = (SEXP(*)(SEXP,SEXP,SEXP)) R_GetCCallable("xts","lagXts"); in xtsLag() local 86 static SEXP(*fun)(SEXP,SEXP) = (SEXP(*)(SEXP,SEXP)) R_GetCCallable("xts","make_unique"); in xtsMakeUnique() local 91 static SEXP(*fun)(SEXP,SEXP,SEXP,SEXP) = in xtsEndpoints() local 99 static SEXP(*fun)(SEXP,SEXP,SEXP,SEXP,SEXP,SEXP,SEXP,SEXP,SEXP,SEXP,SEXP) = in xtsMerge() local 105 static SEXP(*fun)(SEXP) = (SEXP(*)(SEXP)) R_GetCCallable("xts","na_omit_xts"); in xtsNaOmit() local [all …]
|
/dports/lang/gnu-apl/apl-1.8/src/ |
H A D | QuadFunction.hh | 62 static Quad_AF * fun; ///< Built-in function. member in Quad_AF 79 static Quad_AT * fun; ///< Built-in function. member in Quad_AT 93 static Quad_DL * fun; ///< Built-in function. member in Quad_DL 114 static Quad_EA * fun; ///< Built-in function. member in Quad_EA 135 static Quad_EB * fun; ///< Built-in function. member in Quad_EB 156 static Quad_EC * fun; ///< Built-in function. member in Quad_EC 180 static Quad_ENV * fun; ///< Built-in function. member in Quad_ENV 198 static Quad_ES * fun; ///< Built-in function. member in Quad_ES 225 static Quad_EX * fun; ///< Built-in function. member in Quad_EX 307 static Quad_NA * fun; ///< Built-in function. member in Quad_NA [all …]
|
/dports/devel/R-cran-covr/covr/tests/testthat/ |
H A D | test-trace_calls.R | 7 fun <- function(x) x + 1 function 12 fun <- function() 1 function 24 fun <- function(x) x function 36 fun <- function(x) { function 51 fun <- function() { function 59 fun <- function(x) { function 76 fun <- function() { function 96 fun <- function() NULL function
|
/dports/devel/boost-docs/boost_1_72_0/boost/range/detail/ |
H A 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
|
/dports/devel/hyperscan/boost_1_75_0/boost/range/detail/ |
H A 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
|
/dports/devel/boost-python-libs/boost_1_72_0/boost/range/detail/ |
H A 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
|
/dports/devel/R-cran-BH/BH/inst/include/boost/range/detail/ |
H A 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
|
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/range/detail/ |
H A 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
|