/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/ |
rebaselineserver.py | 43 def _get_actual_result_files(test_file, test_config): 47 test_results_directory = test_config.filesystem.join( 48 test_config.results_directory, test_directory) 51 for filename in test_config.filesystem.listdir(test_results_directory): 58 def _rebaseline_test(test_file, baseline_target, baseline_move_to, test_config, log): 64 actual_result_files = _get_actual_result_files(test_file, test_config) 65 filesystem = test_config.filesystem 66 scm = test_config.scm 67 layout_tests_directory = test_config.layout_tests_directory 68 results_directory = test_config.results_director 222 def test_config(self): member in class:RebaselineHTTPRequestHandler [all...] |
rebaselineserver_unittest.py | 218 test_config = get_test_config(test_files, results_files) 223 test_config, 231 test_config = get_test_config(result_files=( 240 'fast/text.html', test_config))
|
/external/chromium_org/media/test/data/eme_player_js/ |
app_loader.js | 15 addScriptTag('test_config.js');
|
/external/e2fsprogs/tests/ |
test_one.in | 25 if test "$TEST_CONFIG"x = x; then 26 TEST_CONFIG=$SRCDIR/test_config 29 . $TEST_CONFIG
|
/external/chromium_org/gpu/config/ |
gpu_test_expectations_parser.h | 53 GPUTestConfig test_config; member in struct:gpu::GPUTestExpectationsParser::GPUTestExpectationEntry
|
gpu_test_expectations_parser.cc | 208 bot_config.Matches(entries_[i].test_config)) 271 GPUTestConfig& config = entry.test_config; 472 entries_[i].test_config.OverlapsWith(entries_[j].test_config)) {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_expectations_unittest.py | 535 test_config = test_port.test_configuration() 541 actual_expectations = expectations.remove_configurations([('failures/expected/foo.html', test_config)]) 553 test_config = test_port.test_configuration() 558 actual_expectations = expectations.remove_configurations([('failures/expected/foo.html', test_config)]) 570 test_config = test_port.test_configuration() 577 ('failures/expected/foo.html', test_config), 590 test_config = test_port.test_configuration() 598 actual_expectations = expectations.remove_configurations([('failures/expected/foo.html', test_config)]) 610 test_config = test_port.test_configuration() 619 actual_expectations = expectations.remove_configurations([('failures/expected/foo.html', test_config)]) [all...] |
/external/chromium_org/chrome/browser/chromeos/ |
proxy_config_service_impl_unittest.cc | 341 base::DictionaryValue test_config; local 342 InitConfigWithTestInput(tests[i].input, &test_config); 343 SetConfig(&test_config);
|
/external/chromium_org/third_party/sqlite/src/src/ |
test_mutex.c | 324 static int test_config( function 419 { "sqlite3_config", (Tcl_ObjCmdProc*)test_config },
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxcmds.c | 1173 struct glx_config test_config; local 1227 struct glx_config test_config; local [all...] |
/external/mesa3d/src/glx/ |
glxcmds.c | 1173 struct glx_config test_config; local 1227 struct glx_config test_config; local [all...] |
/external/chromium_org/net/http/ |
http_network_transaction_unittest.cc | 9661 const TestConfig& test_config = test_configs[i]; local [all...] |
/external/chromium_org/third_party/sqlite/src/ |
Makefile.vxworks | 374 $(TOP)/src/test_config.c \
|
main.mk | 242 $(TOP)/src/test_config.c \
|
Makefile.in | 356 $(TOP)/src/test_config.c \
|