Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 5333) sorted by relevance

12345678910>>...214

/third_party/cmsis/CMSIS/DSP/Source/
DCMakeLists.txt15 option(NEON "Neon acceleration" OFF)
16 option(NEONEXPERIMENTAL "Neon experimental acceleration" OFF)
17 option(HELIUMEXPERIMENTAL "Helium experimental acceleration" OFF)
18 option(LOOPUNROLL "Loop unrolling" ON)
19 option(ROUNDING "Rounding" OFF)
20 option(MATRIXCHECK "Matrix Checks" OFF)
21 option(HELIUM "Helium acceleration (MVEF and MVEI supported)" OFF)
22 option(MVEF "MVEF intrinsics supported" OFF)
23 option(MVEI "MVEI intrinsics supported" OFF)
24 option(MVEFLOAT16 "Float16 MVE intrinsics supported" OFF)
[all …]
/third_party/curl/include/curl/
Dtypecheck-gcc.h41 #define curl_easy_setopt(handle, option, value) \ argument
43 __typeof__(option) _curl_opt = option; \
247 #define curlcheck_long_option(option) \ argument
248 (0 < (option) && (option) < CURLOPTTYPE_OBJECTPOINT)
250 #define curlcheck_off_t_option(option) \ argument
251 (((option) > CURLOPTTYPE_OFF_T) && ((option) < CURLOPTTYPE_BLOB))
254 #define curlcheck_string_option(option) \ argument
255 ((option) == CURLOPT_ABSTRACT_UNIX_SOCKET || \
256 (option) == CURLOPT_ACCEPT_ENCODING || \
257 (option) == CURLOPT_ALTSVC || \
[all …]
/third_party/node/deps/nghttp2/lib/
Dnghttp2_option.c39 void nghttp2_option_del(nghttp2_option *option) { free(option); } in nghttp2_option_del() argument
41 void nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_window_update() argument
42 option->opt_set_mask |= NGHTTP2_OPT_NO_AUTO_WINDOW_UPDATE; in nghttp2_option_set_no_auto_window_update()
43 option->no_auto_window_update = val; in nghttp2_option_set_no_auto_window_update()
46 void nghttp2_option_set_peer_max_concurrent_streams(nghttp2_option *option, in nghttp2_option_set_peer_max_concurrent_streams() argument
48 option->opt_set_mask |= NGHTTP2_OPT_PEER_MAX_CONCURRENT_STREAMS; in nghttp2_option_set_peer_max_concurrent_streams()
49 option->peer_max_concurrent_streams = val; in nghttp2_option_set_peer_max_concurrent_streams()
52 void nghttp2_option_set_no_recv_client_magic(nghttp2_option *option, int val) { in nghttp2_option_set_no_recv_client_magic() argument
53 option->opt_set_mask |= NGHTTP2_OPT_NO_RECV_CLIENT_MAGIC; in nghttp2_option_set_no_recv_client_magic()
54 option->no_recv_client_magic = val; in nghttp2_option_set_no_recv_client_magic()
[all …]
/third_party/nghttp2/lib/
Dnghttp2_option.c39 void nghttp2_option_del(nghttp2_option *option) { free(option); } in nghttp2_option_del() argument
41 void nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_window_update() argument
42 option->opt_set_mask |= NGHTTP2_OPT_NO_AUTO_WINDOW_UPDATE; in nghttp2_option_set_no_auto_window_update()
43 option->no_auto_window_update = val; in nghttp2_option_set_no_auto_window_update()
46 void nghttp2_option_set_peer_max_concurrent_streams(nghttp2_option *option, in nghttp2_option_set_peer_max_concurrent_streams() argument
48 option->opt_set_mask |= NGHTTP2_OPT_PEER_MAX_CONCURRENT_STREAMS; in nghttp2_option_set_peer_max_concurrent_streams()
49 option->peer_max_concurrent_streams = val; in nghttp2_option_set_peer_max_concurrent_streams()
52 void nghttp2_option_set_no_recv_client_magic(nghttp2_option *option, int val) { in nghttp2_option_set_no_recv_client_magic() argument
53 option->opt_set_mask |= NGHTTP2_OPT_NO_RECV_CLIENT_MAGIC; in nghttp2_option_set_no_recv_client_magic()
54 option->no_recv_client_magic = val; in nghttp2_option_set_no_recv_client_magic()
[all …]
/third_party/mesa3d/src/mesa/program/
Dprogram_parse_extra.c60 _mesa_ARBvp_parse_option(struct asm_parser_state *state, const char *option) in _mesa_ARBvp_parse_option() argument
62 if (strcmp(option, "ARB_position_invariant") == 0) { in _mesa_ARBvp_parse_option()
63 state->option.PositionInvariant = 1; in _mesa_ARBvp_parse_option()
72 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option) in _mesa_ARBfp_parse_option() argument
81 if (strncmp(option, "ARB_", 4) == 0) { in _mesa_ARBfp_parse_option()
84 option += 4; in _mesa_ARBfp_parse_option()
86 if (strncmp(option, "fog_", 4) == 0) { in _mesa_ARBfp_parse_option()
87 option += 4; in _mesa_ARBfp_parse_option()
89 if (strcmp(option, "exp") == 0) { in _mesa_ARBfp_parse_option()
91 } else if (strcmp(option, "exp2") == 0) { in _mesa_ARBfp_parse_option()
[all …]
/third_party/gstreamer/gstplugins_bad/
Dmeson_options.txt1 option('gst_play_tests', type: 'boolean', value: false,
5 option('accurip', type : 'feature', value : 'auto')
6 option('adpcmdec', type : 'feature', value : 'auto')
7 option('adpcmenc', type : 'feature', value : 'auto')
8 option('aiff', type : 'feature', value : 'auto')
9 option('asfmux', type : 'feature', value : 'auto')
10 option('audiobuffersplit', type : 'feature', value : 'auto')
11 option('audiofxbad', type : 'feature', value : 'auto')
12 option('audiolatency', type : 'feature', value : 'auto')
13 option('audiomixmatrix', type : 'feature', value : 'auto')
[all …]
/third_party/gstreamer/gstplugins_good/
Dmeson_options.txt2 option('alpha', type : 'feature', value : 'auto')
3 option('apetag', type : 'feature', value : 'auto')
4 option('audiofx', type : 'feature', value : 'auto')
5 option('audioparsers', type : 'feature', value : 'auto')
6 option('auparse', type : 'feature', value : 'auto')
7 option('autodetect', type : 'feature', value : 'auto')
8 option('avi', type : 'feature', value : 'auto')
9 option('cutter', type : 'feature', value : 'auto')
10 option('debugutils', type : 'feature', value : 'auto')
11 option('deinterlace', type : 'feature', value : 'auto')
[all …]
/third_party/node/deps/icu-small/source/tools/toolutil/
Duoptions.cpp36 UOption *option=NULL; in u_parseArgs() local
48 option=options+j; in u_parseArgs()
52 if(option==NULL) { in u_parseArgs()
56 option->doesOccur=1; in u_parseArgs()
58 if(option->hasArg!=UOPT_NO_ARG) { in u_parseArgs()
62 option->value=argv[++i]; in u_parseArgs()
63 } else if(option->hasArg==UOPT_REQUIRES_ARG) { in u_parseArgs()
65 option->doesOccur=0; in u_parseArgs()
70 if(option->optionFn!=NULL && option->optionFn(option->context, option)<0) { in u_parseArgs()
72 option->doesOccur=0; in u_parseArgs()
[all …]
/third_party/icu/icu4c/source/tools/toolutil/
Duoptions.cpp36 UOption *option=NULL; in u_parseArgs() local
48 option=options+j; in u_parseArgs()
52 if(option==NULL) { in u_parseArgs()
56 option->doesOccur=1; in u_parseArgs()
58 if(option->hasArg!=UOPT_NO_ARG) { in u_parseArgs()
62 option->value=argv[++i]; in u_parseArgs()
63 } else if(option->hasArg==UOPT_REQUIRES_ARG) { in u_parseArgs()
65 option->doesOccur=0; in u_parseArgs()
70 if(option->optionFn!=NULL && option->optionFn(option->context, option)<0) { in u_parseArgs()
72 option->doesOccur=0; in u_parseArgs()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Duoptions.cpp36 UOption *option=NULL; in u_parseArgs() local
48 option=options+j; in u_parseArgs()
52 if(option==NULL) { in u_parseArgs()
56 option->doesOccur=1; in u_parseArgs()
58 if(option->hasArg!=UOPT_NO_ARG) { in u_parseArgs()
62 option->value=argv[++i]; in u_parseArgs()
63 } else if(option->hasArg==UOPT_REQUIRES_ARG) { in u_parseArgs()
65 option->doesOccur=0; in u_parseArgs()
70 if(option->optionFn!=NULL && option->optionFn(option->context, option)<0) { in u_parseArgs()
72 option->doesOccur=0; in u_parseArgs()
[all …]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Duoptions.cpp36 UOption *option=NULL; in u_parseArgs() local
48 option=options+j; in u_parseArgs()
52 if(option==NULL) { in u_parseArgs()
56 option->doesOccur=1; in u_parseArgs()
58 if(option->hasArg!=UOPT_NO_ARG) { in u_parseArgs()
62 option->value=argv[++i]; in u_parseArgs()
63 } else if(option->hasArg==UOPT_REQUIRES_ARG) { in u_parseArgs()
65 option->doesOccur=0; in u_parseArgs()
70 if(option->optionFn!=NULL && option->optionFn(option->context, option)<0) { in u_parseArgs()
72 option->doesOccur=0; in u_parseArgs()
[all …]
/third_party/gstreamer/gstplugins_base/
Dmeson_options.txt1 option('audioresample_format', type : 'combo',
3 option('install_plugins_helper', type: 'string', value: '',
5 option('iso-codes', type : 'feature', value : 'auto',
9 option('gl_api', type : 'array', choices : ['opengl', 'gles2', 'auto'], value : ['auto'],
11 option('gl_platform', type : 'array',
14 option('gl_winsys', type : 'array',
17 option('egl_module_name', type : 'string', value : '',
19 option('opengl_module_name', type : 'string', value : '',
21 option('gles2_module_name', type : 'string', value : '',
24 # Feature option for opengl plugin and integration library
[all …]
/third_party/libcoap/tests/
Dtest_options.c28 coap_option_t option; in t_parse_option1() local
31 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option1()
33 CU_ASSERT(option.delta == 0); in t_parse_option1()
34 CU_ASSERT(option.length == 0); in t_parse_option1()
44 coap_option_t option; in t_parse_option2() local
46 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option2()
48 CU_ASSERT(option.delta == 12); in t_parse_option2()
49 CU_ASSERT(option.length == 1); in t_parse_option2()
50 CU_ASSERT(option.value == teststr.s + 1); in t_parse_option2()
60 coap_option_t option; in t_parse_option3() local
[all …]
/third_party/typescript/src/testRunner/unittests/config/
DshowConfig.ts115 for (const option of optionDeclarations) { constant
116 baselineOption(option, /*isCompilerOptions*/ true);
119 for (const option of optionsForWatch) { constant
120 baselineOption(option, /*isCompilerOptions*/ false);
123 function baselineOption(option: CommandLineOption, isCompilerOptions: boolean) {
124 if (option.name === "project") return;
127 switch (option.type) {
129 if (option.isTSConfigOnly) {
131 optionValue = { [option.name]: true };
134 args = [`--${option.name}`];
[all …]
/third_party/protobuf/src/google/protobuf/
Dunittest_custom_options.proto39 // Some generic_services option(s) added automatically.
41 option cc_generic_services = true; // auto-added
42 option java_generic_services = true; // auto-added
43 option py_generic_services = true;
45 // A custom file option (defined below).
46 option (file_opt1) = 9876543210;
99 option message_set_wire_format = false;
100 option (message_opt1) = -56;
105 option (oneof_opt1) = -99;
111 option (enum_opt1) = -789;
[all …]
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto38 // Some generic_services option(s) added automatically.
40 option cc_generic_services = true; // auto-added
41 option java_generic_services = true; // auto-added
42 option py_generic_services = true;
44 // A custom file option (defined below).
45 option (file_opt1) = 9876543210;
95 option message_set_wire_format = false;
97 option (message_opt1) = -56;
103 option (enum_opt1) = -789;
126 option (service_opt1) = -9876543210;
[all …]
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_custom_options.proto38 // Some generic_services option(s) added automatically.
40 option cc_generic_services = true; // auto-added
41 option java_generic_services = true; // auto-added
42 option py_generic_services = true;
44 // A custom file option (defined below).
45 option (file_opt1) = 9876543210;
95 option message_set_wire_format = false;
97 option (message_opt1) = -56;
103 option (enum_opt1) = -789;
126 option (service_opt1) = -9876543210;
[all …]
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto38 // Some generic_services option(s) added automatically.
40 option cc_generic_services = true; // auto-added
41 option java_generic_services = true; // auto-added
42 option py_generic_services = true;
44 // A custom file option (defined below).
45 option (file_opt1) = 9876543210;
95 option message_set_wire_format = false;
97 option (message_opt1) = -56;
103 option (enum_opt1) = -789;
126 option (service_opt1) = -9876543210;
[all …]
/third_party/pulseaudio/
Dmeson_options.txt1 option('gcov',
4 option('man',
7 option('tests',
11 option('system_user',
14 option('system_group',
17 option('access_group',
20 option('database',
24 option('legacy-database-entry-format',
27 option('stream-restore-clear-old-devices',
30 option('running-from-build-tree',
[all …]
/third_party/nghttp2/doc/
Dnghttpd.1.rst27 :option:`--no-tls` is specified.
32 :option:`--no-tls` is specified.
37 .. option:: -a, --address=<ADDR>
42 .. option:: -D, --daemon
44 Run in a background. If :option:`-D` is used, the current working
45 directory is changed to '*/*'. Therefore if this option
46 is used, :option:`-d` option must be specified.
48 .. option:: -V, --verify-client
52 terminated. Currently, this option just requests a
55 .. option:: -d, --htdocs=<PATH>
[all …]
/third_party/protobuf/csharp/protos/
Dunittest_custom_options_proto3.proto47 // A custom file option (defined below).
48 option (file_opt1) = 9876543210;
55 option csharp_namespace = "UnitTest.Issues.TestProtos";
100 option message_set_wire_format = false;
102 option (message_opt1) = -56;
108 option (oneof_opt1) = -99;
113 option (enum_opt1) = -789;
136 option (service_opt1) = -9876543210;
139 option (method_opt1) = METHODOPT1_VAL2;
179 option (bool_opt) = false;
[all …]
/third_party/gstreamer/gstreamer/
Dmeson_options.txt1 option('gst_debug', type : 'boolean', value : true)
2 option('gst_parse', type : 'boolean', value : true,
4 option('registry', type : 'boolean', value : true)
5 option('tracer_hooks', type : 'boolean', value : true, description: 'Enable tracer usage')
6 option('ptp-helper-setuid-user', type : 'string',
8 option('ptp-helper-setuid-group', type : 'string',
10 option('ptp-helper-permissions', type : 'combo',
12 option('option-parsing', type : 'boolean', value : true,
13 description: 'Enable command line option parsing')
14 option('poisoning', type : 'boolean', value : false, description : 'Enable poisoning of deallocated…
[all …]
/third_party/mesa3d/src/util/
D00-mesa-defaults.conf36 <!ELEMENT application (option+)>
42 <!ELEMENT engine (option+)>
51 <!ELEMENT option EMPTY>
52 <!ATTLIST option name CDATA #REQUIRED
61 <option name="force_glsl_extensions_warn" value="true" />
62 <option name="disable_blend_func_extended" value="true" />
63 <option name="disable_arb_gpu_shader5" value="true" />
67 <option name="force_glsl_extensions_warn" value="true" />
68 <option name="disable_blend_func_extended" value="true" />
69 <option name="disable_arb_gpu_shader5" value="true" />
[all …]
/third_party/curl/lib/
Dtelnet.c98 int cmd, int option);
102 static void send_negotiation(struct Curl_easy *data, int cmd, int option);
104 int option, int newstate);
106 int option, int newstate);
112 static void sendsuboption(struct Curl_easy *data, int option);
266 const char *direction, int cmd, int option) in printoption()
270 if(CURL_TELCMD_OK(option)) in printoption()
271 infof(data, "%s IAC %s", direction, CURL_TELCMD(option)); in printoption()
273 infof(data, "%s IAC %d", direction, option); in printoption()
282 if(CURL_TELOPT_OK(option)) in printoption()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dcurltask.h57 #define gst_curl_setopt_str(s,handle,type,option) \ argument
58 if(option != NULL) { \
59 if(curl_easy_setopt(handle,type,option) != CURLE_OK) { \
64 #define gst_curl_setopt_int(s,handle, type, option) \ argument
65 if((option >= GSTCURL_HANDLE_MIN_##type) && (option <= GSTCURL_HANDLE_MAX_##type)) { \
66 if(curl_easy_setopt(handle,type,option) != CURLE_OK) { \
71 #define gst_curl_setopt_bool(s,handle, type, option) \ argument
72 if(curl_easy_setopt(handle,type,((option != 0)?1L:0L)) != CURLE_OK) { \
76 #define gst_curl_setopt_str_default(s,handle,type,option) \ argument
77 if((option == NULL) && (GSTCURL_HANDLE_DEFAULT_##type != NULL)) { \
[all …]

12345678910>>...214