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

1 2 3 4 5 6 7 891011>>

  /external/mockito/src/org/mockito/runners/
ConsoleSpammingMockitoJUnitRunner.java 14 import org.junit.runner.notification.Failure;
113 @Override public void testFailure(Failure failure) throws Exception {
  /external/chromium_org/chrome/browser/extensions/api/identity/
gaia_web_auth_flow.cc 133 void GaiaWebAuthFlow::OnAuthFlowFailure(WebAuthFlow::Failure failure) {
134 GaiaWebAuthFlow::Failure gaia_failure;
136 switch (failure) {
145 NOTREACHED() << "Unexpected error from web auth flow: " << failure;
  /external/chromium_org/mojo/public/c/system/tests/
core_unittest.cc 291 const char* failure = MinimalCTest(); local
292 EXPECT_TRUE(failure == NULL) << failure;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_mm.c 277 goto failure;
281 goto failure;
285 failure:
  /external/droiddriver/src/com/google/android/droiddriver/base/
BaseUiElement.java 167 String failure = validator.validate(this, action); local
168 if (failure != null) {
169 throw new DroidDriverException(toString() + " failed validation: " + failure);
  /external/elfutils/0.153/libdwfl/
argp-std.c 117 inline void failure (Dwfl *dwfl, int errnum, const char *msg) function
129 failure (dwfl, errnum, msg);
257 failure (dwfl, result, _("cannot find kernel modules"));
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_mm.c 277 goto failure;
281 goto failure;
285 failure:
  /external/bluetooth/bluedroid/stack/smp/
smp_utils.c 71 smp_build_pairing_fail, /* 0x05: pairing failure */
115 UINT8 failure = SMP_PAIR_INTERNAL_ERR; local
135 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure);
154 UINT8 failure = SMP_RSP_TIMEOUT; local
165 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure);
419 UINT8_TO_STREAM (p, p_cb->failure);
628 ** Description send pairing failure to an unexpected pairing request during
  /external/chromium_org/third_party/cython/src/Cython/Tests/
xmlrunner.py 62 (SUCCESS, FAILURE, ERROR) = range(3)
174 self._prepare_callback(_TestInfo(self, test, _TestInfo.FAILURE, err),
228 failures = len([1 for e in tests if e.outcome == _TestInfo.FAILURE])
250 elem_name = ('failure', 'error')[test_result.outcome-1]
251 failure = xml_document.createElement(elem_name)
252 testcase.appendChild(failure)
254 failure.setAttribute('type', str(test_result.err[0].__name__))
255 failure.setAttribute('message', str(test_result.err[1]))
259 failure.appendChild(failureText)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
BuildResults.java 47 String failure; field in class:BuildResults
279 * Return the failure message which may happened on this scenario
282 * @return The failure message or <code>null</null> if the scenario passed.
285 return this.failure;
449 * Set the build failure.
451 void setFailure(String failure) {
452 this.failure = failure;
583 // Write extra infos (summary, failure and comment)
  /external/chromium_org/remoting/webapp/browser_test/
browser_test.js 90 // failure.
222 return Promise.reject('Unexpected failure. actual:' + actual +
286 var failure = browserTest.onUIMode(AppMode.HOST_SETUP_ERROR, Timeout.NONE);
287 failure = failure.then(function(){
288 return Promise.reject('Unexpected host setup failure');
290 return Promise.race([success, failure]);
  /external/icu/icu4c/source/test/intltest/
caltest.cpp 29 dataerrln("%s:%d: Test failure. status=%s", __FILE__, __LINE__, u_errorName(status)); \
31 errln("%s:%d: Test failure. status=%s", __FILE__, __LINE__, u_errorName(status)); \
34 #define TEST_ASSERT(expr) {if ((expr)==FALSE) {errln("%s:%d: Test failure \n", __FILE__, __LINE__);};}
377 if (failure(status, "Calendar::createInstance", TRUE)) return;
382 if (failure(status, "Calendar::createInstance")) return;
385 if (failure(status, "Calendar::setTime")) return;
400 if (failure(status, "Calendar::setTime")) return;
411 if (failure(status, "Calendar::roll")) return;
427 if (failure(status, "Calendar::roll")) return;
488 if (failure(status, "Calendar::getTime")) return
    [all...]
calregts.cpp 118 CalendarRegressionTest::failure(UErrorCode status, const char* msg) function in class:CalendarRegressionTest
141 failure(status, "Calendar::createInstance(status)");
145 failure(status, "cal->getTime");
164 failure(status, "new GregorianCalendar");
169 failure(status, "cal->get");
171 failure(status, "cal->get");
187 failure(status, "new GregorianCalendar");
193 failure(status, "cal1->add");
215 failure(status, "new GregorianCalendar");
221 failure(status, "->add(UCAL_MONTH,8)")
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
caltest.cpp 29 dataerrln("%s:%d: Test failure. status=%s", __FILE__, __LINE__, u_errorName(status)); \
31 errln("%s:%d: Test failure. status=%s", __FILE__, __LINE__, u_errorName(status)); \
34 #define TEST_ASSERT(expr) {if ((expr)==FALSE) {errln("%s:%d: Test failure \n", __FILE__, __LINE__);};}
356 if (failure(status, "Calendar::createInstance", TRUE)) return;
361 if (failure(status, "Calendar::createInstance")) return;
364 if (failure(status, "Calendar::setTime")) return;
379 if (failure(status, "Calendar::setTime")) return;
390 if (failure(status, "Calendar::roll")) return;
406 if (failure(status, "Calendar::roll")) return;
467 if (failure(status, "Calendar::getTime")) return
    [all...]
calregts.cpp 118 CalendarRegressionTest::failure(UErrorCode status, const char* msg) function in class:CalendarRegressionTest
141 failure(status, "Calendar::createInstance(status)");
145 failure(status, "cal->getTime");
164 failure(status, "new GregorianCalendar");
169 failure(status, "cal->get");
171 failure(status, "cal->get");
187 failure(status, "new GregorianCalendar");
193 failure(status, "cal1->add");
215 failure(status, "new GregorianCalendar");
221 failure(status, "->add(UCAL_MONTH,8)")
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
dict.pxd 30 # Return a new empty dictionary, or NULL on failure.
53 # success or -1 on failure.
58 # PyString_FromString(key). Return 0 on success or -1 on failure.
63 # or -1 on failure.
67 # the string key. Return 0 on success or -1 on failure.
module.pxd 21 # with an exception set on failure.
31 # top-level package, or NULL with an exception set on failure
51 # the reloaded module, or NULL with an exception set on failure
60 # with an exception set on failure. Note: This function does not
112 # contains NULL for the name field; failure to provide the
115 # extend the internal table. In the event of failure, no modules
  /external/chromium_org/chrome/browser/ui/webui/options/
settings_format_browsertest.js 62 * Generates a failure message. During tear down of the test, the accumulation
63 * of pending messages triggers a test failure.
65 * @param {!Element} element The element that triggered the failure.
  /external/chromium_org/chrome/browser/service_process/
service_process_control.cc 95 base::Closure failure = failure_task; local
99 if (!failure.is_null())
100 connect_failure_tasks_.push_back(failure);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
utilities.js 175 var failure = {success: false, messages: [message]};
177 failure.messages.push(this.getDescription_('expected: ', expected));
178 failure.messages.push(this.getDescription_('actual: ', actual));
180 test.steps.push(failure);
  /external/chromium_org/components/password_manager/core/browser/
password_manager.cc 292 void PasswordManager::RecordFailure(ProvisionalSaveFailure failure,
296 "PasswordManager.ProvisionalSaveFailure", failure, MAX_FAILURE_VALUE);
303 failure,
308 switch (failure) {
  /external/chromium_org/testing/gtest/test/
gtest_output_test_.cc 70 // This function calls a test subroutine, catches the fatal failure it
73 // Calls a subrountine that yields a fatal failure.
76 // Catches the fatal failure and aborts the test.
121 // Tests catching a fatal failure in a subroutine.
123 printf("(expecting a failure that x should be 1)\n");
128 // Tests catching a fatal failure in a nested subroutine.
130 printf("(expecting a failure that x should be 1)\n");
132 // Calls a subrountine that yields a fatal failure.
135 // Catches the fatal failure and aborts the test.
147 printf("(expecting a failure on false)\n")
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
function_sequence.js 14 * @param {function} failureCallback Callback to invoke on failure.
45 * @param {function} failureCallback New callback to call on failure.
  /external/gtest/test/
gtest_output_test_.cc 70 // This function calls a test subroutine, catches the fatal failure it
73 // Calls a subrountine that yields a fatal failure.
76 // Catches the fatal failure and aborts the test.
116 // Tests catching a fatal failure in a subroutine.
118 printf("(expecting a failure that x should be 1)\n");
123 // Tests catching a fatal failure in a nested subroutine.
125 printf("(expecting a failure that x should be 1)\n");
127 // Calls a subrountine that yields a fatal failure.
130 // Catches the fatal failure and aborts the test.
142 printf("(expecting a failure on false)\n")
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller.cc 793 void ExistingUserController::OnAuthFailure(const AuthFailure& failure) {
798 std::string error = failure.GetErrorString();
806 ->HandleLoginFailure(failure)) {
811 if (failure.reason() == AuthFailure::OWNER_REQUIRED) {
    [all...]

Completed in 4996 milliseconds

1 2 3 4 5 6 7 891011>>