HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 201 - 225 of 566) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/dbus/dbus/
dbus-nonce.h 28 #include <dbus/dbus-errors.h>
dbus-pipe.h 37 #include <dbus/dbus-errors.h>
dbus-signature.h 32 #include <dbus/dbus-errors.h>
dbus-spawn.h 29 #include <dbus/dbus-errors.h>
dbus.h 33 #include <dbus/dbus-errors.h>
  /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
84 errors.AbortError: if fatal error occurs
96 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 17 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/
hg03_inherit.stderr.exp 19 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
tc13_laog1.stderr.exp 15 ERROR SUMMARY: 1 errors from 1 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);
212 List<String> errors = new ArrayList<String>(); local
215 assertEquals("Unit test is hardcoded to errors for quickfix2.xml", "quickfix2.xml", name)
    [all...]
  /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::__anon3771::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/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);

Completed in 682 milliseconds

1 2 3 4 5 6 7 891011>>