/third_party/typescript/tests/baselines/reference/ |
H A D | functionLiterals.js | 6 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 D | overloadResolutionWithAny.js | 12 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 D | noImplicitThisBigThis.js | 9 func2() { 23 func2() { 58 func2: function () {
71 func2: function () {
102 func2(): any;
107 func2(): any;
|
H A D | targetTypeTest2.js | 10 function func2(stuff1:string, stuff2:number, stuff3:number) { function 18 function func2(stuff1, stuff2, stuff3) {
|
H A D | targetTypeTest3.js | 10 function func2(stuff1:string, stuff2:number, stuff3:number) { function 18 function func2(stuff1, stuff2, stuff3) {
|
H A D | conditionalTypeBasedContextualTypeReturnTypeWidening.js | 6 const func2 = useState2(() => () => 0); 17 var func2 = useState2(function () { return function () { return 0; }; });
variable
|
H A D | controlFlowCommaExpressionAssertionMultiple.js | 10 function func2(foo: any, bar: any, baz: any) { function 25 function func2(foo, bar, baz) {
|
H A D | emitDefaultParametersFunctionProperty.js | 4 func2(x = "hello") { }, 19 func2: function (x) {
|
H A D | implicitAnyDeclareFunctionWithoutFormalType.js | 5 function func2(a, b, c) { }; // error at "a,b,c" function 20 function func2(a, b, c) { }
|
H A D | inferStringLiteralUnionForBindingElement.js | 12 function func2() { function 32 function func2() {
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/function/ |
H A D | table.tentative.any.js | 10 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 D | pthread_slice.c | 52 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 D | modinfo.c | 44 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 D | function-name.js | 66 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 D | reflect-construct.js | 71 function func2 () { function 76 Reflect.construct (func2, {});
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | function-redecl2.c | 18 void func2(int a) __attribute__ ((noreturn)); 21 void func2(int a) in func2() function
|
/third_party/jerryscript/tests/jerry/ |
H A D | regression-test-issue-2914.js | 20 var func2 = function (number) { function 47 func2(-334918463);
|
H A D | array-prototype-map.js | 100 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.py | 34 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 D | test.js | 15 function func2() { function 19 assert.strictEqual(test_function.TestCall(func2), null);
|
/third_party/pulseaudio/src/tests/ |
H A D | hook-list-test.c | 17 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 D | unwind_test.c | 33 __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 D | ir_loader_test.cpp | 491 // 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 D | ir_loader_test.cpp | 491 // 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 D | ir_loader_test.cpp | 493 // 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...] |