/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | fax2ps.c | 299 if (findPage(tif, pages[i])) in fax2ps() 300 printTIF(tif, pages[i]); in fax2ps() 331 uint16 *pages = NULL, npages = 0, pageNumber; in main() local 348 if (pages) in main() 349 pages = (uint16*) realloc(pages, (npages+1)*sizeof(uint16)); in main() 351 pages = (uint16*) malloc(sizeof(uint16)); in main() 352 if( pages == NULL ) in main() 357 pages[npages++] = pageNumber; in main() 375 qsort(pages, npages, sizeof(uint16), pcompar); in main() 382 fax2ps(tif, npages, pages, argv[optind]); in main() [all …]
|
A D | tiff2ps.c | 705 int pages = 1; in get_subimage_count() local 823 pages = (*ximages) * (*yimages); in get_subimage_count() 824 return (pages); in get_subimage_count() 1196 int pages = *npages; in psMaskImage() local 1217 pages++; in psMaskImage() 1218 *npages = pages; in psMaskImage() 1219 fprintf(fd, "%%%%Page: %d %d\n", pages, pages); in psMaskImage() 1244 return (pages); in psMaskImage()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | TODO | 12 * Man pages for function calls. 17 * Text conversion between different code pages (e.g., Latin-1 -> Mac).
|
/AliOS-Things-master/components/py_engine/engine/drivers/display/ |
A D | ssd1306.py | 34 self.pages = self.height // 8 35 self.buffer = bytearray(self.pages * self.width) 108 self.write_cmd(self.pages - 1)
|
/AliOS-Things-master/components/amp/modules/ |
A D | sh1106.js | 32 this.pages = Math.floor(this.height / 8) 33 this.framebuf = new Array(this.pages * this.width).fill(0) 49 for (let page = 0; page < this.pages; page++) {
|
/AliOS-Things-master/components/select/ |
A D | README.md | 53 - 参考 [select](https://man7.org/linux/man-pages/man2/select.2.html) 54 - 参考 [poll](https://man7.org/linux/man-pages/man2/poll.2.html)
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | libtiff-CVE-2017-9935.patch | 10 for all pages. This is not required by the TIFF standards. 17 For the first exploit - POC1, this file has 3 pages. For the first page 24 is not correct, we only have 2 bytes extra for the first 2 pages. As a
|
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/ |
A D | README.md | 27 ├── pages
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/ |
A D | readme.txt | 2 httpd for given html pages (or other files) in a directory.
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_tabview.c | 1085 lv_obj_t * pages = lv_obj_get_child(ext->content, NULL); in tabview_realign() local 1086 while(pages != NULL) { in tabview_realign() 1087 …if(lv_obj_get_signal_cb(pages) == tabpage_signal) { /*Be sure adjust only the pages (user can othe… in tabview_realign() 1091 … lv_obj_set_size(pages, lv_obj_get_width(tabview), lv_obj_get_height(ext->content)); in tabview_realign() 1095 lv_obj_set_size(pages, lv_obj_get_width(tabview) - lv_obj_get_width(ext->btns), in tabview_realign() 1100 pages = lv_obj_get_child(ext->content, pages); in tabview_realign()
|
/AliOS-Things-master/solutions/audio_demo/ |
A D | README.md | 222 这是钉钉小程序访问用户“阿里云物联网平台”账户的密钥信息,修改代码路径是./pages/app.js。 233 这是钉钉小程序需要控制的用户物联网平台中的某个HaaS100设备。修改代码路径是./pages/HaasAudioPlayer/HaasAudioPlayer.js。
|
/AliOS-Things-master/components/py_engine/framework/ |
A D | sh1106.py | 35 self.pages = self.height // 8 36 self.buffer = bytearray(self.pages * self.width)
|
/AliOS-Things-master/components/epoll/ |
A D | README.md | 54 https://man7.org/linux/man-pages/man7/epoll.7.html
|
/AliOS-Things-master/components/py_engine/modules/driver/ |
A D | board_mgr.c | 698 cJSON *page = NULL, *pages = NULL; in board_parse_json_buff() local 744 if ((pages = cJSON_GetObjectItem(root, APP_CONFIG_PAGES)) != NULL) { in board_parse_json_buff() 746 if (!cJSON_IsArray(pages)) { in board_parse_json_buff() 752 cJSON_ArrayForEach(page, pages) in board_parse_json_buff()
|
/AliOS-Things-master/solutions/auto_demo/ |
A D | README.md | 113 …//github.com/alibaba/AliOS-Things/blob/dev_3.1.0_haas/application/miniapp/pages/HaasCar/HaasCar.TS… 269 ├─ pages (页面文件夹,用户在这里自定义页面,示例持续更新中)
|
/AliOS-Things-master/components/amp/services/board_mgr/ |
A D | board_mgr.c | 1260 cJSON *page = NULL, *pages = NULL; in board_parse_json_buff() local 1316 if((pages = cJSON_GetObjectItem(root, APP_CONFIG_PAGES)) != NULL) { in board_parse_json_buff() 1319 if(!cJSON_IsArray(pages)) { in board_parse_json_buff() 1325 cJSON_ArrayForEach(page, pages) { in board_parse_json_buff()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | nanosvgrast.h | 138 NSVGmemPage* pages; member 170 p = r->pages; in nsvgDeleteRasterizer() 203 r->pages = newp; in nsvg__nextPage() 210 NSVGmemPage* p = r->pages; in nsvg__resetPool() 215 r->curpage = r->pages; in nsvg__resetPool()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ |
A D | README-CN.md | 4 <a href="https://www.alibabacloud.com"><img src="https://aliyunsdk-pages.alicdn.com/icons/Aliyun.sv…
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | CMakeLists.txt | 14 …L_MAN_DIR "${CMAKE_INSTALL_PREFIX}/share/man" CACHE PATH "Installation directory for manual pages")
|
A D | README | 10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/ |
A D | README-WIN32.txt | 10 (volunteer to write man pages welcome, contact zlib@gzip.org). Two compiled
|
/AliOS-Things-master/solutions/flower_demo/ |
A D | README.md | 230 ├─ pages (页面文件夹,用户在这里自定义页面,示例持续更新中)
|
/AliOS-Things-master/components/littlevgl/scripts/ |
A D | Doxyfile | 32 # title of most generated pages and in a few other places. 383 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX 397 # Man pages) or section (for LaTeX and RTF). 1416 # If you want full control over the layout of the generated HTML pages it might 1862 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for 1868 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a 1878 # man pages. In case the manual section does not start with a number, the number 1887 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by 1912 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a 2123 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in [all …]
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | doxyfile.in | 32 # title of most generated pages and in a few other places. 357 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX 371 # Man pages) or section (for LaTeX and RTF). 1338 # If you want full control over the layout of the generated HTML pages it might 1750 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for 1756 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a 1766 # man pages. In case the manual section does not start with a number, the number 1793 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a 1832 # The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put. 2009 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in [all …]
|
A D | web_doxyfile.in | 32 # title of most generated pages and in a few other places. 357 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX 371 # Man pages) or section (for LaTeX and RTF). 1338 # If you want full control over the layout of the generated HTML pages it might 1750 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for 1756 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a 1766 # man pages. In case the manual section does not start with a number, the number 1793 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a 1820 # The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put. 1997 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in [all …]
|