Searched refs:warnings (Results 1 – 9 of 9) sorted by relevance
/development/tools/checkstyle/ |
D | checkstyle.py | 56 (errors, warnings) = _ParseAndFilterOutput(stdout) 57 _PrintErrorsAndWarnings(errors, warnings) 58 return errors, warnings 93 (errors, warnings) = _ParseAndFilterOutput(stdout, 97 _PrintErrorsAndWarnings(errors, warnings) 98 return errors, warnings 113 def _PrintErrorsAndWarnings(errors, warnings): argument 118 if warnings: 120 print '\n'.join(warnings) 287 (errors, warnings) = RunCheckstyleOnFiles(args.file, config_xml) [all …]
|
D | pre-push.py | 34 (errors, warnings) = checkstyle.RunCheckstyleOnACommit(ins.split(' ')[1]) 36 if errors or warnings:
|
/development/host/windows/usb/adb_winapi_test/ |
D | SOURCES | 47 # Turn on all warnings, and treat warnings as errors
|
/development/host/windows/usb/winusb/ |
D | SOURCES | 80 # Turn on all warnings, and treat warnings as errors
|
/development/host/windows/usb/api/ |
D | SOURCES | 78 # Turn on all warnings, and treat warnings as errors
|
/development/host/windows/usb/ |
D | readme.txt | 30 not break the installation, but it will cause security warnings (that can be
|
/development/tools/apkcheck/ |
D | README.txt | 53 you disable both warnings and errors you will only see a summary. 64 Gmail.apk.xml: summary: 0 errors, 15 warnings
|
/development/perftests/panorama/feature_stab/doc/ |
D | dbreg_API_doxyfile | 542 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings 548 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for 555 # This WARN_NO_PARAMDOC option can be abled to get warnings for
|
/development/perftests/panorama/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 542 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings 548 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for 555 # This WARN_NO_PARAMDOC option can be abled to get warnings for
|