Home
last modified time | relevance | path

Searched defs:to (Results 226 – 250 of 38602) sorted by relevance

12345678910>>...1545

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/async/tests/util/
H A DTestStreamService.cpp26 int32_t from, int32_t to) { in range()
33 int32_t from, int32_t to) { in rangeThrow()
41 int32_t from, int32_t to) { in rangeThrowUDE()
49 int32_t from, int32_t to) { in range()
62 int32_t from, int32_t to) { in rangeThrow()
75 int32_t from, int32_t to) { in rangeThrowUDE()
164 int32_t from, int32_t to) { in range()
170 int32_t from, int32_t to) { in rangeWaitForCancellation()
204 int32_t to, in range()
238 int32_t from, int32_t to) { in rangeWaitForCancellation()
[all …]
/dports/devel/php-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/timeout/
H A DAllTests.java103 TimeoutPrx to = timeout.ice_timeout(100 * mult); in allTests() local
121 TimeoutPrx to = timeout.ice_timeout(2000 * mult); in allTests() local
144 TimeoutPrx to = timeout.ice_timeout(250); in allTests() local
163 TimeoutPrx to = timeout.ice_timeout(1000 * mult); in allTests() local
180 TimeoutPrx to = timeout.ice_invocationTimeout(100); in allTests() local
207 TimeoutPrx to = timeout.ice_invocationTimeout(100); in allTests() local
221 TimeoutPrx to = timeout.ice_invocationTimeout(1000 * mult); in allTests() local
234 TimeoutPrx to = timeout.ice_invocationTimeout(-2).ice_timeout(250); in allTests() local
283 TimeoutPrx to = TimeoutPrx.uncheckedCast(obj.ice_timeout(250 * mult)); in allTests() local
332 TimeoutPrx to = TimeoutPrx.uncheckedCast(comm.stringToProxy(sref)); in allTests() local
[all …]
/dports/devel/ice37/ice-3.7.2/java/test/src/main/java/test/Ice/timeout/
H A DAllTests.java103 TimeoutPrx to = timeout.ice_timeout(100 * mult); in allTests() local
121 TimeoutPrx to = timeout.ice_timeout(2000 * mult); in allTests() local
144 TimeoutPrx to = timeout.ice_timeout(250); in allTests() local
163 TimeoutPrx to = timeout.ice_timeout(1000 * mult); in allTests() local
180 TimeoutPrx to = timeout.ice_invocationTimeout(100); in allTests() local
207 TimeoutPrx to = timeout.ice_invocationTimeout(100); in allTests() local
221 TimeoutPrx to = timeout.ice_invocationTimeout(1000 * mult); in allTests() local
234 TimeoutPrx to = timeout.ice_invocationTimeout(-2).ice_timeout(250); in allTests() local
283 TimeoutPrx to = TimeoutPrx.uncheckedCast(obj.ice_timeout(250 * mult)); in allTests() local
332 TimeoutPrx to = TimeoutPrx.uncheckedCast(comm.stringToProxy(sref)); in allTests() local
[all …]
/dports/devel/py-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/timeout/
H A DAllTests.java103 TimeoutPrx to = timeout.ice_timeout(100 * mult); in allTests() local
121 TimeoutPrx to = timeout.ice_timeout(2000 * mult); in allTests() local
144 TimeoutPrx to = timeout.ice_timeout(250); in allTests() local
163 TimeoutPrx to = timeout.ice_timeout(1000 * mult); in allTests() local
180 TimeoutPrx to = timeout.ice_invocationTimeout(100); in allTests() local
207 TimeoutPrx to = timeout.ice_invocationTimeout(100); in allTests() local
221 TimeoutPrx to = timeout.ice_invocationTimeout(1000 * mult); in allTests() local
234 TimeoutPrx to = timeout.ice_invocationTimeout(-2).ice_timeout(250); in allTests() local
283 TimeoutPrx to = TimeoutPrx.uncheckedCast(obj.ice_timeout(250 * mult)); in allTests() local
332 TimeoutPrx to = TimeoutPrx.uncheckedCast(comm.stringToProxy(sref)); in allTests() local
[all …]
/dports/devel/ppl/ppl-1.2/src/
H A Dchecked_ext_inlines.hh73 construct_ext(To& to, const From& x, Rounding_Dir dir) { in construct_ext()
95 assign_ext(To& to, const From& x, Rounding_Dir dir) { in assign_ext()
117 neg_ext(To& to, const From& x, Rounding_Dir dir) { in neg_ext()
139 floor_ext(To& to, const From& x, Rounding_Dir dir) { in floor_ext()
161 ceil_ext(To& to, const From& x, Rounding_Dir dir) { in ceil_ext()
183 trunc_ext(To& to, const From& x, Rounding_Dir dir) { in trunc_ext()
205 abs_ext(To& to, const From& x, Rounding_Dir dir) { in abs_ext()
224 add_ext(To& to, const From1& x, const From2& y, Rounding_Dir dir) { in add_ext()
267 sub_ext(To& to, const From1& x, const From2& y, Rounding_Dir dir) { in sub_ext()
813 sqrt_ext(To& to, const From& x, Rounding_Dir dir) { in sqrt_ext()
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/filesystem/
H A Dpath_traits.hpp111 std::wstring & to, in convert()
120 std::string & to, in convert()
162 std::string & to, in convert()
182 std::wstring & to, in convert()
200 void convert(const char* from, std::string & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
271 void dispatch(const std::vector<wchar_t>& c, U& to) in dispatch()
317 dispatch(const Container & c, U& to) in dispatch()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/filesystem/
H A Dpath_traits.hpp111 std::wstring & to, in convert()
120 std::string & to, in convert()
162 std::string & to, in convert()
182 std::wstring & to, in convert()
200 void convert(const char* from, std::string & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
271 void dispatch(const std::vector<wchar_t>& c, U& to) in dispatch()
317 dispatch(const Container & c, U& to) in dispatch()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/filesystem/
H A Dpath_traits.hpp231 inline void convert(const char* from, std::string& to) in convert()
246 inline void convert(const wchar_t* from, std::wstring& to) in convert()
256 inline void dispatch(std::string const& c, U& to, codecvt_type const& cvt) in dispatch()
282 inline void dispatch(std::string const& c, U& to) in dispatch()
288 inline void dispatch(std::wstring const& c, U& to) in dispatch()
294 inline void dispatch(std::vector< char > const& c, U& to) in dispatch()
300 inline void dispatch(std::vector< wchar_t > const& c, U& to) in dispatch()
312 dispatch(Container const& c, U& to, codecvt_type const& cvt) in dispatch()
323 inline void dispatch(T* const& c_str, U& to, codecvt_type const& cvt) in dispatch()
348 dispatch(Container const& c, U& to) in dispatch()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/filesystem/
H A Dpath_traits.hpp111 std::wstring & to, in convert()
120 std::string & to, in convert()
162 std::string & to, in convert()
182 std::wstring & to, in convert()
200 void convert(const char* from, std::string & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
271 void dispatch(const std::vector<wchar_t>& c, U& to) in dispatch()
317 dispatch(const Container & c, U& to) in dispatch()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/filesystem/
H A Dpath_traits.hpp111 std::wstring & to, in convert()
120 std::string & to, in convert()
162 std::string & to, in convert()
182 std::wstring & to, in convert()
200 void convert(const char* from, std::string & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
271 void dispatch(const std::vector<wchar_t>& c, U& to) in dispatch()
317 dispatch(const Container & c, U& to) in dispatch()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/filesystem/
H A Dpath_traits.hpp111 std::wstring & to, in convert()
120 std::string & to, in convert()
162 std::string & to, in convert()
182 std::wstring & to, in convert()
200 void convert(const char* from, std::string & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
271 void dispatch(const std::vector<wchar_t>& c, U& to) in dispatch()
317 dispatch(const Container & c, U& to) in dispatch()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/filesystem/
H A Dpath_traits.hpp111 std::wstring & to, in convert()
120 std::string & to, in convert()
162 std::string & to, in convert()
182 std::wstring & to, in convert()
200 void convert(const char* from, std::string & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
271 void dispatch(const std::vector<wchar_t>& c, U& to) in dispatch()
317 dispatch(const Container & c, U& to) in dispatch()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/filesystem/
H A Dpath_traits.hpp111 std::wstring & to, in convert()
120 std::string & to, in convert()
162 std::string & to, in convert()
182 std::wstring & to, in convert()
200 void convert(const char* from, std::string & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
271 void dispatch(const std::vector<wchar_t>& c, U& to) in dispatch()
317 dispatch(const Container & c, U& to) in dispatch()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/filesystem/
H A Dpath_traits.hpp111 std::wstring & to, in convert()
120 std::string & to, in convert()
162 std::string & to, in convert()
182 std::wstring & to, in convert()
200 void convert(const char* from, std::string & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
271 void dispatch(const std::vector<wchar_t>& c, U& to) in dispatch()
317 dispatch(const Container & c, U& to) in dispatch()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/filesystem/
H A Dpath_traits.hpp111 std::wstring & to, in convert()
120 std::string & to, in convert()
162 std::string & to, in convert()
182 std::wstring & to, in convert()
200 void convert(const char* from, std::string & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
271 void dispatch(const std::vector<wchar_t>& c, U& to) in dispatch()
317 dispatch(const Container & c, U& to) in dispatch()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/filesystem/
H A Dpath_traits.hpp111 std::wstring & to, in convert()
120 std::string & to, in convert()
162 std::string & to, in convert()
182 std::wstring & to, in convert()
200 void convert(const char* from, std::string & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
271 void dispatch(const std::vector<wchar_t>& c, U& to) in dispatch()
317 dispatch(const Container & c, U& to) in dispatch()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/filesystem/
H A Dpath_traits.hpp111 std::wstring & to, in convert()
120 std::string & to, in convert()
162 std::string & to, in convert()
182 std::wstring & to, in convert()
200 void convert(const char* from, std::string & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
271 void dispatch(const std::vector<wchar_t>& c, U& to) in dispatch()
317 dispatch(const Container & c, U& to) in dispatch()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/filesystem/
H A Dpath_traits.hpp111 std::wstring & to, in convert()
120 std::string & to, in convert()
162 std::string & to, in convert()
182 std::wstring & to, in convert()
200 void convert(const char* from, std::string & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
271 void dispatch(const std::vector<wchar_t>& c, U& to) in dispatch()
317 dispatch(const Container & c, U& to) in dispatch()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/filesystem/
H A Dpath_traits.hpp111 std::wstring & to, in convert()
120 std::string & to, in convert()
162 std::string & to, in convert()
182 std::wstring & to, in convert()
200 void convert(const char* from, std::string & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
271 void dispatch(const std::vector<wchar_t>& c, U& to) in dispatch()
317 dispatch(const Container & c, U& to) in dispatch()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/filesystem/
H A Dpath_traits.hpp111 std::wstring & to, in convert()
120 std::string & to, in convert()
162 std::string & to, in convert()
182 std::wstring & to, in convert()
200 void convert(const char* from, std::string & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
271 void dispatch(const std::vector<wchar_t>& c, U& to) in dispatch()
317 dispatch(const Container & c, U& to) in dispatch()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/filesystem/
H A Dpath_traits.hpp111 std::wstring & to, in convert()
120 std::string & to, in convert()
162 std::string & to, in convert()
182 std::wstring & to, in convert()
200 void convert(const char* from, std::string & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
271 void dispatch(const std::vector<wchar_t>& c, U& to) in dispatch()
317 dispatch(const Container & c, U& to) in dispatch()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/filesystem/
H A Dpath_traits.hpp111 std::wstring & to, in convert()
120 std::string & to, in convert()
162 std::string & to, in convert()
182 std::wstring & to, in convert()
200 void convert(const char* from, std::string & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
271 void dispatch(const std::vector<wchar_t>& c, U& to) in dispatch()
317 dispatch(const Container & c, U& to) in dispatch()
[all …]
/dports/math/testu01/TestU01-1.2.3/mylib/
H A Daddstr.c43 void addstr_Long (char *to, const char *add, long n) in addstr_Long()
51 void addstr_Uint (char *to, const char *add, unsigned int n) in addstr_Uint()
59 void addstr_Int (char *to, const char *add, int n) in addstr_Int()
76 void addstr_LONG (char *to, const char *add, longlong n) in addstr_LONG()
84 void addstr_ULONG (char *to, const char *add, ulonglong n) in addstr_ULONG()
93 void addstr_Char (char *to, const char *add, char c) in addstr_Char()
101 void addstr_Double (char *to, const char *add, double x) in addstr_Double()
109 void addstr_Bool (char *to, const char *add, int b) in addstr_Bool()
131 void addstr_ArrayUlong (char *to, const char *add, in addstr_ArrayUlong()
145 void addstr_ArrayUint (char *to, const char *add, int high, in addstr_ArrayUint()
[all …]
/dports/lang/ghc/ghc-8.10.7/rts/sm/
H A DGCTDecl.h46 #define SET_GCT(to) /*nothing*/ argument
61 #define SET_GCT(to) (pthread_setspecific(gctKey, to)) argument
71 #define SET_GCT(to) gct = (to) argument
83 #define SET_GCT(to) gct = (to) argument
103 #define SET_GCT(to) gct = (to) argument
114 #define SET_GCT(to) gct = (to) argument
123 #define SET_GCT(to) gct = (to) argument
132 #define SET_GCT(to) gct = (to) argument
/dports/databases/galera26/galera-release_26.4.10/galerautils/src/
H A Dgu_convert.hpp27 TO convert (const FROM& from, const TO& to) in convert()
48 long long convert (const unsigned long long& from, const long long& to) in convert()
62 const unsigned long long& to) in convert()
74 long convert (const unsigned long& from, const long& to) in convert()
87 unsigned long convert (const long& from, const unsigned long& to) in convert()
99 int convert (const unsigned int& from, const int& to) in convert()
112 unsigned int convert (const int& from, const unsigned int& to) in convert()

12345678910>>...1545