Home
last modified time | relevance | path

Searched defs:func2 (Results 1 – 25 of 57) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DoverloadResolutionWithAny.js12 var func2: { variable
30 var func2; variable
DemitDefaultParametersFunctionProperty.js4 func2(x = "hello") { }, method
19 func2: function (x) { method
DemitDefaultParametersFunctionPropertyES6.js4 func2(x = "hello") { }, method
12 func2(x = "hello") { }, method
DtargetTypeTest3.js10 function func2(stuff1:string, stuff2:number, stuff3:number) { function
DtargetTypeTest2.js10 function func2(stuff1:string, stuff2:number, stuff3:number) { function
DimplicitAnyDeclareFunctionWithoutFormalType.js5 function func2(a, b, c) { }; // error at "a,b,c" function
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/methodSignatures/
DfunctionLiterals.ts5 func2: (x: number) => number; // Function type literal variable
33 func2: <T>(x: T) => number; // Function type literal variable
/third_party/python/Lib/test/tracedmodules/
Dtestmod.py5 def func2(): function
/third_party/typescript/tests/cases/compiler/
DoverloadResolutionWithAny.ts11 var func2: { variable
DtargetTypeTest2.ts9 function func2(stuff1:string, stuff2:number, stuff3:number) { function
DtargetTypeTest3.ts9 function func2(stuff1:string, stuff2:number, stuff3:number) { function
DimplicitAnyDeclareFunctionWithoutFormalType.ts5 function func2(a, b, c) { }; // error at "a,b,c" function
DoptionalParameterInDestructuringWithInitializer.ts11 function func2( {a, b = 3}: {a: number, b?:number} = {a: 1,b: 2} ) { function
/third_party/ltp/tools/sparse/sparse-src/validation/
Dfunction-redecl2.c21 void func2(int a) in func2() function
/third_party/boost/libs/function_types/test/synthesis/
Dtransformation.cpp49 typedef C func2(C const &); typedef
/third_party/boost/libs/thread/test/sync/futures/promise/
Dset_rvalue_at_thread_exit_pass.cpp35 void func2() in func2() function
Dset_value_at_thread_exit_void_pass.cpp42 void func2(boost::promise<void> *p2) in func2() function
/third_party/jerryscript/tests/jerry/es2015/
Dfunction-name.js66 var func2 = function bar() {}; function
98 func2: function () {}, method
154 get func2() {} getter in A
216 get func2() {} getter in B
Dreflect-construct.js71 function func2 () { function
Darrow-function.js119 var func2 = y => func(y) function
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-2914.js20 var func2 = function (number) { function
/third_party/ffmpeg/libavcodec/
Dpthread_slice.c46 action_func2 *func2; member
114 static int thread_execute2(AVCodecContext *avctx, action_func2* func2, void *arg, int *ret, int job… in thread_execute2()
121 int ff_slice_thread_execute_with_mainfunc(AVCodecContext *avctx, action_func2* func2, main_func *ma… in ff_slice_thread_execute_with_mainfunc()
/third_party/pulseaudio/src/pulsecore/
Dmodinfo.c44 bool (*func2) (void); in pa_modinfo_get_by_handle() local
/third_party/node/test/js-native-api/test_function/
Dtest.js15 function func2() { function
/third_party/pulseaudio/src/tests/
Dhook-list-test.c17 static pa_hook_result_t func2(const char *hook_data, const char *call_data, const char *slot_data) { in func2() function

123