/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_validate.c | 21 static int wps_validate_version(const u8 *version, int mandatory) in wps_validate_version() argument 24 if (mandatory) { in wps_validate_version() 40 static int wps_validate_version2(const u8 *version2, int mandatory) in wps_validate_version2() argument 43 if (mandatory) { in wps_validate_version2() 59 static int wps_validate_request_type(const u8 *request_type, int mandatory) in wps_validate_request_type() argument 62 if (mandatory) { in wps_validate_request_type() 78 static int wps_validate_response_type(const u8 *response_type, int mandatory) in wps_validate_response_type() argument 81 if (mandatory) { in wps_validate_response_type() 129 int mandatory) in wps_validate_config_methods() argument 134 if (mandatory) { in wps_validate_config_methods() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_validate.c | 21 static int wps_validate_version(const u8 *version, int mandatory) in wps_validate_version() argument 24 if (mandatory) { in wps_validate_version() 40 static int wps_validate_version2(const u8 *version2, int mandatory) in wps_validate_version2() argument 43 if (mandatory) { in wps_validate_version2() 59 static int wps_validate_request_type(const u8 *request_type, int mandatory) in wps_validate_request_type() argument 62 if (mandatory) { in wps_validate_request_type() 78 static int wps_validate_response_type(const u8 *response_type, int mandatory) in wps_validate_response_type() argument 81 if (mandatory) { in wps_validate_response_type() 129 int mandatory) in wps_validate_config_methods() argument 134 if (mandatory) { in wps_validate_config_methods() [all …]
|
/third_party/boost/libs/spirit/doc/karma/ |
D | binary.qbk | 88 significant byte of the mandatory attribute. This 92 significant 16 bits of the mandatory attribute 97 significant 32 bits of the mandatory attribute 102 significant 64 bits of the mandatory attribute 106 [[`bin_float`] [Output the binary representation of the mandatory 110 [[`bin_double`] [Output the binary representation of the mandatory 147 [[`byte_`] [`boost::uint_least8_t`, attribute is mandatory 149 [[`word`] [`boost::uint_least16_t`, attribute is mandatory 151 [[`dword`] [`boost::uint_least32_t`, attribute is mandatory 153 [[`qword`] [`boost::uint_least64_t`, attribute is mandatory [all …]
|
D | char.qbk | 171 [[`ns::char_`] [Generate the character provided by a mandatory 189 [[`ns::char_(ch1, ch2)`][Generate the character provided by a mandatory 196 [[`ns::char_(cs)`] [Generate the character provided by a mandatory 238 [[`ns::char_`] [`Ch`, attribute is mandatory (otherwise compilation 251 [[`ns::char_(ch1, ch2)`][`Ch`, attribute is mandatory (otherwise compilation 257 [[`ns::char_(cs)`] [`Ch`, attribute is mandatory (otherwise compilation 344 corresponding character class generator. All listed generators have a mandatory 362 [[`ns::alnum`] [If the mandatory attribute satisfies the concept of 368 [[`ns::alpha`] [If the mandatory attribute satisfies the concept of 374 [[`ns::blank`] [If the mandatory attribute satisfies the concept of [all …]
|
D | stream.qbk | 84 of the mandatory attribute. The output emitted 98 of the mandatory attribute. The output emitted 124 of the mandatory attribute. The output emitted 174 [[`stream`] [`hold_any`, attribute is mandatory (otherwise compilation will fail)]] 176 [[`wstream`] [`whold_any`, attribute is mandatory (otherwise compilation will fail)]] 178 …[[`stream_generator<Char>()`] [`basic_hold_any<Char>`, attribute is mandatory (otherwise compil…
|
D | numeric.qbk | 126 ulong_long``] [Generate the unsigned integer provided by a mandatory 145 hex``] [Generate the unsigned integer provided by a mandatory 178 by a mandatory attribute using the specified `Radix` 226 [[`ushort_`] [`unsigned short`, attribute is mandatory (otherwise 233 [[`uint_`] [`unsigned int`, attribute is mandatory (otherwise 240 [[`ulong_`] [`unsigned long`, attribute is mandatory (otherwise 247 [[`ulong_long`] [`unsigned long long`, attribute is mandatory 257 hex``] [`unsigned int`, attribute is mandatory 270 >()``] [`Num`, attribute is mandatory (otherwise compilation 409 long_long``] [Generate the integer provided by a mandatory attribute [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | ffjni.c | 291 int mandatory = jfields_mapping[i].mandatory; in ff_jni_init_jfields() local 300 if ((ret = ff_jni_exception_check(env, mandatory, log_ctx)) < 0 && mandatory) { in ff_jni_init_jfields() 321 if ((ret = ff_jni_exception_check(env, mandatory, log_ctx)) < 0 && mandatory) { in ff_jni_init_jfields() 330 if ((ret = ff_jni_exception_check(env, mandatory, log_ctx)) < 0 && mandatory) { in ff_jni_init_jfields() 339 if ((ret = ff_jni_exception_check(env, mandatory, log_ctx)) < 0 && mandatory) { in ff_jni_init_jfields() 348 if ((ret = ff_jni_exception_check(env, mandatory, log_ctx)) < 0 && mandatory) { in ff_jni_init_jfields()
|
/third_party/python/Lib/test/ |
D | test___future__.py | 29 mandatory = value.getMandatoryRelease() 47 if mandatory is not None: 48 check(mandatory, "mandatory") 49 a(optional < mandatory,
|
/third_party/python/Lib/ |
D | __future__.py | 85 self.mandatory = mandatoryRelease 101 return self.mandatory 105 self.mandatory,
|
/third_party/grpc/bazel/ |
D | generate_objc.bzl | 142 mandatory = True, 153 mandatory = False, 157 mandatory = False, 193 mandatory = True, 205 mandatory = True, 217 mandatory = True,
|
D | generate_cc.bzl | 151 mandatory = True, 161 mandatory = False, 164 "well_known_protos": attr.label(mandatory = False), 167 mandatory = False,
|
D | python_rules.bzl | 69 mandatory = True, 74 mandatory = False, 182 mandatory = True, 188 mandatory = False,
|
/third_party/skia/toolchain/ |
D | build_toolchain.bzl | 83 "clang_url": attr.string(mandatory = True), 84 "clang_sha256": attr.string(mandatory = True), 85 "clang_prefix": attr.string(mandatory = True), 86 "musl_dev_url": attr.string(mandatory = True), 87 "musl_dev_sha256": attr.string(mandatory = True),
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/text/ |
D | line_breaker.dart | 9 /// Indicates that a line break is possible but not mandatory. 13 mandatory, 16 /// the Unicode spec). This is the same as [mandatory] but it's needed in our 65 return LineBreakResult(index, LineBreakType.mandatory); 77 return LineBreakResult(index, LineBreakType.mandatory);
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | message_factory_test.py | 63 msg.mandatory = 42 76 msg.circular_message.mandatory = 1 77 msg.circular_message.circular_message.mandatory = 2 86 msg.loop.loop.mandatory = 2 87 msg.loop.loop.loop.loop.mandatory = 4
|
/third_party/gstreamer/gstreamer/ |
D | gst-element-check-1.0.m4 | 5 dnl ELEMENT-NAME : element factory name (mandatory) 6 dnl MIN-VERSION : minimum version required, e.g. 1.0 or 1.0.5 (mandatory)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | eap_server_peap.c | 666 int tlv_type, mandatory, tlv_len; in eap_peap_process_phase2_tlv() local 677 mandatory = !!(pos[0] & 0x80); in eap_peap_process_phase2_tlv() 702 mandatory ? " (mandatory)" : ""); in eap_peap_process_phase2_tlv() 703 if (mandatory) { in eap_peap_process_phase2_tlv() 786 int tlv_type, mandatory, tlv_len, vtlv_len; in eap_peap_process_phase2_soh() local 800 mandatory = !!(pos[0] & 0x80); in eap_peap_process_phase2_soh() 825 if (mandatory) { in eap_peap_process_phase2_soh() 833 mandatory = !!(vpos[0] & 0x80); in eap_peap_process_phase2_soh() 853 mandatory ? " (mandatory)" : ""); in eap_peap_process_phase2_soh() 854 if (mandatory) { in eap_peap_process_phase2_soh() [all …]
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
D | README | 17 -n <num> : Number of threads to use (mandatory). 18 -f <file> : Run the test on a test file defined by the -f option (mandatory). 59 -n <num> : Number of threads to use (mandatory). 60 -f <file> : Run the test on given test file defined by the -f option (mandatory). 149 Slave type | Test operation | advisory locking | mandatory locking |
|
/third_party/openssl/test/ |
D | CAtsa.cnf | 129 serial = $dir/tsa_serial # The current serial number (mandatory) 139 digests = sha1, sha256, sha384, sha512 # Acceptable message digests (mandatory) 155 serial = $dir/tsa_serial # The current serial number (mandatory) 165 digests = sha1, sha256, sha384, sha512 # Acceptable message digests (mandatory)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | eap_server_peap.c | 697 int tlv_type, mandatory, tlv_len; in eap_peap_process_phase2_tlv() local 708 mandatory = !!(pos[0] & 0x80); in eap_peap_process_phase2_tlv() 733 mandatory ? " (mandatory)" : ""); in eap_peap_process_phase2_tlv() 734 if (mandatory) { in eap_peap_process_phase2_tlv() 817 int tlv_type, mandatory, tlv_len, vtlv_len; in eap_peap_process_phase2_soh() local 831 mandatory = !!(pos[0] & 0x80); in eap_peap_process_phase2_soh() 856 if (mandatory) { in eap_peap_process_phase2_soh() 864 mandatory = !!(vpos[0] & 0x80); in eap_peap_process_phase2_soh() 884 mandatory ? " (mandatory)" : ""); in eap_peap_process_phase2_soh() 885 if (mandatory) { in eap_peap_process_phase2_soh() [all …]
|
/third_party/node/deps/cares/m4/ |
D | ax_cxx_compile_stdcxx_11.m4 | 7 # AX_CXX_COMPILE_STDCXX_11([ext|noext],[mandatory|optional]) 19 # The second argument, if specified 'mandatory' or if left unspecified, 93 [$2], [mandatory], [ax_cxx_compile_cxx11_required=true],
|
/third_party/libxml2/test/relaxng/ |
D | comps.rng | 78 <!-- <value>mandatory</value> ?? --> 94 <value>mandatory</value>
|
/third_party/curl/docs/cmdline-opts/ |
D | netrc-optional.d | 8 and not mandatory as the --netrc option does.
|
/third_party/boost/libs/thread/doc/ |
D | overview.qbk | 49 * Boost.System: This dependency is mandatory and you will need to link with the library. 53 * Boost.DateTime: This dependency is mandatory, but even if Boost.DateTime is a non header-only lib… 57 As the single mandatory dependency is to Boost.System, the following
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/ |
D | coverage.txt | 12 9 Test removed because macro SIGQUEUE_MAX is not mandatory, and system-wide resource limit is hard…
|