Home
last modified time | relevance | path

Searched refs:mandatory (Results 1 – 25 of 240) sorted by relevance

12345678910

/external/wpa_supplicant_8/src/wps/
Dwps_validate.c21 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 …]
/external/webrtc/webrtc/api/objc/
DRTCMediaConstraints.mm23 const MediaConstraintsInterface::Constraints& mandatory,
25 : mandatory_(mandatory), optional_(optional) {}
46 (NSDictionary<NSString *, NSString *> *)mandatory
50 _mandatory = [[NSDictionary alloc] initWithDictionary:mandatory
67 webrtc::MediaConstraintsInterface::Constraints mandatory =
73 new webrtc::MediaConstraints(mandatory, optional);
DRTCMediaConstraints.h21 (nullable NSDictionary<NSString *, NSString *> *)mandatory
/external/python/cpython2/Lib/test/
Dtest___future__.py30 mandatory = value.getMandatoryRelease()
48 if mandatory is not None:
49 check(mandatory, "mandatory")
50 a(optional < mandatory,
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DRTCMediaConstraints+JSON.m15 static NSString const *kRTCMediaConstraintsMandatoryKey = @"mandatory";
21 NSDictionary *mandatory = dictionary[kRTCMediaConstraintsMandatoryKey];
23 [NSMutableArray arrayWithCapacity:[mandatory count]];
24 [mandatory enumerateKeysAndObjectsUsingBlock:^(
/external/webrtc/talk/app/webrtc/
Dvideosource.cc130 bool mandatory, in NewFormatWithConstraints() argument
153 if (mandatory) { in NewFormatWithConstraints()
193 bool mandatory, in FilterFormatsByConstraint() argument
201 mandatory, &(*format_it))) { in FilterFormatsByConstraint()
211 const MediaConstraintsInterface::Constraints& mandatory, in FilterFormats() argument
218 for (ConstraintsIterator constraints_it = mandatory.begin(); in FilterFormats()
219 constraints_it != mandatory.end(); ++constraints_it) in FilterFormats()
273 size_t mandatory = 0; in ExtractOption() local
275 if (FindConstraint(all_constraints, key, &value, &mandatory)) { in ExtractOption()
280 return mandatory == 0; in ExtractOption()
/external/python/cpython2/Lib/
D__future__.py77 self.mandatory = mandatoryRelease
95 return self.mandatory
99 self.mandatory,
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DMediaConstraints.java78 public final List<KeyValuePair> mandatory; field in MediaConstraints
82 mandatory = new LinkedList<KeyValuePair>(); in MediaConstraints()
98 return "mandatory: " + stringifyKeyValuePairList(mandatory) + in toString()
/external/protobuf/python/google/protobuf/internal/
Dmessage_factory_test.py60 msg.mandatory = 42
73 msg.circular_message.mandatory = 1
74 msg.circular_message.circular_message.mandatory = 2
83 msg.loop.loop.mandatory = 2
84 msg.loop.loop.loop.loop.mandatory = 4
/external/webrtc/talk/app/webrtc/objc/
DRTCMediaConstraintsNative.cc37 const MediaConstraintsInterface::Constraints& mandatory, in RTCMediaConstraintsNative() argument
39 : mandatory_(mandatory), optional_(optional) {} in RTCMediaConstraintsNative()
DRTCMediaConstraints.mm38 // TODO(hughv): Add accessors for mandatory and optional constraints.
47 - (id)initWithMandatoryConstraints:(NSArray*)mandatory
50 _mandatory = [[self class] constraintsFromArray:mandatory];
DRTCMediaConstraintsNative.h39 const MediaConstraintsInterface::Constraints& mandatory,
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java385 videoConstraints.mandatory.add(new KeyValuePair( in createMediaConstraintsInternal()
387 videoConstraints.mandatory.add(new KeyValuePair( in createMediaConstraintsInternal()
389 videoConstraints.mandatory.add(new KeyValuePair( in createMediaConstraintsInternal()
391 videoConstraints.mandatory.add(new KeyValuePair( in createMediaConstraintsInternal()
399 videoConstraints.mandatory.add(new KeyValuePair( in createMediaConstraintsInternal()
401 videoConstraints.mandatory.add(new KeyValuePair( in createMediaConstraintsInternal()
411 audioConstraints.mandatory.add(new MediaConstraints.KeyValuePair( in createMediaConstraintsInternal()
413 audioConstraints.mandatory.add(new MediaConstraints.KeyValuePair( in createMediaConstraintsInternal()
415 audioConstraints.mandatory.add(new MediaConstraints.KeyValuePair( in createMediaConstraintsInternal()
417 audioConstraints.mandatory.add(new MediaConstraints.KeyValuePair( in createMediaConstraintsInternal()
[all …]
/external/webrtc/webrtc/api/objctests/
DRTCMediaConstraintsTest.mm26 NSDictionary *mandatory = @{@"key1": @"value1", @"key2": @"value2"};
30 initWithMandatoryConstraints:mandatory
37 [self expectConstraints:mandatory inNativeConstraints:nativeMandatory];
/external/libexif/m4m/
Dgp-check-popt.m45 dnl "mandatory"
14 m4_if([$1],[mandatory], [_GP_CHECK_POPT([mandatory])],
19 Valid values are: mandatory, default-enabled, default-disabled
24 m4_if([$1],[mandatory],[
Dgp-check-library.m422 dnl OPTIONAL-REQUIRED-ETC one of "mandatory", "default-on", "default-off"
24 dnl default: [mandatory]
37 dnl mandatory Absolute requirement, cannot be disabled.
269 dnl Abort configure script if mandatory, but not found
271 m4_if([$8],[mandatory],[
345 m4_if([$4], [mandatory], [_GP_CHECK_LIBRARY_SYNTAX_ERROR($0)],
349 _GP_CHECK_LIBRARY([$1],[$2],[$3],[$4],[$5],[$6],[$7],[mandatory],[$9])],
356 [$8], [mandatory], [dnl
360 It must be one of "default-on", "default-off", "mandatory".
/external/libcups/cups/
Dppd-cache.c77 *mandatory; /* Mandatory attributes */ in _cupsConvertOptions() local
139 …for (mandatory = (const char *)cupsArrayFirst(pc->mandatory); mandatory; mandatory = (const char *… in _cupsConvertOptions()
141 if (strcmp(mandatory, "copies") && in _cupsConvertOptions()
142 strcmp(mandatory, "destination-uris") && in _cupsConvertOptions()
143 strcmp(mandatory, "finishings") && in _cupsConvertOptions()
144 strcmp(mandatory, "job-account-id") && in _cupsConvertOptions()
145 strcmp(mandatory, "job-accounting-user-id") && in _cupsConvertOptions()
146 strcmp(mandatory, "job-password") && in _cupsConvertOptions()
147 strcmp(mandatory, "job-password-encryption") && in _cupsConvertOptions()
148 strcmp(mandatory, "media") && in _cupsConvertOptions()
[all …]
/external/wpa_supplicant_8/src/eap_server/
Deap_server_peap.c662 int tlv_type, mandatory, tlv_len; in eap_peap_process_phase2_tlv() local
673 mandatory = !!(pos[0] & 0x80); in eap_peap_process_phase2_tlv()
698 mandatory ? " (mandatory)" : ""); in eap_peap_process_phase2_tlv()
699 if (mandatory) { in eap_peap_process_phase2_tlv()
782 int tlv_type, mandatory, tlv_len, vtlv_len; in eap_peap_process_phase2_soh() local
796 mandatory = !!(pos[0] & 0x80); in eap_peap_process_phase2_soh()
821 if (mandatory) { in eap_peap_process_phase2_soh()
829 mandatory = !!(vpos[0] & 0x80); in eap_peap_process_phase2_soh()
849 mandatory ? " (mandatory)" : ""); in eap_peap_process_phase2_soh()
850 if (mandatory) { in eap_peap_process_phase2_soh()
[all …]
/external/ltp/testcases/network/nfsv4/locks/
DREADME17 -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 |
/external/valgrind/coregrind/
Dm_redir.c243 const HChar** mandatory; /* non-NULL ==> abort V and print the member
898 if (sp->mark && (!sp->done) && sp->mandatory) in generate_and_add_actives()
906 vg_assert(sp->mandatory); in generate_and_add_actives()
930 for (strp = sp->mandatory; *strp; strp++) in generate_and_add_actives()
1256 const HChar** mandatory ) in add_hardwired_spec() argument
1278 spec->mandatory = mandatory; in add_hardwired_spec()
1332 const HChar** mandatory; in VG_() local
1334 mandatory = NULL; in VG_()
1338 mandatory = complain_about_stripped_glibc_ldso; in VG_()
1342 (Addr)&VG_(x86_linux_REDIR_FOR_index), mandatory); in VG_()
[all …]
/external/objenesis/tck/src/main/resources/org/objenesis/tck/candidates/
Dcandidates.properties39 …andidates.ConstructorWithMandatoryArguments = Constructor with mandatory arguments
40 …s.SerializableConstructorWithMandatoryArguments = Constructor with mandatory arguments (seria…
/external/webrtc/talk/app/webrtc/objc/public/
DRTCMediaConstraints.h36 - (id)initWithMandatoryConstraints:(NSArray *)mandatory
/external/curl/docs/cmdline-opts/
Dnetrc-optional.d7 and not mandatory as the --netrc option does.
/external/libxml2/test/relaxng/
Dcomps.rng78 <!-- <value>mandatory</value> ?? -->
94 <value>mandatory</value>
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
Dcoverage.txt12 9 Test removed because macro SIGQUEUE_MAX is not mandatory, and system-wide resource limit is hard…

12345678910