Searched refs:methodName (Results 1 – 3 of 3) sorted by relevance
20 def __init__(self, methodName="runTest"): argument22 super(OESelftestTestCase, self).__init__(methodName)
90 def __init__(self, methodName='runTest'): argument92 super(oeRuntimeTest, self).__init__(methodName)
295 static int write_acpi_int(const char *methodName, int val) in write_acpi_int() argument299 status = acpi_execute_simple_method(NULL, (char *)methodName, val); in write_acpi_int()