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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/icu/source/test/intltest/
nmfmtrt.cpp 46 NumberFormatRoundTripTest::failure(UErrorCode status, const char* msg, UBool possibleDataError) function in class:NumberFormatRoundTripTest
97 if (!failure(status, "NumberFormat::createInstance", TRUE)){
103 if (!failure(status, "NumberFormat::createCurrencyInstance", TRUE)){
109 if (!failure(status, "NumberFormat::createPercentInstance", TRUE)){
127 failure(status, "NumberFormat::createInstance");
132 failure(status, "NumberFormat::createCurrencyInstance");
137 failure(status, "NumberFormat::createPercentInstance");
250 failure(status, "fmt->parse");
tzregts.cpp 54 TimeZoneRegressionTest::failure(UErrorCode status, const char* msg) function in class:TimeZoneRegressionTest
90 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0;
95 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0;
103 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0;
111 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0;
116 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0;
134 failure(status, "z->setStartRule()");
136 failure(status, "z->setStartRule()");
145 failure(status, "new GregorianCalendar");
154 failure(status, "new SimpleDateFormat")
    [all...]
dtfmtrtts.cpp 65 DateFormatRoundTripTest::failure(UErrorCode status, const char* msg) function in class:DateFormatRoundTripTest
76 DateFormatRoundTripTest::failure(UErrorCode status, const char* msg, const UnicodeString& str) function in class:DateFormatRoundTripTest
123 errln("Round trip failure: \"%S\" (%f), \"%S\" (%f)", result[0].getBuffer(), date[1], result[1].getBuffer(), date[2]);
290 errln((UnicodeString)"Failure getting min date for " + origLocale.getName());
338 failure(status, "fmt->parse", s[loop-1]+" in locale: " + origLocale.getName() + " with pattern: " + pat);
389 failure(status, "TimeZone::getOffset");
408 else if((in0=fmt->getTimeZone().inDaylightTime(d[0], status)) && ! failure(status, "gettingDaylightTime") &&
413 fmt->getTimeZone().inDaylightTime(d[1], status) && !failure(status, "gettingDaylightTime"))
421 && !failure(status, "error status [smatch>maxSmatch]")
509 failure(status, "getfieldCal->setTime")
    [all...]
  /external/chromium_org/third_party/skia/tests/
Test.cpp 66 const SkString& failure(int i) const { return fFailures[i]; } function in class:LocalReporter
109 fReporter->reportFailed(local.failure(i));
PathOpsCubicLineIntersectionIdeas.cpp 250 static double testOneFailure(const CubicLineFailures& failure) {
251 const SkDCubic& cubic = failure.c;
252 const SkDPoint& pt = failure.p;
272 const CubicLineFailures& failure = cubicLineFailures[index];
273 double newT = testOneFailure(failure);
280 const CubicLineFailures& failure = cubicLineFailures[1];
281 double newT = testOneFailure(failure);
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 253 final BuildException failure = getFailure (); local
255 if (failure != null)
256 throw failure;
273 final BuildException failure = getFailure (); local
275 if (failure != null)
276 throw failure;
424 private void setFailure (final BuildException failure)
426 if (m_settingsFailure == null) m_settingsFailure = failure; // record the first one only
  /external/gtest/test/
gtest_environment_test.cc 58 // generate a non-fatal failure, generate a fatal failure, or
65 ADD_FAILURE() << "Expected non-fatal failure in global set-up.";
68 FAIL() << "Expected fatal failure in global set-up.";
75 // Generates a non-fatal failure.
78 ADD_FAILURE() << "Expected non-fatal failure in global tear-down.";
88 // We call this function to set the type of failure SetUp() should
125 // The 'failure' parameter specifies the type of failure that should
127 int RunAllTests(MyEnvironment* env, FailureType failure) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
nmfmtrt.cpp 46 NumberFormatRoundTripTest::failure(UErrorCode status, const char* msg, UBool possibleDataError) function in class:NumberFormatRoundTripTest
97 if (!failure(status, "NumberFormat::createInstance", TRUE)){
103 if (!failure(status, "NumberFormat::createCurrencyInstance", TRUE)){
109 if (!failure(status, "NumberFormat::createPercentInstance", TRUE)){
127 failure(status, "NumberFormat::createInstance");
132 failure(status, "NumberFormat::createCurrencyInstance");
137 failure(status, "NumberFormat::createPercentInstance");
250 failure(status, "fmt->parse");
tzregts.cpp 54 TimeZoneRegressionTest::failure(UErrorCode status, const char* msg) function in class:TimeZoneRegressionTest
90 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0;
95 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0;
103 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0;
111 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0;
116 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0;
134 failure(status, "z->setStartRule()");
136 failure(status, "z->setStartRule()");
145 failure(status, "new GregorianCalendar");
154 failure(status, "new SimpleDateFormat")
    [all...]
dtfmtrtts.cpp 63 DateFormatRoundTripTest::failure(UErrorCode status, const char* msg) function in class:DateFormatRoundTripTest
74 DateFormatRoundTripTest::failure(UErrorCode status, const char* msg, const UnicodeString& str) function in class:DateFormatRoundTripTest
121 errln("Round trip failure: \"%S\" (%f), \"%S\" (%f)", result[0].getBuffer(), date[1], result[1].getBuffer(), date[2]);
288 errln((UnicodeString)"Failure getting min date for " + origLocale.getName());
336 failure(status, "fmt->parse", s[loop-1]+" in locale: " + origLocale.getName() + " with pattern: " + pat);
387 failure(status, "TimeZone::getOffset");
406 else if((in0=fmt->getTimeZone().inDaylightTime(d[0], status)) && ! failure(status, "gettingDaylightTime") &&
411 fmt->getTimeZone().inDaylightTime(d[1], status) && !failure(status, "gettingDaylightTime"))
419 && !failure(status, "error status [smatch>maxSmatch]")
507 failure(status, "getfieldCal->setTime")
    [all...]
  /external/mockito/src/org/mockito/runners/
VerboseMockitoJUnitRunner.java 14 import org.junit.runner.notification.Failure;
53 //a listener that changes the failure's exception in a very hacky way...
64 public void testFailure(final Failure failure) throws Exception {
66 new JUnitFailureHacker().appendWarnings(failure, warnings);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsTestActivity.java 35 import org.junit.runner.notification.Failure;
198 public void testFailure(Failure failure) throws Exception {
201 .logTestFail(failure.getDescription().getMethodName(), failure.toString());
204 public void testAssumptionFailure(Failure failure) {
207 .logTestFail(failure.getDescription().getMethodName(), failure.toString());
  /cts/tests/tests/os/src/android/os/cts/
MessengerTest.java 145 // Used in other process. If the sent msg does not equal to expected, it will throw failure
232 * handled by this thread. If not equals to expected, there will be a failure thrown.
236 failure(new RuntimeException("Message.arg1 is not " + MSG_ARG1 + ", it's " method
241 failure(new RuntimeException("Message.arg2 is not " + MSG_ARG2 + ", it's " method
246 failure(new RuntimeException("Message.replyTo is not me, it's " + msg.replyTo)); method
286 public void failure(RuntimeException failure) { method in class:MessengerTest.MessengerTestHelper
289 mFailure = failure;
311 mFailure = new RuntimeException("no failure exception set");
MessageQueueTest.java 251 failure(new RuntimeException("Expected message #" + mCount + ", received #" method
259 failure(new RuntimeException("Message received after done, #" + msg.what)); method
302 mFailure = new RuntimeException("no failure exception set");
316 public void failure(RuntimeException failure) { method in class:MessageQueueTest.OrderTestHelper
319 mFailure = failure;
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
manual.css 29 .failure, .failure .success {
44 li.failure .difference {
  /external/chromium_org/tools/sheriffing/
style.css 39 #failure-info {
45 #failure-info td {
49 .failure-range {
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/asserts/
asserts.js 113 * @param {string=} opt_message Error message in case of failure.
114 * @param {...*} var_args The items to substitute into the failure message.
141 * @param {string=} opt_message Error message in case of failure.
142 * @param {...*} var_args The items to substitute into the failure message.
143 * @throws {goog.asserts.AssertionError} Failure.
148 'Failure' + (opt_message ? ': ' + opt_message : ''),
157 * @param {string=} opt_message Error message in case of failure.
158 * @param {...*} var_args The items to substitute into the failure message.
175 * @param {string=} opt_message Error message in case of failure.
176 * @param {...*} var_args The items to substitute into the failure message
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
modes.c 235 goto failure;
308 goto failure;
347 goto failure;
353 goto failure;
366 goto failure;
370 goto failure;
383 goto failure;
393 goto failure;
399 failure:
  /external/libopus/celt/
modes.c 235 goto failure;
308 goto failure;
347 goto failure;
353 goto failure;
366 goto failure;
370 goto failure;
383 goto failure;
393 goto failure;
399 failure:
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_loader_handler.cc 225 // We do our own error handling, so we don't want a load failure to trigger
272 // ready to receive failure notifications.
291 scoped_ptr<base::DictionaryValue> failure(new base::DictionaryValue());
292 failure->Set("path",
294 failure->Set("error", new base::StringValue(base::UTF8ToUTF16(error)));
295 failure->Set("manifest", manifest_value.release());
296 failures_.Append(failure.release());
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
pycapsule.pxd 36 # On failure, set an exception and return NULL.
53 # Retrieve the pointer stored in the capsule. On failure, set an
63 # Return the current destructor stored in the capsule. On failure,
72 # Return the current name stored in the capsule. On failure, set
81 # Return the current context stored in the capsule. On failure,
109 # failure.
116 # failure.
125 # failure.
130 # success. Return nonzero and set an exception on failure.
142 # Return the capsule?s internal pointer on success. On failure,
    [all...]
object.pxd 23 # or NULL on failure. This is the equivalent of the Python
34 # or NULL on failure. This is the equivalent of the Python
39 # the value v. Returns -1 on failure. This is the equivalent of
44 # the value v. Returns -1 on failure. This is the equivalent of
49 # failure. This is the equivalent of the Python statement: "del
54 # failure. This is the equivalent of the Python statement "del
67 # failure.
81 # failure. This is the equivalent of the Python statement "result
95 # representation on success, NULL on failure. This is the
102 # representation on success, NULL on failure. This is th
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/results/
gtest_progress_reporter_unittest.py 13 from telemetry.value import failure namespace
62 results.AddValue(failure.FailureValue(test_page_set.pages[0], exc_info))
106 results.AddValue(failure.FailureValue(test_page_set.pages[1], exc_info))
111 results.AddValue(failure.FailureValue(test_page_set.pages[2], exc_info))
177 results.AddValue(failure.FailureValue(test_page_set.pages[1], exc_info))
gtest_progress_reporter.py 8 from telemetry.value import failure namespace
35 if isinstance(value, failure.FailureValue):
36 print >> self._output_stream, failure.GetStringFromExcInfo(
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlSanitizerFuzzerTest.java 43 * If you see a failure, please report it along with the seed from the output.
44 * If you want to repeat a failure, set the system property "junit.seed".
144 Throwable failure = failures.poll(); local
145 if (failure != null) {
146 Throwables.propagate(failure);

Completed in 1518 milliseconds

1 2 3 4 56 7 8 91011>>