Home
last modified time | relevance | path

Searched defs: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
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Doetest.py90 def __init__(self, methodName='runTest'): argument
/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()