/AliOS-Things-master/components/SDL2/docs/ |
A D | README-windows.md | 12 which supports the WGL_EXT_create_context_es2_profile extension. Vendors known 13 to ship said extension on Windows currently include nVidia and Intel. 17 extension is found, SDL will try to load the libEGL.dll library provided by
|
/AliOS-Things-master/components/jsoncpp/src/jsontestrunner/ |
A D | main.cpp | 212 const Json::String& extension) { in removeSuffix() argument 213 if (extension.length() >= path.length()) in removeSuffix() 215 Json::String suffix = path.substr(path.length() - extension.length()); in removeSuffix() 216 if (suffix != extension) in removeSuffix() 218 return path.substr(0, path.length() - extension.length()); in removeSuffix()
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | module.mk | 20 $(ECHO_DRIVER)cff $(ECHO_DRIVER_DESC)OpenType fonts with extension *.otf$(ECHO_DRIVER_DONE)
|
/AliOS-Things-master/components/freetype/src/cid/ |
A D | module.mk | 20 $(ECHO_DRIVER)cid $(ECHO_DRIVER_DESC)Postscript CID-keyed fonts, no known extension$(ECHO_DRI…
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | module.mk | 20 $(ECHO_DRIVER)type42 $(ECHO_DRIVER_DESC)Type 42 font files with no known extension$(ECHO_DRIVER_…
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | module.mk | 20 $(ECHO_DRIVER)pfr $(ECHO_DRIVER_DESC)PFR/TrueDoc font files with extension *.pfr$(ECHO_DRIVER…
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | module.mk | 20 $(ECHO_DRIVER)type1 $(ECHO_DRIVER_DESC)Postscript font files with extension *.pfa or *.pfb$(ECH…
|
/AliOS-Things-master/components/freetype/src/winfonts/ |
A D | module.mk | 20 $(ECHO_DRIVER)winfnt $(ECHO_DRIVER_DESC)Windows bitmap fonts with extension *.fnt or *.fon$(ECHO…
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | module.mk | 20 $(ECHO_DRIVER)truetype $(ECHO_DRIVER_DESC)Windows/Mac font files with extension *.ttf or *.ttc$(EC…
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_gfx.pc.in | 7 Description: drawing and graphical effects extension for SDL
|
/AliOS-Things-master/components/freetype/src/tools/ftrandom/ |
A D | README | 27 what its extension (some CID-keyed fonts have no 28 extension).
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/ |
A D | setup.py | 6 from distutils.extension import Extension
|
/AliOS-Things-master/components/py_engine/engine/lib/tinytest/ |
A D | tinytest.c | 387 const char *extension = ""; local 389 extension = ".exe"; /* Add an exe so CreateProcess will work */ 390 snprintf(commandname, sizeof(commandname), "%s%s", v[0], extension);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/ |
A D | httpd_structs.h | 11 const char *extension; member
|
/AliOS-Things-master/components/jsoncpp/CMakeFiles/3.19.2/ |
A D | CMakeCXXCompiler.cmake | 51 foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) 52 list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoavulkan.m | 141 VK_KHR_SURFACE_EXTENSION_NAME " extension"); 145 VK_MVK_MACOS_SURFACE_EXTENSION_NAME "extension"); 205 " extension is not enabled in the Vulkan instance.");
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitvulkan.m | 147 VK_KHR_SURFACE_EXTENSION_NAME " extension"); 151 VK_MVK_IOS_SURFACE_EXTENSION_NAME "extension"); 212 " extension is not enabled in the Vulkan instance.");
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11opengl.c | 300 HasExtension(const char *extension, const char *extensions) in HasExtension() argument 309 where = SDL_strchr(extension, ' '); in HasExtension() 310 if (where || *extension == '\0') in HasExtension() 320 where = SDL_strstr(start, extension); in HasExtension() 324 terminator = where + SDL_strlen(extension); in HasExtension()
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsopengl.c | 344 HasExtension(const char *extension, const char *extensions) in HasExtension() argument 350 where = SDL_strchr(extension, ' '); in HasExtension() 351 if (where || *extension == '\0') in HasExtension() 364 where = SDL_strstr(start, extension); in HasExtension() 368 terminator = where + SDL_strlen(extension); in HasExtension()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | gif2webp.c | 381 int extension; in main() local 383 if (DGifGetExtension(gif, &extension, &data) == GIF_ERROR) { in main() 388 switch (extension) { in main()
|
/AliOS-Things-master/components/py_engine/modules/video/ |
A D | ak_camera.c | 328 static int save_data(const char *path, const char *extension, char *buf, in save_data() argument 340 time_str, extension); in save_data()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/conftest/ |
A D | README | 47 long (excluding the .dfa extension). Submitted .dfa files should have names
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | change.log | 50 Add jpegtran -wipe option and extension for -crop. 150 An implementation of the JPEG SmartScale extension is required for this 151 feature. A (draft) specification of the JPEG SmartScale extension is 154 The SmartScale extension will enable more features beside lossless resize 241 own JFXX extension markers also (finally) have a supported way to cause the
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | Changelog | 120 - simplified power and division operators in bignum extension
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 576 HMAC extension, Mbed TLS can now interoperate with other 656 extension. When the truncated HMAC extension is enabled and CBC is used, 1925 * Support for the ALPN SSL extension 1927 * Enable verification of the keyUsage extension for CA and leaf 1929 * Enable verification of the extendedKeyUsage extension 2152 * Support for max_fragment_length extension (RFC 6066) 2153 * Support for truncated_hmac extension (RFC 6066) 2177 * Ability to disable server_name extension (RFC 6066) 2515 Alternative Name extension 2535 * Added ServerName extension parsing (SNI) at server side [all …]
|