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

1 2 3 4 56 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
linux-syslog-syscall.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)
mallinfo.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)
new_override.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)
describe-block.stderr.exp 14 For counts of detected and suppressed errors, rerun with: -v
15 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  /external/valgrind/main/memcheck/tests/ppc32/
power_ISA2_05.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/ppc64/
power_ISA2_05.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/icu4c/common/unicode/
idna.h 90 * The label might be modified according to the types of errors.
91 * Labels with severe errors will be left in (or turned into) their Unicode form.
113 * The label might be modified according to the types of errors.
136 * The domain name might be modified according to the types of errors.
137 * Labels with severe errors will be left in (or turned into) their Unicode form.
159 * The domain name might be modified according to the types of errors.
260 * Output container for IDNA processing errors.
270 IDNAInfo() : errors(0), labelErrors(0), isTransDiff(FALSE), isBiDi(FALSE), isOkBiDi(TRUE) {}
272 * Were there IDNA processing errors?
273 * @return TRUE if there were processing errors
312 uint32_t errors, labelErrors; member in class:IDNAInfo
    [all...]
  /external/chromium/chrome/common/extensions/
extension.cc 50 namespace errors = extension_manifest_errors;
718 *error = ExtensionErrorUtils::FormatErrorMessage(errors::kInvalidRunAt,
730 *error = ExtensionErrorUtils::FormatErrorMessage(errors::kInvalidRunAt,
741 errors::kInvalidAllFrames, base::IntToString(definition_index));
750 *error = ExtensionErrorUtils::FormatErrorMessage(errors::kInvalidMatches,
756 *error = ExtensionErrorUtils::FormatErrorMessage(errors::kInvalidMatchCount,
764 errors::kInvalidMatch,
767 errors::kExpectString);
779 errors::kInvalidMatch,
812 *error = ExtensionErrorUtils::FormatErrorMessage(errors::kInvalidJsList
    [all...]
  /external/chromium/chrome/browser/net/
url_request_mock_net_error_job.h 5 // A net::URLRequestJob class that simulates network errors (including https
18 const std::vector<int>& errors,
26 // URL is hit, the specified |errors| will be played. If any of these errors
28 // the error. |ssl_cert| can be NULL if |errors| does not contain any cert
29 // errors. |base| is the location on disk where the file mocking the URL
33 const std::vector<int>& errors,
46 // The errors to simulate.
49 // The certificate to use for SSL errors.
  /external/valgrind/main/drd/tests/
annotate_hb_race.stderr.exp 8 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
annotate_ignore_rw.stderr.exp 9 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
annotate_publish_hg.stderr.exp 7 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
pth_uninitialized_cond.stderr.exp 10 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  /external/webkit/Tools/DumpRenderTree/chromium/
TestShellWin.cpp 173 std::list<std::string> errors; local
175 errors.push_back("Must use normal size fonts (96 dpi).");
183 errors.push_back("ClearType must be disabled.");
200 errors.push_back(isVistaOrLater ? "Must use either the Aero or Basic theme." : "Must use the default XP theme (Luna).");
205 if (!errors.empty()) {
210 for (std::list<std::string>::iterator it = errors.begin(); it != errors.end(); ++it)
216 return errors.empty();
  /external/protobuf/src/google/protobuf/
reflection_ops.h 69 vector<string>* errors);
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...]
  /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);
  /external/chromium/testing/gtest/test/
gtest_xml_output_unittest.py 57 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" name="AllTests">
58 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*">
61 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*">
68 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*">
80 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*">
87 <testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" errors="0" time="*">
94 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*">
97 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*">
103 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*">
108 <testsuite name="Single/ValueParamTest" tests="4" failures="0" disabled="0" errors="0" time="*"
    [all...]
  /external/wpa_supplicant/tests/
test_eap_sim_common.c 48 int errors = 0; local
50 errors += test_eap_sim_prf();
52 return errors;
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_eap_sim_common.c 48 int errors = 0; local
50 errors += test_eap_sim_prf();
52 return errors;
  /external/wpa_supplicant_8/wpa_supplicant/tests/
test_eap_sim_common.c 48 int errors = 0; local
50 errors += test_eap_sim_prf();
52 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)
  /external/gtest/test/
gtest_xml_output_unittest.py 51 <testsuite tests="13" failures="2" disabled="2" errors="0" time="*" name="AllTests">
52 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*">
55 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*">
62 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*">
74 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*">
77 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*">
83 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*">
92 <testsuite tests="0" failures="0" disabled="0" errors="0" time="*" name="AllTests">
  /external/protobuf/gtest/test/
gtest_xml_output_unittest.py 57 <testsuites tests="15" failures="4" disabled="2" errors="0" time="*" name="AllTests">
58 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*">
61 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*">
68 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*">
80 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*">
87 <testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" errors="0" time="*">
94 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*">
97 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*">
103 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*">
112 <testsuites tests="0" failures="0" disabled="0" errors="0" time="*" name="AllTests"
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 1157 int errors = 0; local
1206 errors++;
1234 errors++;
1256 errors++;
1279 errors++;
1287 errors++;
1310 errors++;
1324 errors++;
1351 errors++;
1356 errors++
    [all...]

Completed in 280 milliseconds

1 2 3 4 56 7 8 91011>>