/ndk/tests/device/test-stlport/unit/ |
partition_test.cpp | 44 //explicitely defined as private to avoid warnings:
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/objc/ |
objc-tree.def | 65 warnings from Operand 3 if needed.
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/objc/ |
objc-tree.def | 65 warnings from Operand 3 if needed.
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/objc/ |
objc-tree.def | 65 warnings from Operand 3 if needed.
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/ |
ctype.h | 20 * which in turn include ctype.h, which results in warnings and errors
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_auto_ptr.h | 42 //explicitely defined as private to avoid warnings:
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/ |
ctype.h | 20 * which in turn include ctype.h, which results in warnings and errors
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_auto_ptr.h | 42 //explicitely defined as private to avoid warnings:
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/ |
ctype.h | 20 * which in turn include ctype.h, which results in warnings and errors
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_auto_ptr.h | 42 //explicitely defined as private to avoid warnings:
|
/sdk/lint/cli/src/com/android/tools/lint/ |
Warning.java | 30 * list of warnings such that it can sort them all before presenting them all at
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/ |
SdCardDetectorTest.java | 48 // File with lots of /sdcard references, but with @SuppressLint warnings
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
StdSdkLog.java | 25 * error and warnings.
|
/build/tools/ |
warn.py | 391 # catch-all for warnings this script doesn't know about yet 393 'description':'Unclassified/unrecognized warnings', 436 # dump some stats about total number of warnings and such 445 output('Number of classified warnings: <b>' + str(known) + '</b><br>' ) 446 output('Number of unclassified warnings: <b>' + str(unknown) + '</b><br>') 448 output('Total number of warnings: <b>' + str(total) + '</b>') 466 # show which warnings no longer occur 473 begintable(['Fixed warnings', 'No more occurences. Please consider turning these in to errors if possible, before they are reintroduced in to the build'], 'blue') 518 warnings = [] 528 # read the log file and classify all the warnings [all...] |
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t052import.py | 572 # assertEquals("unexpected errors: "+equeue, 1, equeue.warnings.size()); 576 # assertEquals(expectedError, equeue.warnings.get(0).toString()); [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
ErrorManager.java | 189 // GRAMMAR WARNINGS 262 public int warnings; field in class:ErrorManager.ErrorState 610 getErrorState().warnings++; 618 getErrorState().warnings++; 640 getErrorState().warnings++; 659 getErrorState().warnings++; 692 getErrorState().warnings++; 739 getErrorState().warnings++; [all...] |
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestCompositeGrammars.java | 397 assertEquals("unexpected errors: "+equeue, 1, equeue.warnings.size()); 401 assertEquals(expectedError, equeue.warnings.get(0).toString()); 664 assertEquals("unexpected errors: "+equeue, 0, equeue.warnings.size()); 713 assertEquals("unexpected warnings: "+equeue, 0, equeue.warnings.size()); 737 assertEquals("unexpected warnings: "+equeue, 1, equeue.warnings.size()); 741 assertEquals(expectedError, equeue.warnings.get(0).toString().replaceFirst("\\-[0-9]+","")); [all...] |
/external/bluetooth/glib/docs/reference/gobject/ |
glib-genmarshal.1 | 64 \fB\-\-g\-fatal\-warnings\fR 66 Make warnings fatal, that is, exit immediately once a warning occurs\&.
|
glib-genmarshal.xml | 79 <term><option>--g-fatal-warnings</option></term> 81 Make warnings fatal, that is, exit immediately once a warning occurs.
|
/external/chromium/chrome/browser/extensions/ |
extension_install_ui.cc | 206 std::vector<string16> warnings = local 209 profile_, delegate_, extension_, &icon_, warnings, prompt_type_);
|
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafety.h | 66 /// Handler class for thread safety warnings. 149 /// at the end of each block, and issue warnings for thread safety violations.
|
/external/clang/lib/Frontend/ |
TextDiagnosticPrinter.cpp | 60 // Handle special cases for non-warnings early. 120 // Default implementation (Warnings/errors count).
|
/external/clang/lib/Rewrite/ |
FixItRewriter.cpp | 119 // Default implementation (Warnings/errors count). 135 // Skip over errors if we are only fixing warnings.
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
MimeVersion.java | 133 * FindBugs Fixes (Category Performance Warnings) 183 * Major reformat of code to conform with style guide. Resolved compiler and javadoc warnings. Added CVS tags.
|
MinExpires.java | 103 * FindBugs Fixes (Category Performance Warnings) 153 * Major reformat of code to conform with style guide. Resolved compiler and javadoc warnings. Added CVS tags.
|