Home
last modified time | relevance | path

Searched defs:check_input (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/power_management/
Dpm_include.sh94 check_input() { function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_api_info.cc128 const bool check_input = in ValidateSignature() local
/external/python/cpython3/Lib/wsgiref/
Dvalidate.py363 def check_input(wsgi_input): function
/external/python/cpython2/Lib/wsgiref/
Dvalidate.py355 def check_input(wsgi_input): function
/external/python/cpython3/Lib/test/
Dtest_cmd_line.py299 def check_input(self, code, expected): member in CmdLineTest