| /external/ltp/lib/tests/ |
| bytes_by_prefix_test.c | 32 * it back as well as the total number of errors encountered along with the 271 int errors = test_values(); local 273 if (errors > 0) { 275 errors);
|
| /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/glsl/glcpp/ |
| pp.c | 156 int errors; local 172 errors = parser->error; 174 return 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 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/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/r11/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();
|
| /prebuilts/ndk/r13/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 | 121 StringBuffer errors = null; local 187 if (errors == null) { 188 errors = new StringBuffer(); 190 errors.append("\n" + msg); 196 if (errors != null) { 198 //errln(errors.toString()); 199 logln(errors.toString());
|
| /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/ |
| RbnfLenientScannerTest.java | 120 StringBuffer errors = null; local 186 if (errors == null) { 187 errors = new StringBuffer(); 189 errors.append("\n" + msg); 195 if (errors != null) { 197 //errln(errors.toString()); 198 logln(errors.toString());
|