Home
last modified time | relevance | path

Searched refs:error_code (Results 1 – 25 of 31) sorted by relevance

12

/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A Derror_ut.cc8 const std::string error_code = "errorCode"; in TEST() local
13 Error error(error_code, error_message); in TEST()
14 EXPECT_TRUE(error.errorCode() == error_code); in TEST()
21 EXPECT_TRUE(error.errorCode() == error_code); in TEST()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A Danim_encode.c231 error_code) < 0) { in MarkError2()
817 error_code = sub_frame->error_code; in EncodeCandidate()
822 return error_code; in EncodeCandidate()
826 return error_code; in EncodeCandidate()
900 if (error_code != VP8_ENC_OK) return error_code; in GenerateCandidates()
909 error_code = in GenerateCandidates()
912 if (error_code != VP8_ENC_OK) return error_code; in GenerateCandidates()
915 return error_code; in GenerateCandidates()
1157 error_code = GenerateCandidates( in SetFrame()
1186 return error_code; in SetFrame()
[all …]
/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_helper.c261 const char *nghttp2_strerror(int error_code) in nghttp2_strerror() argument
263 switch (error_code) { in nghttp2_strerror()
531 const char *nghttp2_http2_strerror(uint32_t error_code) in nghttp2_http2_strerror() argument
533 switch (error_code) { in nghttp2_http2_strerror()
A Dnghttp2_session.h397 uint32_t error_code);
435 uint32_t error_code, const uint8_t *opaque_data,
516 uint32_t error_code);
876 uint32_t error_code,
A Dnghttp2_frame.c102 uint32_t error_code) in nghttp2_frame_rst_stream_init() argument
106 frame->error_code = error_code; in nghttp2_frame_rst_stream_init()
165 uint32_t error_code, uint8_t *opaque_data, in nghttp2_frame_goaway_init() argument
171 frame->error_code = error_code; in nghttp2_frame_goaway_init()
463 nghttp2_put_uint32be(buf->last, frame->error_code); in nghttp2_frame_pack_rst_stream()
472 frame->error_code = nghttp2_get_uint32(payload); in nghttp2_frame_unpack_rst_stream_payload()
642 nghttp2_put_uint32be(buf->last, frame->error_code); in nghttp2_frame_pack_goaway()
665 frame->error_code = nghttp2_get_uint32(payload + 4); in nghttp2_frame_unpack_goaway_payload()
A Dnghttp2.h1066 uint32_t error_code; member
1172 uint32_t error_code; member
1592 uint32_t error_code,
3299 uint32_t error_code);
3329 uint32_t error_code);
3699 NGHTTP2_EXTERN const char *nghttp2_http2_strerror(uint32_t error_code);
4125 uint32_t error_code);
4311 uint32_t error_code,
A Dnghttp2_outbound_item.h42 uint32_t error_code; member
A Dnghttp2_submit.c277 int32_t stream_id, uint32_t error_code) in nghttp2_submit_rst_stream() argument
285 return nghttp2_session_add_rst_stream(session, stream_id, error_code); in nghttp2_submit_rst_stream()
289 int32_t last_stream_id, uint32_t error_code, in nghttp2_submit_goaway() argument
297 return nghttp2_session_add_goaway(session, last_stream_id, error_code, in nghttp2_submit_goaway()
A Dnghttp2_frame.h413 uint32_t error_code);
456 uint32_t error_code, uint8_t *opaque_data,
A Dnghttp2_session.c254 uint32_t error_code) in nghttp2_session_terminate_session() argument
257 error_code, NULL); in nghttp2_session_terminate_session()
272 error_code, reason); in nghttp2_session_terminate_session_with_reason()
960 uint32_t error_code) in nghttp2_session_add_rst_stream() argument
1001 aux_data->error_code = error_code; in nghttp2_session_add_rst_stream()
1167 uint32_t error_code) in nghttp2_session_close_stream() argument
3024 error_code = item->aux_data.headers.error_code; in nghttp2_session_mem_send_internal()
5274 uint32_t error_code = NGHTTP2_PROTOCOL_ERROR; in session_on_data_received_fail_fast() local
5289 error_code = NGHTTP2_PROTOCOL_ERROR; in session_on_data_received_fail_fast()
5298 error_code = NGHTTP2_STREAM_CLOSED; in session_on_data_received_fail_fast()
[all …]
/AliOS-Things-master/components/linkkit/http2/
A Diotx_http2.c162 frame->goaway.error_code); in on_frame_send_callback()
245 frame->goaway.error_code); in on_frame_recv_callback()
291 int32_t stream_id, uint32_t error_code, in on_h2_stream_close_callback() argument
310 connection->cbs->on_user_stream_close_cb(stream_id, error_code); in on_h2_stream_close_callback()
A Dhttp2_internal.h107 uint32_t error_code);
A Dhttp2_api.c270 static void on_stream_close(int32_t stream_id, uint32_t error_code) in on_stream_close() argument
286 error_code, user_data); in on_stream_close()
/AliOS-Things-master/components/linkkit/include/linkkit/
A Dhttp2_api.h69 uint32_t error_code, void *user_data);
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/
A Dconfiguration_generated.h1982 std::vector<std::unique_ptr<tflite::ErrorCodeT>> error_code; member
2007 const flatbuffers::Vector<flatbuffers::Offset<tflite::ErrorCode>> *error_code() const { in error_code() function
2016 verifier.VerifyVector(error_code()) && in Verify()
2017 verifier.VerifyVectorOfTables(error_code()) && in Verify()
2038 fbb_.AddOffset(BenchmarkError::VT_ERROR_CODE, error_code); in add_error_code()
2059 builder_.add_error_code(error_code);
2071 const std::vector<flatbuffers::Offset<tflite::ErrorCode>> *error_code = nullptr) {
2072 …auto error_code__ = error_code ? _fbb.CreateVector<flatbuffers::Offset<tflite::ErrorCode>>(*error_…
2938 (lhs.error_code == rhs.error_code);
2958 …uto _e = error_code(); if (_e) { _o->error_code.resize(_e->size()); for (flatbuffers::uoffset_t _i… in UnPackTo()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dgifdec.c169 if (!ok) picture->error_code = sub_image.error_code; in GIFReadFrame()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11framebuffer.c36 if ( e->error_code == BadAccess ) { in shm_errhandler()
A DSDL_x11video.c327 if (e->error_code == BadWindow) { in X11_CheckWindowManagerErrorHandler()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/
A Dhfp_api.h171 uint8_t error_code; member
A Davrcp_api.h1523 uint8_t error_code; member
1674 …sp(btif_avrcp_channel_t * channel, avrcp_advanced_pdu_t * cmd_pdu, uint8_t op, uint8_t error_code);
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Dencode.h338 WebPEncodingError error_code; member
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Dencode.h338 WebPEncodingError error_code; member
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Dencode.h338 WebPEncodingError error_code; member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dwebp_enc.c310 ((WebPPicture*)pic)->error_code = error; in WebPEncodingSetError()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/
A Dosdep_service.c49 int RTW_STATUS_CODE(int error_code) in RTW_STATUS_CODE() argument
51 if(error_code >= 0) in RTW_STATUS_CODE()

Completed in 75 milliseconds

12