/AliOS-Things-master/components/freetype/src/cid/ |
A D | cidload.c | 72 const T1_Field keyword ) in cid_load_keyword() argument 82 if ( keyword->type == T1_FIELD_TYPE_CALLBACK ) in cid_load_keyword() 84 keyword->reader( (FT_Face)face, parser ); in cid_load_keyword() 90 switch ( keyword->location ) in cid_load_keyword() 116 keyword->ident )); in cid_load_keyword() 122 switch ( keyword->location ) in cid_load_keyword() 137 if ( keyword->type == T1_FIELD_TYPE_INTEGER_ARRAY || in cid_load_keyword() 138 keyword->type == T1_FIELD_TYPE_FIXED_ARRAY ) in cid_load_keyword() 354 T1_Field keyword = (T1_Field)cid_field_records; in cid_parse_dict() local 362 name = (FT_Byte*)keyword->ident; in cid_parse_dict() [all …]
|
/AliOS-Things-master/solutions/kws_demo/ |
A D | README.md | 6 kws(keyword spooting)是基于本地离线唤醒引擎,主要有三个部分组成: 16 ├── kws.c # 唤醒词(keyword spooting)响应处理逻辑代码 17 ├── kws.h # 唤醒词(keyword spooting)头文件 54 > * ai_agent组件:是AliOS Things上的AI引擎核心模块,后端接入不同的推理引擎,本案例中在初始化ai_agent时选择AI_MODEL_KWS(keyword spooting…
|
A D | package.yaml | 4 description: keyword spotting by haas haas
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | cdjpeg.c | 122 keymatch (char * arg, const char * keyword, int minchars) in keymatch() argument 128 if ((ck = *keyword++) == '\0') in keymatch()
|
A D | cdjpeg.h | 152 EXTERN(boolean) keymatch JPP((char * arg, const char * keyword, int minchars));
|
A D | jconfig.txt | 44 /* Define "const" as empty if your compiler doesn't know the "const" keyword.
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/unused/ |
A D | rdjpgcom.c | 425 keymatch (char * arg, const char * keyword, int minchars) in keymatch() argument 434 if ((ck = *keyword++) == '\0') in keymatch()
|
A D | wrjpgcom.c | 385 keymatch (char * arg, const char * keyword, int minchars) in keymatch() argument 394 if ((ck = *keyword++) == '\0') in keymatch()
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | CMakeLists.txt | 88 cxx_final # Override control final keyword, as defined in N2928, N3206 and N3272. 99 cxx_override # Override control override keyword, as defined in N2928, N3206 and N3272.
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1load.c | 1941 T1_Field keyword = (T1_Field)t1_keywords; in parse_dict() local 1949 name = (FT_Byte*)keyword->ident; in parse_dict() 1989 if ( !( dict & keyword->dict ) ) in parse_dict() 1993 keyword->ident )); in parse_dict() 2003 keyword ); in parse_dict() 2015 keyword++; in parse_dict()
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42parse.c | 1142 T1_Field keyword = (T1_Field)&t42_keywords[i]; in t42_parse_dict() local 1143 FT_Byte *name = (FT_Byte*)keyword->ident; in t42_parse_dict() 1156 keyword ); in t42_parse_dict()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngrutil.c | 1410 char keyword[81]; in png_handle_iCCP() local 1419 png_crc_read(png_ptr, (png_bytep)keyword, read_length); in png_handle_iCCP() 1434 keyword[keyword_length] != 0) in png_handle_iCCP() 1444 keyword[keyword_length+1] == PNG_COMPRESSION_TYPE_BASE) in png_handle_iCCP() 1454 png_ptr->zstream.next_in = (Bytef*)keyword + (keyword_length+2); in png_handle_iCCP() 1467 keyword, profile_length) != 0) in png_handle_iCCP() 1473 keyword, profile_length, profile_header, in png_handle_iCCP() 1503 &png_ptr->colorspace, keyword, profile_length, in png_handle_iCCP() 1554 memcpy(info_ptr->iccp_name, keyword, in png_handle_iCCP()
|
A D | config.h.in | 111 /* Define to the equivalent of the C99 'restrict' keyword, or to
|
A D | libpng-manual.txt | 1504 text_ptr[i].key - keyword for comment. Must contain 1508 keyword. Can be empty. 1519 text_ptr[i].lang_key - keyword in UTF-8 1686 There is also no requirement to have text after the keyword. 1690 keyword. It is possible to have the same keyword any number of times. 1694 keyword may be empty or NULL pointers. The keyword/text 3147 text_ptr[i].key - keyword for comment. Must contain 3150 keyword. Can be NULL or empty. 3157 text_ptr[i].translated_keyword - keyword in UTF-8 (NULL 3257 any language code or translated keyword will not be written out. [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/ |
A D | readme.txt | 39 Since the cdecl keyword is used, the old Turbo Pascal does
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | README | 63 fourth field to the `SIZE' keyword which gives the bpp value (bits per
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | makepng.c | 1247 clear_text(png_text *text, png_charp keyword) in clear_text() argument 1250 text->key = keyword; in clear_text()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | PPPD_FOLLOWUP | 251 2013-05-11 - plugins/radius: Handle bindaddr keyword in radiusclient.conf
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
A D | doxygen.css | 252 span.keyword {
|
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/ |
A D | kconfiglib.py | 1934 keyword = _get_keyword(name) 1935 if keyword: 1937 token = keyword
|
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/ |
A D | kconfiglib.py | 1934 keyword = _get_keyword(name) 1935 if keyword: 1937 token = keyword
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | uncrustify.cfg | 470 # (Pawn) Add or remove space after the tag keyword. 565 # calls. You need to set a keyword to be a user function in the config file, 1267 # (from the keyword if the parameter is on its own line; otherwise, from the 1272 # message keyword. Requires indent_oc_block_msg=true. 2509 # Whether to align function prototypes on the 'operator' keyword instead of 2595 # keyword substitution and leading chars.
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/ |
A D | DLL_FAQ.txt | 140 triggered by the "__cdecl" keyword, STDCALL to refer to
|
/AliOS-Things-master/components/SDL2/src/image/external/ |
A D | jpeg-9b.patch | 89 +/* Define "const" as empty if your compiler doesn't know the "const" keyword.
|
/AliOS-Things-master/documentation/doxygen/style/ |
A D | doxygen-custom.css | 444 span.keyword {
|