/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/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/src/google/protobuf/ |
message_unittest.cc | 182 vector<string> errors; local 187 errors = log.GetMessages(ERROR); 190 ASSERT_EQ(1, errors.size()); 193 errors[0]); 236 vector<string> errors; local 237 message.FindInitializationErrors(&errors); 238 ASSERT_EQ(3, errors.size()); 239 EXPECT_EQ("a", errors[0]); 240 EXPECT_EQ("b", errors[1]); 241 EXPECT_EQ("c", errors[2]) [all...] |
reflection_ops_unittest.cc | 358 vector<string> errors; local 359 ReflectionOps::FindInitializationErrors(message, "", &errors); 360 return JoinStrings(errors, ",");
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testiconv.c | 37 int errors = 0; local 58 ++errors; 72 return (errors ? errors + 1 : 0);
|
/external/v8/tools/ |
run-valgrind.py | 50 errors = process.stderr.readlines(); variable 54 sys.stderr.writelines(errors) 63 for line in errors: 67 sys.stderr.writelines(errors) 72 sys.stderr.writelines(errors)
|
/external/valgrind/main/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);
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
runptests.c | 48 int errors = 0; local 79 ++errors; 87 errors++; 101 ++errors; 116 ++errors; 124 printf ("\n%u tests, %d errors\n", (int) cnt, errors); 126 return errors != 0;
|
/ndk/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();
|
/bionic/libc/arch-mips/string/ |
mips_strlen.c | 148 chk (unsigned mine, unsigned libs, int *errors) 154 (*errors)++; 161 int errors = 0; local 178 fprintf(stderr,"%s+%d: %s\n",#__x,__y,chk(a,b,&errors));\ 221 return errors;
|
/development/testrunner/test_defs/ |
test_defs.py | 25 import errors namespace 59 raise errors.ParseError 62 raise errors.ParseError 63 except errors.ParseError, e: 87 raise errors.ParseError(msg=error_msg)
|
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/chromium/chrome/browser/extensions/ |
test_extension_prefs.cc | 109 std::string errors; local 111 path, location, manifest, Extension::STRICT_ERROR_CHECKS, &errors);
|
/external/chromium/chrome/browser/net/ |
url_request_mock_net_error_job.cc | 25 std::vector<int> errors, 28 errors(errors), 32 std::vector<int> errors; member in struct:URLRequestMockNetErrorJob::MockInfo 39 const std::vector<int>& errors, 46 url_mock_info_map_[url] = MockInfo(base, errors, ssl_cert); 79 return new URLRequestMockNetErrorJob(request, mock_info.errors, 85 const std::vector<int>& errors, net::X509Certificate* cert, 88 errors_(errors),
|
/external/chromium_org/chrome/browser/extensions/error_console/ |
error_console_unittest.cc | 69 // Test adding errors, and removing them by reference, by incognito status, 72 ASSERT_EQ(0u, error_console_->errors().size()); 77 // Populate with both incognito and non-incognito errors (evenly distributed). 83 // There should only be one entry in the map, since errors are stored in lists 85 ASSERT_EQ(1u, error_console_->errors().size()); 89 // Remove the incognito errors; three errors should remain, and all should 92 const ErrorConsole::ErrorList& errors = local 94 ASSERT_EQ(kNumNonIncognitoErrors, errors.size()); 95 for (size_t i = 0; i < errors.size(); ++i 140 const ErrorConsole::ErrorList& errors = local [all...] |
/external/openssh/ |
entropy.c | 76 int fd, addr_len, rval, errors; local 109 errors = 0; 134 if (errno == EPIPE && errors < 10) { 136 errors++; 145 if (errno == EPIPE && errors < 10) { 147 errors++;
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
catchptr1.cpp | 256 int errors = 0; local 265 errors++; 268 return errors;
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
catchptr1.cpp | 256 int errors = 0; local 265 errors++; 268 return errors;
|
/build/tools/ |
merge-event-log-tags.py | 38 errors = [] variable 131 errors.extend(tagfile.errors) 134 if errors: 135 for fn, ln, msg in errors:
|
/development/testrunner/coverage/ |
coverage_targets.py | 24 import errors namespace 61 errors.ParseError if file_path cannot be parsed 68 raise errors.ParseError 71 raise errors.ParseError
|
/external/chromium/chrome/browser/diagnostics/ |
sqlite_diagnostics.cc | 47 int errors = 0; local 70 ++errors; 74 if (errors != 0) { 76 str += base::IntToString16(errors) + ASCIIToUTF16(" errors");
|
/external/chromium/chrome/browser/ |
page_info_model.cc | 48 // Some of what IsCertStatusError classifies as errors we want to show as 133 // HTTP or HTTPS with errors (not warnings). 140 std::vector<SSLErrorInfo> errors; local 142 url, &errors); 143 for (size_t i = 0; i < errors.size(); ++i) { 145 description += errors[i].short_description();
|
/external/chromium/chrome/browser/sync/sessions/ |
session_state_unittest.cc | 114 ErrorCounters errors; local 115 errors.num_conflicting_commits = 250; 117 errors.ToValue()); 144 errors, 159 ExpectDictionaryValue(*expected_errors_value, *value, "errors");
|
/external/chromium/chrome/common/ |
json_schema_validator.h | 102 // Errors will result in CHECK at runtime; this constructor should not be used 112 // and valid. Errors will result in CHECK at runtime; this constructor should 134 // Returns any errors from the last call to to Validate(). 135 const std::vector<Error>& errors() const { function in class:JSONSchemaValidator 140 // otherwise. If false is returned any errors are available from the errors() 206 // Errors accumulated since the last call to Validate().
|