Home
last modified time | relevance | path

Searched refs:errno (Results 1 – 14 of 14) sorted by relevance

/development/tools/yuv420sp2rgb/
Dyuv420sp2rgb.c232 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/
Derrno.h47 #define errno (*__errno()) macro
53 errno = n; in __set_errno()
Dunistd.h198 } while (_rc == -1 && errno == EINTR); \
/development/tools/etc1tool/
Detc1tool.cpp151 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/
Derrno.h47 #define errno (*__errno()) macro
Dunistd.h192 } while (_rc == -1 && errno == EINTR); \
/development/tools/checkstyle/
Dcheckstyle.py22 import errno
144 if e.errno == errno.ENOENT:
/development/ndk/platforms/android-9/include/
Dunistd.h202 } while (_rc == -1 && errno == EINTR); \
/development/ndk/platforms/android-12/include/
Dunistd.h205 } while (_rc == -1 && errno == EINTR); \
/development/samples/ToyVpn/server/linux/
DToyVpnServer.cpp101 if (errno != EADDRINUSE) { in get_tunnel()
/development/ndk/platforms/android-8/include/
Dunistd.h199 } while (_rc == -1 && errno == EINTR); \
/development/ndk/sources/android/native_app_glue/
Dandroid_native_app_glue.c260 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/
Dnative-codec-jni.cpp223 LOGV("failed: %d (%s)", fd, strerror(errno)); in Java_com_example_nativecodec_NativeCodec_createStreamingMediaPlayer()
/development/host/windows/usb/adb_winapi_test/
Dadb_winapi_test.cpp242 printf("\n--- could not malloc %d bytes, errno %u", buf_size, errno); in TestInterfaceName()
716 printf("\n--- _beginthreadex failure %u", errno); in TestCloseRaceCondition()