/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/ |
sched-messaging.c | 55 fprintf(stderr, "%s (error: %s)\n", msg, strerror(errno)); 178 strerror(err), err);
|
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
OProfileJITEventListener.cpp | 65 const std::string err_str = sys::StrError(); 75 const std::string err_str = sys::StrError();
|
/external/ltrace/sysdeps/linux-gnu/s390/ |
fetch.c | 74 strerror(errno)); 101 strerror(errno));
|
/external/mdnsresponder/mDNSShared/ |
PlatformCommon.c | 72 { LogMsg("mDNSPlatformSourceAddrForDest: connect %#a failed errno %d (%s)", dst, errno, strerror(errno)); goto exit; } 75 { LogMsg("mDNSPlatformSourceAddrForDest: getsockname failed errno %d (%s)", errno, strerror(errno)); goto exit; }
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dsp/ |
SDL_dspaudio.c | 30 #include <string.h> /* For strerror() */ 183 SDL_SetError("Couldn't open %s: %s", audiodev, strerror(errno));
|
/external/qemu/ |
os-posix.c | 263 fprintf(stderr, "Could not acquire pidfile: %s\n", strerror(errno)); 334 fprintf(stderr, "Could not acquire pid file: %s\n", strerror(errno));
|
/frameworks/av/media/libmedia/ |
IAudioTrack.cpp | 78 ALOGW("start() error: %s", strerror(-status)); 113 ALOGW("attachAuxEffect() error: %s", strerror(-status));
|
/frameworks/av/services/camera/libcameraservice/common/ |
Camera2ClientBase.cpp | 102 __FUNCTION__, TClientBase::mCameraId, strerror(-res), res); 159 strerror(-res), res);
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3InputStream.cpp | 71 __FUNCTION__, mId, strerror(-res), res); 149 " %s (%d)", __FUNCTION__, mId, strerror(-res), res);
|
/frameworks/opt/net/voip/src/jni/rtp/ |
AudioGroup.cpp | 576 ALOGE("epoll_create: %s", strerror(errno)); 586 ALOGE("socketpair: %s", strerror(errno)); 605 ALOGE("setsockopt: %s", strerror(errno)); 614 ALOGE("epoll_ctl: %s", strerror(errno)); 678 ALOGE("epoll_ctl: %s", strerror(errno)); 701 ALOGE("epoll_ctl: %s", strerror(errno)); 751 ALOGE("epoll_wait: %s", strerror(errno)); 1066 ALOGE("urandom: %s", strerror(errno));
|
/hardware/libhardware/modules/gralloc/ |
gralloc.cpp | 178 ALOGE("couldn't create ashmem (%s)", strerror(-errno)); 192 ALOGE_IF(err, "gralloc failed err=%s", strerror(-err));
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pyerrors.h | 57 PyObject *strerror; member in struct:__anon63105 68 PyObject *strerror; member in struct:__anon63106
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pyerrors.h | 57 PyObject *strerror; member in struct:__anon63228 68 PyObject *strerror; member in struct:__anon63229
|
/prebuilts/sdk/tools/linux/ |
acp | |
/system/core/libbacktrace/ |
BacktraceImpl.cpp | 187 BACK_LOGW("invalid pointer %p reading from tid %d, ptrace() strerror(errno)=%s", 188 reinterpret_cast<void*>(ptr), Tid(), strerror(errno));
|
/system/core/libpixelflinger/codeflinger/ |
CodeCache.cpp | 88 "failed with error '%s'", strerror(errno)); 94 "'%s'", strerror(errno));
|
/system/core/toolbox/upstream-netbsd/sbin/chown/ |
chown.c | 200 warnx("%s: %s", p->fts_path, strerror(p->fts_errno)); 205 warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
|
/bootable/recovery/minadbd/ |
transport.c | 153 D("%s: read_packet (fd=%d), error ret=%d errno=%d: %s\n", name, fd, r, errno, strerror(errno)); 190 D("%s: write_packet (fd=%d) error ret=%d errno=%d: %s\n", name, fd, r, errno, strerror(errno)); 393 fd, errno, strerror(errno)); 415 fd, errno, strerror(errno)); 726 D("readx: fd=%d error %d: %s\n", fd, errno, strerror(errno)); 759 D("writex: fd=%d error %d: %s\n", fd, errno, strerror(errno));
|
/bootable/recovery/updater/ |
blockimg.c | 88 fprintf(stderr, "read failed: %s\n", strerror(errno)); 101 fprintf(stderr, "write failed: %s\n", strerror(errno)); 114 fprintf(stderr, "lseek64 failed: %s\n", strerror(errno)); 498 ErrorAbort(state, "failed to open %s: %s", blockdev_filename->data, strerror(errno)); 733 ErrorAbort(state, " blkdiscard failed: %s\n", strerror(errno)); 789 ErrorAbort(state, "failed to open %s: %s", blockdev_filename->data, strerror(errno));
|
/device/generic/goldfish/gps/ |
gps_qemu.c | 625 __FUNCTION__, ret, strerror(errno)); 640 __FUNCTION__, ret, strerror(errno)); 703 ALOGE("epoll_wait() unexpected error: %s", strerror(errno)); 755 ALOGE("error while reading from gps daemon socket: %s:", strerror(errno)); 792 ALOGE("could not create thread control socket pair: %s", strerror(errno)); 799 ALOGE("could not create gps thread: %s", strerror(errno));
|
/external/chromium_org/media/audio/alsa/ |
alsa_output_unittest.cc | 67 MOCK_METHOD1(StrError, const char*(int errnum)); 360 EXPECT_CALL(mock_alsa_wrapper_, StrError(kTestFailedErrno)) 386 EXPECT_CALL(mock_alsa_wrapper_, StrError(kTestFailedErrno)) 556 EXPECT_CALL(mock_alsa_wrapper_, StrError(kTestFailedErrno)) 773 EXPECT_CALL(mock_alsa_wrapper_, StrError(kTestFailedErrno)) [all...] |
/external/ltrace/ |
options.c | 387 expr, strerror(errno)); 415 expr, strerror(errno)); 454 paths, strerror(errno)); 474 paths, strerror(errno)); 498 entry->pathname, strerror(errno)); 639 optarg, strerror(errno));
|
/external/oprofile/opcontrol/ |
opcontrol.cpp | 210 strerror(errno)); 227 strerror(errno)); 236 strerror(errno)); 268 OP_DATA_DIR, strerror(errno)); 272 OP_DATA_DIR"/samples", strerror(errno)); 431 fprintf(stderr, "Cannot open %s: %s\n", fullname, strerror(errno));
|
/frameworks/av/camera/ |
CameraMetadata.cpp | 312 get_camera_metadata_tag_name(tag), tag, strerror(-res), res); 372 get_camera_metadata_tag_name(tag), tag, strerror(-res), res); 380 get_camera_metadata_tag_name(tag), tag, strerror(-res), res); 443 __FUNCTION__, err, strerror(-err)); 472 __FUNCTION__, blobSize, err, strerror(-err)); 481 __FUNCTION__, err, strerror(-err));
|
/hardware/qcom/display/msm8974/libexternal/ |
external.cpp | 120 strerror(errno)); 215 spdFile, strerror(errno)); 606 strerror(errno)); 640 __FUNCTION__, strerror(errno)); 647 __FUNCTION__, strerror(errno)); 684 sysFsHPDFilePath, hdmiHPDFile, strerror(errno));
|