Searched refs:errno (Results 1 – 14 of 14) sorted by relevance
/development/tools/yuv420sp2rgb/ |
D | yuv420sp2rgb.c | 232 infile, strerror(errno), errno); in convert() 237 outfile, strerror(errno), errno); in convert() 242 strerror(errno), errno); in convert() 247 strerror(errno), errno); in convert() 252 strerror(errno), errno); in convert() 257 strerror(errno), errno); in convert()
|
/development/ndk/platforms/android-3/include/ |
D | errno.h | 47 #define errno (*__errno()) macro 53 errno = n; in __set_errno()
|
D | unistd.h | 198 } while (_rc == -1 && errno == EINTR); \
|
/development/tools/etc1tool/ |
D | etc1tool.cpp | 151 pInput, errno); in read_PNG_File() 159 errno); in read_PNG_File() 249 pInput, errno); in readPKMFile() 255 pInput, errno); in readPKMFile() 276 pInput, errno); in readPKMFile() 338 fprintf(stderr, "Could not open output file %s: %d\n", pOutput, errno); in encode() 348 pOutput, errno); in encode() 356 pOutput, errno); in encode() 424 fprintf(stderr, "Could not open output file %s: %d\n", pOutput, errno); in writePNGFile()
|
/development/ndk/platforms/android-21/include/ |
D | errno.h | 47 #define errno (*__errno()) macro
|
D | unistd.h | 192 } while (_rc == -1 && errno == EINTR); \
|
/development/tools/checkstyle/ |
D | checkstyle.py | 22 import errno 144 if e.errno == errno.ENOENT:
|
/development/ndk/platforms/android-9/include/ |
D | unistd.h | 202 } while (_rc == -1 && errno == EINTR); \
|
/development/ndk/platforms/android-12/include/ |
D | unistd.h | 205 } while (_rc == -1 && errno == EINTR); \
|
/development/samples/ToyVpn/server/linux/ |
D | ToyVpnServer.cpp | 101 if (errno != EADDRINUSE) { in get_tunnel()
|
/development/ndk/platforms/android-8/include/ |
D | unistd.h | 199 } while (_rc == -1 && errno == EINTR); \
|
/development/ndk/sources/android/native_app_glue/ |
D | android_native_app_glue.c | 260 LOGE("could not create pipe: %s", strerror(errno)); in android_app_create() 283 LOGE("Failure writing android_app cmd: %s\n", strerror(errno)); in android_app_write_cmd()
|
/development/ndk/platforms/android-21/samples/native-codec/jni/ |
D | native-codec-jni.cpp | 223 LOGV("failed: %d (%s)", fd, strerror(errno)); in Java_com_example_nativecodec_NativeCodec_createStreamingMediaPlayer()
|
/development/host/windows/usb/adb_winapi_test/ |
D | adb_winapi_test.cpp | 242 printf("\n--- could not malloc %d bytes, errno %u", buf_size, errno); in TestInterfaceName() 716 printf("\n--- _beginthreadex failure %u", errno); in TestCloseRaceCondition()
|