Searched refs:ECANCELED (Results 1 - 9 of 9) sorted by relevance

/external/kernel-headers/original/asm-generic/
H A Derrno.h99 #define ECANCELED 125 /* Operation Canceled */ macro
/external/kernel-headers/original/asm-mips/
H A Derrno.h106 #define ECANCELED 158 /* AIO operation canceled */ macro
/external/llvm/include/llvm/Support/
H A Dsystem_error.h179 operation_canceled, // ECANCELED
400 # ifndef ECANCELED
401 # define ECANCELED 105 macro
563 #ifdef ECANCELED
564 operation_canceled = ECANCELED,
/external/freetype/include/freetype/config/
H A Dftconfig.h128 #ifdef ECANCELED /* defined since 10.2 */
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java70 public static final int ECANCELED = placeholder(); field in class:OsConstants
506 if (errno == ECANCELED) {
507 return "ECANCELED";
/external/qemu/
H A Dposix-aio-compat.c441 if (ret == ECANCELED) {
547 acb->ret = -ECANCELED;
/external/openssl/crypto/engine/
H A Deng_cryptodev.c1056 } else if (ECANCELED == kop.crk_status) {
1111 } else if (ECANCELED == kop.crk_status) {
/external/valgrind/main/include/vki/
H A Dvki-darwin.h611 #define VKI_ECANCELED ECANCELED
/external/libxml2/
H A DxmlIO.c159 "Operation canceled", /* ECANCELED */
287 #ifdef ECANCELED
288 else if (errno == ECANCELED) code = XML_IO_ECANCELED;

Completed in 133 milliseconds