HomeSort by relevance Sort by last modified time
    Searched defs:errors (Results 51 - 75 of 1189) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libunwind/tests/
test-proc-info.c 41 int errors; variable
44 { ++errors; fprintf (stderr, args); return -1; }
102 ++errors;
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-typed-test.cc 67 Message errors; local
74 errors << "Test " << name << " is listed more than once.\n";
91 errors << "No test named " << name
100 errors << "You forgot to list test " << it->first << ".\n";
104 const std::string& errors_str = errors.GetString();
  /external/llvm/utils/unittest/googletest/src/
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/ltp/testcases/kernel/ipc/semaphore/
sem01.c 48 int errors = 0; variable
58 errors++;
72 errors++;
154 if (errors) {
155 printf("FAIL: there were %d errors\n", errors);
159 exit(errors);
  /external/ltp/testcases/network/multicast/mc_opts/
mc_verify_opts.c 14 static int errors; variable
58 errors++;
66 errors++;
75 errors++;
85 errors++;
96 errors++;
102 errors++;
106 errors++;
114 errors++;
120 errors++
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
12-1.c 46 int errors = 0; local
109 errors++;
119 if (errors != 0)
13-1.c 46 int errors = 0; local
127 errors++;
137 if (errors != 0)
5-1.c 49 int errors = 0; local
108 errors++;
112 if (errors) {
  /external/mesa3d/src/gtest/src/
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 std::string& errors_str = errors.GetString();
  /external/protobuf/gtest/src/
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/src/google/protobuf/
reflection_ops_unittest.cc 422 vector<string> errors; local
423 ReflectionOps::FindInitializationErrors(message, "", &errors);
424 return Join(errors, ",");
  /external/python/cpython3/Modules/_io/clinic/
_iomodule.c.h 7 " errors=None, newline=None, closefd=True, opener=None)\n"
79 "errors is an optional string that specifies how encoding errors are to\n"
83 "errors. (Note that ignoring encoding errors can lead to data loss.)\n"
134 int buffering, const char *encoding, const char *errors,
141 static const char * const _keywords[] = {"file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener", NULL};
147 const char *errors = NULL; local
153 &file, &mode, &buffering, &encoding, &errors, &newline, &closefd, &opener)) {
156 return_value = _io_open_impl(module, file, mode, buffering, encoding, errors, newline, closefd, opener)
    [all...]
  /external/selinux/policycoreutils/setfiles/
restore.c 74 int len, rc, errors; local
79 errors = glob(name, GLOB_TILDE | GLOB_PERIOD |
81 if (errors)
82 return errors;
93 errors = rc;
98 return errors;
  /external/selinux/restorecond/
restore.c 73 int len, rc, errors; local
78 errors = glob(name, GLOB_TILDE | GLOB_PERIOD |
80 if (errors)
81 return errors;
92 errors = rc;
97 return errors;
  /external/swiftshader/third_party/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/v8/testing/gtest/src/
gtest-typed-test.cc 67 Message errors; local
74 errors << "Test " << name << " is listed more than once.\n";
91 errors << "No test named " << name
100 errors << "You forgot to list test " << it->first << ".\n";
104 const std::string& errors_str = errors.GetString();
  /external/valgrind/none/tests/x86/
bug126147-x86.c 117 size_t errors = 0; variable
126 ++errors;
190 if (errors == 0)
192 printf("No errors.\n");
196 printf("%d errors.\n", (int)errors);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
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 std::string& errors_str = errors.GetString();
  /external/webrtc/talk/app/webrtc/test/
fakevideotrackrenderer.h 57 int errors() const { return fake_renderer_.errors(); } function in class:webrtc::FakeVideoTrackRenderer
  /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
CompilationResult.java 48 List<ScopedException> errors = ScopedException.extractErrors(error); local
49 if (errors.isEmpty()) {
52 assertEquals(error, 1, errors.size());
53 return errors.get(0);
  /prebuilts/misc/windows/sdl2/test/
testiconv.c 50 int errors = 0; local
76 ++errors;
87 return (errors ? errors + 1 : 0);
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
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 std::string& errors_str = errors.GetString();
  /system/extras/libfec/test/
test_rs.c 39 int i, rc, neras, errors; local
56 printf("%d errors\n", neras);
69 errors = 0;
73 ++errors;
76 printf("\t\t%d errors in output\n", errors);
82 errors = 0;
86 ++errors;
89 printf("\t\t%d errors in output\n", errors);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliterationRuleSet.java 147 StringBuilder errors = null; local
162 if (errors == null) {
163 errors = new StringBuilder();
165 errors.append("\n");
167 errors.append("Rule " + r1 + " masks " + r2);
173 if (errors != null) {
174 throw new IllegalArgumentException(errors.toString());
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RbnfLenientScannerTest.java 126 StringBuffer errors = null; local
192 if (errors == null) {
193 errors = new StringBuffer();
195 errors.append("\n" + msg);
201 if (errors != null) {
203 //errln(errors.toString());
204 logln(errors.toString());

Completed in 625 milliseconds

1 23 4 5 6 7 8 91011>>