/prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/ |
pwd.h | 96 #define _PASSWORD_NOWARN 0x20 /* no warnings for bad entries */
|
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/ |
pwd.h | 96 #define _PASSWORD_NOWARN 0x20 /* no warnings for bad entries */
|
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/ |
pwd.h | 96 #define _PASSWORD_NOWARN 0x20 /* no warnings for bad entries */
|
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/ |
pwd.h | 96 #define _PASSWORD_NOWARN 0x20 /* no warnings for bad entries */
|
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/ |
pwd.h | 96 #define _PASSWORD_NOWARN 0x20 /* no warnings for bad entries */
|
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/ |
pwd.h | 96 #define _PASSWORD_NOWARN 0x20 /* no warnings for bad entries */
|
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/ |
pwd.h | 96 #define _PASSWORD_NOWARN 0x20 /* no warnings for bad entries */
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/ |
pwd.h | 96 #define _PASSWORD_NOWARN 0x20 /* no warnings for bad entries */
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/ |
pwd.h | 96 #define _PASSWORD_NOWARN 0x20 /* no warnings for bad entries */
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
type_traits | 187 // This special case is here only to avoid warnings.
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_exception.h | 66 // actually turns on warnings, so we have to turn them back off.
|
_strstream.h | 158 //explicitely defined as private to avoid warnings:
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
XmlErrorHandler.java | 32 * XML error handler used by the parser to report errors/warnings.
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/ |
ApiDetectorTest.java | 48 "No warnings.", 76 "No warnings.", 175 "No warnings.", 307 expected = "No warnings.";
|
ManifestOrderDetectorTest.java | 30 "No warnings.",
|
OverdrawDetectorTest.java | 66 "No warnings.",
|
/dalvik/dx/src/com/android/dx/command/dexer/ |
Main.java | 129 /** number of warnings during processing */ 130 private static int warnings = 0; field in class:Main 187 warnings = 0; 349 if (warnings != 0) { 350 DxConsole.err.println(warnings + " warning" + 351 ((warnings == 1) ? "" : "s")); 498 warnings++; [all...] |
/external/libpng/ |
CHANGES | 38 cleaned up some compiler warnings 123 made CRC errors/warnings on critical and ancillary chunks configurable 254 Added many "if (png_ptr == NULL) return" to quell compiler warnings about 278 Minor changes to pngtest.c to suppress compiler warnings. 338 Added warnings when people try to use transforms they've defined out. 365 added warnings when people try to set png_read_fn and png_write_fn in 586 Added some type casts to silence compiler warnings. [all...] |
/external/bison/ |
NEWS | 44 and all, the warnings can be suppressed by letting Bison believe the 66 instead of warnings. 174 - For now, %expect-count violations are now just warnings, not errors. 234 - Type clashes now generate warnings, not errors. 579 Mismatches are errors, not warnings.
|
TODO | 265 * Warnings 269 lib/warnings.[ch].
|
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSSerializer.java | 148 * <p> While serializing, errors and warnings are reported to the application 151 * errors and warnings that can occur while serializing a DOM node, but some 153 * <code>DOMError.type</code>) of errors and warnings defined by this 172 * <p> In addition to raising the defined errors and warnings, implementations 173 * are expected to raise implementation specific errors and warnings for any
|
/external/mesa3d/docs/ |
relnotes-7.10.html | 203 <li>nv50: silence some unknown get_param warnings</li> 218 <li>nv50: use unsigned int for bitfields to silence warnings</li> 231 <li>glsl2: silence compiler warnings in printf() calls</li> 327 <li>galahad: silence warnings</li> 360 <li>translate: use function typedefs, casts to silence warnings</li> 401 <li>mesa: silence new warnings in texobj.c</li> 436 <li>glsl: fix assorted MSVC warnings</li> 560 <li>mapi: Fix compiler warnings.</li> [all...] |
/sdk/lint/cli/src/com/android/tools/lint/ |
Main.java | 595 "warnings in the given scope.\n" + 605 "To suppress lint warnings with a configuration XML file, " + [all...] |
/external/bluetooth/glib/ |
NEWS | 157 * Fix strict aliasing warnings and violations to make Glib work 344 541715 win32 : patch for warnings and signature problems in recent code 392 554557 Patch to fix gcc warnings about missing format specifiers 396 556101 static mutex yields warnings with g++ 601 543560 enable gio-FEN back-end warnings on Solaris will crash... 767 522292 Gives warnings in glib/gutils.h with GCC in C99 mode 882 519489 Fixes for sparse warnings in gio [all...] |
/build/core/ |
java.mk | 166 # Turn on all warnings and warnings as errors for RS compiles.
|