Searched defs:warnings (Results 1 - 25 of 86) sorted by last modified time

1234

/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/mockito/src/org/mockito/internal/util/junit/
H A DJUnitFailureHacker.java13 public void appendWarnings(Failure failure, String warnings) { argument
14 if (isEmpty(warnings)) {
20 String newMessage = "contains both: actual test failure *and* Mockito warnings.\n" +
21 warnings + "\n *** The actual failure is because of: ***\n";
28 private boolean isEmpty(String warnings) { argument
29 return warnings == null || "".equals(warnings); // isEmpty() is in JDK 6+
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_sanity.c59 uint warnings; member in struct:sanity_check_ctx
184 ctx->warnings++;
512 if (ctx->errors || ctx->warnings)
513 debug_printf( "%u errors, %u warnings\n", ctx->errors, ctx->warnings );
553 ctx.warnings = 0;
/external/markdown/markdown/
H A D__init__.py48 import warnings namespace
114 warnings.warn(text, MarkdownWarning)
/external/lldb/test/unittest2/
H A Dcase.py8 import warnings namespace
320 warnings.warn("Use of a TestResult without an addSkip method is deprecated",
365 warnings.warn("Use of a TestResult without an addExpectedFailure method is deprecated",
373 warnings.warn("Use of a TestResult without an addUnexpectedSuccess method is deprecated",
633 warnings.warn(
/external/lldb/test/unittest2/test/
H A Dsupport.py2 import warnings namespace
129 from warnings import catch_warnings
134 self._module = sys.modules['warnings']
H A Dtest_unittest2_with.py6 import warnings namespace
7 # needed to enable the deprecation warnings
8 warnings.simplefilter('default')
/external/libpng/contrib/tools/
H A Dpngfix.c688 unsigned int warnings :1; /* print libpng warnings to stderr */ member in struct:global
739 global->warnings = 0;
3173 if (file->global->warnings)
3723 " --warnings (-w):",
3724 " Output warnings from libpng.",
3872 global.errors = global.warnings = 1;
3929 else if (strcmp(*argv, "--warnings") == 0 || strcmp(*argv, "-w") == 0)
3930 global.warnings = 1;
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DO_S_2f_2.py6 import warnings namespace
119 warnings.warn("too much 'OS/2' table data")
H A D_g_l_y_f.py17 import warnings namespace
54 warnings.warn("too much 'glyf' table data")
56 warnings.warn('%s glyphs have no name' % i)
456 warnings.warn("too much glyph data: %d excess bytes" % (len(data) - (xDataLen + yDataLen)))
589 warnings.warn("Outline has curve with implicit extrema.")
H A D_h_m_t_x.py7 import warnings namespace
34 warnings.warn("too much 'hmtx'/'vmtx' table data")
H A D_k_e_r_n.py8 import warnings namespace
115 warnings.warn("excess data in 'kern' subtable: %d bytes" % len(data))
H A D_l_o_c_a.py6 import warnings namespace
28 warnings.warn("corrupt 'loca' table, or wrong numGlyphs in 'maxp': %d %d" % (len(locations) - 1, ttFont['maxp'].numGlyphs))
H A DotTables.py11 import warnings namespace
52 warnings.warn("GSUB/GPOS Coverage is not sorted by glyph ids.")
63 warnings.warn("Coverage table has start glyph ID out of range: %s." % start)
70 warnings.warn("Coverage table has end glyph ID out of range: %s." % end)
113 warnings.warn("GSUB/GPOS Coverage is not sorted by glyph ids.")
231 warnings.warn("ClassDef table has start glyph ID out of range: %s." % start)
235 warnings.warn("ClassDef table has entries for out of range glyph IDs: %s,%s." % (start, len(classList)))
252 warnings.warn("ClassDef table has start glyph ID out of range: %s." % start)
259 warnings.warn("ClassDef table has end glyph ID out of range: %s." % end)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DO_S_2f_2.py6 import warnings namespace
119 warnings.warn("too much 'OS/2' table data")
H A D_g_l_y_f.py17 import warnings namespace
54 warnings.warn("too much 'glyf' table data")
56 warnings.warn('%s glyphs have no name' % i)
456 warnings.warn("too much glyph data: %d excess bytes" % (len(data) - (xDataLen + yDataLen)))
589 warnings.warn("Outline has curve with implicit extrema.")
H A D_h_m_t_x.py7 import warnings namespace
34 warnings.warn("too much 'hmtx'/'vmtx' table data")
H A D_k_e_r_n.py8 import warnings namespace
115 warnings.warn("excess data in 'kern' subtable: %d bytes" % len(data))
H A D_l_o_c_a.py6 import warnings namespace
28 warnings.warn("corrupt 'loca' table, or wrong numGlyphs in 'maxp': %d %d" % (len(locations) - 1, ttFont['maxp'].numGlyphs))
H A DotTables.py11 import warnings namespace
52 warnings.warn("GSUB/GPOS Coverage is not sorted by glyph ids.")
63 warnings.warn("Coverage table has start glyph ID out of range: %s." % start)
70 warnings.warn("Coverage table has end glyph ID out of range: %s." % end)
113 warnings.warn("GSUB/GPOS Coverage is not sorted by glyph ids.")
231 warnings.warn("ClassDef table has start glyph ID out of range: %s." % start)
235 warnings.warn("ClassDef table has entries for out of range glyph IDs: %s,%s." % (start, len(classList)))
252 warnings.warn("ClassDef table has start glyph ID out of range: %s." % start)
259 warnings.warn("ClassDef table has end glyph ID out of range: %s." % end)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 2124 milliseconds

1234