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

  /external/chromium_org/cc/test/
pixel_test.cc 40 const base::FilePath& ref_file,
45 ref_file,
53 const base::FilePath& ref_file,
94 return PixelsMatchReference(ref_file, comparator);
104 bool PixelTest::PixelsMatchReference(const base::FilePath& ref_file,
116 return WritePNGFile(*result_bitmap_, test_data_dir.Append(ref_file), true);
119 test_data_dir.Append(ref_file),
pixel_test.h 36 const base::FilePath& ref_file,
43 const base::FilePath& ref_file,
74 bool PixelsMatchReference(const base::FilePath& ref_file,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_parser.py 91 ref_file = self.filesystem.join(self.filesystem.dirname(self.filename), matches[0]['href'])
98 self.ref_doc = self.load_file(ref_file)
100 test_info = {'test': self.filename, 'reference': ref_file}
test_importer.py 252 ref_file = os.path.splitext(test_basename)[0] + '-expected'
253 ref_file += os.path.splitext(test_basename)[1]
255 copy_list.append({'src': test_info['reference'], 'dest': ref_file})
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 690 expectation_type, test_file, ref_file = split_line
691 parsed_list.setdefault(filesystem.join(test_dirpath, test_file), []).append((expectation_type, filesystem.join(test_dirpath, ref_file)))
    [all...]

Completed in 638 milliseconds