HomeSort by relevance Sort by last modified time
    Searched refs:MANDATORY (Results 1 - 9 of 9) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DocumentDescriptor.java 30 * The document nodes are "mandatory", meaning the UI node is never deleted and it may lack
38 * The UI nodes will be non-mandatory.
47 super(xml_name, children, Mandatory.MANDATORY);
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/chrome/browser/policy/
user_policy_cache_unittest.cc 25 // Decodes a CloudPolicySettings object into two maps with mandatory and
29 PolicyMap* mandatory, PolicyMap* recommended);
142 em::PolicyOptions::MANDATORY);
149 PolicyMap mandatory; local
150 mandatory.Set(kPolicyHomepageLocation,
152 mandatory.Set(kPolicyJavascriptEnabled, Value::CreateBooleanValue(true));
155 EXPECT_TRUE(mandatory.Equals(mandatory_policy));
214 em::PolicyOptions::MANDATORY));
226 em::PolicyOptions::MANDATORY));
240 em::PolicyOptions::MANDATORY));
    [all...]
mock_device_management_backend.h 70 spdy_proto->mutable_policy_options()->set_mode(em::PolicyOptions::MANDATORY);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
PaletteMetadataDescriptor.java 47 descriptor.getChildren(), descriptor.getMandatory() == Mandatory.MANDATORY);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiElementNodeTest.java 23 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor.Mandatory;
55 }, Mandatory.MANDATORY_LAST);
58 Mandatory.MANDATORY);
64 }, Mandatory.MANDATORY);
88 * We declared the descriptors as having a "mandatory last" application element
89 * and a mandatory non-last uses-sdk element. This means if we create an empty
94 // Add the mandatory nodes with no XML backing, do it explicitly in the wrong order.
111 // We should get 2 children, the 2 mandatory nodes but this time with uses-sd
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 29 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor.Mandatory;
93 APPLICATION_ELEMENT = createElement("application", null, Mandatory.MANDATORY_LAST); //$NON-NLS-1$ + no child & mandatory
98 USES_SDK_ELEMENT = createElement("uses-sdk", null, Mandatory.MANDATORY); //$NON-NLS-1$ + no child & mandatory
114 Mandatory.MANDATORY);
266 true /*mandatory */,
275 true /*mandatory */,
    [all...]
  /external/chromium/net/tools/testserver/
device_management.py 19 sub-dictionaries: "mandatory" and "recommended". Both these hold the policy
27 "mandatory": {
282 policy = self._server.policy['google/chromeos/user']['mandatory']
402 'recommended' and 'mandatory'.
408 # it to mandatory if at least one of its members is mandatory.
416 if field.name in policies['mandatory']:
417 group_message.policy_options.mode = cp.PolicyOptions.MANDATORY
418 field_value = policies['mandatory'][field.name]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 728 milliseconds