Searched refs:_apply (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | jsFileCompilationRestParamJsDocFunction.symbols | 1 === 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 …]
|
D | jsFileCompilationRestParamJsDocFunction.types | 1 === tests/cases/compiler/_apply.js ===
|
/third_party/libunwind/libunwind/doc/ |
D | unw_apply_reg_state.tex | 8 \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
|
D | unw_reg_states_iterate.tex | 36 to \Var{unw\_apply\_reg\_state}.\\ 73 \SeeAlso{unw\_apply\_reg\_state(3)}
|
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
D | tuple.hpp | 55 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/ |
D | index.js | 76 return _apply.applyPatch; 82 return _apply.applyPatches; 191 _apply = require("./patch/apply") variable
|
/third_party/python/Lib/ |
D | _pydecimal.py | 4171 def _apply(self, a): member in Context
|
/third_party/python/Lib/test/ |
D | test_decimal.py | 3741 (context._apply, [Decimal("100E-425000010")]),
|