Home
last modified time | relevance | path

Searched defs:option (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/third_party/nghttp2/lib/
Dnghttp2_option.c39 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()
102 void nghttp2_option_set_no_auto_ping_ack(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_ping_ack()
107 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/
Dnghttp2_option.c39 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/
Dgetopt.h41 struct option { struct
51 const char* optstring, const struct option* longopts, int* longindex); argument
/third_party/musl/include/
Dgetopt.h12 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/
Dgetopt.h12 struct option { struct
19 int getopt_long(int, char *const *, const char *, const struct option *, int *); argument
/third_party/libwebsockets/win32port/win32helpers/
Dgetopt.h14 struct option struct
27 int getopt_long(int, char**, char*, struct option*, int*); argument
/third_party/musl/ndk_musl_include/
Dgetopt.h12 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/
Dgetopt.h12 struct option { struct
19 int getopt_long(int, char *const *, const char *, const struct option *, int *); argument
/third_party/musl/porting/uniproton/kernel/include/
Dgetopt.h12 struct option { struct
19 int getopt_long(int, char *const *, const char *, const struct option *, int *); argument
/third_party/mesa3d/src/getopt/
Dgetopt.h47 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/mesa3d/src/gallium/auxiliary/util/
Du_driconf.c30 #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/libcoap/tests/
Dtest_options.c28 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/node/deps/npm/node_modules/rc/test/
Dtest.js8 option: true property
17 option: true property
19 option: false, property
47 option: true property
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dcurltask.h57 #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/python/Lib/
Dconfigparser.py223 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/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
Dmhchem.min.js1 …else if("function"==typeof define&&define.amd)define(["katex"],e);else{var n="object"==typeof expo…
/third_party/typescript/tests/cases/compiler/
DmoduleResolutionPackageIdWithRelativeAndAbsolutePath.ts12 option: Option; property in Compactable
32 option: Option; property in Compactable
/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()
72 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option) in _mesa_ARBfp_parse_option()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
DBidiFmwk.java63 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()
DTestReorderingMode.java212 int tc, mode, option, level; in testReorderingMode() local
301 String inverseBasic(Bidi bidi, String src, int option, byte level) { in inverseBasic()
413 int mode, int option, byte level) { in assertRoundTrip()
484 String mode, String option, byte level) { in checkResultLength()
622 String mode, String option, byte level, boolean forward) { in checkMaps()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DBidiFmwk.java60 String src, String mode, String option, in assertEquals()
123 protected static String spOptionsToString(int option) { in spOptionsToString()
138 public static String wrOptionsToString(int option) { in wrOptionsToString()
141 public static String optionToString(int option, int mask, in optionToString()
DTestReorderingMode.java209 int tc, mode, option, level; in testReorderingMode() local
298 String inverseBasic(Bidi bidi, String src, int option, byte level) { in inverseBasic()
410 int mode, int option, byte level) { in assertRoundTrip()
481 String mode, String option, byte level) { in checkResultLength()
619 String mode, String option, byte level, boolean forward) { in checkMaps()
/third_party/typescript/src/testRunner/unittests/config/
DshowConfig.ts115 for (const option of optionDeclarations) { constant
119 for (const option of optionsForWatch) { constant
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DPragma.cpp62 void Pragma(PragmaBooleanOption option, bool enable) in Pragma()
76 bool getPragmaState(PragmaBooleanOption option) in getPragmaState()
/third_party/python/Lib/distutils/
Dcmd.py207 def _ensure_stringlike(self, option, what, default=None): argument
217 def ensure_string(self, option, default=None): argument
223 def ensure_string_list(self, option): argument
244 def _ensure_tested_string(self, option, tester, what, error_fmt, argument
251 def ensure_filename(self, option): argument
257 def ensure_dirname(self, option): argument

12345678910>>...13