Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 222) sorted by relevance

123456789

/AliOS-Things-master/components/uvoice/codec/opensource/pvmp3/
A Dget_pvmp3.py84 code ='' variable
86 code = f.read() variable
87 code = code.replace('double(', '(double)(') variable
88 code = code.replace('int32(', '(int32)(') variable
89code = 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 Djerror.h28 #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 Dcderror.h28 #define JMESSAGE(code,string) argument
36 #define JMESSAGE(code,string) code , argument
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Djerror.h28 #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 Dl2cc_pdu.h319 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 Dl2cc.h51 #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 Dcffparse.c40 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 Dcore_log.c7 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 Dcore_diag.c8 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 DModelError.cc21 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 Derror_reporter.cc23 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 Dhuffman_utils.c55 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 Dsnmp_msg.c579 #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 Dfsm.c320 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 DError.cc21 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 Dlossless_common.h99 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 DError.h44 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 Dmodule_keypad.c21 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 Dassign_expr_syntaxerror.py3 def test(code): argument
A Dsyntaxerror.py9 def test_syntax(code): argument
/AliOS-Things-master/components/py_engine/tests/micropython/
A Ddecorator_error.py4 def test_syntax(code): argument
A Dconst_error.py6 def test_syntax(code): argument
A Dviper_error.py4 def test(code): argument
/AliOS-Things-master/components/py_engine/tests/misc/
A Dnon_compliant_lexer.py4 def test(code): argument
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dicmp.c80 u8_t code; in icmp_input() local
329 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) in icmp_send_response()

Completed in 78 milliseconds

123456789