Home
last modified time | relevance | path

Searched refs:check_function (Results 1 – 4 of 4) sorted by relevance

/test/vts-testcase/kernel/ltp/testcase/tools/common/
Dfilter_utils.py365 def _ModuleNamePrefixMatchingCheck(self, item, check_function): argument
385 res = check_function(item)
389 res = check_function(
/test/vts/utils/python/common/
Dfilter_utils.py365 def _ModuleNamePrefixMatchingCheck(self, item, check_function): argument
385 res = check_function(item)
389 res = check_function(
/test/vts-testcase/security/system_property/
DVtsTrebleSysPropTest.py185 def _TestPropertyTypes(self, property_contexts_file, check_function): argument
200 if not check_function(tokens[1].split(":")[2])]
Dvts_treble_sys_prop_test.py243 def _TestPropertyTypes(self, property_contexts_file, check_function): argument
258 if not check_function(tokens[1].split(":")[2])]