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

  /external/webrtc/tools/valgrind-webrtc/
webrtc_tests.py 12 This script inherits the chrome_tests.py in Chrome, but allows running any test
21 Since they're referenced from the chrome_tests.py script, we have similar files
35 import chrome_tests
38 class WebRTCTest(chrome_tests.ChromeTests):
41 Everything else is inherited from chrome_tests.ChromeTests.
53 chrome_tests.ChromeTests.__init__(self, options, args, test_in_chrome_tests)
57 cmd = chrome_tests.ChromeTests._DefaultCommand(self, tool, exe,
61 chrome_tests.ChromeTests._AppendGtestFilter(self, tool, self._test_name,
webrtc_tests.bat 10 :: This script is a copy of chrome_tests.bat with the following changes:
11 :: - Invokes webrtc_tests.py instead of chrome_tests.py
  /external/libyuv/files/tools_libyuv/valgrind/
libyuv_tests.py 12 This script inherits the chrome_tests.py in Chrome, but allows running any test
24 Since they're referenced from the chrome_tests.py script, we have similar files
38 import chrome_tests
41 class LibyuvTest(chrome_tests.ChromeTests):
44 Everything else is inherited from chrome_tests.ChromeTests.
49 cmd = chrome_tests.ChromeTests._DefaultCommand(self, tool, exe,
libyuv_tests.bat 10 :: This script is a copy of chrome_tests.bat with the following changes:
11 :: - Invokes libyuv_tests.py instead of chrome_tests.py

Completed in 77 milliseconds