/AliOS-Things-master/components/mbedtls/programs/ssl/ |
A D | ssl_client2.c | 380 int fallback; /* is this a fallback connection? */ member 655 opt.fallback = DFL_FALLBACK; in main() 811 case 0: opt.fallback = MBEDTLS_SSL_IS_NOT_FALLBACK; break; in main() 812 case 1: opt.fallback = MBEDTLS_SSL_IS_FALLBACK; break; in main() 1503 if( opt.fallback != DFL_FALLBACK ) in main() 1504 mbedtls_ssl_conf_fallback( &conf, opt.fallback ); in main()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/ |
A D | configuration.proto | 336 // Whether to automatically fallback to TFLite CPU path on delegation errors. 338 // Typically fallback is enabled in production use but disabled in tests and 342 // compilation failure. Default is not allowing automatic fallback. 346 // implement fallback themselves; e.g., by using a different model on CPU. 353 // execution error. Default is not allowing automatic fallback.
|
/AliOS-Things-master/components/SDL2/src/file/cocoa/ |
A D | SDL_rwopsbundlesupport.m | 29 …So the strategy is to first check the application bundle for the file, then fallback to the curren…
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | dns.c | 1572 u8_t fallback; in dns_gethostbyname_addrtype() local 1574 fallback = LWIP_DNS_ADDRTYPE_IPV6; in dns_gethostbyname_addrtype() 1576 fallback = LWIP_DNS_ADDRTYPE_IPV4; in dns_gethostbyname_addrtype() 1578 if (dns_lookup(hostname, addr LWIP_DNS_ADDRTYPE_ARG(fallback)) == ERR_OK) { in dns_gethostbyname_addrtype()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | configure.ac | 387 # where ARM optimizations were explicitly requested (this allows a fallback if a 433 # where MIPS optimizations were explicitly requested (this allows a fallback if a 469 # fallback if a future host CPU does not match 'x86*') 515 # where POWERPC optimizations were explicitly requested (this allows a fallback if a
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | ssl.h | 1018 unsigned int fallback : 1; /*!< is this a fallback? */ member 2472 void mbedtls_ssl_conf_fallback( mbedtls_ssl_config *conf, char fallback );
|
A D | config.h.bak | 1322 * implements a fallback strategy. 1324 * For clients, you only need this if you're using a fallback strategy, which 1599 * Uncomment to fallback to old, non-compliant truncated HMAC implementation.
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | ltconfig | 34 elif test "X$1" = X--fallback-echo; then 45 if test "X$1" = X--fallback-echo; then 2694 if test "X$ltecho" = "X$CONFIG_SHELL $0 --fallback-echo"; then 2695 ltecho="$CONFIG_SHELL \$0 --fallback-echo"
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | ltconfig | 34 elif test "X$1" = X--fallback-echo; then 45 if test "X$1" = X--fallback-echo; then 2694 if test "X$ltecho" = "X$CONFIG_SHELL $0 --fallback-echo"; then 2695 ltecho="$CONFIG_SHELL \$0 --fallback-echo"
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_ImageIO.m | 352 [NSException raise:@"UIImage fallback not enabled at compile time" 777 // For the latter case, fallback to the native SDL_image handlers.
|
A D | IMG_UIImage.m | 176 // For the latter case, fallback to the native SDL_image handlers.
|
A D | configure | 664 ECHO="$CONFIG_SHELL $0 --fallback-echo" 669 ECHO="$CONFIG_SHELL $0 --fallback-echo" 699 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then 700 lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" 4196 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ 14491 …ho"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fal…
|
A D | libtool | 1056 elif test "X$1" = X--fallback-echo; then 1067 if test "X$1" = X--fallback-echo; then
|
A D | ltmain.sh | 563 elif test "X$1" = X--fallback-echo; then 574 if test "X$1" = X--fallback-echo; then
|
/AliOS-Things-master/components/SDL2/acinclude/ |
A D | ax_gcc_archflag.m4 | 137 if test x"$ax_gcc_arch" = x; then # fallback
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | ssl_srv.c | 703 mbedtls_ssl_key_cert *cur, *list, *fallback = NULL; in ssl_pick_cert() local 770 if( fallback == NULL ) in ssl_pick_cert() 771 fallback = cur; in ssl_pick_cert() 784 cur = fallback; in ssl_pick_cert()
|
A D | ssl_tls.c | 7670 void mbedtls_ssl_conf_fallback( mbedtls_ssl_config *conf, char fallback ) in mbedtls_ssl_conf_fallback() argument 7672 conf->fallback = fallback; in mbedtls_ssl_conf_fallback()
|
A D | ssl_cli.c | 953 if( ssl->conf->fallback == MBEDTLS_SSL_IS_FALLBACK ) in ssl_write_client_hello()
|
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | SDL_android.c | 1909 goto fallback; in Internal_Android_JNI_FileOpen() 1915 goto fallback; in Internal_Android_JNI_FileOpen() 1921 goto fallback; in Internal_Android_JNI_FileOpen() 1935 fallback: in Internal_Android_JNI_FileOpen()
|
/AliOS-Things-master/components/py_engine/engine/ |
A D | README.md | 85 Alternatively, fallback implementation based on setjmp/longjmp can be used.
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | README | 208 and takes a fallback procedure if possible. The fallback procedure
|
/AliOS-Things-master/components/SDL2/src/image/acinclude/ |
A D | libtool.m4 | 548 # Fix-up fallback echo if it was mangled by the above quoting rules. 550 *'\\\[$]0 --fallback-echo"')dnl " 551 …\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-ech… 1064 X*--fallback-echo) 1074 elif test "X[$]1" = X--fallback-echo; then 1085 if test "X[$]1" = X--fallback-echo; then 1086 # used as fallback echo 1166 ECHO="$CONFIG_SHELL [$]0 --fallback-echo" 1171 ECHO="$CONFIG_SHELL [$]0 --fallback-echo" 1201 if test "X$lt_ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then [all …]
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoaevents.m | 405 * But if not, then just fallback to Toggle Full Screen.
|
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/ |
A D | output.0 | 562 X*--fallback-echo) 572 elif test "X$1" = X--fallback-echo; then 583 if test "X$1" = X--fallback-echo; then 584 # used as fallback echo 664 ECHO="$CONFIG_SHELL $0 --fallback-echo" 669 ECHO="$CONFIG_SHELL $0 --fallback-echo" 699 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then 700 lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" 14489 # Fix-up fallback echo if it was mangled by the above quoting rules. 14491 *'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallba… [all …]
|
A D | output.1 | 562 X*--fallback-echo) 572 elif test "X$1" = X--fallback-echo; then 583 if test "X$1" = X--fallback-echo; then 584 # used as fallback echo 664 ECHO="$CONFIG_SHELL $0 --fallback-echo" 669 ECHO="$CONFIG_SHELL $0 --fallback-echo" 699 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then 700 lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" 14489 # Fix-up fallback echo if it was mangled by the above quoting rules. 14491 *'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallba… [all …]
|