/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/ |
rebaselineserver.py | 44 def _get_actual_result_files(test_file, test_config): 48 test_results_directory = test_config.filesystem.join( 49 test_config.results_directory, test_directory) 52 for filename in test_config.filesystem.listdir(test_results_directory): 59 def _rebaseline_test(test_file, baseline_target, baseline_move_to, test_config, log): 65 actual_result_files = _get_actual_result_files(test_file, test_config) 66 filesystem = test_config.filesystem 67 scm = test_config.scm 68 layout_tests_directory = test_config.layout_tests_directory 69 results_directory = test_config.results_director 227 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/e2fsprogs/tests/ |
test_script.in | 36 if test "$TEST_CONFIG"x = x; then 37 TEST_CONFIG=$SRCDIR/test_config 40 . $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 | 206 bot_config.Matches(entries_[i].test_config)) 268 GPUTestConfig& config = entry.test_config; 467 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 | 500 test_config = test_port.test_configuration() 506 actual_expectations = expectations.remove_configuration_from_test('failures/expected/foo.html', test_config) 518 test_config = test_port.test_configuration() 523 actual_expectations = expectations.remove_configuration_from_test('failures/expected/foo.html', test_config) 535 test_config = test_port.test_configuration() 543 actual_expectations = expectations.remove_configuration_from_test('failures/expected/foo.html', test_config) 555 test_config = test_port.test_configuration() 564 actual_expectations = expectations.remove_configuration_from_test('failures/expected/foo.html', test_config) 577 test_config = test_port.test_configuration() 584 actual_expectations = expectations.remove_configuration_from_test('failures/expected/foo.html', test_config) [all...] |
/external/chromium_org/chrome/browser/chromeos/ |
proxy_config_service_impl_unittest.cc | 340 base::DictionaryValue test_config; local 341 InitConfigWithTestInput(tests[i].input, &test_config); 342 SetConfig(&test_config);
|
/external/ppp/pppd/plugins/radius/ |
config.c | 21 static int test_config(char *); 256 return test_config(filename); 301 * Function: test_config 308 static int test_config(char *filename) function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_upload.py | 11 from distutils.tests.test_config import PYPIRC, PyPIRCCommandTestCase
|
test_register.py | 15 from distutils.tests.test_config import PyPIRCCommandTestCase
|
test_sdist.py | 28 from distutils.tests.test_config import PyPIRCCommandTestCase
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_upload.py | 11 from distutils.tests.test_config import PYPIRC, PyPIRCCommandTestCase
|
test_register.py | 15 from distutils.tests.test_config import PyPIRCCommandTestCase
|
test_sdist.py | 28 from distutils.tests.test_config import PyPIRCCommandTestCase
|
/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/net/http/ |
http_network_transaction_unittest.cc | 7408 const TestConfig& test_config = test_configs[i]; local [all...] |
/external/chromium_org/net/http/ |
http_network_transaction_unittest.cc | 9225 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 \
|