Home
last modified time | relevance | path

Searched defs:error_code (Results 1 – 25 of 917) sorted by relevance

12345678910>>...37

/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster.proto180 ErrorCode error_code = 1; field
189 ErrorCode error_code = 1; field
201 ErrorCode error_code = 1; field
214 ErrorCode error_code = 1; field
228 ErrorCode error_code = 1; field
246 ErrorCode error_code = 1; field
258 ErrorCode error_code = 1; field
269 ErrorCode error_code = 1; field
281 ErrorCode error_code = 1; field
290 ErrorCode error_code = 1; field
[all …]
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ctdl/
Dkeymaster.proto174 ErrorCode error_code = 1; field
183 ErrorCode error_code = 1; field
195 ErrorCode error_code = 1; field
208 ErrorCode error_code = 1; field
221 ErrorCode error_code = 1; field
239 ErrorCode error_code = 1; field
251 ErrorCode error_code = 1; field
262 ErrorCode error_code = 1; field
274 ErrorCode error_code = 1; field
283 ErrorCode error_code = 1; field
[all …]
/external/marisa-trie/include/marisa/
Dexception.h16 ErrorCode error_code, const char *error_message) in Exception()
38 ErrorCode error_code() const { in error_code() function
64 #define MARISA_THROW(error_code, error_message) \ argument
69 #define MARISA_THROW_IF(condition, error_code) \ argument
75 #define MARISA_DEBUG_IF(cond, error_code) MARISA_THROW_IF(cond, error_code) argument
77 #define MARISA_DEBUG_IF(cond, error_code) argument
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_kernel.cc34 cl_int error_code = in GetKernelMaxWorkGroupSize() local
49 cl_int error_code = in GetKernelPrivateMemorySize() local
89 int error_code; in ReInit() local
109 int error_code; in CreateFromProgram() local
138 const int error_code = clSetKernelArg(kernel_, index, length, ptr); in SetBytes() local
147 const int error_code = clSetKernelArg(kernel_, binding_counter_, length, ptr); in SetBytesAuto() local
Dcl_program.cc36 cl_int error_code = in GetProgramBuildInfo() local
54 cl_int error_code = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, in GetBinarySize() local
66 const int error_code = clBuildProgram( in BuildProgram() local
157 cl_int error_code = in GetBinary() local
171 int error_code; in CreateCLProgram() local
192 cl_int error_code; in CreateCLProgramFromBinary() local
Dcl_command_queue.cc72 const int error_code = clEnqueueNDRangeKernel( in Dispatch() local
94 const int error_code = clEnqueueMarker(queue_, &resulting_event); in EnqueueEvent() local
110 auto error_code = clEnqueueWriteImage(queue_, memory, blocking, origin, r, 0, in EnqueueWriteImage() local
128 auto error_code = clEnqueueReadImage(queue_, memory, blocking, origin, r, 0, in EnqueueReadImage() local
143 auto error_code = clEnqueueWriteBuffer( in EnqueueWriteBuffer() local
157 auto error_code = clEnqueueReadBuffer( in EnqueueReadBuffer() local
168 auto error_code = clFinish(queue_); in WaitForCompletion() local
339 int error_code; in CreateCLCommandQueue() local
370 int error_code; in CreateProfilingCommandQueue() local
Dutil.cc28 std::string CLErrorCodeToString(cl_int error_code) { in CLErrorCodeToString()
186 cl_int error_code; in CreateCLBuffer() local
205 cl_int error_code; in CreateCLSubBuffer() local
243 cl_int error_code; in CreateRGBAImage2D() local
/external/sdv/vsomeip/third_party/boost/asio/test/ssl/
Dstream.cpp38 void handshake_handler(const boost::system::error_code&) in handshake_handler()
42 void buffered_handshake_handler(const boost::system::error_code&, std::size_t) in buffered_handshake_handler()
46 void shutdown_handler(const boost::system::error_code&) in shutdown_handler()
50 void write_some_handler(const boost::system::error_code&, std::size_t) in write_some_handler()
54 void read_some_handler(const boost::system::error_code&, std::size_t) in read_some_handler()
/external/sdv/vsomeip/third_party/boost/asio/test/generic/
Dstream_protocol.cpp38 void connect_handler(const boost::system::error_code&) in connect_handler()
42 void send_handler(const boost::system::error_code&, std::size_t) in send_handler()
46 void receive_handler(const boost::system::error_code&, std::size_t) in receive_handler()
50 void write_some_handler(const boost::system::error_code&, std::size_t) in write_some_handler()
54 void read_some_handler(const boost::system::error_code&, std::size_t) in read_some_handler()
/external/sdv/vsomeip/third_party/boost/asio/test/local/
Dstream_protocol.cpp33 void connect_handler(const boost::system::error_code&) in connect_handler()
37 void send_handler(const boost::system::error_code&, std::size_t) in send_handler()
41 void receive_handler(const boost::system::error_code&, std::size_t) in receive_handler()
45 void write_some_handler(const boost::system::error_code&, std::size_t) in write_some_handler()
49 void read_some_handler(const boost::system::error_code&, std::size_t) in read_some_handler()
/external/cronet/stable/third_party/libc++/src/include/__system_error/
Derror_code.h47 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} in error_code() function
49 …_LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val)… in error_code() function
52 _LIBCPP_HIDE_FROM_ABI error_code(_Ep __e) _NOEXCEPT { in error_code() function
/external/cronet/tot/third_party/libc++/src/include/__system_error/
Derror_code.h47 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} in error_code() function
49 …_LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val)… in error_code() function
52 _LIBCPP_HIDE_FROM_ABI error_code(_Ep __e) _NOEXCEPT { in error_code() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__system_error/
Derror_code.h48 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} in error_code() function
50 …_LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val)… in error_code() function
53 _LIBCPP_HIDE_FROM_ABI error_code(_Ep __e) _NOEXCEPT { in error_code() function
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__system_error/
Derror_code.h48 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} in error_code() function
50 …_LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val)… in error_code() function
53 _LIBCPP_HIDE_FROM_ABI error_code(_Ep __e) _NOEXCEPT { in error_code() function
/external/trusty/arm-trusted-firmware/plat/arm/board/fvp/
Dfvp_drtm_err.c11 int plat_set_drtm_error(uint64_t error_code) in plat_set_drtm_error()
17 int plat_get_drtm_error(uint64_t *error_code) in plat_get_drtm_error()
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampParameterBorderColorError.cpp186 glw::GLenum error_code = GL_NO_ERROR; in VerifyGLTexParameterf() local
217 glw::GLenum error_code = GL_NO_ERROR; in VerifyGLTexParameteri() local
247 glw::GLenum error_code = GL_NO_ERROR; in VerifyGLSamplerParameterf() local
277 glw::GLenum error_code = GL_NO_ERROR; in VerifyGLSamplerParameteri() local
DesextcTextureBorderClampSamplerParameterIWithWrongPname.cpp173 glw::GLenum error_code = GL_NO_ERROR; in VerifyGLGetSamplerParameterIiv() local
206 glw::GLenum error_code = GL_NO_ERROR; in VerifyGLGetSamplerParameterIuiv() local
239 glw::GLenum error_code = GL_NO_ERROR; in VerifyGLSamplerParameterIiv() local
272 glw::GLenum error_code = GL_NO_ERROR; in VerifyGLSamplerParameterIuiv() local
DesextcTextureBorderClampSamplerParameterIError.cpp174 glw::GLenum error_code = GL_NO_ERROR; in VerifyGLGetSamplerParameterIiv() local
207 glw::GLenum error_code = GL_NO_ERROR; in VerifyGLGetSamplerParameterIuiv() local
260 glw::GLenum error_code = GL_NO_ERROR; in VerifyGLSamplerParameterIiv() local
293 glw::GLenum error_code = GL_NO_ERROR; in VerifyGLSamplerParameterIuiv() local
/external/cronet/stable/net/third_party/quiche/src/quiche/balsa/
Dbalsa_enums.cc10 BalsaFrameEnums::ParseState error_code) { in ParseStateToString()
41 BalsaFrameEnums::ErrorCode error_code) { in ErrorCodeToString()
/external/cronet/tot/net/third_party/quiche/src/quiche/balsa/
Dbalsa_enums.cc10 BalsaFrameEnums::ParseState error_code) { in ParseStateToString()
41 BalsaFrameEnums::ErrorCode error_code) { in ErrorCodeToString()
/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/
Dbasic_datagram_socket_ext.hpp341 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_RESULT_TYPE()
383 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_RESULT_TYPE()
523 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_RESULT_TYPE()
566 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_RESULT_TYPE()
707 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_RESULT_TYPE()
749 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_RESULT_TYPE()
889 void (boost::system::error_code, std::size_t, boost::asio::ip::address)) in BOOST_ASIO_INITFN_RESULT_TYPE()
934 void (boost::system::error_code, std::size_t, boost::asio::ip::address)) in BOOST_ASIO_INITFN_RESULT_TYPE()
/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/fmt/bundled/
Dformat.cc124 int error_code, char *&buffer, std::size_t buffer_size) FMT_NOEXCEPT{ in safe_strerror()
182 void format_error_code(Writer &out, int error_code, in format_error_code()
205 void report_error(FormatFunc func, int error_code, in report_error()
221 Writer &out, int error_code, StringRef message) FMT_NOEXCEPT{ in format_system_error()
328 if (int error_code = convert(s)) { in UTF16ToUTF8() local
360 Writer &out, int error_code, StringRef message) FMT_NOEXCEPT{ in format_windows_error()
388 Writer &out, int error_code, StringRef message) FMT_NOEXCEPT{ in format_system_error()
477 int error_code, fmt::StringRef message) FMT_NOEXCEPT{ in report_system_error()
484 int error_code, fmt::StringRef message) FMT_NOEXCEPT{ in report_windows_error()
/external/sdv/vsomeip/implementation/helper/1.66/boost/asio/
Dbasic_datagram_socket_ext.hpp346 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_RESULT_TYPE()
398 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_RESULT_TYPE()
548 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_RESULT_TYPE()
602 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_RESULT_TYPE()
754 void (boost::system::error_code, std::size_t, boost::asio::ip::address)) in BOOST_ASIO_INITFN_RESULT_TYPE()
806 void (boost::system::error_code, std::size_t, boost::asio::ip::address)) in BOOST_ASIO_INITFN_RESULT_TYPE()
956 void (boost::system::error_code, std::size_t, boost::asio::ip::address)) in BOOST_ASIO_INITFN_RESULT_TYPE()
1012 void (boost::system::error_code, std::size_t, boost::asio::ip::address)) in BOOST_ASIO_INITFN_RESULT_TYPE()
/external/cronet/stable/components/nacl/renderer/plugin/
Dplugin_error.h27 void SetReport(PP_NaClError error_code, const std::string& message) { in SetReport()
32 PP_NaClError error_code() const { in error_code() function
/external/cronet/tot/components/nacl/renderer/plugin/
Dplugin_error.h27 void SetReport(PP_NaClError error_code, const std::string& message) { in SetReport()
32 PP_NaClError error_code() const { in error_code() function

12345678910>>...37