Home
last modified time | relevance | path

Searched refs:validate_arguments (Results 1 – 5 of 5) sorted by relevance

/external/autotest/site_utils/
Dtest_that_unittest.py69 test_that.validate_arguments(args)
77 test_that.validate_arguments(args)
Dtest_that.py56 def validate_arguments(arguments): function
359 validate_arguments(arguments)
/external/autotest/site_utils/deployment/
Dcmdvalidate.py509 def validate_arguments(arguments): function
Dinstall.py858 arguments = cmdvalidate.validate_arguments(arguments)
/external/python/cpython3/Python/
Dast.c109 validate_arguments(arguments_ty args) in validate_arguments() function
237 return validate_arguments(exp->v.Lambda.args) && in validate_expr()
382 validate_arguments(stmt->v.FunctionDef.args) && in validate_stmt()
503 validate_arguments(stmt->v.AsyncFunctionDef.args) && in validate_stmt()