/external/valgrind/none/tests/scripts/ |
shell.stderr.exp-solaris | 3 execve(0x........(./shell_badinterp), 0x........, 0x........, 0) failed, errno 2 4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
|
/external/webrtc/talk/media/webrtc/ |
webrtccommon.h | 37 // "StartSend(1) failed, err=XXXX" 54 << "" << #func << "() failed, err=" << err 56 << "" << #func << "(" << a1 << ") failed, err=" << err 58 << "" << #func << "(" << a1 << ", " << a2 << ") failed, err=" \ 62 << ") failed, err=" << err 65 << ", " << a4 << ") failed, err=" << err 68 << ", " << a4 << ", " << a5 << ") failed, err=" << err 71 << ", " << a4 << ", " << a5 << ", " << a6 << ") failed, err=" << err
|
/frameworks/av/include/camera/ndk/ |
NdkCameraError.h | 49 * Camera operation has failed due to an unspecified cause. 54 * Camera operation has failed due to an invalid parameter being passed to the method. 59 * Camera operation has failed because the camera device has been closed, possibly because a 65 * Camera operation has failed due to insufficient memory. 70 * Camera operation has failed due to the requested metadata tag cannot be found in input 76 * Camera operation has failed and the camera device has encountered a fatal error and needs to 82 * Camera operation has failed and the camera service has encountered a fatal error. 100 * Camera operation has failed due to an invalid internal operation. Usually this is due to a
|
/frameworks/base/core/java/com/android/internal/app/ |
AssistUtils.java | 57 Log.w(TAG, "Failed to call showSessionForActiveService", e); 68 Log.w(TAG, "Failed to call launchVoiceAssistFromKeyguard", e); 77 Log.w(TAG, "Failed to call activeServiceSupportsAssistGesture", e); 87 Log.w(TAG, "Failed to call activeServiceSupportsLaunchFromKeyguard", e); 100 Log.w(TAG, "Failed to call getActiveServiceComponentName", e); 110 Log.w(TAG, "Failed to call isSessionRunning", e); 121 Log.w(TAG, "Failed to call hideCurrentSession", e); 131 Log.w(TAG, "Failed to call onLockscreenShown", e);
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
SendObjectInfoFailure.java | 22 * Exception thrown when sendObjectInfo failed. 26 super("Failed to MtpDevice#sendObjectInfo.");
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
fp16_globals.rs | 8 static bool failed = false; 43 if (failed) {
|
math.rs | 246 bool failed = false; 340 if (failed) { 341 rsDebug("test_fp_math FAILED", time); 347 return failed; 351 bool failed = false; 362 if (failed) { 363 rsDebug("test_int_math FAILED", time); 369 return failed; 373 bool failed = false; 384 if (failed) { [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
webm_video_source.h | 106 ASSERT_TRUE(input_file_ != NULL) << "Input file open failed. Filename: " 112 << "nestegg_init failed"; 116 << "failed to get track count"; 120 ASSERT_GE(track_type, 0) << "failed to get track type"; 149 ASSERT_GE(again, 0) << "nestegg_read_packet failed"; 156 << "nestegg_packet_track failed"; 160 << "nestegg_packet_count failed"; 165 << "nestegg_packet_data failed";
|
/prebuilts/go/darwin-x86/src/crypto/x509/ |
pkcs8_test.go | 21 t.Errorf("failed to decode PKCS8 with RSA private key: %s", err) 26 t.Errorf("failed to decode PKCS8 with EC private key: %s", err)
|
sec1_test.go | 21 t.Errorf("failed to decode EC private key: %s", err) 25 t.Fatalf("failed to encode EC private key: %s", err)
|
/prebuilts/go/linux-x86/src/crypto/x509/ |
pkcs8_test.go | 21 t.Errorf("failed to decode PKCS8 with RSA private key: %s", err) 26 t.Errorf("failed to decode PKCS8 with EC private key: %s", err)
|
sec1_test.go | 21 t.Errorf("failed to decode EC private key: %s", err) 25 t.Fatalf("failed to encode EC private key: %s", err)
|
/sdk/testapps/libsTest/app/src/com/android/tests/libstest/app/ |
App.java | 23 return "FAILED TO FIND App.txt"; 41 return "FAILED TO READ CONTENT";
|
/sdk/testapps/libsTest/lib1/src/com/android/tests/libstest/lib1/ |
Lib1.java | 23 return "FAILED TO FIND Lib1.txt"; 41 return "FAILED TO READ CONTENT";
|
/sdk/testapps/libsTest/lib2/src/com/android/tests/libstest/lib2/ |
Lib2.java | 23 return "FAILED TO FIND Lib2.txt"; 41 return "FAILED TO READ CONTENT";
|
/system/bt/service/ |
daemon.cpp | 63 goto failed; 66 goto failed; 70 failed: 94 LOG(ERROR) << "Failed to set up UNIX domain-socket IPCManager"; 98 LOG(ERROR) << "Failed to set up Binder IPCManager"; 111 LOG(ERROR) << "Failed to set up Settings"; 116 LOG(ERROR) << "Failed to set up HAL Bluetooth interfaces"; 153 LOG(ERROR) << "Failed to initialize the Daemon object";
|
/system/connectivity/apmanager/dbus/ |
shill_dbus_proxy.cc | 59 LOG(ERROR) << "ClaimInterface failed: service not available"; 64 LOG(ERROR) << "Failed to claim interface from shill: " 73 LOG(ERROR) << "ReleaseInterface failed: service not available"; 78 LOG(ERROR) << "Failed to release interface from shill: " 88 LOG(ERROR) << "SetupApModeInterface failed: service not available"; 93 LOG(ERROR) << "Failed to setup AP mode interface from shill: " 102 LOG(ERROR) << "SetupStationModeInterface failed: service not available"; 107 LOG(ERROR) << "Failed to setup station mode interface from shill: "
|
/external/drm_hwcomposer/ |
drmresources.cpp | 52 ALOGE("Failed to open dri- %s", strerror(-errno)); 58 ALOGE("Failed to set universal plane cap %d", ret); 64 ALOGE("Failed to set atomic cap %d", ret); 70 ALOGE("Failed to get DrmResources resources"); 80 ALOGE("Failed to get crtc %d", res->crtcs[i]); 90 ALOGE("Failed to initialize crtc %d", res->crtcs[i]); 99 ALOGE("Failed to get encoder %d", res->encoders[i]); 125 ALOGE("Failed to get connector %d", res->connectors[i]); 148 ALOGE("Init connector %d failed", res->connectors[i]); 171 ALOGE("Failed to get plane resources") [all...] |
/external/fio/engines/ |
rbd.c | 88 goto failed; 92 goto failed; 96 goto failed; 101 failed: 116 log_err("rados_create failed.\n"); 122 log_err("rados_conf_read_file failed.\n"); 128 log_err("rados_connect failed.\n"); 134 log_err("rados_ioctx_create failed.\n"); 140 log_err("rbd_open failed.\n"); 347 log_err("rbd_aio_create_completion failed.\n") [all...] |
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
math.rs | 239 bool failed = false; 331 if (failed) { 332 rsDebug("test_fp_math FAILED", time); 338 return failed; 342 bool failed = false; 353 if (failed) { 354 rsDebug("test_int_math FAILED", time); 360 return failed; 364 bool failed = false; 375 if (failed) { [all...] |
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
math.rs | 239 bool failed = false; 331 if (failed) { 332 rsDebug("test_fp_math FAILED", time); 338 return failed; 342 bool failed = false; 353 if (failed) { 354 rsDebug("test_int_math FAILED", time); 360 return failed; 364 bool failed = false; 375 if (failed) { [all...] |
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
math.rs | 239 bool failed = false; 331 if (failed) { 332 rsDebug("test_fp_math FAILED", time); 338 return failed; 342 bool failed = false; 353 if (failed) { 354 rsDebug("test_int_math FAILED", time); 360 return failed; 364 bool failed = false; 375 if (failed) { [all...] |
math.rs.orig | 239 bool failed = false; 331 if (failed) { 332 rsDebug("test_fp_math FAILED", time); 338 return failed; 342 bool failed = false; 353 if (failed) { 354 rsDebug("test_int_math FAILED", time); 360 return failed; 364 bool failed = false; 375 if (failed) { [all...] |
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
math.rs | 239 bool failed = false; 331 if (failed) { 332 rsDebug("test_fp_math FAILED", time); 338 return failed; 342 bool failed = false; 353 if (failed) { 354 rsDebug("test_int_math FAILED", time); 360 return failed; 364 bool failed = false; 375 if (failed) { [all...] |
/prebuilts/sdk/renderscript/lib/arm/ |
libRSSupport.so | |