/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_compress.c | 190 codec_t* cd; in TIFFFindCODEC() local 192 for (cd = registeredCODECS; cd; cd = cd->next) in TIFFFindCODEC() 207 if (cd != NULL) { in TIFFRegisterCODEC() 208 cd->info = (TIFFCodec*) ((uint8*) cd + sizeof (codec_t)); in TIFFRegisterCODEC() 221 return (cd->info); in TIFFRegisterCODEC() 227 codec_t* cd; in TIFFUnRegisterCODEC() local 230 for (pcd = ®isteredCODECS; (cd = *pcd) != NULL; pcd = &cd->next) in TIFFUnRegisterCODEC() 232 *pcd = cd->next; in TIFFUnRegisterCODEC() 233 _TIFFfree(cd); in TIFFUnRegisterCODEC() 256 codec_t *cd; in TIFFGetConfiguredCODECs() local [all …]
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_iconv.c | 58 SDL_iconv_close(SDL_iconv_t cd) in SDL_iconv_close() argument 64 SDL_iconv(SDL_iconv_t cd, in SDL_iconv() argument 237 SDL_iconv_t cd = (SDL_iconv_t) SDL_malloc(sizeof(*cd)); in SDL_iconv_open() local 238 if (cd) { in SDL_iconv_open() 241 return cd; in SDL_iconv_open() 248 SDL_iconv(SDL_iconv_t cd, in SDL_iconv() argument 271 switch (cd->src_fmt) { in SDL_iconv() 320 switch (cd->dst_fmt) { in SDL_iconv() 857 SDL_free(cd); in SDL_iconv_close() 868 SDL_iconv_t cd; in SDL_iconv_string() local [all …]
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/examples/ |
A D | README.md | 10 cd path/to/aliyun-openapi-cpp-sdk 11 cd examples 13 cd build 45 cd path/to/aliyun-openapi-cpp-sdk 46 cd examples/build/bin
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-emscripten.md | 7 $ cd build 14 $ cd build 20 $ cd test/
|
A D | README-directfb.md | 76 cd mesa 95 cd src/mesa/drivers/directfb
|
A D | README-cmake.md | 27 cd ~ 29 cd build
|
/AliOS-Things-master/components/jsoncpp/include/ |
A D | PreventInSourceBuilds.cmake | 14 message("# mkdir jsoncpp-Sandbox ; cd jsoncpp-sandbox") 26 message("# cd jsoncpp-build") 35 message("# cd jsoncpp-Sandbox/jsoncpp")
|
/AliOS-Things-master/components/SDL2/build-scripts/ |
A D | windows-buildbot-zipper.bat | 22 cd zipper 24 cd ..
|
/AliOS-Things-master/components/SDL2/src/joystick/psp/ |
A D | SDL_sysjoystick.c | 75 point ab, bc, cd, abbc, bccd, dest; in calc_bezier_y() local 78 lerp (&cd, &c, &d, t); /* point between c and d */ in calc_bezier_y() 80 lerp (&bccd, &bc, &cd, t); /* point between bc and cd */ in calc_bezier_y()
|
/AliOS-Things-master/components/jsoncpp/ |
A D | dev.makefile | 19 cd build/debug; cmake -DCMAKE_BUILD_TYPE=debug -DBUILD_SHARED_LIBS=ON -G "Unix Makefiles" ../.. 27 cd dist; gcc -I. -c jsoncpp.cpp
|
A D | CONTRIBUTING.md | 23 cd jsoncpp/ 34 #cd build-${LIB_TYPE} 50 cd test
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/ |
A D | EditorSettings.asset | 17 m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd;asmdef;rsp
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | README.webp_js | 23 cd webp_js && \ 44 cd webp_js && python -m SimpleHTTPServer 8080
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/owatcom/ |
A D | pngtest.tgt | 25 cd ..\..
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ |
A D | README-CN.md | 71 cd aliyun-openapi-cpp-sdk 73 cd sdk_build 82 cd aliyun-openapi-cpp-sdk
|
A D | README-ENG.md | 72 cd aliyun-openapi-cpp-sdk 74 cd sdk_build 83 cd aliyun-openapi-cpp-sdk
|
/AliOS-Things-master/components/cli/src/iobox/ |
A D | cd.c | 131 ALIOS_CLI_CMD_REGISTER(cd_main, cd, change current working directory);
|
/AliOS-Things-master/components/ucamera/ |
A D | README.md | 116 $ cd ~/esp/esp-idf 155 $cd examples/single_chip/camera_web_server/
|
/AliOS-Things-master/documentation/aos-tools/ |
A D | aos-tools_user_manual.md | 51 cd alios_iot 193 cd solutions/helloworld_demo
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/os400/ |
A D | README400 | 20 cd /path/to/the/zlib/ifs/source/directory/os400
|
/AliOS-Things-master/components/py_engine/engine/ |
A D | README.md | 75 $ cd mpy-cross 89 $ cd ports/unix 163 $ cd ports/stm32
|
/AliOS-Things-master/components/cli/ |
A D | README.md | 35 │ ├── cd.c 387 cd /data/aaa
|
/AliOS-Things-master/solutions/ucloud_ai_demo/ |
A D | README.md | 64 $cd ~/esp/esp-idf 115 $ cd examples/single_chip/camera_web_server/
|
/AliOS-Things-master/documentation/developer/ |
A D | contribute_code.md | 50 $ cd <TARGET>
|
/AliOS-Things-master/components/SDL2/src/video/yuv2rgb/ |
A D | README.md | 18 cd build
|