HomeSort by relevance Sort by last modified time
    Searched refs:mandatory (Results 26 - 50 of 107) sorted by null

12 3 4 5

  /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);
ClassAttributeDescriptor.java 38 /** indicates if the class parameter is mandatory */
51 * @param mandatory indicates if the class attribute is mandatory.
57 boolean mandatory) {
61 if (mandatory) {
77 * @param mandatory indicates if the class attribute is mandatory.
86 boolean mandatory,
92 if (mandatory) {
  /external/chromium/chrome/browser/policy/
user_policy_cache.h 40 PolicyMap* mandatory,
48 // If |mandatory| and |recommended| are both empty, and |policy_data|
50 // this field is decoded into |mandatory|.
52 PolicyMap* mandatory,
cloud_policy_cache_base.h 31 // Used to distinguish mandatory from recommended policies.
78 // contents to |{mandatory,recommended}_policy_|, and notifies observers.
89 // Decodes |policy_data|, populating |mandatory| and |recommended| with
92 PolicyMap* mandatory,
98 PolicyMap* mandatory,
device_policy_cache.h 56 PolicyMap* mandatory,
66 PolicyMap* mandatory,
user_policy_cache.cc 24 // Decodes a CloudPolicySettings object into two maps with mandatory and
28 PolicyMap* mandatory, PolicyMap* recommended);
144 PolicyMap* mandatory,
153 DecodePolicy(policy, mandatory, recommended);
154 MaybeDecodeOldstylePolicy(policy_data.policy_value(), mandatory, recommended);
183 PolicyMap* mandatory,
186 if (!mandatory->empty() || !recommended->empty())
210 PolicyMapProxy map_proxy(mandatory);
device_policy_cache.cc 240 PolicyMap* mandatory,
247 DecodeDevicePolicy(policy, mandatory, recommended);
270 PolicyMap* mandatory,
276 mandatory->Set(kPolicyPolicyRefreshRate,
cloud_policy_cache_base.cc 155 PolicyMap* mandatory,
175 return DecodePolicyData(policy_data, mandatory, recommended);
  /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);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCMediaConstraints.mm 38 // TODO(hughv): Add accessors for mandatory and optional constraints.
47 - (id)initWithMandatoryConstraints:(NSArray *)mandatory
50 _mandatory = [[self class] constraintsFromArray:mandatory];
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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/chromium_org/content/renderer/media/
rtc_media_constraints.cc 49 WebKit::WebVector<WebKit::WebMediaConstraint> mandatory;
50 constraints.getMandatoryConstraints(mandatory);
51 GetNativeMediaConstraints(mandatory, &mandatory_);
peer_connection_tracker.cc 40 MediaConstraintsInterface::Constraints mandatory = constraints.GetMandatory(); local
41 if (!mandatory.empty()) {
42 result += "mandatory: {";
43 for (size_t i = 0; i < mandatory.size(); ++i) {
44 result += mandatory[i].key + ":" + mandatory[i].value;
45 if (i != mandatory.size() - 1)
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
message_factory_test.py 56 msg.mandatory = 42
69 msg.circular_message.mandatory = 1
70 msg.circular_message.circular_message.mandatory = 2
79 msg.loop.loop.mandatory = 2
80 msg.loop.loop.loop.loop.mandatory = 4
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaConstraintsImpl.cpp 66 String mandatory("mandatory");
70 if (*it != mandatory && *it != optional)
74 if (names.contains(mandatory)) {
76 bool ok = constraints.get(mandatory, mandatoryConstraints);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Application.mk 7 # Don't remove this - mandatory
  /cts/suite/audio_quality/lib/include/task/
ModelBuilder.h 47 bool mandatory; // whether the child is mandatory or not member in struct:ModelBuilder::ChildInfo
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 39 * An UI node can be "mandatory", meaning the UI node is never deleted and it may lack
40 * an actual XML node attached. A non-mandatory UI node MUST have an XML node attached
59 private final Mandatory mMandatory;
61 public enum Mandatory {
63 MANDATORY,
69 * tooltip, SDK url, attributes list, children list and mandatory.
77 * @param mandatory Whether this node must always exist (even for empty models). A mandatory
78 * UI node is never deleted and it may lack an actual XML node attached. A non-mandatory
85 Mandatory mandatory)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
localvideosource.cc 149 bool mandatory,
172 if (mandatory) {
218 bool mandatory,
226 mandatory, &(*format_it))) {
236 const MediaConstraintsInterface::Constraints& mandatory,
243 for (ConstraintsIterator constraints_it = mandatory.begin();
244 constraints_it != mandatory.end(); ++constraints_it)
250 // Ok - all mandatory checked and we still have a candidate.
290 // Return false if the key is mandatory, and the value is invalid.
293 size_t mandatory = 0 local
    [all...]
  /external/chromium_org/tools/grit/grit/
exception.py 53 '''This element is missing a mandatory attribute'''
58 '''This element has 2 mutually exclusive mandatory attributes'''
  /external/objenesis/tck/src/org/objenesis/tck/candidates/
serializable-candidates.properties 66 org.objenesis.tck.candidates.SerializableConstructorWithMandatoryArguments = Constructor with mandatory arguments (serializable)
candidates.properties 74 org.objenesis.tck.candidates.ConstructorWithMandatoryArguments = Constructor with mandatory arguments
75 org.objenesis.tck.candidates.SerializableConstructorWithMandatoryArguments = Constructor with mandatory arguments (serializable)
  /development/testrunner/test_defs/
xml_suite_helper.py 87 def _ParseAttribute(self, suite_element, attribute_name, mandatory,
91 elif mandatory:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimatorDescriptors.java 89 xmlns, null, true /*mandatory*/);
95 xmlns, null, true /*mandatory*/);
100 xmlns, null, true /*mandatory*/);
133 * @param mandatory if true, this element is mandatory
143 boolean mandatory) {
149 null, childrenElements, mandatory);

Completed in 676 milliseconds

12 3 4 5