HomeSort by relevance Sort by last modified time
    Searched refs:test_executable (Results 1 - 12 of 12) sorted by null

  /external/libyuv/files/tools_libyuv/valgrind/
libyuv_tests.py 129 test_executable = options.test
130 if options.build_dir and not test_executable.startswith(options.build_dir):
131 test_executable = os.path.join(options.build_dir, test_executable)
132 args = [test_executable] + args
  /external/webrtc/tools/valgrind-webrtc/
webrtc_tests.py 142 test_executable = options.test
143 if options.build_dir and not test_executable.startswith(options.build_dir):
144 test_executable = os.path.join(options.build_dir, test_executable)
145 args = [test_executable] + args
  /cts/build/
config.mk 21 BUILD_CTS_EXECUTABLE := cts/build/test_executable.mk
  /test/vts/testcases/target/hal_lights/
Android.mk 32 test_executable := VtsHalLightsTestCases macro
33 list_executable := $(test_executable)_list
38 LOCAL_MODULE := $(test_executable)
  /test/vts/testcases/target/hal_power/
Android.mk 32 test_executable := VtsHalPowerTestCases macro
33 list_executable := $(test_executable)_list
38 LOCAL_MODULE := $(test_executable)
  /external/vixl/tools/
test.py 506 test_executable = util.relrealpath(
510 printer.Print(test_executable)
516 rc |= threaded_tests.RunTests(test_executable,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sys.py 461 def test_executable(self): member in class:SysModuleTest
  /external/python/cpython2/Lib/test/
test_sys.py 461 def test_executable(self): member in class:SysModuleTest
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sys.py 473 def test_executable(self): member in class:SysModuleTest
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sys.py 473 def test_executable(self): member in class:SysModuleTest
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys.py 473 def test_executable(self): member in class:SysModuleTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys.py 473 def test_executable(self): member in class:SysModuleTest

Completed in 780 milliseconds