HomeSort by relevance Sort by last modified time
    Searched refs:mandatory (Results 1 - 25 of 412) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/talk/app/webrtc/objc/
RTCMediaConstraintsNative.cc 37 const MediaConstraintsInterface::Constraints& mandatory,
39 : mandatory_(mandatory), optional_(optional) {}
RTCMediaConstraintsNative.h 39 const MediaConstraintsInterface::Constraints& mandatory,
RTCMediaConstraints.mm 38 // TODO(hughv): Add accessors for mandatory and optional constraints.
47 - (id)initWithMandatoryConstraints:(NSArray*)mandatory
50 _mandatory = [[self class] constraintsFromArray:mandatory];
  /external/webrtc/talk/app/webrtc/objc/public/
RTCMediaConstraints.h 34 // Initializer for RTCMediaConstraints. The parameters mandatory and optional
36 - (id)initWithMandatoryConstraints:(NSArray *)mandatory
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
attr-merge-unknown-1.d 5 #error: Unknown mandatory EABI object attribute 40
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
RTCMediaConstraints+JSON.m 15 static NSString const *kRTCMediaConstraintsMandatoryKey = @"mandatory";
21 NSDictionary *mandatory = dictionary[kRTCMediaConstraintsMandatoryKey];
23 [NSMutableArray arrayWithCapacity:[mandatory count]];
24 [mandatory enumerateKeysAndObjectsUsingBlock:^(
  /external/wpa_supplicant_8/src/wps/
wps_validate.c 21 static int wps_validate_version(const u8 *version, int mandatory)
24 if (mandatory) {
40 static int wps_validate_version2(const u8 *version2, int mandatory)
43 if (mandatory) {
59 static int wps_validate_request_type(const u8 *request_type, int mandatory)
62 if (mandatory) {
78 static int wps_validate_response_type(const u8 *response_type, int mandatory)
81 if (mandatory) {
129 int mandatory)
134 if (mandatory) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
__future__.py 77 self.mandatory = mandatoryRelease
89 """Return release in which this feature will become mandatory.
95 return self.mandatory
99 self.mandatory,
  /external/python/cpython2/Lib/
__future__.py 77 self.mandatory = mandatoryRelease
89 """Return release in which this feature will become mandatory.
95 return self.mandatory
99 self.mandatory,
  /external/webrtc/webrtc/api/objc/
RTCMediaConstraints.mm 23 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);
RTCMediaConstraints.h 19 /** Initialize with mandatory and/or optional constraints. */
21 (nullable NSDictionary<NSString *, NSString *> *)mandatory
  /prebuilts/gdb/darwin-x86/lib/python2.7/
__future__.py 77 self.mandatory = mandatoryRelease
89 """Return release in which this feature will become mandatory.
95 return self.mandatory
99 self.mandatory,
  /prebuilts/gdb/linux-x86/lib/python2.7/
__future__.py 77 self.mandatory = mandatoryRelease
89 """Return release in which this feature will become mandatory.
95 return self.mandatory
99 self.mandatory,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
__future__.py 77 self.mandatory = mandatoryRelease
89 """Return release in which this feature will become mandatory.
95 return self.mandatory
99 self.mandatory,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
__future__.py 77 self.mandatory = mandatoryRelease
89 """Return release in which this feature will become mandatory.
95 return self.mandatory
99 self.mandatory,
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
attr-unknown-1.d 6 #error: .*error: unknown mandatory EABI object attribute 54
attr-unknown-2.d 6 #error: .*error: unknown mandatory EABI object attribute 55
attr-unknown-7.d 6 #error: .*error: unknown mandatory EABI object attribute 1024
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ManifestElementDescriptor.java 42 * @param mandatory Whether this node must always exist (even for empty models).
50 Mandatory mandatory) {
51 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory);
63 * @param mandatory Whether this node must always exist (even for empty models).
71 boolean mandatory) {
72 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory);
  /external/webrtc/webrtc/api/objctests/
RTCMediaConstraintsTest.mm 26 NSDictionary *mandatory = @{@"key1": @"value1", @"key2": @"value2"};
30 initWithMandatoryConstraints:mandatory
37 [self expectConstraints:mandatory inNativeConstraints:nativeMandatory];
  /external/curl/docs/cmdline-opts/
netrc-optional.d 7 and not mandatory as the --netrc option does.
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
Dependency.java 45 public void setMandatory(boolean mandatory) {
46 mMandatory = mandatory;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
ItemElementDescriptor.java 32 * tooltip, SDK url, attributes list, children list and mandatory.
40 * @param mandatory Whether this node must always exist (even for empty models). A mandatory
41 * UI node is never deleted and it may lack an actual XML node attached. A non-mandatory
47 ElementDescriptor[] children, boolean mandatory) {
48 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test___future__.py 31 mandatory = value.getMandatoryRelease()
49 if mandatory is not None:
50 check(mandatory, "mandatory")
51 a(optional < mandatory,
52 "optional not less than mandatory, and mandatory not None")
  /external/python/cpython2/Lib/test/
test___future__.py 30 mandatory = value.getMandatoryRelease()
48 if mandatory is not None:
49 check(mandatory, "mandatory")
50 a(optional < mandatory,
51 "optional not less than mandatory, and mandatory not None")

Completed in 1131 milliseconds

1 2 3 4 5 6 7 8 91011>>