HomeSort by relevance Sort by last modified time
    Searched refs:test_expectation (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/gpu/config/
gpu_test_expectations_parser.h 54 int32 test_expectation; member in struct:gpu::GPUTestExpectationsParser::GPUTestExpectationEntry
gpu_test_expectations_parser.cc 207 return entries_[i].test_expectation;
354 if ((kTokenData[token].flag & entry.test_expectation) != 0) {
359 entry.test_expectation =
360 (kTokenData[token].flag | entry.test_expectation);
498 : test_expectation(0),
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations.py 73 """Provides parsing facilities for lines in the test_expectation.txt file."""
99 test_expectation = self._tokenize_line(filename, line, line_number)
100 self._parse_line(test_expectation)
101 expectation_lines.append(test_expectation)
    [all...]

Completed in 424 milliseconds