HomeSort by relevance Sort by last modified time
    Searched refs:expectations (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/chromium_org/content/test/gpu/gpu_tests/
gpu_process_expectations.py 5 from telemetry.page import test_expectations as expectations namespace
21 class GpuProcessExpectations(expectations.TestExpectations):
hardware_accelerated_feature_expectations.py 5 from telemetry.page import test_expectations as expectations namespace
21 class HardwareAcceleratedFeatureExpectations(expectations.TestExpectations):
screenshot_sync_expectations.py 5 from telemetry.page import test_expectations as expectations namespace
21 class ScreenshotSyncExpectations(expectations.TestExpectations):
gpu_process.py 4 import gpu_process_expectations as expectations namespace
41 return expectations.GpuProcessExpectations()
gpu_rasterization.py 41 if not hasattr(page, 'expectations') or not page.expectations:
42 raise page_test.Failure('Expectations not specified')
61 page.expectations,
hardware_accelerated_feature.py 4 import hardware_accelerated_feature_expectations as expectations namespace
53 return expectations.HardwareAcceleratedFeatureExpectations()
  /external/skia/dm/
DMExpectationsTask.cpp 7 const Expectations& expectations,
11 , fExpectations(expectations)
DMExpectations.h 9 struct Expectations {
10 virtual ~Expectations() {}
16 class NoExpectations : public Expectations {
22 class JsonExpectations : public Expectations {
29 const skiagm::Expectations expectations = fGMExpectations.get(filename.c_str()); variable
31 if (expectations.ignoreFailure() || expectations.empty()) {
37 return expectations.match(digest);
DM.cpp 42 DEFINE_string2(expectations, r, "",
44 "If a file, compare generated images against JSON expectations at this path."
98 const DM::Expectations& expectations,
107 START("565", CpuGMTask, expectations, kRGB_565_SkColorType);
108 START("8888", CpuGMTask, expectations, kN32_SkColorType);
109 START("gpu", GpuGMTask, expectations, native, 0);
110 START("msaa4", GpuGMTask, expectations, native, 4);
111 START("msaa16", GpuGMTask, expectations, native, 16);
112 START("nvprmsaa4", GpuGMTask, expectations, nvpr, 4)
    [all...]
DMGpuGMTask.cpp 16 const Expectations& expectations,
22 , fExpectations(expectations)
  /external/chromium_org/chrome/browser/extensions/
startup_helper_browsertest.cc 33 std::vector<std::pair<base::FilePath, bool> > expectations; local
34 expectations.push_back(
36 expectations.push_back(
38 expectations.push_back(
40 expectations.push_back(
44 expectations.begin();
45 i != expectations.end(); ++i) {
  /external/chromium_org/base/mac/
libdispatch_task_runner_unittest.cc 31 // VerifyTaskOrder takes the expectations from TaskOrderMarkers and compares
33 void VerifyTaskOrder(const char* const expectations[],
39 EXPECT_LE(i, actual_size) << "Expected " << expectations[i];
43 EXPECT_EQ(expectations[i], task_order_[i]);
94 const char* const expectations[] = { local
98 VerifyTaskOrder(expectations, arraysize(expectations));
108 const char* const expectations[] = { local
114 VerifyTaskOrder(expectations, arraysize(expectations));
124 const char* const expectations[] = { local
142 const char* const expectations[] = { local
167 const char* const expectations[] = { local
193 const char* const expectations[] = { local
217 const char* const expectations[] = { local
    [all...]
  /external/chromium_org/third_party/libaddressinput/chromium/
chrome_rule_test.cc 24 } expectations[] = { local
48 const size_t num_cases = sizeof(expectations) / sizeof(expectations[0]);
50 const std::string input(base::WideToUTF8(expectations[i].input));
51 const std::string expected_output(base::WideToUTF8(expectations[i].output));
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
writable_expectations.py 9 Expectations on local disk that we can modify.
34 """Expectations on local disk that we can modify."""
37 """Creates a sandbox on local disk containing writable expectations.
49 update expectations within; this tells us the subdirectory within the
50 Skia repo where we keep these expectations, and the commithash at
96 expectations = modification[imagepair.KEY__IMAGEPAIRS__EXPECTATIONS]
98 expectations=expectations,
110 _replace_list_item(test_tiles_list, tilenum, expectations)
113 test_record[gm_json.JSONKEY_SOURCE_WHOLEIMAGE] = expectations
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerMeasurementTestActivity.java 79 * axis that the sensor data collects. It then compares it against the test expectations that
84 * and the expectations are set are different.
93 private String verifyMeasurements(float ... expectations) throws Throwable {
102 expectations,
108 private String delayedVerifyMeasurements(int descriptionResId, float ... expectations)
117 return verifyMeasurements(expectations);
123 private String verifyMeasurements(int descriptionResId, float ... expectations)
130 return verifyMeasurements(expectations);
  /external/chromium_org/components/password_manager/core/browser/
password_form_data.cc 51 // if we use expectations(first.begin(), first.end()) to copy a vector
54 SetOfForms expectations;
55 std::copy(first.begin(), first.end(), std::inserter(expectations,
56 expectations.begin()));
60 for (SetOfForms::iterator it = expectations.begin();
61 it != expectations.end(); ++it) {
65 expectations.erase(it);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
test_expectations.py 48 categories = set(['test/expectations'])
70 expectations = parser.parse('expectations', expectations_str)
73 for expectation_line in expectations:
75 self._handle_style_error(expectation_line.line_numbers, 'test/expectations', level, warning)
81 expectations = '\n'.join(lines)
83 self.check_test_expectations(expectations_str=expectations, tests=None)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations_unittest.py 81 def parse_exp(self, expectations, overrides=None, is_lint_mode=False):
83 expectations_dict['expectations'] = expectations
96 def assert_bad_expectations(self, expectations, overrides=None):
97 self.assertRaises(ParseError, self.parse_exp, expectations, is_lint_mode=True, overrides=overrides)
154 # expectations and that known test part of a test category is
155 # present in the expectations.
195 warnings = """expectations:1 A reftest cannot be marked as NeedsRebaseline/NeedsManualRebaseline failures/expected/needsrebaseline.html
196 expectations:2 A reftest cannot be marked as NeedsRebaseline/NeedsManualRebaseline failures/expected/needsmanualrebaseline.html"""
209 warnings = ("expectations:1 Unrecognized specifier 'foo' failures/expected/text.html\n
    [all...]
test_expectations.py 29 """A helper class for reading in and dealing with tests expectations
104 def _create_expectation_line(self, test_name, expectations, file_name):
109 expectation_line.expectations = expectations
112 def expectation_line_for_test(self, test_name, expectations):
113 expectation_line = self._create_expectation_line(test_name, expectations, '<Bot TestExpectations>')
122 expectation_line.expectations = [TestExpectationParser.SKIP_MODIFIER, TestExpectationParser.WONTFIX_MODIFIER]
153 expectations = [expectation.lower() for expectation in expectation_line.expectations]
154 if not expectation_line.bugs and self.WONTFIX_MODIFIER not in expectations
    [all...]
test_run_results.py 78 def __init__(self, expectations, num_tests):
81 self.expectations = expectations
96 for expectation in test_expectations.TestExpectations.EXPECTATIONS.values():
99 self.tests_by_timeline[timeline] = expectations.get_tests_with_timeline(timeline)
107 if test_expectations.WONTFIX in self.expectations.model().get_expectations(test_result.test_name):
175 def summarize_results(port_obj, expectations, initial_results, retry_results, enabled_pixel_tests_in_retry, only_include_failing=False):
198 for expecation_string, expectation_enum in test_expectations.TestExpectations.EXPECTATIONS.iteritems():
213 expected = expectations.get_expectations_string(test_name)
228 actual.extend(expectations.get_expectations_string(test_name).split(" ")
    [all...]
  /external/chromium_org/chrome/installer/util/
installation_validator.h 106 SwitchExpectations* expectations) const = 0;
109 SwitchExpectations* expectations) const = 0;
120 SwitchExpectations* expectations) const OVERRIDE;
123 SwitchExpectations* expectations) const OVERRIDE;
133 SwitchExpectations* expectations) const OVERRIDE;
136 SwitchExpectations* expectations) const OVERRIDE;
146 SwitchExpectations* expectations) const OVERRIDE;
149 SwitchExpectations* expectations) const OVERRIDE;
159 SwitchExpectations* expectations) const OVERRIDE;
162 SwitchExpectations* expectations) const OVERRIDE
    [all...]
installation_validator.cc 31 SwitchExpectations* expectations) const {
42 SwitchExpectations* expectations) const {
50 expectations->push_back(
68 SwitchExpectations* expectations) const {
70 expectations->push_back(std::make_pair(std::string(switches::kChromeFrame),
73 expectations->push_back(std::make_pair(std::string(switches::kChrome),
79 SwitchExpectations* expectations) const {
81 expectations->push_back(std::make_pair(std::string(switches::kChromeFrame),
84 expectations->push_back(std::make_pair(std::string(switches::kChrome),
102 SwitchExpectations* expectations) const
340 CommandExpectations expectations; local
629 CommandExpectations expectations; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
bot_test_expectations_unittest.py 79 expectations = bot_test_expectations.BotTestExpectations(results_json, set('test'))
81 num_actual_results = len(expectations._flaky_types_in_results(length_encoded, only_ignore_very_flaky=True))
117 expectations = bot_test_expectations.BotTestExpectations(results_json, set('test'))
118 self.assertEqual(expectations.flakes_by_path(only_ignore_very_flaky), expectations_string)
122 expectations = bot_test_expectations.BotTestExpectations(results_json, set('test'))
123 self.assertEqual(expectations.unexpected_results_by_path(), expectations_string)
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner_unittest.py 75 expectations = test_expectations.TestExpectations()
88 page_runner.Run(Test(), ps, expectations, options, results)
94 expectations = test_expectations.TestExpectations()
119 page_runner.Run(test, ps, expectations, options, results)
126 expectations = test_expectations.TestExpectations()
127 expectations.Fail('chrome://crash')
140 page_runner.Run(Test(), ps, expectations, options, results)
146 expectations = test_expectations.TestExpectations()
167 page_runner.Run(CrashyMeasurement(), ps, expectations, options, results)
178 expectations = test_expectations.TestExpectations(
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
MessageDigestTest.java 83 private static final Map<String, Map<String, byte[]>> EXPECTATIONS
87 Map<String, byte[]> expectations = EXPECTATIONS.get(algorithm); local
88 if (expectations == null) {
89 expectations = new HashMap<String, byte[]>();
90 EXPECTATIONS.put(algorithm, expectations);
92 expectations.put(inputName, expected);
96 Map<String, byte[]> expectations = EXPECTATIONS.get(algorithm) local
    [all...]

Completed in 1122 milliseconds

1 2 3 4 5