HomeSort by relevance Sort by last modified time
    Searched refs:IS_MODULE (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/site_tests/kernel_ConfigVerifyPPP/
kernel_ConfigVerifyPPP.py 13 IS_MODULE = [
28 map(config.has_module, self.IS_MODULE)
  /external/autotest/client/site_tests/graphics_KernelConfig/
graphics_KernelConfig.py 21 IS_MODULE = [
64 map(config.has_module, self.IS_MODULE)
  /external/autotest/client/site_tests/kernel_ConfigVerify/
kernel_ConfigVerify.py 40 IS_MODULE = [
185 self.IS_MODULE.append('TEST_ASYNC_DRIVER_PROBE')
229 map(config.has_module, self.IS_MODULE)
  /external/u-boot/include/linux/
kconfig.h 41 * IS_MODULE(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'm', 0
44 #define IS_MODULE(option) config_enabled(option##_MODULE)
  /external/tensorflow/tensorflow/python/module/
module_test.py 481 IS_MODULE = lambda v: isinstance(v, module.Module)

Completed in 451 milliseconds