Searched refs:errors (Results 626 - 650 of 954) sorted by relevance

<<21222324252627282930>>

/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_06_part1.c38 static int errors; variable
1537 errors++;
1558 errors++;
1581 errors++;
1659 errors++;
1720 errors++;
1800 errors++;
1854 errors++;
1905 errors++;
1949 errors
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestDFAConversion.java122 // no warnings/errors
376 // No errors with k=1; don't try k=* first
409 // No errors with k=2; don't try k=* first
557 assertEquals(1, equeue.errors.size());
558 Message msg = (Message)equeue.errors.get(0);
586 assertEquals(1, equeue.errors.size());
587 Message msg = (Message)equeue.errors.get(0);
617 assertEquals(1, equeue.errors.size());
618 Message msg = (Message)equeue.errors.get(0);
1207 /* There are 2 nondet errors, bu
1720 getNonRegularDecisionMessage(List errors) argument
[all...]
/external/chromium_org/build/android/pylib/utils/
H A Demulator.py25 import errors namespace
407 except errors.WaitForResponseTimedOutError:
/external/chromium_org/net/tools/testserver/
H A Dtestserver_base.py17 import tlslite.errors namespace
69 """Allows the server to deal with "broken pipe" errors (which happen if the
76 if isinstance(value, tlslite.errors.TLSClosedConnectionError):
/external/chromium_org/third_party/android_platform/development/scripts/
H A Dstack_core.py137 line = unicode(ln, errors='ignore')
158 line = unicode(ln, errors='ignore')
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/shaders/
H A Dgenerate_shaders.bat35 echo There were %errorCount% shader compilation errors.
/external/chromium_org/third_party/libxslt/libxslt/
H A Dattrvt.c70 if (style != NULL) style->errors++;
186 style->errors++;
262 style->errors++;
281 style->errors++;
/external/chromium_org/third_party/markupsafe/
H A D__init__.py68 def __new__(cls, base=u'', encoding=None, errors='strict'):
73 return text_type.__new__(cls, base, encoding, errors)
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h224 // Errors: In the first form of the call, errors are reported with
234 vector<string> *errors);
244 // The second call stores its errors in a supplied string vector.
245 // If the string vector pointer is NULL, it reports the errors with LOG().
253 vector<string> *errors);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc765 // An error collector which simply concatenates all its errors into a big
1163 vector<string> errors; local
1169 errors = log.GetMessages(ERROR);
1172 ASSERT_EQ(1, errors.size());
1176 errors[0]);
1180 vector<string> errors; local
1186 errors = log.GetMessages(ERROR);
1189 ASSERT_EQ(1, errors.size());
1192 errors[0]);
/external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
H A Drendering_stats.py129 # A lookup from list names below to any errors or exceptions encountered
131 self.errors = {}
257 self.errors['frame_queueing_durations'] = (
H A Dsmoothness_unittest.py22 self.errors = {}
134 stats.errors['frame_queueing_durations'] = (
/external/lldb/examples/test/
H A Dusage-pre-post-flight37 Session logs for test failures/errors/unexpected successes will go into directory '2012-04-16-11_34_08'
/external/lldb/source/Target/
H A DThreadPlanStepOut.cpp435 StreamString errors; local
436 if (!step_through_inline_plan_ptr->ValidatePlan(&errors))
/external/lldb/test/unittest2/test/
H A Dsupport.py15 self.errors = []
26 self.errors.append((test, err))
H A Dtest_assertions.py108 def assertMessages(self, methodName, args, errors):
117 for i, expected_regexp in enumerate(errors):
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h214 // Errors: In the first form of the call, errors are reported with
224 vector<string> *errors);
234 // The second call stores its errors in a supplied string vector.
235 // If the string vector pointer is NULL, it reports the errors with LOG().
243 vector<string> *errors);
/external/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc684 // An error collector which simply concatenates all its errors into a big
990 vector<string> errors; local
996 errors = log.GetMessages(ERROR);
999 ASSERT_EQ(1, errors.size());
1003 errors[0]);
1007 vector<string> errors; local
1013 errors = log.GetMessages(ERROR);
1016 ASSERT_EQ(1, errors.size());
1019 errors[0]);
/external/stressapptest/src/
H A Dos.h93 // Polls for errors. This implementation is optional.
94 // This will poll once for errors and return zero iff no errors were found.
100 // Report errors. This implementation is mandatory.
113 // Flushes cacheline. Used to distinguish read or write errors.
218 // Causes false errors for unittesting.
219 // Setting to "true" causes errors to be injected.
220 void set_error_injection(bool errors) { error_injection_ = errors; } argument
/external/valgrind/main/drd/tests/
H A Dbar_bad.stderr.exp49 ERROR SUMMARY: 7 errors from 6 contexts (suppressed: 0 from 0)
/external/valgrind/main/gdbserver_tests/
H A Dmchelp.stdoutB.exp4 v.info all_errors : show all errors found so far
7 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
49 v.info all_errors : show all errors found so far
52 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
/external/valgrind/main/helgrind/tests/
H A Dhg04_race.stderr.exp49 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
H A Dhg05_race2.stderr.exp49 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
H A Dpth_cond_destroy_busy.stderr.exp50 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
H A Dtc21_pthonce.stderr.exp49 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)

Completed in 1514 milliseconds

<<21222324252627282930>>