/external/chromium/build/util/ |
lastchange.py | 27 Errors are swallowed. 66 Errors are swallowed. 92 Errors are swallowed. 109 Errors are swallowed. 127 Errors are swallowed. 147 Errors are swallowed. 171 Errors are swallowed. 192 Errors are swallowed. 203 Errors are swallowed.
|
/external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/ |
js_checker.py | 119 from closure_linter import checker, errors namespace 127 """Filters out errors that don't apply to Chromium JavaScript code.""" 148 """Check whether an error is valid. Most errors are valid, with a few 156 errors.COMMA_AT_END_OF_LITERAL, 157 errors.JSDOC_ILLEGAL_QUESTION_WITH_PIPE, 158 errors.JSDOC_TAG_DESCRIPTION_ENDS_WITH_INVALID_CHARACTER, 159 errors.LINE_TOO_LONG, 160 errors.MISSING_JSDOC_TAG_THIS, 184 # Use closure_linter to check for several different errors
|
/external/clang/lib/Frontend/ |
Warnings.cpp | 16 // generated data, and the special cases -pedantic, -pedantic-errors, -w, 17 // -Werror and -Wfatal-errors. 21 // -Wfoo, -Wno-foo, -Werror=foo, -Wfatal-errors=foo 70 // If -pedantic or -pedantic-errors was specified, then we want to map all 84 // while the second pass reports warnings/errors. This has the effect that 166 // -Wfatal-errors is yet another special case. 167 if (Opt.startswith("fatal-errors")) { 173 << "-Wfatal-errors" << ("-W" + OrigOpt.str()); 189 EmitUnknownDiagWarning(Diags, "-Wfatal-errors=", Specifier,
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
TokenSource.as | 34 * Errors from the lexer are never passed to the parser. Either you want 41 * errors and keep going, looking for a valid token. 46 * until you get a good one; errors are not passed through to the parser.
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
TokenSource.java | 34 * Errors from the lexer are never passed to the parser. Either you want 41 * errors and keep going, looking for a valid token. 46 * until you get a good one; errors are not passed through to the parser.
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
ToolMessage.java | 32 /** A generic message from the tool such as "file not found" type errors; there 34 * errors, which may be rather complex. 40 * TODO what to do with exceptions? Want stack trace for internal errors?
|
/external/chromium/chrome/browser/remoting/ |
directory_add_request_unittest.cc | 57 TestResult(400, "{\"error\":{\"errors\":[{\"domain\":\"global\"," 66 TestResult(400, "{\"error\":{\"errors\":[{\"domain\":\"global\"," 74 TestResult(401, "{\"error\":{\"errors\":[{\"domain\":\"global\","
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
not_strict_test.py | 19 Tests errors that can be thrown by gjslint when not in strict mode. 32 from closure_linter import errors namespace 70 errors.ByName))
|
javascriptlintrules.py | 31 from closure_linter import errors namespace 47 """JavaScript lint rules that catch JavaScript specific style errors.""" 58 """Handle errors associated with a parameter missing a param tag.""" 59 self._HandleError(errors.MISSING_PARAMETER_DOCUMENTATION, 79 """Checks a token, given the current parser_state, for warnings and errors. 140 self._HandleError(errors.JSDOC_MISSING_OPTIONAL_PREFIX, 146 self._HandleError(errors.JSDOC_MISSING_OPTIONAL_TYPE, 157 self._HandleError(errors.MISSING_JSDOC_TAG_TYPE, 163 errors.OUT_OF_ORDER_JSDOC_TAG_TYPE, 176 errors.UNNECESSARY_DOUBLE_QUOTED_STRING [all...] |
/external/clang/include/clang/Frontend/ |
TextDiagnosticBuffer.h | 31 DiagList Errors, Warnings, Notes; 33 const_iterator err_begin() const { return Errors.begin(); } 34 const_iterator err_end() const { return Errors.end(); }
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/templateFiles/ |
testResults.php.template | 42 <td width="19%"><b>Errors & Failures</b></td> 65 containing compile errors </font></b></td> 72 <td><b>Errors</b></td>
|
/external/junit/src/org/junit/rules/ |
ErrorCollector.java | 36 private List<Throwable> errors= new ArrayList<Throwable>(); field in class:ErrorCollector 40 MultipleFailureException.assertEmpty(errors); 47 errors.add(error);
|
/external/libvorbis/test/ |
test.c | 40 int errors = 0 ; local 63 errors ++ ; 73 if (errors)
|
/external/valgrind/main/docs/xml/ |
quick-start-guide.xml | 31 memory-related errors that are common in C and C++ programs and that can 35 detecting memory errors in your program with Memcheck. For full 55 Memcheck occasionally reports uninitialised-value errors which don't 77 memory errors and leaks that it detects.</para> 152 <para>It's worth fixing errors in the order they are reported, as 153 later errors can be caused by earlier errors. Failing to do this is a 187 value(s)". It can be difficult to determine the root cause of these errors. 209 also useful if Memcheck is reporting errors in library code that you 216 errors that could crash your program (eg. cause a segmentatio [all...] |
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
UnitTestSuiteBuilderTest.java | 70 private Set<String> errors = new HashSet<String>(); field in class:UnitTestSuiteBuilderTest.SuiteExecutionRecorder 74 errors.add(testName(test)); 97 return errors.contains(testName);
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
catchptr1.cpp | 256 int errors = 0; local 265 errors++; 268 return errors;
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
catchptr1.cpp | 256 int errors = 0; local 265 errors++; 268 return errors;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/ |
AaptQuickFixTest.java | 93 List<String> errors = new ArrayList<String>(); local 98 // the real aapt errors are there. But when the test is run directly, aapt has 101 // etc) so instead this test just hardcodes the aapt errors that should be 103 assertEquals("Unit test is hardcoded to errors for quickfix1.xml", "quickfix1.xml", name); 104 errors.add(filePath + ":7: error: Error: No resource found that matches the given name" 106 errors.add(filePath + ":7: error: Error: No resource found that matches the given name" 108 errors.add(filePath + ":13: error: Error: No resource found that matches the given name" 110 AaptParser.parseOutput(errors, project); 215 List<String> errors = new ArrayList<String>(); local 218 assertEquals("Unit test is hardcoded to errors for quickfix2.xml", "quickfix2.xml", name) [all...] |
/external/icu4c/test/intltest/ |
uts46test.cpp | 118 errln("T.nameToASCII(www.example.com) info.errors=%04lx result matches=%d %s", 145 errln("N.labelToASCII(label-with-dot) failed with errors %04lx - %s", 218 errln("notSTD3.nameToUnicode(non-LDH ASCII) unexpected errors %04lx string %s", 232 errln("notSTD3.nameToUnicode(equiv to non-LDH ASCII) unexpected errors %04lx string %s", 242 uint32_t errors; member in struct:TestCase 468 // hyphen errors and empty-label errors 600 // ToUnicode does not set length errors. 601 uint32_t uniErrors=testCase.errors&~ 608 errln("N.nameToUnicode([%d] %s) unexpected errors %04lx" [all...] |
/development/testrunner/coverage/ |
coverage_targets.py | 24 import errors namespace 61 errors.ParseError if file_path cannot be parsed 68 raise errors.ParseError 71 raise errors.ParseError
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/simplecalc/ |
simplecalc.pl | 19 print "errors: ", $parser->get_number_of_syntax_errors(), "\n";
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t013parser.py | 29 # FIXME: currently strings with formatted errors are collected
|
/external/bluetooth/bluedroid/bta/hl/ |
bta_hl_ci.c | 41 ** BTA_MA_STATUS_FAIL if any errors have occurred. 76 ** BTA_MA_STATUS_FAIL if any errors have occurred. 111 ** BTA_MA_STATUS_FAIL if any errors have occurred. 146 ** BTA_MA_STATUS_FAIL if any errors have occurred.
|
/external/chromium/base/allocator/ |
win_allocator.cc | 22 // ignore any errors.
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
console-call-line-numbers.html | 14 resource URLs and line numbers. Also verify that errors and warnings show up inline as bubbles in the
|