HomeSort by relevance Sort by last modified time
    Searched defs:test_environment (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/build/android/pylib/perf/
setup.py 18 from pylib.utils import test_environment namespace
74 test_environment.CleanupLeftoverProcesses()
  /external/chromium_org/content/test/
webkit_support.cc 80 TestEnvironment* test_environment; member in namespace:content::__anon12173
107 test_environment = new TestEnvironment;
117 delete test_environment;
118 test_environment = NULL;
  /external/chromium_org/chrome/test/chromedriver/test/
run_java_tests.py 24 import test_environment namespace
278 environment = test_environment.AndroidTestEnvironment(
281 environment = test_environment.DesktopTestEnvironment(

Completed in 87 milliseconds