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

1 2 3 45 6 7 8 91011>>

  /external/gtest/src/
gtest-typed-test.cc 48 Message errors; local
54 errors << "Test " << name << " is listed more than once.\n";
71 errors << "No test named " << name
80 errors << "You forgot to list test " << *it << ".\n";
84 const String& errors_str = errors.GetString();
  /external/llvm/utils/unittest/googletest/
gtest-typed-test.cc 60 Message errors; local
66 errors << "Test " << name << " is listed more than once.\n";
83 errors << "No test named " << name
92 errors << "You forgot to list test " << *it << ".\n";
96 const String& errors_str = errors.GetString();
  /external/protobuf/gtest/src/
gtest-typed-test.cc 48 Message errors; local
54 errors << "Test " << name << " is listed more than once.\n";
71 errors << "No test named " << name
80 errors << "You forgot to list test " << *it << ".\n";
84 const String& errors_str = errors.GetString();
  /external/chromium/chrome/common/extensions/
extension_unpacker_unittest.cc 16 namespace errors = extension_manifest_errors;
49 EXPECT_EQ(errors::kInvalidDefaultLocale, unpacker_->error_message());
55 EXPECT_EQ(errors::kLocalesTreeMissing, unpacker_->error_message());
61 EXPECT_EQ(errors::kInvalidDefaultLocale, unpacker_->error_message());
75 EXPECT_EQ(errors::kLocalesNoDefaultMessages, unpacker_->error_message());
81 EXPECT_EQ(errors::kLocalesNoDefaultLocaleSpecified,
89 errors::kLocalesMessagesFileMissing +
96 EXPECT_EQ(errors::kLocalesNoDefaultMessages, unpacker_->error_message());
  /external/valgrind/main/drd/tests/
pth_cleanup_handler.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
read_after_free.stderr.exp 8 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
16 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  /bionic/libc/tools/
checksyscalls.py 156 errors = 0 variable
159 errors = 0
166 errors += 1
169 errors += 1
172 errors += 1
173 return errors
175 errors += check_syscalls("arm", "id", arm_dict)
176 errors += check_syscalls("x86", "id2", x86_dict)
177 errors += check_syscalls("superh", "id3", superh_dict)
179 if errors == 0
    [all...]
  /external/wpa_supplicant/tests/
test_ms_funcs.c 60 int errors = 0; local
69 errors++;
75 errors++;
84 errors++;
90 errors++;
100 errors++;
106 errors++;
112 errors++;
115 if (errors)
116 printf("FAILED! %d errors\n", errors)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_ms_funcs.c 60 int errors = 0; local
69 errors++;
75 errors++;
84 errors++;
90 errors++;
100 errors++;
106 errors++;
112 errors++;
115 if (errors)
116 printf("FAILED! %d errors\n", errors)
    [all...]
  /external/dbus/dbus/
dbus-misc.h 31 #include <dbus/dbus-errors.h>
dbus-uuidgen.h 31 #include <dbus/dbus-errors.h>
  /external/valgrind/main/memcheck/tests/
brk2.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
erringfds.stderr.exp 10 For counts of detected and suppressed errors, rerun with: -v
11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
leak-pool-0.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
leak-pool-1.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
leak-pool-2.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
leak-pool-3.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
leak-pool-4.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
leak-pool-5.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
linux-syscalls-2007.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/valgrind/main/memcheck/tests/linux/
brk.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
capget.stderr.exp 13 For counts of detected and suppressed errors, rerun with: -v
14 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
lsframe1.stderr.exp 11 For counts of detected and suppressed errors, rerun with: -v
12 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
lsframe2.stderr.exp 11 For counts of detected and suppressed errors, rerun with: -v
12 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
sigqueue.stderr.exp 10 For counts of detected and suppressed errors, rerun with: -v
11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

Completed in 152 milliseconds

1 2 3 45 6 7 8 91011>>