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

  /external/chromium_org/cc/test/
pixel_test.cc 44 const base::FilePath& ref_file,
48 ref_file,
55 const base::FilePath& ref_file,
82 return PixelsMatchReference(ref_file, comparator);
92 bool PixelTest::PixelsMatchReference(const base::FilePath& ref_file,
104 return WritePNGFile(*result_bitmap_, test_data_dir.Append(ref_file), true);
107 *result_bitmap_, test_data_dir.Append(ref_file), comparator);
pixel_test.h 32 const base::FilePath& ref_file,
38 const base::FilePath& ref_file,
71 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 261 ref_file = os.path.splitext(test_basename)[0] + '-expected'
262 ref_file += os.path.splitext(test_basename)[1]
264 copy_list.append({'src': test_info['reference'], 'dest': ref_file})
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 1555 FILE* ref_file = fopen(ref_filename.c_str(), "rb"); local
2239 FILE* ref_file = fopen(OutputFilePath("ref", local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 205 const std::string& ref_file,
341 const std::string& ref_file,
347 if (ref_file.empty()) {
350 RefFiles ref_files(ref_file, ref_out_file);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 711 expectation_type, test_file, ref_file = split_line
712 parsed_list.setdefault(filesystem.join(test_dirpath, test_file), []).append((expectation_type, filesystem.join(test_dirpath, ref_file)))
    [all...]

Completed in 1737 milliseconds