/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/ |
SDL_syscond.c | 49 SDL_SetError("pthread_cond_init() failed"); 78 SDL_SetError("pthread_cond_signal() failed"); 96 SDL_SetError("pthread_cond_broadcast() failed"); 134 SDL_SetError("pthread_cond_timedwait() failed"); 155 SDL_SetError("pthread_cond_wait() failed");
|
/external/webkit/WebCore/platform/image-decoders/bmp/ |
BMPImageDecoder.cpp | 52 if (failed()) 63 if (!ImageDecoder::isSizeAvailable() && !failed()) 78 if (buffer->status() != RGBA32Buffer::FrameComplete && !failed()) 85 if (failed()) 89 // has failed.
|
/frameworks/base/media/libmedia/ |
mediarecorder.cpp | 45 LOGV("setCamera failed: %d", ret); 70 LOGV("setPreviewSurface failed: %d", ret); 91 LOGV("init failed: %d", ret); 98 LOGV("setListener failed: %d", ret); 132 LOGV("setVideoSource failed: %d", ret); 165 LOGV("setAudioSource failed: %d", ret); 191 LOGE("setOutputFormat failed: %d", ret); 221 LOGV("setVideoEncoder failed: %d", ret); 251 LOGV("setAudioEncoder failed: %d", ret); 277 LOGV("setOutputFile failed: %d", ret) [all...] |
/frameworks/base/tests/CoreTests/android/core/ |
ReflectArrayTest.java | 42 fail("store should have failed"); 52 fail("cast should have failed"); 89 fail("store should have failed"); 108 fail("store should have failed"); 129 fail("store should have failed");
|
/packages/apps/AccountsAndSyncSettings/src/com/android/settings/ |
SyncStateCheckBoxPreference.java | 126 * Set whether the corresponding sync failed. 127 * @param failed whether or not the sync failed 129 public void setFailed(boolean failed) { 130 mFailed = failed;
|
/system/core/nexus/ |
DhcpClient.cpp | 95 LOGE("Failed to create DHCP listener socket"); 105 LOGE("Failed to bind DHCP listener socket"); 113 LOGE("Failed to start dhcp service"); 120 LOGE("Failed to start listener"); 149 LOGW("Failed to stop DHCP service (%s)", strerror(errno));
|
TiwlanWifiController.cpp | 81 LOGW("Failed to start driver event listener (%s)", 86 } else if (!strcmp(DRIVER_PROP_NAME, "failed")) { 87 LOGE("Firmware load failed"); 108 LOGE("socket failed (%s)", strerror(errno)); 120 LOGE("bind failed (%s)", strerror(errno));
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/ |
proc_main.c | 64 fprintf(stderr, "/dev/console open failed: %d(%s)\n", errno, strerror(errno) ); 69 fprintf(f, "dup2(hfile, 1) failed: %d(%s)\n", errno, strerror(errno) ); 73 fprintf(f, "dup2(hfile, 2) failed: %d(%s)\n", errno, strerror(errno) ); 87 fprintf(stderr, "dup2(1, hfile_output) failed: %d(%s)\n", errno, strerror(errno) ); 91 fprintf(stderr, "dup2(2, hfile_output) failed: %d(%s)\n", errno, strerror(errno) );
|
/external/dbus/dbus/ |
dbus-message-util.c | 142 goto failed; 149 goto failed; 155 goto failed; 165 goto failed; 172 failed: 190 goto failed; 200 goto failed; 205 failed: 222 goto failed; 229 goto failed; [all...] |
/prebuilt/sdk/tools/linux/ |
zipalign | |
/system/vold/ |
VolumeManager.cpp | 253 SLOGE("ASEC image file creation failed (%s)", strerror(errno)); 259 SLOGE("Hash of '%s' failed (%s)", id, strerror(errno)); 266 SLOGE("ASEC loop device creation failed (%s)", strerror(errno)); 279 SLOGE("ASEC device mapping failed (%s)", strerror(errno)); 296 SLOGE("Failed to open new DM device for superblock write (%s)", strerror(errno)); 307 SLOGE("Failed to lseek for superblock (%s)", strerror(errno)); 318 SLOGE("Failed to write superblock (%s)", strerror(errno)); 334 SLOGE("ASEC FAT format failed (%s)", strerror(errno)); 347 SLOGE("Mountpoint creation failed (%s)", strerror(errno)); 359 SLOGE("ASEC FAT mount failed (%s)", strerror(errno)) [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/rsub_int/ |
Test_rsub_int.java | 37 assertEquals("Subtest_1 is failed", -4, t.run(8)); 38 assertEquals("Subtest_2 is failed",45, t.run1(15)); 39 assertEquals("Subtest_3 is failed",0, t.run2(20)); 40 assertEquals("Subtest_4 is failed",-35, t.run3(10)); 41 assertEquals("Subtest_5 is failed",-20, t.run4(-50)); 42 assertEquals("Subtest_6 is failed",20, t.run5(-70)); 50 assertEquals("Subtest_1 is failed",255, t.run(0)); 51 assertEquals("Subtest_2 is failed",-32768, t.run1(0)); 52 assertEquals("Subtest_3 is failed",-15, t.run2(15)); 53 assertEquals("Subtest_4 is failed",123, t.run2(-123)) [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/rsub_int_lit8/ |
Test_rsub_int_lit8.java | 37 assertEquals("Subtest_1 is failed", -4, t.run(8)); 38 assertEquals("Subtest_2 is failed",45, t.run1(15)); 39 assertEquals("Subtest_3 is failed",0, t.run2(20)); 40 assertEquals("Subtest_4 is failed",-35, t.run3(10)); 41 assertEquals("Subtest_5 is failed",-20, t.run4(-50)); 42 assertEquals("Subtest_6 is failed",20, t.run5(-70)); 50 assertEquals("Subtest_1 is failed",123, t.run(0)); 51 assertEquals("Subtest_2 is failed",-123, t.run1(0)); 52 assertEquals("Subtest_3 is failed",-15, t.run2(15)); 53 assertEquals("Subtest_4 is failed",85, t.run2(-85)) [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
ObservableTest.java | 119 assertEquals("Failed to add observer", 1, observable.countObservers()); 167 assertEquals("Failed to delete observer", 193 assertEquals("Failed to delete observers", 261 assertEquals("Failed to notify", 270 assertTrue("Failed to notify all", observer1.updateCount() == 1 272 assertEquals("Failed to delete all", 0, observable.countObservers()); 278 assertTrue("Failed to notify all 2", observer1.updateCount() == 1 280 assertEquals("Failed to delete all 2", 0, observable.countObservers()); 302 assertEquals("Failed to notify", 304 assertTrue("Failed to pass Object arg", ((TestObserver) observer).obj [all...] |
/external/icu4c/test/cintltst/ |
custrtrn.c | 167 log_verbose("u_strToUTF32(with length) failed expected: %04X got: %04X at index: %i \n", src32[i], u32Target[i],i); 171 log_verbose("u_strToUTF32(with length) failed expected: %04X got: %04X at index: %i \n", 0, u32Target[i],i); 195 log_verbose("u_strToUTF32(NUL-termination) failed expected: %04X got: %04X \n", src32[i], u32Target[i]); 347 log_verbose("u_strFromUTF32(with length) failed expected: %04X got: %04X at index: %i \n", src16[i] ,uTarget[i],i); 351 log_verbose("u_strFromUTF32(with length) failed expected: %04X got: %04X at index: %i \n", 0,uTarget[i],i); 375 log_verbose("u_strFromUTF32(with NUL-termination) failed expected: %04X got: %04X \n", src16[i] ,uTarget[i]); 510 UBool failed = FALSE; local 527 log_err("u_strToUTF8 failed after preflight. Error: %s\n", u_errorName(err)); 535 failed = FALSE; 544 log_verbose("u_strToUTF8() failed expected: %04X got: %04X \n", src8[i], u8Target[i]) 1159 UBool failed = FALSE; local 1424 UBool failed = FALSE; local [all...] |
/external/wpa_supplicant/ |
ndis_events.c | 130 wpa_printf(MSG_ERROR, "CreatePipe() failed: %d", 136 wpa_printf(MSG_ERROR, "CreateEvent() failed: %d", 227 wpa_printf(MSG_INFO, "WriteFile() failed: %d", (int) GetLastError()); 261 if (FAILED(hr)) { 273 wpa_printf(MSG_DEBUG, "Failed to allocate buffer for event " 330 if (FAILED(hr)) { 331 wpa_printf(MSG_DEBUG, "Failed to get __CLASS from " 339 if (FAILED(hr)) { 340 wpa_printf(MSG_DEBUG, "Failed to get InstanceName " 411 if (FAILED(hr)) [all...] |
tls_gnutls.c | 104 int read_alerts, write_alerts, failed; member in struct:tls_connection 293 wpa_printf(MSG_INFO, "TLS: Failed to initialize new TLS " 317 wpa_printf(MSG_INFO, "TLS: Failed to setup new TLS connection: %s", 344 wpa_printf(MSG_INFO, "Failed to configure " 420 wpa_printf(MSG_INFO, "GnuTLS: Failed to preparare new session " 429 wpa_printf(MSG_INFO, "GnuTLS: Failed to configure credentials " 439 wpa_printf(MSG_INFO, "GnuTLS: Failed to set session " 522 wpa_printf(MSG_WARNING, "TLS: Certificate verification failed," 579 wpa_printf(MSG_DEBUG, "Failed to read CA cert '%s' " 586 wpa_printf(MSG_DEBUG, "Failed to read CA cert [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
ndis_events.c | 130 wpa_printf(MSG_ERROR, "CreatePipe() failed: %d", 136 wpa_printf(MSG_ERROR, "CreateEvent() failed: %d", 227 wpa_printf(MSG_INFO, "WriteFile() failed: %d", (int) GetLastError()); 261 if (FAILED(hr)) { 273 wpa_printf(MSG_DEBUG, "Failed to allocate buffer for event " 330 if (FAILED(hr)) { 331 wpa_printf(MSG_DEBUG, "Failed to get __CLASS from " 339 if (FAILED(hr)) { 340 wpa_printf(MSG_DEBUG, "Failed to get InstanceName " 411 if (FAILED(hr)) [all...] |
/external/dbus/bus/ |
activation.c | 191 _dbus_assert_not_reached ("setting watch functions to NULL failed"); 275 goto failed; 282 goto failed; 290 goto failed; 297 goto failed; 310 goto failed; 317 goto failed; 329 goto failed; 335 goto failed; 343 goto failed; [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
tls_gnutls.c | 108 int read_alerts, write_alerts, failed; member in struct:tls_connection 298 wpa_printf(MSG_INFO, "TLS: Failed to initialize new TLS " 322 wpa_printf(MSG_INFO, "TLS: Failed to setup new TLS connection: %s", 349 wpa_printf(MSG_INFO, "Failed to configure " 425 wpa_printf(MSG_INFO, "GnuTLS: Failed to preparare new session " 434 wpa_printf(MSG_INFO, "GnuTLS: Failed to configure credentials " 444 wpa_printf(MSG_INFO, "GnuTLS: Failed to set session " 527 wpa_printf(MSG_WARNING, "TLS: Certificate verification failed," 584 wpa_printf(MSG_DEBUG, "Failed to read CA cert '%s' " 591 wpa_printf(MSG_DEBUG, "Failed to read CA cert [all...] |
/dalvik/vm/test/ |
TestIndirectRefTable.c | 65 LOGE("trivial add1 failed\n"); 87 LOGE("fifo deletion failed\n"); 111 LOGE("trivial add2 failed\n"); 119 LOGE("lifo deletion failed\n"); 138 LOGE("trivial add3 failed\n"); 151 LOGE("unorder deletion1 failed\n"); 164 LOGE("unorder deletion2 failed\n"); 185 LOGE("trivial add4 failed\n"); 189 LOGE("remove 1 of 4 failed\n"); 200 LOGE("remove 1/3 failed\n") [all...] |
/external/bluetooth/bluez/common/ |
glib-helper.c | 226 goto failed; 230 goto failed; 234 failed: 262 goto failed; 266 goto failed; 270 goto failed; 280 goto failed; 292 failed: 627 goto failed; 632 goto failed; [all...] |
/external/bluetooth/bluez/network/ |
connection.c | 118 return g_dbus_create_error(msg, ERROR_INTERFACE ".Failed", 124 return g_dbus_create_error(msg, ERROR_INTERFACE ".Failed", 130 return g_dbus_create_error(msg, ERROR_INTERFACE ".Failed", 136 return g_dbus_create_error(msg, ERROR_INTERFACE ".Failed", 145 err ? err : "Connection attempt failed"); 242 goto failed; 249 goto failed; 254 goto failed; 261 goto failed; 267 goto failed; [all...] |
/external/bluetooth/glib/tests/ |
date-test.c | 12 gboolean failed = FALSE; variable 16 #define TEST(m,cond) G_STMT_START { failed = !(cond); \ 17 if (failed) \ 143 if (failed) 224 if (failed) 236 if (failed) 248 if (failed) 287 if (failed) 328 if (failed) 337 if (failed) [all...] |
/external/icu4c/test/intltest/ |
tzfmttst.cpp | 57 errln("Calendar::createInstance failed"); 68 errln("getTime failed"); 80 errln("getTime failed"); 105 errln("tzids->count failed"); 118 errcheckln(status, (UnicodeString)"new SimpleDateFormat failed for pattern " + 145 errln("Failed to create an instance of calendar for receiving parse result."); 161 errln((UnicodeString)"Failed to get offsets from time zone" + *tzid); 166 errln((UnicodeString)"Failed to get offsets from time zone" + outtzid); 185 logln("Canonical round trip failed (as expected); tz=" + *tzid 190 errln("Canonical round trip failed; tz=" + *tzi [all...] |