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

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator_unittest.py 124 self.assertTrue(JRG.FIXABLE in buildinfo)
130 fixable = {}
131 for fixable_items in buildinfo[JRG.FIXABLE]:
133 if type in fixable:
134 fixable[type] = fixable[type] + count
136 fixable[type] = count
139 self.assertEqual(fixable[JRG.PASS_RESULT], PASS_count)
141 self.assertTrue(JRG.PASS_RESULT not in fixable or
142 fixable[JRG.PASS_RESULT] == 0
    [all...]
json_results_generator.py 93 def fixable(self): member in class:TestResult
126 FIXABLE = "fixableCounts"
404 FIXABLE, FIXABLE_COUNT and ALL_FIXABLE_COUNT entries.
411 fixable_count = len([r for r in self._test_results if r.fixable()])
423 self.FIXABLE)
json_layout_results_generator.py 167 self.FIXABLE)
test_runner.py 86 'fixable': # of fixable tests (NOW - PASS)
100 results['fixable'] = len(tbt[test_expectations.NOW] -
304 # Remove skipped - both fixable and ignored - files from the
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
gjslint.py 278 Some of the errors reported by GJsLint may be auto-fixable using the script
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDL_syscdrom_c.h 32 This code has several limitations currently (all of which are proabaly fixable):
  /external/valgrind/main/docs/internals/
3_2_BUGSTATUS.txt 102 150045 fixable?? Valgrind doesn't recognize pthread stack as a stack
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 805 // should be fixable in Skia (since the output bitmap isn't that
    [all...]
  /external/libpcap/
pcap-linux.c     [all...]
  /external/quake/quake/src/QW/docs/
qwcl-readme.txt 476 internals make this not fixable without a good chance of
    [all...]
  /external/quake/quake/src/WinQuake/
wqreadme.txt 477 internals make this not fixable without a good chance of
    [all...]

Completed in 668 milliseconds