/AliOS-Things-master/components/uvoice/codec/opensource/pvmp3/ |
A D | get_pvmp3.py | 84 code ='' variable 86 code = f.read() variable 87 code = code.replace('double(', '(double)(') variable 88 code = code.replace('int32(', '(int32)(') variable 89 … code = code.replace('huffcodetab ht[HUFF_TBL];', 'struct huffcodetab ht[HUFF_TBL];') variable 90 code = code.replace('huffcodetab *pHuff;', 'struct huffcodetab *pHuff;') variable 91 code = code.replace('__inline', 'static inline') variable 92 code = code.replace('inline int16 saturate16', 'static int16 saturate16') variable 93 code = code.replace('new_slen[4];', 'new_slen[4] = {0,0,0,0};') variable
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jerror.h | 28 #define JMESSAGE(code,string) argument 36 #define JMESSAGE(code,string) code , argument 209 #define ERREXIT(cinfo,code) \ argument 212 #define ERREXIT1(cinfo,code,p1) \ argument 216 #define ERREXIT2(cinfo,code,p1,p2) \ argument 243 #define ERREXITS(cinfo,code,str) \ argument 251 #define WARNMS(cinfo,code) \ argument 254 #define WARNMS1(cinfo,code,p1) \ argument 258 #define WARNMS2(cinfo,code,p1,p2) \ argument 265 #define TRACEMS(cinfo,lvl,code) \ argument [all …]
|
A D | cderror.h | 28 #define JMESSAGE(code,string) argument 36 #define JMESSAGE(code,string) code , argument
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | jerror.h | 28 #define JMESSAGE(code,string) argument 36 #define JMESSAGE(code,string) code , argument 209 #define ERREXIT(cinfo,code) \ argument 212 #define ERREXIT1(cinfo,code,p1) \ argument 216 #define ERREXIT2(cinfo,code,p1,p2) \ argument 243 #define ERREXITS(cinfo,code,str) \ argument 251 #define WARNMS(cinfo,code) \ argument 254 #define WARNMS1(cinfo,code,p1) \ argument 258 #define WARNMS2(cinfo,code,p1,p2) \ argument 265 #define TRACEMS(cinfo,lvl,code) \ argument [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/ |
A D | l2cc_pdu.h | 319 uint8_t code; member 334 uint8_t code; member 349 uint8_t code; member 368 uint8_t code; member 383 uint8_t code; member 404 uint8_t code; member 425 uint8_t code; member 440 uint8_t code; member 584 uint8_t code; member 937 uint8_t code; member [all …]
|
A D | l2cc.h | 51 #define L2CC_SIG_PDU_ALLOC(conidx, code, src_id, type) \ argument 75 #define L2CC_SMP_PDU_ALLOC(conidx, code, src_id, type) \ argument 91 #define L2CC_ATT_PDU_ALLOC(conidx, code, src_id, type)\ argument 108 #define L2CC_ATT_PDU_ALLOC_DYN(conidx, code, src_id, type, length)\ argument
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffparse.c | 40 FT_UInt code, in cff_parser_init() 689 #define CFF_FIELD_CALLBACK( code, name, id ) \ argument 698 #define CFF_FIELD( code, name, id, kind ) \ argument 707 #define CFF_FIELD_DELTA( code, name, max, id ) \ argument 731 #define CFF_FIELD_CALLBACK( code, name, id ) \ argument 741 #define CFF_FIELD( code, name, id, kind ) \ argument 751 #define CFF_FIELD_DELTA( code, name, max, id ) \ argument 802 #define CFF_FIELD( code, name, id, kind ) i++; in FT_Create_Class_cff_field_handlers() argument 804 #define CFF_FIELD_DELTA( code, name, max, id ) i++; in FT_Create_Class_cff_field_handlers() argument 806 #define CFF_FIELD_CALLBACK( code, name, id ) i++; in FT_Create_Class_cff_field_handlers() argument [all …]
|
/AliOS-Things-master/components/linksdk/core/utils/ |
A D | core_log.c | 7 static void _core_log_append_code(int32_t code, char *buffer) in _core_log_append_code() 69 static void _core_log_append_prefix(aiot_sysdep_portfile_t *sysdep, int32_t code, char *buffer) in _core_log_append_prefix() 103 static void _core_log(aiot_sysdep_portfile_t *sysdep, int32_t code, char *buffer, char *fmt, void *… in _core_log() 169 void core_log(aiot_sysdep_portfile_t *sysdep, int32_t code, char *data) in core_log() 187 void core_log1(aiot_sysdep_portfile_t *sysdep, int32_t code, char *fmt, void *data) in core_log1() 203 void core_log2(aiot_sysdep_portfile_t *sysdep, int32_t code, char *fmt, void *data1, void *data2) in core_log2() 219 void core_log3(aiot_sysdep_portfile_t *sysdep, int32_t code, char *fmt, void *data1, void *data2, v… in core_log3() 254 void core_log_hexdump(int32_t code, char prefix, uint8_t *buffer, uint32_t len) in core_log_hexdump()
|
A D | core_diag.c | 8 static void _core_diag_default_callback(void *diag_handle, uint64_t timestamp, int32_t code, uint8_… in _core_diag_default_callback() 24 void core_diag(aiot_sysdep_portfile_t *sysdep, int32_t code, uint8_t *data, uint32_t data_len) in core_diag()
|
/AliOS-Things-master/components/oss/src/model/ |
A D | ModelError.cc | 21 static const char * GetArgErrorMsg(const int code) in GetArgErrorMsg() 124 const char * AlibabaCloud::OSS::GetModelErrorMsg(const int code) in GetModelErrorMsg()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/core/api/ |
A D | error_reporter.cc | 23 int code = Report(format, args); in Report() local 33 int code = Report(format, args); in ReportError() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | huffman_utils.c | 55 HuffmanCode code) { in ReplicateValue() 129 HuffmanCode code; in BuildHuffmanTable() local 155 HuffmanCode code; in BuildHuffmanTable() local 173 HuffmanCode code; in BuildHuffmanTable() local
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/ |
A D | snmp_msg.c | 579 #define PARSE_EXEC(code, retValue) \ argument 593 #define BUILD_EXEC(code, retValue) \ argument 599 #define IF_PARSE_EXEC(code) PARSE_EXEC(code, ERR_ARG) argument 600 #define IF_PARSE_ASSERT(code) PARSE_ASSERT(code, ERR_ARG) argument 987 #define OF_BUILD_EXEC(code) BUILD_EXEC(code, ERR_ARG) argument 1249 #define OVB_BUILD_EXEC(code) BUILD_EXEC(code, ERR_ARG) argument 1578 #define VB_PARSE_EXEC(code) PARSE_EXEC(code, SNMP_VB_ENUMERATOR_ERR_ASN1ERROR) argument 1579 #define VB_PARSE_ASSERT(code) PARSE_ASSERT(code, SNMP_VB_ENUMERATOR_ERR_ASN1ERROR) argument
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | fsm.c | 320 u_char code, id; in fsm_input() local 393 int code, reject_if_disagree; in fsm_rconfreq() local 515 static void fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) { in fsm_rconfnakrej() 646 u_char code, id; in fsm_rcoderej() local 770 void fsm_sdata(fsm *f, u_char code, u_char id, const u_char *data, int datalen) { in fsm_sdata()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/ |
A D | Error.cc | 21 Error::Error(std::string code, const std::string message) in Error() 29 void Error::setErrorCode(const std::string &code) { errorCode_ = code; } in setErrorCode()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | lossless_common.h | 99 static WEBP_INLINE void VP8LPrefixEncodeBitsNoLUT(int distance, int* const code, in VP8LPrefixEncodeBitsNoLUT() 107 static WEBP_INLINE void VP8LPrefixEncodeNoLUT(int distance, int* const code, in VP8LPrefixEncodeNoLUT() 126 static WEBP_INLINE void VP8LPrefixEncodeBits(int distance, int* const code, in VP8LPrefixEncodeBits() 137 static WEBP_INLINE void VP8LPrefixEncode(int distance, int* const code, in VP8LPrefixEncode()
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/client/ |
A D | Error.h | 44 Error(const std::string& code, const std::string& message): in Error() 57 void setCode(const std::string& code) { code_ = code;} in setCode()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/keypad/ |
A D | module_keypad.c | 21 keypad_code_t code; member 44 static int keypad_event_callback(keypad_code_t code, int value) in keypad_event_callback()
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | assign_expr_syntaxerror.py | 3 def test(code): argument
|
A D | syntaxerror.py | 9 def test_syntax(code): argument
|
/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | decorator_error.py | 4 def test_syntax(code): argument
|
A D | const_error.py | 6 def test_syntax(code): argument
|
A D | viper_error.py | 4 def test(code): argument
|
/AliOS-Things-master/components/py_engine/tests/misc/ |
A D | non_compliant_lexer.py | 4 def test(code): argument
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/ |
A D | icmp.c | 80 u8_t code; in icmp_input() local 329 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) in icmp_send_response()
|