/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/icu/source/test/intltest/ |
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/icu/icu4c/source/test/intltest/ |
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/chromium_org/third_party/skia/tests/ |
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/skia/tests/ |
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/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:
|
/cts/tests/tests/os/src/android/os/cts/ |
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/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/stlport/src/ |
ios.cpp | 33 // class ios_base::failure, a subclass of exception. It's used solely 36 ios_base::failure::failure(const string& s) function in class:ios_base::failure 40 ios_base::failure::~failure() _STLP_NOTHROW_INHERENTLY {} 212 strcpy(buffer, "ios failure: rdstate = 0x"); 219 arg = "ios failure"; 225 throw failure(arg);
|
/ndk/sources/cxx-stl/stlport/src/ |
ios.cpp | 34 // class ios_base::failure, a subclass of exception. It's used solely 37 ios_base::failure::failure(const string& s) function in class:ios_base::failure 41 ios_base::failure::~failure() _STLP_NOTHROW_INHERENTLY {} 214 strcpy(buffer, "ios failure: rdstate = 0x"); 221 arg = "ios failure"; 227 throw failure(arg);
|
/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);
|
/external/chromium_org/chrome/browser/chromeos/login/auth/ |
login_performer.cc | 69 void LoginPerformer::OnAuthFailure(const AuthFailure& failure) { 72 failure.reason(), 75 DVLOG(1) << "failure.reason " << failure.reason(); 76 DVLOG(1) << "failure.error.state " << failure.error().state(); 78 last_login_failure_ = failure; 80 delegate_->OnAuthFailure(failure);
|
/external/chromium_org/chrome/test/chromedriver/test/ |
run_java_tests.py | 35 def __init__(self, name, time, failure): 41 failure: the test error or failure message, or None if the test passed. 45 self._failure = failure 60 """Returns the test failure message, or None if the test passed.""" 179 failure = None 181 failure_nodes = test.getElementsByTagName('failure') 183 failure = error_nodes[0].childNodes[0].nodeValue 185 failure = failure_nodes[0].childNodes[0].nodeValue 186 tests += [TestResult(name, time, failure)] [all...] |
/external/valgrind/main/gdbserver_tests/ |
mcinfcallWSRU.stderrB.exp | 29 Could not write register "xxx"; remote failure reply 'E. 38 Could not write register "xxx"; remote failure reply 'E. 47 Could not write register "xxx"; remote failure reply 'E.
|
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
util.js | 12 * @param {function=} opt_callback The callback on success, or on failure. 50 * @param {function} onFailure The failure callback. 61 // Do not use loadend here to handle both success and failure case. It gets 85 * @param {function} onFailure The failure callback.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/ |
ttsdebug.css | 58 .failure {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/ |
runner.py | 90 [failure[1] for failure in result.failures], [error[1] for error in result.errors])
|