Home
last modified time | relevance | path

Searched refs:Equivalent (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/third_party/boost/libs/thread/doc/
Dscoped_thread.qbk173 [[Effects:] [Equivalent to `CallableThread()(t_)`. ]]
352 [[Effects:] [Equivalent to `CallableThread()(t_)`. ]]
367 [[Returns:] [Equivalent to return t_.joinable().]]
382 [[Effects:] [Equivalent to t_.join().]]
395 [[Effects:] [Equivalent to return `t_.try_join_for(rel_time)`.]]
408 [[Effects:] [Equivalent to return `t_.try_join_until(abs_time)`.]]
422 [[Effects:] [Equivalent to `t_.detach()`.]]
435 [[Effects:] [Equivalent to return `t_.get_id()`.]]
447 [[Effects:] [Equivalent to `t_.interrupt()`.]]
460 [[Effects:] [Equivalent to return `thread::hardware_concurrency()`.]]
[all …]
/third_party/libuv/docs/src/
Dfs.rst208 Equivalent to :man:`close(2)`.
212 Equivalent to :man:`open(2)`.
221 Equivalent to :man:`preadv(2)`.
230 Equivalent to :man:`unlink(2)`.
234 Equivalent to :man:`pwritev(2)`.
243 Equivalent to :man:`mkdir(2)`.
250Equivalent to :man:`mkdtemp(3)`. The result can be found as a null terminated string at `req->path…
254Equivalent to :man:`mkstemp(3)`. The created file path can be found as a null terminated string at…
261 Equivalent to :man:`rmdir(2)`.
310 Equivalent to :man:`scandir(3)`, with a slightly different API. Once the callback
[all …]
/third_party/node/deps/npm/node_modules/global-dirs/
Dreadme.md45 Equivalent to `npm root --global`.
51 Equivalent to `npm bin --global`.
57 Equivalent to `npm prefix --global`.
/third_party/boost/libs/bind/doc/bind/
Dinterface.qbk107 * /Effects:/ Equivalent to `bind<typename F::result_type, F>(f)`.
134 * /Effects:/ Equivalent to `bind<typename F::result_type, F, A1>(f, a1)`.
152 * /Effects:/ Equivalent to `bind<R>(`[@boost:/libs/bind/mem_fn.html `boost::mem_fn`]`(f), a1)`.
158 * /Effects:/ Equivalent to `bind<R>(`[@boost:/libs/bind/mem_fn.html `boost::mem_fn`]`(f), a1)`.
164 * /Effects:/ Equivalent to `bind<R>(`[@boost:/libs/bind/mem_fn.html `boost::mem_fn`]`(f), a1)`.
181 * /Effects:/ Equivalent to `bind<typename F::result_type, F, A1, A2>(f, a1, a2)`.
199 * /Effects:/ Equivalent to `bind<R>(`[@boost:/libs/bind/mem_fn.html `boost::mem_fn`]`(f), a1, a2)`.
205 * /Effects:/ Equivalent to `bind<R>(`[@boost:/libs/bind/mem_fn.html `boost::mem_fn`]`(f), a1, a2)`.
/third_party/python/Doc/c-api/
Dbytes.rst75 | :attr:`%d` | int | Equivalent to |
78 | :attr:`%u` | unsigned int | Equivalent to |
81 | :attr:`%ld` | long | Equivalent to |
84 | :attr:`%lu` | unsigned long | Equivalent to |
87 | :attr:`%zd` | Py_ssize_t | Equivalent to |
90 | :attr:`%zu` | size_t | Equivalent to |
93 | :attr:`%i` | int | Equivalent to |
96 | :attr:`%x` | int | Equivalent to |
Dtypehints.rst15 Equivalent to calling the Python class
44 The C type of the object returned by :c:func:`Py_GenericAlias`. Equivalent to
/third_party/boost/libs/mpl/doc/src/refmanual/
Dnot_.rst59 Equivalent to
75 Equivalent to
Dnegate.rst67 Equivalent to
83 Equivalent to
Dgreater.rst69 Equivalent to
86 Equivalent to
Dless_equal.rst69 Equivalent to
86 Equivalent to
Dless.rst69 Equivalent to
86 Equivalent to
Dequal_to.rst69 Equivalent to
86 Equivalent to
DBackExtensibleSequence.rst43 | ``push_back<s,x>::type`` | Equivalent to ``insert<s,end<s>::type,x>::type``; |
46 | ``pop_back<v>::type`` | Equivalent to ``erase<s,end<s>::type>::type``; |
DFrontExtensibleSequence.rst43 | ``push_front<s,x>::type`` | Equivalent to ``insert<s,begin<s>::type,x>::type``; |
46 | ``pop_front<v>::type`` | Equivalent to ``erase<s,begin<s>::type>::type``; |
Dnot_equal_to.rst69 Equivalent to
86 Equivalent to
Dgreater_equal.rst69 Equivalent to
86 Equivalent to
Dmodulus.rst72 Equivalent to
95 Equivalent to
Dplus.rst73 Equivalent to
94 Equivalent to
Dminus.rst72 Equivalent to
93 Equivalent to
Dtimes.rst72 Equivalent to
94 Equivalent to
Dshift_left.rst71 Equivalent to
90 Equivalent to
Ddivides.rst75 Equivalent to
99 Equivalent to
Dshift_right.rst71 Equivalent to
90 Equivalent to
/third_party/boost/libs/mpi/doc/
Dc_mapping.qbk14 [[C Function/Constant] [Boost.MPI Equivalent]]
150 [[C Constant] [Boost.MPI Equivalent]]
193 [[C Function/Constant] [Boost.MPI Equivalent]]
251 [[C Function] [Boost.MPI Equivalent]]
271 [[C Function] [Boost.MPI Equivalent]]
333 [[C Constant] [Boost.MPI Equivalent]]
359 [[C Constant] [Boost.MPI Equivalent]]
370 [[C Function/Constant] [Boost.MPI Equivalent]]
410 [[C Function] [Boost.MPI Equivalent]]
436 [[C Function] [Boost.MPI Equivalent]]
[all …]
/third_party/boost/libs/smart_ptr/doc/smart_ptr/
Dintrusive_ptr.adoc207 Effects:: Equivalent to `intrusive_ptr(r).swap(*this)`.
220 Effects:: Equivalent to `intrusive_ptr(std::move(r)).swap(*this)`.
232 Effects:: Equivalent to `intrusive_ptr().swap(*this)`.
241 Effects:: Equivalent to `intrusive_ptr(r).swap(*this)`.
251 Equivalent to `intrusive_ptr(r, add_ref).swap(*this)`.
421 Equivalent to `a.swap(b)`.

12345678910>>...12