HomeSort by relevance Sort by last modified time
    Searched full:errors (Results 176 - 200 of 5575) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/test/Parser/
PR11000.cpp 9 // CHECK: 6 errors generated.
cxx-member-init-missing-paren-crash.cpp 2 // Note: The important part here is that we don't crash, not any specific errors
  /external/clang/test/SemaCXX/
unused-with-error.cpp 3 // Make sure 'unused' warnings are disabled when errors occurred.
  /external/clang/test/SemaTemplate/
nested-incomplete-class.cpp 8 // Should not get errors about bar being incomplete here.
  /external/qemu/distrib/sdl-1.2.15/test/
testiconv.c 37 int errors = 0; local
58 ++errors;
72 return (errors ? errors + 1 : 0);
  /external/skia/gm/
valgrind.supp 2 # to avoid reporting errors inside the driver.
  /external/skia/tests/
valgrind.supp 2 # to avoid reporting errors inside the driver.
  /external/valgrind/main/drd/tests/
annotate_hb_race.stderr.exp 8 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
annotate_publish_hg.stderr.exp 7 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
filter_error_count 8 -e 's/^\(ERROR SUMMARY: [0-9]* errors\).*$/\1/' \
linuxthreads_det.stderr.exp-linuxthreads 7 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
tc15_laog_lockdel.stderr.exp 8 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/valgrind/main/memcheck/tests/
new_nothrow.cpp 4 // they call malloc(), the calls to 'delete' caused bogus mismatch errors.
vcpu_fbench.stdout.exp 10 No errors in results.
  /hardware/ti/omap4xxx/libtiutils/
ErrorUtils.h 21 #include <utils/Errors.h>
39 ///Method to convert from POSIX to Android errors
42 ///Method to convert from TI OSAL to Android errors
45 ///Method to convert from OMX to Android errors
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
errors.py 35 # "File-fatal" errors - these errors stop further parsing of a single file
115 # ActionScript specific errors:
116 # TODO(user): move these errors to their own file and move all JavaScript
117 # specific errors to their own file as well.
118 # All ActionScript specific errors should have error number at least 1000.
131 # End of list of ActionScript specific errors.
134 # Errors added after 2.0.2:
137 # Errors added after 2.3.4:
141 # Errors added after 2.3.5
    [all...]
error_fixer.py 24 from closure_linter import errors namespace
53 """Object that fixes simple style errors."""
60 instead of overwriting the files the errors are found in.
69 """Notifies this ErrorPrinter that subsequent errors are in filename.
102 if code == errors.JSDOC_PREFER_QUESTION_TO_PIPE_NULL:
121 elif code == errors.JSDOC_MISSING_OPTIONAL_TYPE:
134 elif code in (errors.MISSING_SEMICOLON_AFTER_FUNCTION,
135 errors.MISSING_SEMICOLON):
143 elif code in (errors.ILLEGAL_SEMICOLON_AFTER_FUNCTION,
144 errors.REDUNDANT_SEMICOLON
    [all...]
ecmalintrules.py 29 from closure_linter import errors namespace
61 Can be used to find common style errors in JavaScript, ActionScript and other
102 """Handle errors associated with a parameter missing a @param tag."""
161 self._HandleError(errors.LINE_TOO_LONG,
165 """Checks the given type for style errors.
176 self._HandleError(errors.JSDOC_PREFER_QUESTION_TO_PIPE_NULL,
183 self._HandleError(errors.JSDOC_ILLEGAL_QUESTION_WITH_PIPE,
189 self._HandleError(errors.MISSING_BRACES_AROUND_TYPE,
207 errors.MISSING_SPACE,
239 """Checks a token, given the current parser_state, for warnings and errors
    [all...]
  /external/doclava/src/com/google/doclava/
AttrTagInfo.java 56 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr tag: " + text);
67 Errors.error(Errors.BAD_ATTR_TAG, position, "Unresolved @attr ref: " + ref);
71 Errors.error(Errors.BAD_ATTR_TAG, position, "@attr must be a field: " + ref);
79 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr name tag: " + more);
88 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr command: " + command)
    [all...]
  /frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/
AndroidJUnit4ClassRunner.java 66 protected void collectInitializationErrors(List<Throwable> errors) {
67 super.collectInitializationErrors(errors);
69 validateInjectFields(errors);
72 private void validateInjectFields(List<Throwable> errors) {
76 validateInjectField(errors, instrField, Instrumentation.class);
81 validateInjectField(errors, contextField, Context.class);
86 validateInjectField(errors, bundleField, Bundle.class);
90 private void validateInjectField(List<Throwable> errors, FrameworkField instrField,
93 errors.add(new InvalidInjectException(String.format(
98 errors.add(new InvalidInjectException(String.format
    [all...]
  /external/doclava/src/com/google/doclava/apicheck/
ApiCheck.java 29 import com.google.doclava.Errors;
30 import com.google.doclava.Errors.ErrorMessage;
69 Errors.printErrors(report.errors());
90 level = Errors.ERROR;
92 level = Errors.WARNING;
94 level = Errors.HIDDEN;
96 Errors.setErrorLevel(Integer.parseInt(a[1]), level);
99 return new Report(2, Errors.getErrors());
113 return new Report(1, Errors.getErrors())
203 private Set<ErrorMessage> errors; field in class:ApiCheck.Report
214 public Set<ErrorMessage> errors() { method in class:ApiCheck.Report
    [all...]
  /external/chromium/chrome/browser/net/
url_request_mock_net_error_job.cc 25 std::vector<int> errors,
28 errors(errors),
32 std::vector<int> errors; member in struct:URLRequestMockNetErrorJob::MockInfo
39 const std::vector<int>& errors,
46 url_mock_info_map_[url] = MockInfo(base, errors, ssl_cert);
79 return new URLRequestMockNetErrorJob(request, mock_info.errors,
85 const std::vector<int>& errors, net::X509Certificate* cert,
88 errors_(errors),
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
calc.rb 71 errors = parser.reported_errors
72 return [ value, errors ]
87 parser_value, errors = evaluate( expression )
93 val, errors = evaluate "6 - (2*1"
95 errors.should have( 1 ).thing
96 errors.first.should =~ /mismatched/
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
ErrorQueue.java 39 List errors = new LinkedList(); field in class:ErrorQueue
47 errors.add(msg);
55 errors.add(msg);
59 return infos.size() + errors.size() + warnings.size();
64 "errors: "+errors+
  /device/ti/panda/
fstab.omap4pandaboard 8 /dev/block/platform/omap/omap_hsmmc.0/by-name/cache /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait
9 /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait

Completed in 1355 milliseconds

1 2 3 4 5 6 78 91011>>