HomeSort by relevance Sort by last modified time
    Searched refs:warnings (Results 51 - 75 of 1227) sorted by null

1 23 4 5 6 7 8 91011>>

  /development/tools/checkstyle/
pre-push.py 34 (errors, warnings) = checkstyle.RunCheckstyleOnACommit(ins.split(' ')[1])
36 if errors or warnings:
checkstyle.py 51 A tuple of errors and warnings.
56 (errors, warnings) = _ParseAndFilterOutput(stdout)
57 _PrintErrorsAndWarnings(errors, warnings)
58 return errors, warnings
73 A tuple of errors and warnings.
93 (errors, warnings) = _ParseAndFilterOutput(stdout,
97 _PrintErrorsAndWarnings(errors, warnings)
98 return errors, warnings
113 def _PrintErrorsAndWarnings(errors, warnings):
114 """Prints given errors and warnings.""
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
commands.py 21 from warnings import warnpy3k
39 import warnings namespace
40 warnings.warn("commands.getstatus() is deprecated", DeprecationWarning, 2)
  /prebuilts/gdb/linux-x86/lib/python2.7/
commands.py 21 from warnings import warnpy3k
39 import warnings namespace
40 warnings.warn("commands.getstatus() is deprecated", DeprecationWarning, 2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
commands.py 21 from warnings import warnpy3k
39 import warnings namespace
40 warnings.warn("commands.getstatus() is deprecated", DeprecationWarning, 2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
commands.py 21 from warnings import warnpy3k
39 import warnings namespace
40 warnings.warn("commands.getstatus() is deprecated", DeprecationWarning, 2)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
warn_nobreak.s 4 .set nobreak # this should turn the warnings off
7 .set break, 3 # this should not turn the warnings on
10 .set break # this should turn the warnings on
  /external/chromium-trace/catapult/third_party/graphy/graphy/
line_chart_test.py 19 import warnings namespace
33 warnings.resetwarnings()
37 warnings.filterwarnings('ignore')
55 warnings.filterwarnings("error")
70 warnings.resetwarnings()
81 warnings.filterwarnings('error')
88 warnings.filterwarnings('ignore')
90 warnings.resetwarnings()
pie_chart_test.py 19 import warnings namespace
28 warnings.resetwarnings()
33 warnings.filterwarnings('error')
46 warnings.resetwarnings()
60 warnings.filterwarnings('error')
73 warnings.filterwarnings('error')
77 warnings.filterwarnings('ignore')
common_test.py 19 import warnings namespace
32 warnings.resetwarnings()
72 warnings.filterwarnings('ignore')
85 warnings.filterwarnings('error')
88 warnings.filterwarnings('ignore')
97 warnings.filterwarnings('error')
  /external/curl/tests/
extern-scan.pl 27 use warnings;
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/
__init__.py 8 from warnings import warnpy3k
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/
__init__.py 8 from warnings import warnpy3k
  /external/ImageMagick/PerlMagick/demo/
settings.pl 10 use warnings;
  /external/antlr/antlr-3.4/runtime/Perl5/examples/expr/
expr.pl 4 use warnings;
  /external/antlr/antlr-3.4/runtime/Perl5/examples/mexpr/
mexpr.pl 4 use warnings;
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
tweak.pl 4 use warnings;
  /external/antlr/antlr-3.4/runtime/Perl5/examples/zero-one/
t-error.pl 10 use warnings;
t.pl 10 use warnings;
  /external/netcat/
Android.mk 19 LOCAL_LDFLAGS += -Wl,--no-fatal-warnings
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
odd-float.d 3 #as: -32 -march=sb1 -EL --fatal-warnings
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
icopen.py 40 from warnings import warnpy3k
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
icopen.py 40 from warnings import warnpy3k
  /external/chromium-trace/catapult/third_party/gsutil/
gsutil.py 21 import warnings namespace
49 # Filter out "module was already imported" warnings that get printed after we
51 warnings.filterwarnings('ignore', category=UserWarning,
53 warnings.filterwarnings('ignore', category=UserWarning,
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/Class/
Load.pm 4 use warnings;

Completed in 300 milliseconds

1 23 4 5 6 7 8 91011>>