Searched refs:res_func (Results 1 – 4 of 4) sorted by relevance
/third_party/typescript/tests/baselines/reference/convertToAsyncFunction/ |
D | convertToAsyncFunction_Conditional2.ts | 9 return fetch("https://typescriptlang.org").then(res_func); 13 function res_func(result){ function 27 return res_func(result); 31 function res_func(result){ function
|
D | convertToAsyncFunction_Conditional2.js | 9 return fetch("https://typescriptlang.org").then(res_func); 13 function res_func(result){ function 27 return res_func(result); 31 function res_func(result){
|
/third_party/ltp/lib/ |
D | tst_res.c | 548 tst_res_func_t res_func; in tst_resm_hexd_() local 551 res_func = tst_res_; in tst_resm_hexd_() 553 res_func = tst_res__; in tst_resm_hexd_() 560 res_func(file, lineno, ttype, "%s", tmesg); in tst_resm_hexd_() 572 res_func(file, lineno, ttype, "%s", tmesg); in tst_resm_hexd_()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify.h | 377 const char *file, const int lineno, tst_res_func_t res_func, int fail) in fanotify_init_flags_err_msg() argument 380 res_func(file, lineno, TCONF, in fanotify_init_flags_err_msg() 383 res_func(file, lineno, TCONF, in fanotify_init_flags_err_msg()
|