/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_option.c | 61 void nghttp2_option_del(nghttp2_option *option) in nghttp2_option_del() argument 63 NGHTTP2_OPTION_FREE(option); in nghttp2_option_del() 69 option->no_auto_window_update = val; in nghttp2_option_set_no_auto_window_update() 76 option->peer_max_concurrent_streams = val; in nghttp2_option_set_peer_max_concurrent_streams() 82 option->no_recv_client_magic = val; in nghttp2_option_set_no_recv_client_magic() 88 option->no_http_messaging = val; in nghttp2_option_set_no_http_messaging() 95 option->max_reserved_remote_streams = val; in nghttp2_option_set_max_reserved_remote_streams() 130 option->no_auto_ping_ack = val; in nghttp2_option_set_no_auto_ping_ack() 137 option->max_send_header_block_length = val; in nghttp2_option_set_max_send_header_block_length() 144 option->max_deflate_dynamic_table_size = val; in nghttp2_option_set_max_deflate_dynamic_table_size() [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/kernel/include/network/curl/ |
A D | typecheck-gcc.h | 41 #define curl_easy_setopt(handle, option, value) \ argument 43 __typeof__(option) _curl_opt = option; \ 247 #define _curl_is_long_option(option) \ argument 248 (0 < (option) && (option) < CURLOPTTYPE_OBJECTPOINT) 250 #define _curl_is_off_t_option(option) \ argument 251 ((option) > CURLOPTTYPE_OFF_T) 254 #define _curl_is_string_option(option) \ argument 255 ((option) == CURLOPT_ABSTRACT_UNIX_SOCKET || \ 256 (option) == CURLOPT_ACCEPT_ENCODING || \ 338 (option) == CURLOPT_WRITEFUNCTION) [all …]
|
/AliOS-Things-master/components/linkkit/iot_coap/CoAPPacket/ |
A D | CoAPSerialize_common.c | 47 if (269 <= option->num) { in CoAPSerialize_Option() 49 } else if (13 <= option->num) { in CoAPSerialize_Option() 52 *ptr = option->num << 4; in CoAPSerialize_Option() 55 if (269 <= option->len) { in CoAPSerialize_Option() 64 if (269 <= option->num) { in CoAPSerialize_Option() 73 if (269 <= option->len) { in CoAPSerialize_Option() 82 memcpy(ptr, option->val, option->len); in CoAPSerialize_Option() 83 ptr += option->len; in CoAPSerialize_Option() 111 if (269 <= option->num) { in CoAPSerialize_OptionLen() 118 if (269 <= option->len) { in CoAPSerialize_OptionLen() [all …]
|
A D | CoAPDeserialize_common.c | 52 static int CoAPDeserialize_Option(CoAPMsgOption *option, unsigned char *buf, in CoAPDeserialize_Option() argument 77 option->num = predelta; in CoAPDeserialize_Option() 90 option->len = optlen; in CoAPDeserialize_Option() 92 option->val = ptr; in CoAPDeserialize_Option() 93 *predeltas = option->num; in CoAPDeserialize_Option() 95 return ptr - buf + option->len; in CoAPDeserialize_Option()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/conftest/ |
A D | pngcp.dfa | 20 option PNGCP_TIMING 25 option PNGCP_TIMING on 28 option INFO_IMAGE on 29 option SEQUENTIAL_READ on 30 option EASY_ACCESS on 31 option WRITE on 32 option WRITE_16BIT on 33 option WRITE_FILTER on 37 option UNKNOWN_CHUNKS on 49 option TEXT on [all …]
|
A D | write.dfa | 18 option WRITE on 26 #option FIXED_POINT on 27 #option FLOATING_ARITHMETIC off 30 option FLOATING_POINT on 31 option FLOATING_ARITHMETIC on 35 option SETJMP on 36 option STDIO on 37 option USER_MEM on 43 option WRITE_sRGB on 44 option WRITE_tRNS on [all …]
|
A D | read.dfa | 24 option SEQUENTIAL_READ on 30 #option FIXED_POINT on 31 #option FLOATING_ARITHMETIC off 34 option FLOATING_POINT on 35 option FLOATING_ARITHMETIC on 39 option SETJMP on 40 option STDIO on 41 option USER_MEM on 47 option READ_tRNS on 48 option READ_16BIT on [all …]
|
A D | simple.dfa | 16 option SIMPLIFIED_WRITE on 17 option SIMPLIFIED_READ on 24 option FLOATING_ARITHMETIC on 28 option ERROR_TEXT on 33 option SIMPLIFIED_READ_AFIRST on 34 option SIMPLIFIED_READ_BGR on 35 option SIMPLIFIED_WRITE_AFIRST on 36 option SIMPLIFIED_WRITE_BGR on
|
A D | s_write.dfa | 16 option SIMPLIFIED_WRITE on 23 option FLOATING_ARITHMETIC on 27 option ERROR_TEXT on 32 option SIMPLIFIED_WRITE_AFIRST on 33 option SIMPLIFIED_WRITE_BGR on
|
A D | s_read.dfa | 18 option SIMPLIFIED_READ on 25 option FLOATING_ARITHMETIC on 29 option ERROR_TEXT on 34 option SIMPLIFIED_READ_AFIRST on 35 option SIMPLIFIED_READ_BGR on
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/preader/ |
A D | pngusr.dfa | 15 option PROGRESSIVE_READ on 18 # option FLOATING_POINT on 20 option FIXED_POINT on 26 option FLOATING_ARITHMETIC on 34 option SETJMP on 35 option STDIO on 36 option READ_bKGD on 37 option READ_GAMMA on 38 option READ_EXPAND on 39 option READ_STRIP_16_TO_8 on [all …]
|
/AliOS-Things-master/components/ulog/src/ |
A D | ulog_init.c | 50 const char* option = argv[1]; in cmd_cli_ulog() local 51 switch (option[0]) { in cmd_cli_ulog() 73 const char* option = argv[i]; in cmd_cli_ulog() local 75 if (option != NULL && param != NULL && strlen(option) == 1) { in cmd_cli_ulog() 76 switch (option[0]) { in cmd_cli_ulog() 84 update_net_cli(option[0], param); in cmd_cli_ulog() 87 update_net_cli(option[0], param); in cmd_cli_ulog() 90 update_net_cli(option[0], param); in cmd_cli_ulog() 93 fs_control_cli(option[0], param); in cmd_cli_ulog() 117 const char* option = argv[1]; in sync_log_cmd() local [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/decoder/ |
A D | pngusr.dfa | 17 option SEQUENTIAL_READ on 20 # option FLOATING_POINT on 22 option FIXED_POINT on 27 # option FLOATING_ARITHMETIC on 29 option FLOATING_ARITHMETIC off 36 option SETJMP on 37 option STDIO on 38 option READ_EXPAND on 39 option READ_STRIP_16_TO_8 on 40 option USER_LIMITS on
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | pnglibconf.dfa | 60 # option: change 'option' lines to remove or add capabilities from 71 # detailed below and #define PNG_NO_<option> for each option you 331 option WARNINGS 332 option ERROR_TEXT 354 option FIXED_POINT 365 option STDIO 375 option SETJMP 382 option EASY_ACCESS 386 option USER_MEM 390 option IO_STATE [all …]
|
A D | options.awk | 331 option[opt] = onoff 552 o = option[opt] 563 if (option[opt] != "") { 569 option[opt] = "disabled" 591 if (option[opt] == "on" || option[opt] == "off") { 599 if (option[opt] == "on") { 606 option[r[j]] = "on" 611 if (option[opt] != "off") { 621 option[r[j]] = "off" 735 …if (option[i] == "off" || option[i] == "disabled" && everything != "on" || option[i] == "enabled" … [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/encoder/ |
A D | pngusr.dfa | 15 option WRITE on 18 option WRITE_INVERT on 19 option WRITE_PACK on 22 # option FLOATING_POINT on 24 option FIXED_POINT on 29 # option FLOATING_ARITHMETIC on 31 option FLOATING_ARITHMETIC off 38 option SETJMP on 39 option STDIO on
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/telnetd/ |
A D | telnetserver.c | 652 void TelnetProcessWill(char option) { in TelnetProcessWill() argument 655 …D(PRINT_TAG, "[Telnet Server] Processing WILL command with option: %c/0x%02X\n\r", option, option); in TelnetProcessWill() 660 if (TelnetOptions[ulIdx].option == option) { in TelnetProcessWill() 694 void TelnetProcessWont(char option) { in TelnetProcessWont() argument 697 …D(PRINT_TAG, "[Telnet Server] Processing WONT command with option: %c/0x%02X\n\r", option, option); in TelnetProcessWont() 702 if (TelnetOptions[ulIdx].option == option) { in TelnetProcessWont() 735 void TelnetProcessDo(char option) { in TelnetProcessDo() argument 738 …OGD(PRINT_TAG, "[Telnet Server] Processing DO command with option: %c/0x%02X\n\r", option, option); in TelnetProcessDo() 743 if (TelnetOptions[ulIdx].option == option) { in TelnetProcessDo() 776 void TelnetProcessDont(char option) { in TelnetProcessDont() argument [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/NN_Lib/ |
A D | CMakeLists.txt | 18 option(CONCATENATION "Concatenation" ON) 19 option(FULLYCONNECTED "Fully Connected" ON) 20 option(CONVOLUTION "Convolutions" ON) 21 option(ACTIVATION "Activations" ON) 22 option(POOLING "Pooling" ON) 23 option(SOFTMAX "Softmax" ON) 24 option(BASICMATHSNN "Basic Maths for NN" ON) 25 option(RESHAPE "Reshape" ON) 28 option(NNSUPPORT "NN Support" ON)
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | Kconfig | 13 # Virtual/hidden option to make the conditions more intuitive 60 # Hidden option for Co-Operative Tx thread priority 71 This option should be selected if the controller used 115 # Hidden option for Co-Operative Rx thread priority 352 requires disclosing it then enable this option. 438 This option enables debug support for Bluetooth 543 This option enables Bluetooth BR/EDR support 557 This option enables Bluetooth RFCOMM support 574 This option enables Bluetooth HF support 579 This option enables Bluetooth AVDTP support [all …]
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/ |
A D | telnetserver.h | 122 char option; /**< The option byte. */ member 218 void TelnetProcessWill(char option); 223 void TelnetProcessWont(char option); 228 void TelnetProcessDo(char option); 233 void TelnetProcessDont(char option);
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/gradle/wrapper/ |
A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/Download ... |
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/kernels/ |
A D | ctc_beam_search_decoder.cc | 45 option->beam_width = m["beam_width"].AsInt32(); in Init() 46 option->top_paths = m["top_paths"].AsInt32(); in Init() 47 option->merge_repeated = m["merge_repeated"].AsBool(); in Init() 49 return option; in Init() 57 const CTCBeamSearchDecoderParams* option = in Prepare() local 59 const int top_paths = option->top_paths; in Prepare() 60 TF_LITE_ENSURE(context, option->beam_width >= top_paths); in Prepare() 184 const CTCBeamSearchDecoderParams* option = in Eval() local 191 const int beam_width = option->beam_width; in Eval() 192 const int top_paths = option->top_paths; in Eval() [all …]
|
/AliOS-Things-master/components/posix/src/ |
A D | prctl.c | 10 int prctl(int option, ...) in prctl() argument 15 if (option == PR_SET_NAME) { in prctl() 16 va_start(ap, option); in prctl()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/ |
A D | Kconfig | 16 This option enables Bluetooth Mesh support. The specific 32 Enable this option to allow the device to be provisioned over 37 # Virtual option enabled whenever any Proxy protocol is needed 67 default is the safest option. 87 This option adds extra self-tests which are run every time 93 This option removes the 96 hour limit of the IV Update 101 This option specifies how many subnets a Mesh network can 370 Enable this option to be able to act as a Friend Node. 543 Use this option to enable advertising debug logs for 555 Use this option to enable Friend debug logs for the [all …]
|
/AliOS-Things-master/components/jsoncpp/ |
A D | CMakeLists.txt | 81 option(JSONCPP_WITH_TESTS "Compile and (for jsoncpp_check) run JsonCpp test executables" ON) 82 option(JSONCPP_WITH_POST_BUILD_UNITTEST "Automatically run unit-tests as a post build step" ON) 83 option(JSONCPP_WITH_WARNING_AS_ERROR "Force compilation to fail if a warning occurs" OFF) 84 option(JSONCPP_WITH_STRICT_ISO "Issue all the warnings demanded by strict ISO C and ISO C++" ON) 85 option(JSONCPP_WITH_PKGCONFIG_SUPPORT "Generate and install .pc files" ON) 86 option(JSONCPP_WITH_CMAKE_PACKAGE "Generate and install cmake package files" ON) 87 option(JSONCPP_WITH_EXAMPLE "Compile JsonCpp example" OFF) 88 option(BUILD_SHARED_LIBS "Build jsoncpp_lib as a shared library." ON) 89 option(BUILD_STATIC_LIBS "Build jsoncpp_lib as a static library." ON) 90 option(BUILD_OBJECT_LIBS "Build jsoncpp_lib as a object library." ON)
|