HomeSort by relevance Sort by last modified time
    Searched refs:ECANCELED (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 133 ECANCELED = 158
134 ECANCELED = 1000
  /external/libcxx/include/
errno.h 186 #ifndef ECANCELED
187 #define ECANCELED 9927
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 36 ECANCELED, "ECANCELED", ECANCELED}, {
4-1.c 31 ECANCELED, "ECANCELED"}, {
3-1-buildonly.c 22 int dummy11 = ECANCELED;
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 112 #define ECANCELED 125
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 111 #define ECANCELED 158
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 164 #define ECANCELED 85 /* Operation canceled */
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 109 #define ECANCELED 125 /* Operation Canceled */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 107 #define ECANCELED 158 /* AIO operation canceled */
  /external/libdrm/tests/amdgpu/
deadlock_tests.c 229 CU_ASSERT_EQUAL((r == 0 || r == -ECANCELED), 1);
242 CU_ASSERT_EQUAL((r == 0 || r == -ECANCELED), 1);
  /bionic/tests/headers/posix/
errno_h.c 46 MACRO(ECANCELED);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
4-1.c 12 * Error status should be set to [ECANCELED] and return shall be -1 for
20 * if aio_error() is ECANCELED and aio_return() is -1
22 * if aio_error() is ECANCELED and aio_return() is NOT -1
122 else if (ret == ECANCELED) {
6-1.c 19 * if aio_error() is ECANCELED and aio_cancel() is AIO_CANCELED
21 * if aio_error() is ECANCELED and aio_cancel() is NOT AIO_CANCELED
23 * if there is no aio_error() with ECANCELED and
121 else if (ret == ECANCELED) {
136 " aio_cancel() is AIO_CANCELED without ECANCELED\n");
3-1.c 23 * if aio_error() is ECANCELED, the test is passed
55 if (aio_error(a) == ECANCELED)
  /external/u-boot/include/linux/
errno.h 134 #define ECANCELED 125 /* Operation Canceled */
  /bionic/libc/bionic/
strerror.cpp 170 [ECANCELED] = "Operation Canceled",
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 154 #define ECANCELED __ECANCELED /* 87 Operation canceled */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 139 ECANCELED = 158
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 179 operation_canceled, // ECANCELED
400 # ifndef ECANCELED
401 # define ECANCELED 105
574 #ifdef ECANCELED
575 operation_canceled = ECANCELED,
  /external/tensorflow/tensorflow/core/platform/posix/
error.cc 146 case ECANCELED: // Operation cancelled
  /external/libcxx/test/std/diagnostics/errno/
cerrno.pass.cpp 59 #ifndef ECANCELED
60 #error ECANCELED not defined
  /external/strace/tests/
errno2name.c 99 #ifdef ECANCELED
100 CASE(ECANCELED);
  /external/strace/tests-m32/
errno2name.c 99 #ifdef ECANCELED
100 CASE(ECANCELED);
  /external/strace/tests-mx32/
errno2name.c 99 #ifdef ECANCELED
100 CASE(ECANCELED);

Completed in 546 milliseconds

1 2 3 4