Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 25 of 1237) sorted by relevance

12345678910>>...50

/third_party/uboot/u-boot-2020.01/arch/arm/mach-rmobile/
Dpfc-r8a7790.h14 #define CPU_32_PORT(fn, pfx, sfx) \ argument
19 #define CPU_32_PORT2(fn, pfx, sfx) \ argument
24 #define CPU_32_PORT1(fn, pfx, sfx) \ argument
28 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
37 #define CPU_32_PORT1(fn, pfx, sfx) \ argument
48 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
64 #define CPU_32_PORT0_28(fn, pfx, sfx) \ argument
72 #define CPU_32_PORT0_22(fn, pfx, sfx) \ argument
77 #define CPU_32_PORT0_27(fn, pfx, sfx) \ argument
84 #define CPU_32_PORT0_16(fn, pfx, sfx) \ argument
[all …]
/third_party/boost/libs/function/test/
Dmixed_cxxstd.cpp14 EXPORT void call_fn_1( boost::function<void()> const & fn ) in call_fn_1()
19 EXPORT void call_fn_2( boost::function<void(int)> const & fn ) in call_fn_2()
24 EXPORT void call_fn_3( boost::function<void(int, int)> const & fn ) in call_fn_3() argument
29 EXPORT void call_fn_4( boost::function0<void> const & fn ) in call_fn_4()
34 EXPORT void call_fn_5( boost::function1<void, int> const & fn ) in call_fn_5()
39 EXPORT void call_fn_6( boost::function2<void, int, int> const & fn ) in call_fn_6() argument
/third_party/mingw-w64/mingw-w64-headers/include/
Dwindowsx.h72 #define HANDLE_MSG(hwnd,message,fn) case (message): return HANDLE_##message((hwnd),(wParam),(lParam… argument
73 #define HANDLE_WM_COMPACTING(hwnd,wParam,lParam,fn) ((fn)((hwnd),(UINT)(wParam)),(LRESULT)0) argument
74 #define FORWARD_WM_COMPACTING(hwnd,compactRatio,fn) (void)(fn)((hwnd),WM_COMPACTING,(WPARAM)(UINT)(… argument
75 #define HANDLE_WM_WININICHANGE(hwnd,wParam,lParam,fn) ((fn)((hwnd),(LPCTSTR)(lParam)),(LRESULT)0) argument
76 #define FORWARD_WM_WININICHANGE(hwnd,lpszSectionName,fn) (void)(fn)((hwnd),WM_WININICHANGE,(WPARAM)… argument
77 #define HANDLE_WM_SYSCOLORCHANGE(hwnd,wParam,lParam,fn) ((fn)(hwnd),(LRESULT)0) argument
78 #define FORWARD_WM_SYSCOLORCHANGE(hwnd,fn) (void)(fn)((hwnd),WM_SYSCOLORCHANGE,(WPARAM)0,(LPARAM)0) argument
79 #define HANDLE_WM_QUERYNEWPALETTE(hwnd,wParam,lParam,fn) MAKELRESULT((WINBOOL)(fn)(hwnd),(LRESULT)0) argument
80 #define FORWARD_WM_QUERYNEWPALETTE(hwnd,fn) (WINBOOL)(DWORD)(fn)((hwnd),WM_QUERYNEWPALETTE,(WPARAM)… argument
81 #define HANDLE_WM_PALETTEISCHANGING(hwnd,wParam,lParam,fn) ((fn)((hwnd),(HWND)(wParam)),(LRESULT)0) argument
[all …]
/third_party/node/doc/api/
Dassert.md1603 [`AssertionError`]: #assert_class_assert_assertionerror
1604 [`CallTracker`]: #assert_class_assert_calltracker
1617 [`assert.deepEqual()`]: #assert_assert_deepequal_actual_expected_message
1618 [`assert.deepStrictEqual()`]: #assert_assert_deepstrictequal_actual_expected_message
1619 [`assert.doesNotThrow()`]: #assert_assert_doesnotthrow_fn_error_message
1620 [`assert.equal()`]: #assert_assert_equal_actual_expected_message
1621 [`assert.notDeepEqual()`]: #assert_assert_notdeepequal_actual_expected_message
1622 [`assert.notDeepStrictEqual()`]: #assert_assert_notdeepstrictequal_actual_expected_message
1623 [`assert.notEqual()`]: #assert_assert_notequal_actual_expected_message
1624 [`assert.notStrictEqual()`]: #assert_assert_notstrictequal_actual_expected_message
[all …]
/third_party/typescript/tests/baselines/reference/
DthisInAccessors.js5 var fn = () => this; function
18 var fn = () => this; function
25 var fn = () => this; function
29 var fn = () => this; function
41 var fn = function () { return _this; }; function
61 var fn = function () { return _this; }; function
75 var fn = function () { return _this; }; function
80 var fn = function () { return _this; }; function
DbaseClassImprovedMismatchErrors.js4 fn() { method in Base
10 fn() { method in Derived
16 fn() { method in DerivedInterface
40 Base.prototype.fn = function () { method in Base
50 Derived.prototype.fn = function () { method in Derived
58 DerivedInterface.prototype.fn = function () { method in DerivedInterface
DvalidMultipleVariableDeclarations.js27 var fn = function (s: string) { return 42; } function
29 var fn: (s: string) => number; variable
30 var fn: { (s: string): number }; variable
32 var fn: typeof fn; variable
64 var fn; variable
65 var fn; variable
67 var fn; variable
DModuleWithExportedAndNonExportedFunctions.js4 export function fn(s: string) { function
22 var fn: (s: string) => boolean; variable
35 function fn(s) { function
51 var fn; variable
DClassAndModuleThatMergeWithModulesExportedGenericFunctionAndGenericClassStaticFunctionOfTheSameName.js6 static fn<U>(id: U) { } field in clodule
22 clodule.fn = function (id) { }; function
27 function fn(x, y) { function
/third_party/typescript/tests/cases/conformance/statements/forStatements/
DforStatementsMultipleValidDecl.ts23 for (var fn = function (s: string) { return 42; }; ;) { } variable
24 for (var fn = (s: string) => 3; ;) { } variable
25 for (var fn: (s: string) => number; ;) { } variable
26 for (var fn: { (s: string): number }; ;) { } variable
27 for (var fn = <(s: string) => number> null; ;) { } variable
28 for (var fn: typeof fn; ;) { } variable
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/renesas/
Dsh_pfc.h330 #define PINMUX_IPSR_NOGP(ipsr, fn) \ argument
340 #define PINMUX_IPSR_GPSR(ipsr, fn) \ argument
351 #define PINMUX_IPSR_NOGM(ipsr, fn, msel) \ argument
362 #define PINMUX_IPSR_NOFN(gpsr, fn, gsel) \ argument
374 #define PINMUX_IPSR_MSEL(ipsr, fn, msel) \ argument
386 #define PINMUX_IPSR_PHYS_MSEL(ipsr, fn, psel, msel) \ argument
396 #define PINMUX_IPSR_PHYS(ipsr, fn, psel) \ argument
404 #define PINMUX_SINGLE(fn) \ argument
411 #define PORT_GP_CFG_1(bank, pin, fn, sfx, cfg) \ argument
413 #define PORT_GP_1(bank, pin, fn, sfx) PORT_GP_CFG_1(bank, pin, fn, sfx, 0) argument
[all …]
/third_party/typescript/tests/cases/conformance/statements/VariableStatements/
DvalidMultipleVariableDeclarations.ts26 var fn = function (s: string) { return 42; } variable
27 var fn = (s: string) => 3; variable
28 var fn: (s: string) => number; variable
29 var fn: { (s: string): number }; variable
30 var fn = <(s: string) => number> null; variable
31 var fn: typeof fn; variable
/third_party/boost/libs/mp11/test/
Dmp_invoke_q.cpp20 template<class...> using fn = void; typedef
30 template<class... T> using fn = mp_size_t<sizeof...(T)>; typedef
35 template<class T1, class... T> using fn = T1; typedef
40 template<class T1, class T2> using fn = T2; typedef
Dmp_unique_if_q.cpp29 template<class T, class U> using fn = mp_bool< T::value == U::value >; typedef
34 template<class T, class U> using fn = mp_bool< sizeof(T) == sizeof(U) >; typedef
41 template<class T, class U> struct fn: mp_bool< T::value == U::value > {}; struct
46 template<class T, class U> struct fn: mp_bool< sizeof(T) == sizeof(U) > {}; struct
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dmodule.h67 int (*fn)(void); in _module_run() local
79 #define module_init(fn) \ argument
82 #define module_exit(fn) \ argument
89 #define module_init_order(fn, order) \ argument
92 #define module_exit_order(fn, order) \ argument
104 #define postcore_initcall(fn) SYSINIT(fn, SI_SUB_POST_CORE_INIT, SI_ORDER_FIRST, _module_run, (fn… argument
105 #define arch_initcall(fn) SYSINIT(fn, SI_SUB_ARCH_INIT, SI_ORDER_FIRST, _module_run, (fn)) argument
106 #define subsys_initcall(fn) SYSINIT(fn, SI_SUB_SUBSYS_INIT, SI_ORDER_FIRST, _module_run, (fn)) argument
/third_party/uboot/u-boot-2020.01/drivers/pci_endpoint/
Dsandbox-pci_ep.c40 static int sandbox_write_header(struct udevice *dev, uint fn, in sandbox_write_header()
53 static int sandbox_read_header(struct udevice *dev, uint fn, in sandbox_read_header()
66 static int sandbox_set_bar(struct udevice *dev, uint fn, in sandbox_set_bar()
82 static int sandbox_read_bar(struct udevice *dev, uint fn, in sandbox_read_bar()
95 static int sandbox_set_msi(struct udevice *dev, uint fn, uint interrupts) in sandbox_set_msi()
107 static int sandbox_get_msi(struct udevice *dev, uint fn) in sandbox_get_msi()
117 static int sandbox_set_msix(struct udevice *dev, uint fn, uint interrupts) in sandbox_set_msix()
129 static int sandbox_get_msix(struct udevice *dev, uint fn) in sandbox_get_msix()
139 static int sandbox_raise_irq(struct udevice *dev, uint fn, in sandbox_raise_irq()
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Deach.js10 function PromiseMapSeries(promises, fn) { argument
14 Promise.prototype.each = function (fn) { argument
19 Promise.prototype.mapSeries = function (fn) { argument
23 Promise.each = function (promises, fn) { argument
Dasync.js22 Async.prototype.setScheduler = function(fn) { argument
58 Async.prototype.throwLater = function(fn, arg) { argument
61 fn = function () { throw arg; }; function
76 function AsyncInvokeLater(fn, receiver, arg) { argument
81 function AsyncInvoke(fn, receiver, arg) { argument
96 Async.prototype.invokeLater = function (fn, receiver, arg) { argument
108 Async.prototype.invoke = function (fn, receiver, arg) { argument
/third_party/boost/boost/range/algorithm_ext/
Dfor_each.hpp27 Fn2 fn) in for_each_impl()
40 inline Fn2 for_each(const SinglePassRange1& rng1, const SinglePassRange2& rng2, Fn2 fn) in for_each()
51 inline Fn2 for_each(const SinglePassRange1& rng1, SinglePassRange2& rng2, Fn2 fn) in for_each()
62 inline Fn2 for_each(SinglePassRange1& rng1, const SinglePassRange2& rng2, Fn2 fn) in for_each()
73 inline Fn2 for_each(SinglePassRange1& rng1, SinglePassRange2& rng2, Fn2 fn) in for_each()
/third_party/typescript/tests/cases/conformance/internalModules/DeclarationMerging/
DFunctionAndModuleWithSameNameAndCommonRoot.ts16 var fn: () => { x: number; y: number }; variable
17 var fn = A.Point; variable
36 var fn: () => { x: number; y: number }; variable
37 var fn = B.Point; // not expected to be an error. bug 840000: [corelang] Function of fundule not a… variable
/third_party/typescript/tests/cases/conformance/internalModules/moduleBody/
DinvalidModuleWithVarStatements.ts8 public function fn(x: string) { } function
16 static function fn(x: string) { } function
25 private function fn(x: string) { } function
/third_party/python/Doc/tools/
Drstlint.py67 def check_syntax(fn, lines): argument
81 def check_suspicious_constructs(fn, lines): argument
96 def check_whitespace(fn, lines): argument
108 def check_line_length(fn, lines): argument
122 def check_leaked_markup(fn, lines): argument
/third_party/boost/boost/coroutine/detail/
Dsymmetric_coroutine_call.hpp59 explicit symmetric_coroutine_call( coroutine_fn fn, in symmetric_coroutine_call()
83 explicit symmetric_coroutine_call( coroutine_fn fn, in symmetric_coroutine_call()
107 explicit symmetric_coroutine_call( BOOST_RV_REF( Fn) fn, in symmetric_coroutine_call()
131 explicit symmetric_coroutine_call( BOOST_RV_REF( Fn) fn, in symmetric_coroutine_call()
155 explicit symmetric_coroutine_call( Fn fn, in symmetric_coroutine_call()
179 explicit symmetric_coroutine_call( Fn fn, in symmetric_coroutine_call()
203 explicit symmetric_coroutine_call( BOOST_RV_REF( Fn) fn, in symmetric_coroutine_call()
227 explicit symmetric_coroutine_call( BOOST_RV_REF( Fn) fn, in symmetric_coroutine_call()
315 explicit symmetric_coroutine_call( coroutine_fn fn, in symmetric_coroutine_call()
339 explicit symmetric_coroutine_call( coroutine_fn fn, in symmetric_coroutine_call()
[all …]
/third_party/typescript/tests/cases/compiler/
DbaseClassImprovedMismatchErrors.ts3 fn() { method in Base
9 fn() { method in Derived
15 fn() { method in DerivedInterface
/third_party/typescript/tests/cases/conformance/internalModules/exportDeclarations/
DModuleWithExportedAndNonExportedFunctions.ts3 export function fn(s: string) { function
21 var fn: (s: string) => boolean; variable
22 var fn = A.fn; variable

12345678910>>...50