Home
last modified time | relevance | path

Searched defs:ecode (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dioctl.rs381 let ecode = unsafe { in ioct_get_and_set_compression() localVariable
419 let ecode = in ioct_get_and_set_compression() localVariable
430 let ecode = unsafe { in ioct_get_and_set_compression() localVariable
491 let ecode = unsafe { in ioctl_with_val() localVariable
502 let ecode = unsafe { in ioctl_with_val() localVariable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Dpacket_test.cc41 ErrorCode ecode = maybe_reader.error_value(); in TEST() local
54 ErrorCode ecode = maybe_reader.error_value(); in TEST() local
72 ErrorCode ecode = maybe_reader.error_value(); in TEST() local
85 ErrorCode ecode = maybe_reader.error_value(); in TEST() local
H A Derror.cc22 constexpr const char* ErrorToString(sm::ErrorCode ecode) { in ErrorToString()
66 std::string ProtocolErrorTraits<sm::ErrorCode>::ToString(sm::ErrorCode ecode) { in ToString()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/att/
H A Derror.cc23 constexpr const char* ErrorToString(att::ErrorCode ecode) { in ErrorToString()
72 att::ErrorCode ecode) { in ToString()
/aosp_15_r20/external/libcxx/src/
H A Dregex.cpp18 make_error_type_string(regex_constants::error_type ecode) in make_error_type_string()
63 regex_error::regex_error(regex_constants::error_type ecode) in regex_error()
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Dregex.cpp15 static const char* make_error_type_string(regex_constants::error_type ecode) { in make_error_type_string()
60 regex_error::regex_error(regex_constants::error_type ecode) in regex_error()
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c4019 int ecode = SWIG_AsVal_int(obj1, &val); in _wrap_wrap_WebPEncodeRGB() local
4029 int ecode = SWIG_AsVal_int(obj2, &val); in _wrap_wrap_WebPEncodeRGB() local
4139 int ecode = SWIG_AsVal_int(obj1, &val); in _wrap_wrap_WebPEncodeBGR() local
4149 int ecode = SWIG_AsVal_int(obj2, &val); in _wrap_wrap_WebPEncodeBGR() local
4259 int ecode = SWIG_AsVal_int(obj1, &val); in _wrap_wrap_WebPEncodeRGBA() local
4269 int ecode = SWIG_AsVal_int(obj2, &val); in _wrap_wrap_WebPEncodeRGBA() local
4379 int ecode = SWIG_AsVal_int(obj1, &val); in _wrap_wrap_WebPEncodeBGRA() local
4389 int ecode = SWIG_AsVal_int(obj2, &val); in _wrap_wrap_WebPEncodeBGRA() local
4495 int ecode = SWIG_AsVal_int(obj1, &val); in _wrap_wrap_WebPEncodeLosslessRGB() local
4505 int ecode = SWIG_AsVal_int(obj2, &val); in _wrap_wrap_WebPEncodeLosslessRGB() local
[all …]
/aosp_15_r20/external/mksh/src/
H A Djobs.c711 int rv, ecode, flags = JW_INTERRUPT|JW_ASYNCNOTIFY; in waitfor() local
773 int rv = 0, ecode; in j_kill() local
819 int ecode, rv = 0; in j_resume() local
962 int ecode; in j_jobs() local
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/linux/
H A Dkfd_ioctl.h498 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument
503 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument
504 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument
505 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
506 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument
507 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/kernel/uapi/linux/
H A Dkfd_ioctl.h496 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument
501 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument
502 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument
503 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
504 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument
505 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/kernel/uapi/linux/
H A Dkfd_ioctl.h496 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument
501 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument
502 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument
503 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
504 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument
505 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/linux/
Dkfd_ioctl.h498 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument
503 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument
504 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument
505 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
506 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument
507 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/kernel/uapi/linux/
H A Dkfd_ioctl.h496 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument
501 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument
502 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument
503 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
504 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument
505 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/linux/
H A Dkfd_ioctl.h496 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument
501 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument
502 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument
503 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
504 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument
505 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
/aosp_15_r20/bionic/libc/kernel/uapi/linux/
H A Dkfd_ioctl.h498 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument
503 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument
504 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument
505 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
506 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument
507 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/linux/
H A Dkfd_ioctl.h498 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument
503 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument
504 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument
505 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
506 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument
507 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/kernel/uapi/linux/
H A Dkfd_ioctl.h496 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument
501 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument
502 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument
503 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
504 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument
505 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/linux/
H A Dkfd_ioctl.h498 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument
503 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument
504 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument
505 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
506 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument
507 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/linux/
H A Dkfd_ioctl.h496 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument
501 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument
502 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument
503 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
504 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument
505 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/linux/
H A Dkfd_ioctl.h498 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument
503 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument
504 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument
505 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
506 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument
507 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
/aosp_15_r20/external/kernel-headers/original/uapi/linux/
H A Dkfd_ioctl.h893 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument
929 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument
930 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) \ argument
932 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) \ argument
934 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) \ argument
936 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) \ argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Derror.cc22 pw::bluetooth::emboss::StatusCode ecode) { in ToString()
/aosp_15_r20/external/musl/src/network/
H A Dgai_strerror.c19 const char *gai_strerror(int ecode) in gai_strerror()
/aosp_15_r20/external/trusty/musl/src/network/
Dgai_strerror.c19 const char *gai_strerror(int ecode) in gai_strerror()
Dhstrerror.c12 const char *hstrerror(int ecode) in hstrerror()

123