Home
last modified time | relevance | path

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

12

/external/pigweed/pw_bluetooth_sapphire/host/sm/
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
Derror.cc22 constexpr const char* ErrorToString(sm::ErrorCode ecode) { in ErrorToString()
66 std::string ProtocolErrorTraits<sm::ErrorCode>::ToString(sm::ErrorCode ecode) { in ToString()
Dpairing_phase.cc49 void PairingPhase::Abort(ErrorCode ecode) { in Abort()
Dtest_security_manager.cc54 void TestSecurityManager::Abort(ErrorCode ecode) {} in Abort()
Dpairing_phase_test.cc124 auto ecode = ErrorCode::kDHKeyCheckFailed; in TEST_F() local
/external/pigweed/pw_bluetooth_sapphire/host/att/
Derror.cc24 constexpr const char* ErrorToString(att::ErrorCode ecode) { in ErrorToString()
70 att::ErrorCode ecode) { in ToString()
Dbearer.cc42 sm::SecurityLevel CheckSecurity(ErrorCode ecode, in CheckSecurity()
/external/crosvm/base/src/sys/windows/
Dioctl.rs376 let ecode = unsafe { in ioct_get_and_set_compression() localVariable
414 let ecode = in ioct_get_and_set_compression() localVariable
425 let ecode = unsafe { in ioct_get_and_set_compression() localVariable
486 let ecode = unsafe { in ioctl_with_val() localVariable
497 let ecode = unsafe { in ioctl_with_val() localVariable
/external/libcxx/src/
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()
/external/cronet/third_party/libc++/src/src/
Dregex.cpp17 make_error_type_string(regex_constants::error_type ecode) in make_error_type_string()
64 regex_error::regex_error(regex_constants::error_type ecode) in regex_error()
/external/pigweed/pw_bluetooth_sapphire/host/transport/
Derror.cc22 pw::bluetooth::emboss::StatusCode ecode) { in ToString()
/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()
/external/musl/src/network/
Dgai_strerror.c19 const char *gai_strerror(int ecode) in gai_strerror()
Dhstrerror.c12 const char *hstrerror(int ecode) in hstrerror()
/external/pigweed/pw_bluetooth_sapphire/host/sdp/
Derror.cc45 sdp::ErrorCode ecode) { in ToString()
/external/mksh/src/
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
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dfake_gatt_server.cc219 att::ErrorCode ecode) { in SendErrorRsp()
/external/webp/swig/
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 …]
/external/iputils/
Dtftpd.c226 int first = 1, ecode; in tftp() local
/external/tcpdump/
Dprint-smb.c946 u_int ecode; in nbt_tcp_print() local
1019 u_int ecode; in nbt_tcp_print() local
/external/python/cpython2/Modules/
Dgetaddrinfo.c202 gai_strerror(int ecode) in gai_strerror()
/external/linux-kselftest/tools/testing/selftests/net/
Dreuseport_bpf.c342 struct bpf_insn ecode[] = { in test_filter_no_reuseport() local
/external/python/cpython3/Modules/
Dgetaddrinfo.c205 gai_strerror(int ecode) in gai_strerror()
/external/kernel-headers/original/uapi/linux/
Dkfd_ioctl.h890 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument
926 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument
927 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) \ argument
929 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) \ argument
931 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) \ argument
933 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) \ argument

12