/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_option.c | 39 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/ |
D | nghttp2_option.c | 39 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/curl/include/curl/ |
D | typecheck-gcc.h | 43 #define curl_easy_setopt(handle, option, value) \ argument 45 CURLoption _curl_opt = (option); \ 253 #define curlcheck_long_option(option) \ argument 254 (0 < (option) && (option) < CURLOPTTYPE_OBJECTPOINT) 256 #define curlcheck_off_t_option(option) \ argument 257 (((option) > CURLOPTTYPE_OFF_T) && ((option) < CURLOPTTYPE_BLOB)) 260 #define curlcheck_string_option(option) \ argument 261 ((option) == CURLOPT_ABSTRACT_UNIX_SOCKET || \ 262 (option) == CURLOPT_ACCEPT_ENCODING || \ 263 (option) == CURLOPT_ALTSVC || \ [all …]
|
/third_party/mesa3d/src/util/ |
D | 00-mesa-defaults.conf | 36 <!ELEMENT application (option+)> 43 <!ELEMENT engine (option+)> 52 <!ELEMENT option EMPTY> 53 <!ATTLIST option name CDATA #REQUIRED 62 <option name="force_glsl_extensions_warn" value="true" /> 63 <option name="disable_blend_func_extended" value="true" /> 64 <option name="disable_arb_gpu_shader5" value="true" /> 68 <option name="force_glsl_extensions_warn" value="true" /> 69 <option name="disable_blend_func_extended" value="true" /> 70 <option name="disable_arb_gpu_shader5" value="true" /> [all …]
|
/third_party/mesa3d/src/mesa/program/ |
D | program_parse_extra.c | 60 _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/ |
D | meson_options.txt | 1 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/mesa3d/src/amd/vulkan/ |
D | 00-radv-defaults.conf | 15 <!ELEMENT application (option+)> 22 <!ELEMENT engine (option+)> 31 <!ELEMENT option EMPTY> 32 <!ATTLIST option name CDATA #REQUIRED 40 <option name="radv_zero_vram" value="true" /> 41 <option name="radv_disable_aniso_single_level" value="true" /> 42 <option name="radv_dgc" value="true" /> 46 <option name="radv_disable_aniso_single_level" value="true" /> 50 <option name="radv_zero_vram" value="true" /> 51 <option name="radv_lower_discard_to_demote" value="true" /> [all …]
|
/third_party/gstreamer/gstplugins_good/ |
D | meson_options.txt | 2 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/skia/third_party/externals/icu/source/tools/toolutil/ |
D | uoptions.cpp | 36 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/ |
D | uoptions.cpp | 36 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/node/deps/icu-small/source/tools/toolutil/ |
D | uoptions.cpp | 36 UOption *option=nullptr; in u_parseArgs() local 48 option=options+j; in u_parseArgs() 52 if(option==nullptr) { 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!=nullptr && option->optionFn(option->context, option)<0) { in u_parseArgs() 72 option->doesOccur=0; in u_parseArgs() [all …]
|
/third_party/gstreamer/gstplugins_base/ |
D | meson_options.txt | 1 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/ |
D | test_options.c | 28 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() 61 coap_option_t option; in t_parse_option3() local [all …]
|
/third_party/protobuf/src/google/protobuf/ |
D | unittest_custom_options.proto | 39 // 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/pulseaudio/ |
D | meson_options.txt | 1 option('daemon', 4 option('client', 7 option('doxygen', 10 option('gcov', 13 option('man', 16 option('tests', 20 option('system_user', 23 option('system_group', 26 option('access_group', 29 option('database', [all …]
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 38 // 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/ |
D | unittest_custom_options.proto | 38 // 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/protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 38 // 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/nghttp2/doc/ |
D | nghttpd.1.rst | 27 :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 …]
|
D | nghttp.1.rst | 26 .. option:: -v, --verbose 30 this option multiple times increases verbosity. 32 .. option:: -n, --null-out 36 .. option:: -O, --remote-name 43 .. option:: -t, --timeout=<DURATION> 48 .. option:: -w, --window-bits=<N> 52 .. option:: -W, --connection-window-bits=<N> 57 .. option:: -a, --get-assets 67 .. option:: -s, --stat 71 .. option:: -H, --header=<HEADER> [all …]
|
/third_party/typescript/src/testRunner/unittests/config/ |
D | showConfig.ts | 115 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/curl/lib/ |
D | telnet.c | 100 int cmd, int option); 104 static void send_negotiation(struct Curl_easy *data, int cmd, int option); 106 int option, int newstate); 108 int option, int newstate); 114 static void sendsuboption(struct Curl_easy *data, int option); 268 const char *direction, int cmd, int option) in printoption() 272 if(CURL_TELCMD_OK(option)) in printoption() 273 infof(data, "%s IAC %s", direction, CURL_TELCMD(option)); in printoption() 275 infof(data, "%s IAC %d", direction, option); in printoption() 284 if(CURL_TELOPT_OK(option)) in printoption() [all …]
|
/third_party/protobuf/csharp/protos/ |
D | unittest_custom_options_proto3.proto | 47 // 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/ |
D | meson_options.txt | 1 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/skia/third_party/externals/libpng/contrib/conftest/ |
D | pngcp.dfa | 16 # This option is specific to this configuration; it adds a #define to the 17 # generated pnglibconf.h which turns on the (not portable) timing option for 18 # pngcp. Note that any option is automatically preceded by PNG_; there is no 20 option PNGCP_TIMING 22 # Because of the everything off above the option must also be turned on. This 24 # in user .dfa files to error out if an unrecognized option is turned on. 25 option PNGCP_TIMING on 28 option INFO_IMAGE on 29 option SEQUENTIAL_READ on 30 option EASY_ACCESS on [all …]
|