| /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() 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/ |
| 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() 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/glfw/deps/ |
| D | getopt.h | 41 struct option { struct 51 const char* optstring, const struct option* longopts, int* longindex); 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/include/ |
| D | getopt.h | 12 struct option { struct 19 int getopt_long(int, char *const *, const char *, const struct option *, int *); argument
|
| /third_party/backends/include/ |
| D | lgetopt.h | 99 struct option struct 113 /* Names for the values of the `has_arg' field of `struct option'. */ 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/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/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 61 coap_option_t option; in t_parse_option3() local 77 coap_option_t option; in t_parse_option4() local 89 coap_option_t option; in t_parse_option5() local 101 coap_option_t option; in t_parse_option6() local 113 coap_option_t option; in t_parse_option7() local 127 coap_option_t option; in t_parse_option8() local 141 coap_option_t option; in t_parse_option9() local 154 coap_option_t option; in t_parse_option10() local [all …]
|
| /third_party/python/Lib/ |
| D | configparser.py | 224 def __init__(self, section, option, source=None, lineno=None): argument 247 def __init__(self, option, section): argument 258 def __init__(self, option, section, msg): argument 268 def __init__(self, option, section, rawval, reference): argument 288 def __init__(self, option, section, rawval): argument 364 def before_get(self, parser, section, option, value, defaults): argument 367 def before_set(self, parser, section, option, value): argument 370 def before_read(self, parser, section, option, value): argument 373 def before_write(self, parser, section, option, value): argument 394 def before_get(self, parser, section, option, value, defaults): argument [all …]
|
| /third_party/backends/backend/ |
| D | canon630u.c | 133 optionNumOptionsCallback (SANE_Option * option, SANE_Handle handle, in optionNumOptionsCallback() 168 optionCalibrateCallback (SANE_Option * option, SANE_Handle handle, in optionCalibrateCallback() 218 optionResolutionCallback (SANE_Option * option, SANE_Handle handle, in optionResolutionCallback() 268 optionGrayscaleCallback (SANE_Option * option, SANE_Handle handle, in optionGrayscaleCallback() 315 optionAGainCallback (SANE_Option * option, SANE_Handle handle, in optionAGainCallback() 357 optionGammaCallback (SANE_Option * option, SANE_Handle handle, in optionGammaCallback() 418 optionTopLeftXCallback (SANE_Option * option, SANE_Handle handle, in optionTopLeftXCallback() 461 optionTopLeftYCallback (SANE_Option * option, SANE_Handle handle, in optionTopLeftYCallback() 505 optionBotRightXCallback (SANE_Option * option, SANE_Handle handle, in optionBotRightXCallback() 549 optionBotRightYCallback (SANE_Option * option, SANE_Handle handle, in optionBotRightYCallback() [all …]
|
| D | umax1220u.c | 131 optionNumOptionsCallback (SANE_Option * option, SANE_Handle handle, in optionNumOptionsCallback() 170 optionResolutionCallback (SANE_Option * option, SANE_Handle handle, in optionResolutionCallback() 217 optionGrayscaleCallback (SANE_Option * option, SANE_Handle handle, in optionGrayscaleCallback() 257 optionLampOffCallback (SANE_Option * option, SANE_Handle handle, in optionLampOffCallback() 308 optionTopLeftXCallback (SANE_Option * option, SANE_Handle handle, in optionTopLeftXCallback() 350 optionTopLeftYCallback (SANE_Option * option, SANE_Handle handle, in optionTopLeftYCallback() 393 optionBotRightXCallback (SANE_Option * option, SANE_Handle handle, in optionBotRightXCallback() 436 optionBotRightYCallback (SANE_Option * option, SANE_Handle handle, in optionBotRightYCallback() 487 dispatch_control_option (SANE_Handle handle, SANE_Int option, in dispatch_control_option() 781 sane_get_option_descriptor (SANE_Handle handle, SANE_Int option) in sane_get_option_descriptor() [all …]
|
| /third_party/backends/japi/ |
| D | Sane.java | 81 private native void getOptionNative(int handle, int option, SaneOption opt); in getOptionNative() 116 public SaneOption getOptionDescriptor(int handle, int option) in getOptionDescriptor() 126 public native int getControlOption(int handle, int option, int [] value, in getControlOption() 128 public native int getControlOption(int handle, int option, byte [] value, in getControlOption() 132 public native int setControlOption(int handle, int option, in setControlOption() 134 public native int setControlOption(int handle, int option, in setControlOption()
|
| /third_party/curl/include/curl/ |
| D | typecheck-gcc.h | 43 #define curl_easy_setopt(handle, option, value) \ argument 253 #define curlcheck_long_option(option) \ argument 256 #define curlcheck_off_t_option(option) \ argument 260 #define curlcheck_string_option(option) \ argument 354 #define curlcheck_write_cb_option(option) \ argument 359 #define curlcheck_conv_cb_option(option) \ argument 365 #define curlcheck_cb_data_option(option) \ argument 390 #define curlcheck_postfields_option(option) \ argument 396 #define curlcheck_slist_option(option) \ argument
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/ |
| D | mhchem.min.js | 1 …else if("function"==typeof define&&define.amd)define(["katex"],e);else{var n="object"==typeof expo…
|
| /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/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()
|
| D | TestReorderingMode.java | 212 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/ |
| D | BidiFmwk.java | 60 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()
|
| /third_party/typescript/src/testRunner/unittests/config/ |
| D | showConfig.ts | 115 for (const option of optionDeclarations) { constant 119 for (const option of optionsForWatch) { constant
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | Pragma.cpp | 62 void Pragma(PragmaBooleanOption option, bool enable) in Pragma() 76 bool getPragmaState(PragmaBooleanOption option) in getPragmaState()
|