Searched refs:open_func (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/ |
D | iobench.py | 281 def run_one_test(name, size, open_func, test_func, *args): argument 286 with open_func(name) as f: 290 def run_test_family(tests, mode_filter, files, open_func, *make_args): argument 302 open_func, test_func, *args)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lparser.c | 527 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { in open_func() function 794 open_func(ls, &new_fs, &bl); in body() 1607 open_func(ls, fs, &bl); in mainfunc()
|