Home
last modified time | relevance | path

Searched refs:func2 (Results 1 - 25 of 67) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
H A DfunctionLiterals.js6 func2: (x: number) => number; // Function type literal
11 b.func1 = b.func2;
13 b.func2 = b.func1;
14 b.func2 = b.func3;
16 b.func3 = b.func2;
34 func2: <T>(x: T) => number; // Function type literal
39 b2.func1 = b2.func2;
41 b2.func2 = b2.func1;
42 b2.func2 = b2.func3;
44 b2.func3 = b2.func2;
[all...]
H A DoverloadResolutionWithAny.js12 var func2: { variable
19 func2(x, x); // string
20 func2("", ""); // number
21 func2(x, ""); // boolean
22 func2("", x); // RegExp
30 var func2; variable
31 func2(x, x); // string
32 func2("", ""); // number
33 func2(x, ""); // boolean
34 func2("",
[all...]
H A DnoImplicitThisBigThis.js9 func2() {
23 func2() {
58 func2: function () {
71 func2: function () {
102 func2(): any;
107 func2(): any;
H A DtargetTypeTest2.js10 function func2(stuff1:string, stuff2:number, stuff3:number) { function
18 function func2(stuff1, stuff2, stuff3) {
H A DtargetTypeTest3.js10 function func2(stuff1:string, stuff2:number, stuff3:number) { function
18 function func2(stuff1, stuff2, stuff3) {
H A DconditionalTypeBasedContextualTypeReturnTypeWidening.js6 const func2 = useState2(() => () => 0);
17 var func2 = useState2(function () { return function () { return 0; }; }); variable
H A DcontrolFlowCommaExpressionAssertionMultiple.js10 function func2(foo: any, bar: any, baz: any) { function
25 function func2(foo, bar, baz) {
H A DemitDefaultParametersFunctionProperty.js4 func2(x = "hello") { },
19 func2: function (x) {
H A DimplicitAnyDeclareFunctionWithoutFormalType.js5 function func2(a, b, c) { }; // error at "a,b,c" function
20 function func2(a, b, c) { }
H A DinferStringLiteralUnionForBindingElement.js12 function func2() { function
32 function func2() {
/third_party/node/test/fixtures/wpt/wasm/jsapi/function/
H A Dtable.tentative.any.js10 var func2 = new WebAssembly.Function({parameters: ["f32"], results: []}, testfunc)
11 table.set(1, func2)
22 assert_equals(second, func2)
23 assert_equals(second.type().parameters[0], func2.type().parameters[0])
/third_party/ffmpeg/libavcodec/
H A Dpthread_slice.c52 action_func2 *func2; member
77 : c->func2(avctx, c->args, jobnr, threadnr); in worker_func()
119 static int thread_execute2(AVCodecContext *avctx, action_func2* func2, void *arg, int *ret, int job_count) in thread_execute2() argument
122 c->func2 = func2; in thread_execute2()
126 int ff_slice_thread_execute_with_mainfunc(AVCodecContext *avctx, action_func2* func2, main_func *mainfunc, void *arg, int *ret, int job_count) in ff_slice_thread_execute_with_mainfunc() argument
129 c->func2 = func2; in ff_slice_thread_execute_with_mainfunc()
/third_party/pulseaudio/src/pulsecore/
H A Dmodinfo.c44 bool (*func2) (void); in pa_modinfo_get_by_handle()
65 if ((func2 = (bool (*)(void)) pa_load_sym(dl, module_name, PA_SYMBOL_LOAD_ONCE))) in pa_modinfo_get_by_handle()
66 i->load_once = func2(); in pa_modinfo_get_by_handle()
/third_party/jerryscript/tests/jerry/es2015/
H A Dfunction-name.js66 var func2 = function bar() {}; function
67 assertMethodName(func2, 'bar');
98 func2: function () {},
124 assertMethodName(o.func2, 'func2');
154 get func2() {}
185 assertGetterName(A.prototype, 'func2');
216 get func2() {}
247 assertGetterName(B.prototype, 'func2');
H A Dreflect-construct.js71 function func2 () { function
76 Reflect.construct (func2, {});
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dfunction-redecl2.c18 void func2(int a) __attribute__ ((noreturn));
21 void func2(int a) in func2() function
/third_party/jerryscript/tests/jerry/
H A Dregression-test-issue-2914.js20 var func2 = function (number) { function
47 func2(-334918463);
H A Darray-prototype-map.js100 var func2 = function(value) { function
103 assert([1,2].map(func2, thisArg).equals([11, 12]));
/third_party/python/Lib/test/
H A D_test_atexit.py34 def func2(*args, **kwargs): function
35 calls.append(('func2', args, kwargs))
39 atexit.register(func2)
40 atexit.register(func2, 3, key="value")
44 [('func2', (3,), {'key': 'value'}),
45 ('func2', (), {}),
/third_party/node/test/js-native-api/test_function/
H A Dtest.js15 function func2() { function
19 assert.strictEqual(test_function.TestCall(func2), null);
/third_party/pulseaudio/src/tests/
H A 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
18 pa_log("(func2) hook=%s call=%s slot=%s", hook_data, call_data, slot_data); in func2()
31 slot = pa_hook_connect(&hook, PA_HOOK_NORMAL, (pa_hook_cb_t) func2, (void*) "slot2"); in START_TEST()
/third_party/musl/libc-test/src/gwp_asan/
H A Dunwind_test.c33 __attribute__((noinline)) int func2(size_t *frame_buf, size_t max_record_stack, size_t *nums_frame) in func2() function
43 res += func2(frame_buf, max_record_stack, nums_frame); in func3()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dir_loader_test.cpp491 // float4 func2(float arg2) { // func2_block in TEST()
499 // return func2(arg1); // if_merge_block in TEST()
511 float4 func2(float arg2) { in TEST()
519 return func2(arg1); in TEST()
527 float4 func2(float arg2) { in TEST()
535 return func2(arg1); in TEST()
549 %14 = OpString "func2" in TEST()
560 OpName %func2 "func2" in TEST()
592 %49 = OpExtInst %void %1 DebugFunction %14 %46 %40 1 1 %41 %11 FlagIsProtected|FlagIsPrivate 13 %func2 in TEST()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dir_loader_test.cpp491 // float4 func2(float arg2) { // func2_block in TEST()
499 // return func2(arg1); // if_merge_block in TEST()
511 float4 func2(float arg2) { in TEST()
519 return func2(arg1); in TEST()
527 float4 func2(float arg2) { in TEST()
535 return func2(arg1); in TEST()
549 %14 = OpString "func2" in TEST()
560 OpName %func2 "func2" in TEST()
592 %49 = OpExtInst %void %1 DebugFunction %14 %46 %40 1 1 %41 %11 FlagIsProtected|FlagIsPrivate 13 %func2 in TEST()
[all...]
/third_party/spirv-tools/test/opt/
H A Dir_loader_test.cpp493 // float4 func2(float arg2) { // func2_block in TEST()
501 // return func2(arg1); // if_merge_block in TEST()
513 float4 func2(float arg2) { in TEST()
521 return func2(arg1); in TEST()
529 float4 func2(float arg2) { in TEST()
537 return func2(arg1); in TEST()
551 %14 = OpString "func2" in TEST()
562 OpName %func2 "func2" in TEST()
594 %49 = OpExtInst %void %1 DebugFunction %14 %46 %40 1 1 %41 %11 FlagIsProtected|FlagIsPrivate 13 %func2 in TEST()
[all...]

Completed in 8 milliseconds

123