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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/debugger/manual_tests/
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...]
  /frameworks/compile/slang/tests/P_warnings/
stderr.txt.expect 0 warnings.rs:5:1: warning: control reaches end of non-void function
  /external/webkit/Source/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...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
EarlyExitException.pm 4 use warnings;
  /external/clang/test/Sema/
2009-03-09-WeakDeclarations-1.c 2 // Insist upon warnings for inappropriate weak attributes.
7 // These are inappropriate, and should generate warnings:
14 // These are inappropriate, and should generate warnings:
anonymous-struct-union-c11.c 1 // Check for warnings in non-C11 mode:
4 // Expect no warnings in C11 mode:
  /external/antlr/antlr-3.4/runtime/Perl5/t/author/
pod-coverage.t 2 use warnings;
pod.t 2 use warnings;
perlcritic.t 2 use warnings;
  /external/antlr/antlr-3.4/runtime/Perl5/t/
classes.t 4 use warnings;
version.t 2 use warnings;
  /external/clang/test/Preprocessor/
disabled-cond-diags.c 5 // Shouldn't get warnings here.
  /external/clang/test/FixIt/
fixit-recompile.c 2 // RUN: not %clang_cc1 -Werror -pedantic %s -fixit-recompile -fixit-to-temporary -fix-only-warnings
  /external/clang/test/Misc/
diag-mapping2.c 6 // RUN: %clang_cc1 %s -Wno-#warnings 2>&1 | not grep diagnostic
8 // -Werror can map all warnings to error.
12 // RUN: %clang_cc1 %s -Werror=#warnings 2>&1 | grep "error:"
15 // RUN: %clang_cc1 %s -Werror -Wno-error=#warnings 2>&1 | grep "warning:"
  /external/clang/test/PCH/Inputs/
chain-selectors1.h 9 // FIXME: Can't verify warnings in headers
chain-selectors2.h 8 // FIXME: Can't verify warnings in headers
  /external/clang/test/SemaCXX/Inputs/
warn-new-overaligned-3.h 4 // purpose of the over-aligned warnings test.
  /external/clang/test/SemaCXX/
unused-with-error.cpp 3 // Make sure 'unused' warnings are disabled when errors occurred.
warn-everthing.cpp 4 // warnings helps check CFG construction.
  /external/linux-tools-perf/util/
types.h 8 * so that we can print it with "%"PRIx64 without getting warnings.
  /external/bzip2/
words0 2 If compilation produces errors, or a large number of warnings,
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_install_dialog_controller_unittest.mm 109 std::vector<string16> warnings;
110 warnings.push_back(UTF8ToUTF16("warning 1"));
119 warnings:warnings
143 base::SysUTF16ToNSString(warnings[0]));
166 std::vector<string16> warnings;
167 warnings.push_back(UTF8ToUTF16("warning 1"));
176 warnings:warnings
186 // Test that controls get repositioned when there are two warnings vs on
    [all...]
  /external/clang/test/Analysis/
override-werror.c 4 // -Werror. This allows basic warnings not to interfere with producing
  /external/clang/test/Index/
warning-flags.c 4 // RUN: c-index-test -test-load-source all %s 2>&1|FileCheck -check-prefix=CHECK-BOTH-WARNINGS %s
5 // RUN: c-index-test -test-load-source-reparse 5 all %s 2>&1|FileCheck -check-prefix=CHECK-BOTH-WARNINGS %s
11 // CHECK-BOTH-WARNINGS: warning: control reaches end of non-void function
12 // CHECK-BOTH-WARNINGS: warning: incompatible pointer types returning 'float *' from a function with result type 'int *'
  /external/clang/test/Parser/
placeholder-recovery.m 5 // bogus 'archaic' warnings with bad location info.

Completed in 1309 milliseconds

1 2 3 4 5 6 7 8 91011>>