Home
last modified time | relevance | path

Searched refs:methodName (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/
H A Dcase.py20 def __init__(self, methodName="runTest"): argument
22 super(OESelftestTestCase, self).__init__(methodName)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Doetest.py90 def __init__(self, methodName='runTest'): argument
92 super(oeRuntimeTest, self).__init__(methodName)
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dtoshiba_acpi.c295 static int write_acpi_int(const char *methodName, int val) in write_acpi_int() argument
299 status = acpi_execute_simple_method(NULL, (char *)methodName, val); in write_acpi_int()