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

1 2 3 4 5 6 7 8 91011>>

  /external/dbus/dbus/
dbus-spawn.h 29 #include <dbus/dbus-errors.h>
dbus.h 33 #include <dbus/dbus-errors.h>
  /external/valgrind/main/gdbserver_tests/
mssnapshot.stderrB.exp 6 v.info all_errors : show all errors found so far
8 v.info n_errs_found : show the nr of errors found so far
  /external/valgrind/main/memcheck/tests/
badjump.stderr.exp 24 For counts of detected and suppressed errors, rerun with: -v
25 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
noisy_child.stderr.exp 22 For counts of detected and suppressed errors, rerun with: -v
23 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
partial_load_ok.stderr.exp 27 For counts of detected and suppressed errors, rerun with: -v
28 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
  /external/valgrind/main/memcheck/tests/darwin/
aio.stderr.exp 21 For counts of detected and suppressed errors, rerun with: -v
23 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
  /frameworks/compile/libbcc/runtime/make/
options.mk 29 # FIXME: Remove these pipes once ranlib errors are fixed.
32 # FIXME: Remove these pipes once ranlib errors are fixed.
  /development/testrunner/test_defs/
host_test.py 23 import errors namespace
85 errors.AbortError: if fatal error occurs
97 raise errors.AbortError(msg="Could not find jar %s" % path)
  /external/valgrind/main/drd/tests/
hg03_inherit.stderr.exp 16 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
hold_lock_2.stderr.exp 17 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
pth_barrier_race.stderr.exp 14 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
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::__anon4571::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 123 int errors = 0; local
129 errors++;
144 return errors;
151 int errors = 0, end = 0; local
173 errors++;
182 errors++;
188 errors++;
194 errors++;
197 errors += wpa_config_validate_network(ssid, *line);
199 if (errors) {
211 int errors = 0, end = 0; local
350 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);

Completed in 1373 milliseconds

1 2 3 4 5 6 7 8 91011>>