HomeSort by relevance Sort by last modified time
    Searched defs:check_config (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/move_pages/
move_pages_support.c 387 * check_config() - check for required configuration
393 void check_config(unsigned int min_nodes) function
  /external/python/cpython3/Lib/test/
test_embed.py 455 def check_config(self, testname, expected_core, expected_global): member in class:InitConfigTests
476 self.check_config("init_default_config", {}, {})
498 self.check_config("init_global_config", core_config, global_config)
527 self.check_config("init_from_config", core_config, global_config)
551 self.check_config("init_env", core_config, global_config)
559 self.check_config("init_dev_mode", core_config, {})
569 self.check_config("init_isolated", core_config, global_config)

Completed in 135 milliseconds