HomeSort by relevance Sort by last modified time
    Searched refs:FAILED (Results 151 - 175 of 185) sorted by null

1 2 3 4 5 67 8

  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 95 #define FAILED(result) (result != OMX_ErrorNone)
526 DEBUG_PRINT("\nFillBufferDone: Failed to write to the file\n");
1002 printf("Error - sem_init failed %d\n", errno);
1006 printf("Error - sem_init failed %d\n", errno);
    [all...]
  /external/chromium/net/url_request/
url_request_unittest.cc 140 ASSERT_EQ(1, d.response_started_count()) << "request failed: " <<
175 EXPECT_EQ(URLRequestStatus::FAILED, r.status().status());
200 EXPECT_EQ(URLRequestStatus::FAILED, r.status().status());
544 ASSERT_EQ(1, d.response_started_count()) << "request failed: " <<
589 ASSERT_EQ(1, d.response_started_count()) << "request failed: " <<
710 // Don't use EXPECT_EQ, it will print out a lot of garbage if check failed.
750 // Don't use EXPECT_EQ, it will print out a lot of garbage if check failed.
994 EXPECT_EQ(URLRequestStatus::FAILED, req.status().status());
1007 EXPECT_EQ(URLRequestStatus::FAILED, req.status().status());
    [all...]
url_request_unittest.h 223 DCHECK(request->status().status() == URLRequestStatus::FAILED ||
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 465 && !FAILED(DDrawCreate(NULL, &DDraw, NULL)) ) {
466 if ( !FAILED(IDirectDraw_SetCooperativeLevel(DDraw,
477 if ( !FAILED(IDirectDraw_CreateSurface(DDraw, &desc,
479 if ( !FAILED(IDirectDrawSurface_QueryInterface(DDrawSurf,
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
FontCacheWin.cpp 98 if (FAILED(RegOpenKeyEx(HKEY_LOCAL_MACHINE, L"Software\\Microsoft\\Windows NT\\CurrentVersion\\FontLink\\SystemLink", 0, KEY_READ, &fontLinkKey)))
550 // The creation of the CGFontRef failed for some reason. We already asserted in debug builds, but to make
  /external/webkit/WebKit/win/
WebHistoryItem.cpp 423 if (FAILED(hr)) {
WebPreferences.cpp 146 if (FAILED(hr))
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneBase.java     [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java 102 * TransactionState.SUCCESS, TransactionState.FAILED.
231 // If it's a transiently failed transaction,
428 case TransactionState.FAILED:
430 Log.v(TAG, "Transaction failed: " + serviceId);
558 Log.w(TAG, "Attempt to extend use of MMS connectivity failed");
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_client_read.c 146 wpa_printf(MSG_DEBUG, "TLSv1: Failed to set CipherSuite for "
193 wpa_printf(MSG_DEBUG, "TLSv1: Failed to derive keys");
207 wpa_printf(MSG_DEBUG, "TLSv1: Failed to decode ServerHello");
308 wpa_printf(MSG_DEBUG, "TLSv1: Failed to parse "
337 wpa_printf(MSG_DEBUG, "TLSv1: Failed to parse "
348 wpa_printf(MSG_DEBUG, "TLSv1: Failed to parse "
371 "validation failed (reason=%d)", reason);
470 wpa_printf(MSG_DEBUG, "TLSv1: Processing DH params failed");
702 /* Notify upper layers that SessionTicket failed */
742 wpa_printf(MSG_DEBUG, "TLSv1: Failed to change read cipher
    [all...]
tlsv1_server_read.c 150 wpa_printf(MSG_DEBUG, "TLSv1: Failed to set CipherSuite for "
260 wpa_printf(MSG_DEBUG, "TLSv1: Failed to decode ClientHello");
368 wpa_printf(MSG_DEBUG, "TLSv1: Failed to parse "
397 wpa_printf(MSG_DEBUG, "TLSv1: Failed to parse "
408 wpa_printf(MSG_DEBUG, "TLSv1: Failed to parse "
430 "validation failed (reason=%d)", reason);
517 wpa_printf(MSG_DEBUG, "TLSv1: Failed to decrypt "
541 wpa_printf(MSG_DEBUG, "TLSv1: Failed to get random "
557 wpa_printf(MSG_DEBUG, "TLSv1: Failed to derive keys");
661 wpa_printf(MSG_DEBUG, "TLSv1: Failed to derive keys")
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 623 case FAILED:
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 601 } else if (msgItem.mDeliveryStatus == MessageItem.DeliveryStatus.FAILED) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 523 AdtPlugin.log(IStatus.ERROR, "Failed to get ProjectResource for the framework");
676 "Failed to create File 'res/%1$s/%2$s' : %3$s",
685 "Failed to create File 'res/%1$s/%2$s' : %3$s",
    [all...]
  /device/samsung/crespo/alsa-utils/alsaconf/
alsaconf.in     [all...]
  /external/wpa_supplicant/
tlsv1_client.c 37 ESTABLISHED, FAILED
236 wpa_printf(MSG_DEBUG, "TLSv1: Failed to create TLS record");
360 wpa_printf(MSG_DEBUG, "TLSv1: Failed to set CipherSuite for "
398 wpa_printf(MSG_DEBUG, "TLSv1: Failed to decode ServerHello");
524 wpa_printf(MSG_DEBUG, "TLSv1: Failed to parse "
553 wpa_printf(MSG_DEBUG, "TLSv1: Failed to parse "
564 wpa_printf(MSG_DEBUG, "TLSv1: Failed to parse "
586 "validation failed (reason=%d)", reason);
940 wpa_printf(MSG_DEBUG, "TLSv1: Failed to change read cipher "
1041 wpa_printf(MSG_DEBUG, "TLSv1: Failed to derive verify_data")
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 305 case FAILED:
505 "reject failed", e);
552 "hangup failed", e);
587 "separate failed", e);
603 "switch failed", e);
622 "conference failed", e);
642 "transfer failed", e);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java 155 * for which we have failed in acquiring an IP address from DHCP. A value of
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 517 AdtPlugin.log(e, "Failed to read text file '%s'", filepath); //$NON-NLS-1$
548 AdtPlugin.log(e, "Failed to read binary file '%s'", filepath); //$NON-NLS-1$
569 AdtPlugin.log(e, "Failed to read stream '%s'", filepath); //$NON-NLS-1$
572 AdtPlugin.log(e, "Failed to read stream '%s'", filepath); //$NON-NLS-1$
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java 645 LoadStatus targetStatus = LoadStatus.FAILED;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
GraphicalLayoutEditor.java 659 * @return an ImageData containing the rendering or <code>null</code> if rendering failed.
    [all...]
  /build/core/
main.mk 588 $(error ASSERTION FAILED: tags_to_install should not be empty)
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 132 "True iff a failed assertion should be a debugger break-point.");
221 // Returns true iff the test case failed.
223 return test_case->should_run() && test_case->Failed();
588 // Gets the number of failed test cases.
609 // Gets the number of failed tests.
843 // Makes a failed assertion result with the given failure message.
3159 bool failed = false; local
    [all...]
  /external/gtest/src/
gtest.cc 175 "True iff a failed assertion should be a debugger break-point.");
241 "When this flag is specified, a failed assertion will throw an exception "
281 // Returns true iff the test case failed.
283 return test_case->should_run() && test_case->Failed();
684 // Gets the number of failed test cases.
705 // Gets the number of failed tests.
3641 bool failed = false; local
    [all...]

Completed in 2322 milliseconds

1 2 3 4 5 67 8