HomeSort by relevance Sort by last modified time
    Searched full:warnings (Results 1 - 25 of 984) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/inspector/
error-warning-count.html 2 function clickHandler(errors, warnings)
8 for (var i = 0; i < warnings; ++i)
16 { errors: 0, warnings: 0 },
17 { errors: 1, warnings: 0 },
18 { errors: 2, warnings: 0 },
19 { errors: 0, warnings: 1 },
20 { errors: 0, warnings: 2 },
21 { errors: 1, warnings: 1 },
22 { errors: 1, warnings: 2 },
23 { errors: 2, warnings: 1 }
    [all...]
console-call-line-numbers.html 14 <p>To test, open the Inspector's Console and verify that all console messages have correct resource URLs and line numbers. Also verify that errors and warnings show up inline as bubbles in the resource source view.</p>
  /external/bzip2/
words0 2 If compilation produces errors, or a large number of warnings,
  /external/stlport/stlport/stl/config/
_epilog.h 9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
_warnings_off.h 1 /* This header turns off warnings that STLport headers generate for compiled
33 //Pool of common warnings for all MSVC supported versions:
48 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
  /dalvik/libcore/luni/src/main/java/java/lang/
SuppressWarnings.java 26 * specified warnings for the marked program element. Warnings are not only
42 * The list of warnings a compiler should not issue.
  /external/icu4c/tools/genrb/
errmsg.h 27 /* Show warnings? */
  /external/libpng/projects/visualc71/
PRJ0041.mak 1 # Prevent "Cannot find missing dependency..." warnings while compiling
  /development/host/windows/usb/adb_winapi_test/
SOURCES 39 # Turn on all warnings, and treat warnings as errors
  /external/bison/
configure.ac 40 AC_ARG_ENABLE(gcc-warnings,
41 [ --enable-gcc-warnings turn on lots of GCC warnings (not recommended)],
44 *) AC_MSG_ERROR([bad value ${enableval} for gcc-warnings option]) ;;
58 # The following warnings are not suitable for C++.
  /development/tools/apkcheck/src/com/android/apkcheck/
ApiList.java 48 * Increment the number of warnings associated with this API list.
55 * Increment the errors of warnings associated with this API list.
62 * Returns the number of warnings associated with this API list.
  /external/opencore/oscl/oscl/config/android/
osclconfig_compiler_warnings.h 27 * \brief This file contains the ability to turn off/on compiler warnings
33 // "#pragma GCC system_header" suppresses compiler warnings in the rest of that header
36 // from line 11 to the end of file, all compiler warnings are disabled.
  /external/bison/tests/
c++.at 59 # The WARNINGS tag can be used to turn on/off the warning messages
62 WARNINGS = YES
64 # warnings for undocumented members. If EXTRACT_ALL is set to YES then
67 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings
  /external/emma/core/res/com/vladium/emma/data/
merge_usage.res 34 "quiet operation (ignore all but warnings and severe errors)";
  /external/jpeg/
jconfig.cfg 16 /* Define this if you get warnings about undefined structures. */
jconfig.st 16 #define INCOMPLETE_TYPES_BROKEN /* suppress undefined-structure warnings */
  /external/libpng/
autogen.sh 15 echo "running autoheader [ignore the warnings]" >&2
  /external/libpng/projects/beos/
x86-shared.txt 10 Note: As of version 1.0.10, you'll get a fair number of warnings when
x86-static.txt 10 Note: As of version 1.0.10, you'll get a fair number of warnings when
  /external/bluetooth/glib/
msvc_recommended_pragmas.h 27 #pragma warning(disable:4244) /* No possible loss of data warnings */
28 #pragma warning(disable:4305) /* No truncation from int to char warnings */
  /external/libffi/testsuite/lib/
wrapper.exp 33 # became true for dejagnu-1.4.4. The set of warnings and code
35 # passed to turn off all warnings.
  /packages/apps/Browser/res/layout/
ssl_warnings.xml 28 <!-- Warnings header -->
41 <!-- Placeholder for one or more warnings -->
  /build/tools/
merge-event-log-tags.py 36 warnings = [] variable
121 warnings.extend(tagfile.warnings)
128 if warnings:
129 for fn, ln, msg in warnings:
  /external/opencore/doc/oscl_html/
osclconfig__compiler__warnings_8h-source.html 19 00016 <span class="comment">// "#pragma GCC system_header" suppresses compiler warnings in the rest of that header</span>
22 00019 <span class="comment">// from line 11 to the end of file, all compiler warnings are disabled.</span>
25 00022 <span class="comment">// This is meant to be a temporary fix until the root cause of the compiler warnings</span>
  /development/host/windows/usb/api/
SOURCES 75 # Turn on all warnings, and treat warnings as errors

Completed in 790 milliseconds

1 2 3 4 5 6 7 8 91011>>