Searched refs:run_once (Results 1 - 15 of 15) sorted by relevance
/third_party/ltp/testcases/kernel/mem/mtest06/ |
H A D | mmap2.c | 163 int run_once = TRUE; in main() local 208 run_once = FALSE; in main() 280 } while (TRUE && !run_once); in main()
|
/third_party/ltp/testcases/kernel/mem/mtest05/ |
H A D | mmstress.c | 656 int run_once = TRUE; in main() local 695 run_once = FALSE; in main() 737 } while (!run_once); in main()
|
/third_party/libuv/test/ |
H A D | test-run-once.c | 39 TEST_IMPL(run_once) { in TEST_IMPL()
|
/third_party/skia/infra/bots/recipe_modules/run/examples/ |
H A D | full.py | 34 api.run.run_once(myfunc, api, i)
|
/third_party/eudev/src/udev/ |
H A D | udev-builtin-kmod.c | 126 .run_once = false,
|
H A D | udev-builtin.c | 95 return builtins[cmd]->run_once; in udev_builtin_run_once()
|
H A D | udev-builtin-blkid.c | 229 .run_once = true,
|
H A D | udev.h | 173 bool run_once; member
|
H A D | udev-builtin-usb_id.c | 467 .run_once = true,
|
H A D | udev-builtin-path_id.c | 707 .run_once = true,
|
/third_party/skia/infra/bots/recipe_modules/run/ |
H A D | api.py | 35 def run_once(self, fn, *args, **kwargs): member in SkiaStepApi
|
/third_party/skia/infra/bots/recipe_modules/build/ |
H A D | default.py | 261 api.run.run_once(build_command_buffer, api, chrome_dir, skia_dir, out_dir)
|
/third_party/backends/frontend/ |
H A D | saned.c | 255 static int run_once; variable 3314 if (run_once == SANE_TRUE) 3318 if (run_once == SANE_TRUE) 3468 run_once = SANE_FALSE; 3489 run_once = SANE_TRUE;
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | utils.py | 121 def run_once(loop): function
|
H A D | test_base_events.py | 911 # Simple test for test_utils.run_once(). It may seem strange 923 test_utils.run_once(self.loop)
|
Completed in 14 milliseconds