Home
last modified time | relevance | path

Searched refs:run_once (Results 1 - 15 of 15) sorted by relevance

/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dmmap2.c163 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 Dmmstress.c656 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 Dtest-run-once.c39 TEST_IMPL(run_once) { in TEST_IMPL()
/third_party/skia/infra/bots/recipe_modules/run/examples/
H A Dfull.py34 api.run.run_once(myfunc, api, i)
/third_party/eudev/src/udev/
H A Dudev-builtin-kmod.c126 .run_once = false,
H A Dudev-builtin.c95 return builtins[cmd]->run_once; in udev_builtin_run_once()
H A Dudev-builtin-blkid.c229 .run_once = true,
H A Dudev.h173 bool run_once; member
H A Dudev-builtin-usb_id.c467 .run_once = true,
H A Dudev-builtin-path_id.c707 .run_once = true,
/third_party/skia/infra/bots/recipe_modules/run/
H A Dapi.py35 def run_once(self, fn, *args, **kwargs): member in SkiaStepApi
/third_party/skia/infra/bots/recipe_modules/build/
H A Ddefault.py261 api.run.run_once(build_command_buffer, api, chrome_dir, skia_dir, out_dir)
/third_party/backends/frontend/
H A Dsaned.c255 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 Dutils.py121 def run_once(loop): function
H A Dtest_base_events.py911 # Simple test for test_utils.run_once(). It may seem strange
923 test_utils.run_once(self.loop)

Completed in 14 milliseconds