OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:known_bugs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/android/findbugs_plugin/test/
run_findbugs_plugin_tests.py
34
if not options.
known_bugs
:
35
options.
known_bugs
= os.path.join(constants.DIR_SOURCE_ROOT, 'tools',
/external/chromium_org/build/android/pylib/utils/
findbugs.py
35
with open(known_bugs_file, 'r') as
known_bugs
:
36
known_bugs_set = set(
known_bugs
.read().splitlines())
63
with file(known_bugs_file, 'w') as
known_bugs
:
65
print >>
known_bugs
, warning
85
def _Run(exclude,
known_bugs
, classes_to_analyze, auxiliary_classes,
91
known_bugs
: the text file of known bugs. The bugs in it will not be
97
rebaseline: True if the
known_bugs
file needs rebaseline.
153
return _Rebaseline(current_warnings_set,
known_bugs
)
155
return _DiffKnownWarnings(current_warnings_set,
known_bugs
)
166
if options.
known_bugs
[
all
...]
Completed in 239 milliseconds