HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 226 - 250 of 682) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
rwlock_race.stderr.exp 16 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
tc10_rec_lock.stderr.exp 19 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
tc16_byterace.stderr.exp 13 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
tc18_semabuse.stderr.exp 17 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
  /external/valgrind/main/helgrind/tests/
tc14_laog_dinphils.stderr.exp 24 ERROR SUMMARY: 1000 errors from 1 contexts (suppressed: 0 from 0)
tc18_semabuse.stderr.exp 30 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
tc22_exit_w_lock.stderr.exp 39 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
  /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/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/chromium/net/proxy/
proxy_resolver_v8_unittest.cc 62 errors.push_back(UTF16ToUTF8(message));
76 std::vector<std::string> errors; member in class:net::__anon5121::MockJSBindings
139 EXPECT_EQ(0U, resolver.mock_js_bindings()->errors.size());
160 EXPECT_EQ(0U, resolver.mock_js_bindings()->errors.size());
191 EXPECT_EQ(0U, resolver.mock_js_bindings()->errors.size());
228 ASSERT_EQ(1U, bindings->errors.size());
230 bindings->errors[0]);
264 ASSERT_EQ(1U, bindings->errors.size());
267 bindings->errors[0]);
315 ASSERT_EQ(1U, bindings->errors.size())
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 125 int errors = 0; local
131 errors++;
146 return errors;
153 int errors = 0, end = 0; local
175 errors++;
184 errors++;
190 errors++;
196 errors++;
199 errors += wpa_config_validate_network(ssid, *line);
201 if (errors) {
213 int errors = 0, end = 0; local
352 int errors = 0, line = 0; local
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
canonicalform06.js 95 var errors = new Array();
147 errors = errorMonitor.allErrors;
148 for(var indexN100B7 = 0;indexN100B7 < errors.length; indexN100B7++) {
149 error = errors[indexN100B7];
163 assertSize("oneError",1,errors);
infoset06.js 95 var errors = new Array();
141 errors = errorMonitor.allErrors;
142 for(var indexN100A9 = 0;indexN100A9 < errors.length; indexN100A9++) {
143 error = errors[indexN100A9];
157 assertSize("oneError",1,errors);
infoset07.js 94 var errors = new Array();
142 errors = errorMonitor.allErrors;
143 for(var indexN100AA = 0;indexN100AA < errors.length; indexN100AA++) {
144 error = errors[indexN100AA];
158 assertSize("oneError",1,errors);
wellformed01.js 95 var errors = new Array();
141 errors = errorMonitor.allErrors;
142 for(var indexN100A9 = 0;indexN100A9 < errors.length; indexN100A9++) {
143 error = errors[indexN100A9];
157 assertSize("oneError",1,errors);
wellformed03.js 94 var errors = new Array();
142 errors = errorMonitor.allErrors;
143 for(var indexN100AA = 0;indexN100AA < errors.length; indexN100AA++) {
144 error = errors[indexN100AA];
158 assertSize("oneError",1,errors);
  /external/protobuf/src/google/protobuf/
wire_format_unittest.cc 806 vector<string> errors; local
810 errors = log.GetMessages(ERROR);
813 ASSERT_EQ(1, errors.size());
817 errors[0]);
820 ASSERT_EQ(0, errors.size());
829 vector<string> errors; local
833 errors = log.GetMessages(ERROR);
836 ASSERT_EQ(1, errors.size());
840 errors[0]);
843 ASSERT_EQ(0, errors.size())
850 vector<string> errors; local
864 vector<string> errors; local
878 vector<string> errors; local
892 vector<string> errors; local
    [all...]
message.cc 94 void Message::FindInitializationErrors(vector<string>* errors) const {
95 return ReflectionOps::FindInitializationErrors(*this, "", errors);
99 vector<string> errors; local
100 FindInitializationErrors(&errors);
101 return JoinStrings(errors, ", ");
  /external/libxslt/libxslt/
preproc.c 81 style->errors++;
94 style->errors++;
123 style->errors++;
150 style->errors++;
176 style->errors++;
203 style->errors++;
286 style->errors++;
296 style->errors++;
309 style->errors++;
364 style->errors++
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
ErrorManager.java 50 /** Defines all the errors ANTLR can generator for both the tool and for
62 * find any errors/mismatches rather than leaving a mistyped string in
79 * During initialization of this class, all errors go straight to System.err.
81 * can I do errors properly? For example, if the string template group file
89 * TODO: get antlr.g etc.. parsing errors to come here.
92 // TOOL ERRORS
93 // file errors
112 // code gen errors
119 // GRAMMAR ERRORS
204 // Dependency sorting errors
261 public int errors; field in class:ErrorManager.ErrorState
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestAttributes.java 111 assertEquals("unexpected errors: "+equeue, 0, equeue.errors.size());
137 assertEquals("unexpected errors: "+equeue, 0, equeue.errors.size());
165 assertEquals("unexpected errors: "+equeue, 0, equeue.errors.size());
201 assertEquals("unexpected errors: "+equeue, 0, equeue.errors.size());
226 assertEquals("unexpected errors: "+equeue, 0, equeue.errors.size())
    [all...]
TestCompositeGrammars.java 46 assertEquals("unexpected errors: "+equeue, 0, equeue.errors.size());
227 assertEquals("unexpected errors: "+equeue, 0, equeue.errors.size());
255 assertEquals("unexpected errors: "+equeue, 1, equeue.errors.size());
257 assertEquals("unexpected errors: "+equeue, expectedError, equeue.errors.get(0).toString().replaceFirst("\\-[0-9]+",""));
306 assertEquals("unexpected errors: "+equeue, 1, equeue.errors.size())
    [all...]
  /external/bison/src/
conflicts.c 256 | ERRORS and NERRS can be used to store discovered explicit |
257 | errors. |
261 resolve_sr_conflict (state *s, int ruleno, symbol **errors, int *nerrs)
314 errors[(*nerrs)++] = symbols[i];
324 | conflicts. ERRORS can be used as storage to compute the list of |
329 set_conflicts (state *s, symbol **errors)
350 resolve_sr_conflict (s, i, errors, &nerrs);
354 /* Some tokens have been explicitly made errors. Allocate a
356 state_errs_set (s, nerrs, errors);
390 symbol **errors = xnmalloc (ntokens + 1, sizeof *errors)
389 symbol **errors = xnmalloc (ntokens + 1, sizeof *errors); local
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
cssgen.php 159 $errors = 0; variable
194 ++$errors;
201 ++$errors;
215 ++$errors;
221 if ( $errors > 0 )
251 // no errors - echo continue form
  /external/strace/
count.c 42 int calls, errors; member in struct:call_counts
69 counts[tcp->scno].errors++;
188 error_cum += counts[i].errors;
195 "calls", "errors", "syscall");
206 if (counts[j].errors)
207 sprintf(error_str, "%d", counts[j].errors);

Completed in 1850 milliseconds

1 2 3 4 5 6 7 8 91011>>