/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/ |
A D | error_ut.cc | 8 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 D | anim_encode.c | 231 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 D | nghttp2_helper.c | 261 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 D | nghttp2_session.h | 397 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 D | nghttp2_frame.c | 102 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 D | nghttp2.h | 1066 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 D | nghttp2_outbound_item.h | 42 uint32_t error_code; member
|
A D | nghttp2_submit.c | 277 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 D | nghttp2_frame.h | 413 uint32_t error_code); 456 uint32_t error_code, uint8_t *opaque_data,
|
A D | nghttp2_session.c | 254 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 D | iotx_http2.c | 162 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 D | http2_internal.h | 107 uint32_t error_code);
|
A D | http2_api.c | 270 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 D | http2_api.h | 69 uint32_t error_code, void *user_data);
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/ |
A D | configuration_generated.h | 1982 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 D | gifdec.c | 169 if (!ok) picture->error_code = sub_image.error_code; in GIFReadFrame()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11framebuffer.c | 36 if ( e->error_code == BadAccess ) { in shm_errhandler()
|
A D | SDL_x11video.c | 327 if (e->error_code == BadWindow) { in X11_CheckWindowManagerErrorHandler()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/ |
A D | hfp_api.h | 171 uint8_t error_code; member
|
A D | avrcp_api.h | 1523 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 D | encode.h | 338 WebPEncodingError error_code; member
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/ |
A D | encode.h | 338 WebPEncodingError error_code; member
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/ |
A D | encode.h | 338 WebPEncodingError error_code; member
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | webp_enc.c | 310 ((WebPPicture*)pic)->error_code = error; in WebPEncodingSetError()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/ |
A D | osdep_service.c | 49 int RTW_STATUS_CODE(int error_code) in RTW_STATUS_CODE() argument 51 if(error_code >= 0) in RTW_STATUS_CODE()
|