/third_party/nghttp2/lib/ |
D | nghttp2_option.c | 39 void nghttp2_option_del(nghttp2_option *option) { free(option); } in nghttp2_option_del() 41 void nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int 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() 52 void nghttp2_option_set_no_recv_client_magic(nghttp2_option *option, int val) { in nghttp2_option_set_no_recv_client_magic() 57 void nghttp2_option_set_no_http_messaging(nghttp2_option *option, int val) { in nghttp2_option_set_no_http_messaging() 62 void nghttp2_option_set_max_reserved_remote_streams(nghttp2_option *option, in nghttp2_option_set_max_reserved_remote_streams() 72 void nghttp2_option_set_user_recv_extension_type(nghttp2_option *option, in nghttp2_option_set_user_recv_extension_type() 82 void nghttp2_option_set_builtin_recv_extension_type(nghttp2_option *option, in nghttp2_option_set_builtin_recv_extension_type() 98 void nghttp2_option_set_no_auto_ping_ack(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_ping_ack() 103 void nghttp2_option_set_max_send_header_block_length(nghttp2_option *option, in nghttp2_option_set_max_send_header_block_length() [all …]
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_option.c | 39 void nghttp2_option_del(nghttp2_option *option) { free(option); } in nghttp2_option_del() 41 void nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int 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() 52 void nghttp2_option_set_no_recv_client_magic(nghttp2_option *option, int val) { in nghttp2_option_set_no_recv_client_magic() 57 void nghttp2_option_set_no_http_messaging(nghttp2_option *option, int val) { in nghttp2_option_set_no_http_messaging() 62 void nghttp2_option_set_max_reserved_remote_streams(nghttp2_option *option, in nghttp2_option_set_max_reserved_remote_streams() 72 void nghttp2_option_set_user_recv_extension_type(nghttp2_option *option, in nghttp2_option_set_user_recv_extension_type() 82 void nghttp2_option_set_builtin_recv_extension_type(nghttp2_option *option, in nghttp2_option_set_builtin_recv_extension_type() 98 void nghttp2_option_set_no_auto_ping_ack(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_ping_ack() 103 void nghttp2_option_set_max_send_header_block_length(nghttp2_option *option, in nghttp2_option_set_max_send_header_block_length() [all …]
|
/third_party/flutter/glfw/deps/ |
D | getopt.h | 41 struct option { struct 51 const char* optstring, const struct option* longopts, int* longindex); argument
|
/third_party/libusb/msvc/getopt/ |
D | getopt.h | 94 struct option struct 108 /* Names for the values of the `has_arg' field of `struct option'. */ argument
|
/third_party/musl/include/ |
D | getopt.h | 12 struct option { struct 19 int getopt_long(int, char *const *, const char *, const struct option *, int *); argument
|
/third_party/musl/ndk_musl_include/ |
D | getopt.h | 12 struct option { struct 19 int getopt_long(int, char *const *, const char *, const struct option *, int *); argument
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | getopt.h | 12 struct option { struct 19 int getopt_long(int, char *const *, const char *, const struct option *, int *); argument
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | getopt.h | 12 struct option { struct 19 int getopt_long(int, char *const *, const char *, const struct option *, int *); argument
|
/third_party/libwebsockets/win32port/win32helpers/ |
D | getopt.h | 14 struct option struct 27 int getopt_long(int, char**, char*, struct option*, int*); argument
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | getopt.h | 12 struct option { struct 19 int getopt_long(int, char *const *, const char *, const struct option *, int *); argument
|
/third_party/mesa3d/src/getopt/ |
D | getopt.h | 47 struct option { struct 52 * whether option takes an argument argument 55 /* if not NULL, set *flag to val when option found */ argument 62 const struct option *, int *); argument
|
/third_party/e2fsprogs/include/nonunix/ |
D | getopt.h | 83 struct option struct 97 /* Names for the values of the `has_arg' field of `struct option'. */ argument
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_driconf.c | 30 #define query_option_impl(option, type) \ in u_driconf_fill_st_options() argument 32 #define query_bool_option(option) query_option_impl(option, b) in u_driconf_fill_st_options() argument 33 #define query_int_option(option) query_option_impl(option, i) in u_driconf_fill_st_options() argument 34 #define query_string_option(option) \ in u_driconf_fill_st_options() argument
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_object_purgeable.c | 53 GLenum option) in brw_buffer_object_purgeable() 71 GLenum option) in brw_texture_object_purgeable() 88 GLenum option) in brw_render_object_purgeable() 117 GLenum option) in brw_buffer_object_unpurgeable() 138 GLenum option) in brw_texture_object_unpurgeable() 159 GLenum option) in brw_render_object_unpurgeable()
|
/third_party/node/deps/npm/node_modules/rc/test/ |
D | test.js | 8 option: true property 17 option: true property 19 option: false, property 47 option: true property
|
/third_party/libcoap/tests/ |
D | test_options.c | 28 coap_option_t option; in t_parse_option1() local 44 coap_option_t option; in t_parse_option2() local 60 coap_option_t option; in t_parse_option3() local 76 coap_option_t option; in t_parse_option4() local 88 coap_option_t option; in t_parse_option5() local 100 coap_option_t option; in t_parse_option6() local 112 coap_option_t option; in t_parse_option7() local 126 coap_option_t option; in t_parse_option8() local 140 coap_option_t option; in t_parse_option9() local 153 coap_option_t option; in t_parse_option10() local [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/curl/ |
D | curltask.h | 57 #define gst_curl_setopt_str(s,handle,type,option) \ argument 64 #define gst_curl_setopt_int(s,handle, type, option) \ argument 71 #define gst_curl_setopt_bool(s,handle, type, option) \ argument 76 #define gst_curl_setopt_str_default(s,handle,type,option) \ argument 88 #define gst_curl_setopt_int_default(s,handle,type,option) \ argument 102 #define gst_curl_setopt_generic(s, handle, type, option) \ argument
|
/third_party/mesa3d/src/mesa/main/ |
D | objectpurge.c | 45 buffer_object_purgeable(struct gl_context *ctx, GLuint name, GLenum option) in buffer_object_purgeable() 74 renderbuffer_purgeable(struct gl_context *ctx, GLuint name, GLenum option) in renderbuffer_purgeable() 103 texture_object_purgeable(struct gl_context *ctx, GLuint name, GLenum option) in texture_object_purgeable() 132 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) in _mesa_ObjectPurgeableAPPLE() 184 buffer_object_unpurgeable(struct gl_context *ctx, GLuint name, GLenum option) in buffer_object_unpurgeable() 214 renderbuffer_unpurgeable(struct gl_context *ctx, GLuint name, GLenum option) in renderbuffer_unpurgeable() 244 texture_object_unpurgeable(struct gl_context *ctx, GLuint name, GLenum option) in texture_object_unpurgeable() 274 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) in _mesa_ObjectUnpurgeableAPPLE()
|
/third_party/boost/boost/gil/extension/numeric/ |
D | convolve.hpp | 57 boundary_option option, in correlate_rows_impl() 198 boundary_option option = boundary_option::extend_zero) in correlate_rows() 216 boundary_option option = boundary_option::extend_zero) in correlate_cols() 234 boundary_option option = boundary_option::extend_zero) in convolve_rows() 251 boundary_option option = boundary_option::extend_zero) in convolve_cols() 269 boundary_option option = boundary_option::extend_zero) in correlate_rows_fixed() 287 boundary_option option = boundary_option::extend_zero) in correlate_cols_fixed() 305 boundary_option option = boundary_option::extend_zero) in convolve_rows_fixed() 322 boundary_option option = boundary_option::extend_zero) in convolve_cols_fixed() 343 boundary_option option = boundary_option::extend_zero) in convolve_1d()
|
/third_party/python/Lib/ |
D | configparser.py | 223 def __init__(self, section, option, source=None, lineno=None): argument 246 def __init__(self, option, section): argument 257 def __init__(self, option, section, msg): argument 267 def __init__(self, option, section, rawval, reference): argument 287 def __init__(self, option, section, rawval): argument 363 def before_get(self, parser, section, option, value, defaults): argument 366 def before_set(self, parser, section, option, value): argument 369 def before_read(self, parser, section, option, value): argument 372 def before_write(self, parser, section, option, value): argument 393 def before_get(self, parser, section, option, value, defaults): argument [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | moduleResolutionPackageIdWithRelativeAndAbsolutePath.ts | 12 option: Option; property in Compactable 32 option: Option; property in Compactable
|
/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() 72 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option) in _mesa_ARBfp_parse_option()
|
/third_party/curl/include/curl/ |
D | typecheck-gcc.h | 41 #define curl_easy_setopt(handle, option, value) \ argument 247 #define curlcheck_long_option(option) \ argument 250 #define curlcheck_off_t_option(option) \ argument 254 #define curlcheck_string_option(option) \ argument 344 #define curlcheck_write_cb_option(option) \ argument 349 #define curlcheck_conv_cb_option(option) \ argument 355 #define curlcheck_cb_data_option(option) \ argument 378 #define curlcheck_postfields_option(option) \ argument 384 #define curlcheck_slist_option(option) \ argument
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
D | BidiFmwk.java | 63 String src, String mode, String option, in assertEquals() 126 protected static String spOptionsToString(int option) { in spOptionsToString() 141 public static String wrOptionsToString(int option) { in wrOptionsToString() 144 public static String optionToString(int option, int mask, in optionToString()
|
/third_party/boost/boost/wave/ |
D | language_support.hpp | 200 set_support_options(language_support language, language_support option) in set_support_options() 208 #define BOOST_WAVE_NEED_OPTION(option) \ argument 215 #define BOOST_WAVE_ENABLE_OPTION(option) \ argument 225 #define BOOST_WAVE_OPTION(option) \ argument
|