Home
last modified time | relevance | path

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

12345678910>>...57

/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/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/mindspore/tests/ut/python/pynative_mode/ops/
Dtest_grad.py55 def fn(x): function
76 def fn(x): function
96 def fn(x): function
115 def fn(x): function
135 def fn(cond, x, y): function
158 def fn(x): function
177 def fn(x, y): function
198 def fn(x, y): function
/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
DClassAndModuleThatMergeWithModulesExportedGenericFunctionAndNonGenericClassStaticFunctionOfTheSameName.js6 static fn(id: string) { } method 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/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/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.py68 def check_syntax(fn, lines): argument
82 def check_suspicious_constructs(fn, lines): argument
97 def check_whitespace(fn, lines): argument
109 def check_line_length(fn, lines): argument
123 def check_leaked_markup(fn, lines): argument
186 def check_missing_surrogate_space_on_plural(fn, lines): argument
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c24 LLVMValueRef fn; member
369 static LLVMValueRef pseudo_to_value(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in pseudo_to_value()
403 static LLVMValueRef pseudo_to_rvalue(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in pseudo_to_rvalue()
413 static LLVMValueRef value_to_ivalue(struct function *fn, struct symbol *ctype, LLVMValueRef val) in value_to_ivalue()
428 static LLVMValueRef value_to_pvalue(struct function *fn, struct symbol *ctype, LLVMValueRef val) in value_to_pvalue()
447 static LLVMValueRef adjust_type(struct function *fn, struct symbol *ctype, LLVMValueRef val) in adjust_type()
460 static LLVMValueRef get_operand(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in get_operand()
471 static LLVMValueRef get_ioperand(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in get_ioperand()
534 static void output_op_binary(struct function *fn, struct instruction *insn) in output_op_binary()
619 static void output_op_compare(struct function *fn, struct instruction *insn) in output_op_compare()
[all …]
/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
/third_party/node/deps/npm/node_modules/retry/test/integration/
Dtest-retry-operation.js17 var fn = function() { function
102 var fn = function() { function
128 var fn = function() { function
162 var fn = function() { function
193 var fn = function() { function
232 var fn = function() { function

12345678910>>...57