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

  /external/chromium/base/test/
test_switches.cc 5 #include "base/test/test_switches.h"
test_timeouts.cc 10 #include "base/test/test_switches.h"
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
printing_unittest.py 80 def test_switches(args, expected_switches_str, function in function:TestUtilityFunctions.test_parse_print_options
95 test_switches([], printing.PRINT_DEFAULT)
98 test_switches([], printing.PRINT_EVERYTHING, verbose=True)
101 test_switches(['--print', 'default'], printing.PRINT_DEFAULT)
104 test_switches(['--print', 'nothing'], None)
107 test_switches(['--print', 'everything'], printing.PRINT_EVERYTHING)
110 test_switches(['--print', 'actual'], 'actual', verbose=True)
  /external/chromium/base/
base.gyp 308 'test/test_switches.cc',
309 'test/test_switches.h',

Completed in 1046 milliseconds