/external/chromium_org/gpu/config/ |
gpu_test_expectations_parser.h | 53 GPUTestConfig test_config; member in struct:gpu::GPUTestExpectationsParser::GPUTestExpectationEntry
|
/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...] |
/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...] |