Home
last modified time | relevance | path

Searched refs:test_executable (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/tools/test/
Drun_and_gather_logs_lib.py128 test_executable = test_name.rstrip().strip("/").replace(":", "/")
130 if gfile.Exists(os.path.join("bazel-bin", test_executable)):
132 test_executable = os.path.join("bazel-bin", test_executable)
135 test_executable = os.path.join(".", test_executable)
155 if not gfile.Exists(test_executable):
156 test_executable_py3 = test_executable + ".python3"
158 raise ValueError("Executable does not exist: %s" % test_executable)
159 test_executable = test_executable_py3
166 subprocess.check_call([test_executable] + test_args)
/external/libopus/cmake/
DRunTest.cmake29 get_filename_component(test_executable ${TEST_EXECUTABLE} NAME)
30 set(test_executable_on_android /data/local/tmp/${test_executable})
/external/vixl/tools/
Dtest.py435 test_executable = util.relrealpath( variable
439 printer.Print(test_executable)
441 test_executable,
/external/python/cpython3/Lib/test/
Dtest_venv.py318 def test_executable(self): member in BasicTest
Dtest_sys.py689 def test_executable(self): member in SysModuleTest
Dtest_subprocess.py337 def test_executable(self): member in ProcessTestCase
/external/python/cpython2/Lib/test/
Dtest_sys.py472 def test_executable(self): member in SysModuleTest