Home
last modified time | relevance | path

Searched refs:_apply (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DjsFileCompilationRestParamJsDocFunction.symbols1 === tests/cases/compiler/_apply.js ===
13 >apply : Symbol(apply, Decl(_apply.js, 0, 0))
14 >func : Symbol(func, Decl(_apply.js, 10, 15))
15 >thisArg : Symbol(thisArg, Decl(_apply.js, 10, 20))
16 >args : Symbol(args, Decl(_apply.js, 10, 29))
19 >length : Symbol(length, Decl(_apply.js, 11, 7))
21 >args : Symbol(args, Decl(_apply.js, 10, 29))
25 >length : Symbol(length, Decl(_apply.js, 11, 7))
29 >func : Symbol(func, Decl(_apply.js, 10, 15))
31 >thisArg : Symbol(thisArg, Decl(_apply.js, 10, 20))
[all …]
DjsFileCompilationRestParamJsDocFunction.types1 === tests/cases/compiler/_apply.js ===
/third_party/libunwind/libunwind/doc/
Dunw_apply_reg_state.tex8 \begin{Name}{3}{unw\_apply\_reg\_state}{David Mosberger-Tang}{Programming Library}{unw\_apply\_reg\…
16 \Func{unw\_apply\_reg\_state}(\Type{unw\_cursor\_t~*}\Var{cp},
21 The \Func{unw\_apply\_reg\_state}() routine updates the register values
27 On successful completion, \Func{unw\_apply\_reg\_state}() returns 0.
33 \Func{unw\_apply\_reg\_state}() is thread-safe. If cursor \Var{cp} is
46 In addition, \Func{unw\_apply\_reg\_state}() may return any error
Dunw_reg_states_iterate.tex36 to \Var{unw\_apply\_reg\_state}.\\
73 \SeeAlso{unw\_apply\_reg\_state(3)}
/third_party/mesa3d/src/gallium/frontends/clover/util/
Dtuple.hpp55 struct _apply;
58 struct _apply<F, T, integral_sequence<Is...>> { struct
76 typename detail::_apply<F, T>::value_type
78 return detail::_apply<F, T>::eval(std::forward<F>(f), in apply()
/third_party/node/deps/npm/node_modules/diff/lib/
Dindex.js76 return _apply.applyPatch;
82 return _apply.applyPatches;
191 _apply = require("./patch/apply") variable
/third_party/python/Lib/
D_pydecimal.py4171 def _apply(self, a): member in Context
/third_party/python/Lib/test/
Dtest_decimal.py3741 (context._apply, [Decimal("100E-425000010")]),