/external/chromium_org/base/mac/ |
D | libdispatch_task_runner_unittest.cc | 33 void VerifyTaskOrder(const char* const expectations[], in VerifyTaskOrder() 94 const char* const expectations[] = { in TEST_F() local 108 const char* const expectations[] = { in TEST_F() local 124 const char* const expectations[] = { in TEST_F() local 142 const char* const expectations[] = { in TEST_F() local 167 const char* const expectations[] = { in TEST_F() local 193 const char* const expectations[] = { in TEST_F() local 217 const char* const expectations[] = { in TEST_F() local
|
/external/chromium_org/content/test/gpu/gpu_tests/ |
D | gpu_process_expectations.py | 5 from telemetry.page import test_expectations as expectations unknown
|
D | hardware_accelerated_feature_expectations.py | 5 from telemetry.page import test_expectations as expectations unknown
|
D | hardware_accelerated_feature.py | 4 import hardware_accelerated_feature_expectations as expectations namespace
|
D | gpu_process.py | 4 import gpu_process_expectations as expectations namespace
|
/external/chromium_org/third_party/ocmock/OCMock/ |
D | OCMockObject.h | 13 NSMutableArray *expectations; variable
|
/external/skia/dm/ |
D | DMExpectationsTask.cpp | 7 const Expectations& expectations, in ExpectationsTask()
|
D | DM.cpp | 53 const DM::Expectations& expectations, in kick_off_tasks() 130 SkAutoTDelete<DM::Expectations> expectations(SkNEW(DM::NoExpectations)); in tool_main() local
|
D | DMCpuTask.cpp | 15 const Expectations& expectations, in CpuTask()
|
D | DMExpectations.h | 29 const skiagm::Expectations expectations = fGMExpectations.get(filename.c_str()); in check() local
|
D | DMGpuTask.cpp | 15 const Expectations& expectations, in GpuTask()
|
/external/skia/bench/ |
D | check_bench_regressions.py | 124 def read_expectations(expectations, filename): argument 141 def check_expectations(lines, expectations, revision, key_suffix): argument
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
D | builders_unittests.js | 191 "expectations": [ property 208 "expectations": [ property 224 "expectations": [ property 241 "expectations": [ property 258 "expectations": [ property 275 "expectations": [ property 292 "expectations": [ property 311 "expectations": [ property 328 "expectations": [ property 463 "expectations": [ property [all …]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
D | test_run_results.py | 69 def __init__(self, expectations, num_tests): argument 155 def summarize_results(port_obj, expectations, initial_results, retry_results, enabled_pixel_tests_i… argument
|
D | test_expectations.py | 104 def _create_expectation_line(self, test_name, expectations, file_name): argument 112 def expectation_line_for_test(self, test_name, expectations): argument 487 def _filter_redundant_expectations(expectations): argument 495 …def _format_line(bugs, specifiers, name, expectations, comment, include_specifiers=True, include_e… argument 883 def suffixes_for_expectations(expectations): argument 894 def suffixes_for_actual_expectations_string(expectations): argument
|
D | test_expectations_unittest.py | 79 def parse_exp(self, expectations, overrides=None, is_lint_mode=False): argument 94 def assert_bad_expectations(self, expectations, overrides=None): argument 281 …def check(self, expectations, overrides, skips, lint=False, expected_results=[WONTFIX, SKIP, FAIL]… argument 345 …def assert_tokenize_exp(self, line, bugs=None, specifiers=None, expectations=None, warnings=None, … argument
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
D | page_measurement_unittest_base.py | 30 expectations=test_expectations.TestExpectations(), argument
|
D | page_runner.py | 198 def _PrepareAndRunPage(test, page_set, expectations, finder_options, argument 259 def Run(test, page_set, expectations, finder_options): argument
|
/external/chromium_org/chromeos/process_proxy/ |
D | process_output_watcher_unittest.cc | 37 void Init(const std::vector<TestCase>& expectations) { in Init() 75 const std::vector<TestCase>& expectations) { in StartWatch()
|
/external/chromium_org/chrome/browser/extensions/ |
D | startup_helper_browsertest.cc | 33 std::vector<std::pair<base::FilePath, bool> > expectations; in IN_PROC_BROWSER_TEST_F() local
|
/external/chromium_org/chrome/browser/password_manager/ |
D | password_form_data.cc | 52 SetOfForms expectations; in ContainsSamePasswordFormsPtr() local
|
/external/chromium_org/chrome/browser/parsers/ |
D | metadata_parser_filebase_unittest.cc | 78 std::map<std::string, std::string> expectations; in TEST_F() local
|
/external/chromium/chrome/browser/parsers/ |
D | metadata_parser_filebase_unittest.cc | 78 std::map<std::string, std::string> expectations; in TEST_F() local
|
/external/chromium/chrome/browser/password_manager/ |
D | password_form_data.cc | 79 SetOfForms expectations(first.begin(), first.end()); in ContainsSamePasswordFormsPtr() local
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/ |
D | layout_test_finder.py | 96 def skip_tests(self, paths, all_tests_list, expectations, http_tests): argument
|