Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_cmd_line_script.py92 expected_file, expected_argv0, argument
120 def _check_script(self, script_exec_args, expected_file, argument
Dtest_runpy.py601 def _check_script(self, script_name, expected_name, expected_file, argument
/external/python/cpython2/Lib/test/
Dtest_cmd_line_script.py70 def _check_script(self, script_name, expected_file, argument
Dtest_runpy.py338 def _check_script(self, script_name, expected_name, expected_file, argument
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle_test.cc614 for (const string& expected_file : expected_files) { in TEST() local