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

  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
jsonresults_unittest.py 261 small_file = MockFile(name='results-small.json')
273 incremental_string = self._make_test_json(incremental_data, builder_name=small_file.builder)
275 self.assertTrue(JsonResults.update_files(small_file.builder, incremental_string, small_file, large_file, is_full_results_format=False))
276 self.assert_json_equal(small_file.data, incremental_string)
280 small_file = MockFile(name='results-small.json')
292 aggregated_string = self._make_test_json(aggregated_data, builder_name=small_file.builder)
294 small_file.data = large_file.data = aggregated_string
298 self.assertEqual(JsonResults.update_files(small_file.builder, incremental_string, small_file, large_file, is_full_results_format=False)
    [all...]
jsonresults.py 476 small_file = cls._get_file(master, builder, test_type, JSON_RESULTS_FILE_SMALL)
478 return cls.update_files(builder, incremental_string, small_file, large_file, is_full_results_format)
481 def update_files(cls, builder, incremental_string, small_file, large_file, is_full_results_format):
486 status_string, status_code = cls.update_file(builder, small_file, incremental_json, JSON_RESULTS_MAX_BUILDS_SMALL)
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager_test_utils.cc 169 const base::FilePath small_file = local
173 small_file.value());
190 small_file, kWallpaperSize, kWallpaperSize, kSmallDefaultWallpaperColor));

Completed in 1938 milliseconds