/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
D | ManifestElementDescriptor.java | 50 Mandatory mandatory) { in ManifestElementDescriptor() argument 51 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory); in ManifestElementDescriptor() 71 boolean mandatory) { in ManifestElementDescriptor() argument 72 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory); in ManifestElementDescriptor()
|
D | ClassAttributeDescriptor.java | 57 boolean mandatory) { in ClassAttributeDescriptor() argument 61 if (mandatory) { in ClassAttributeDescriptor() 86 boolean mandatory, in ClassAttributeDescriptor() argument 92 if (mandatory) { in ClassAttributeDescriptor()
|
D | AndroidManifestDescriptors.java | 283 final boolean mandatory) { in overrideClassName() argument 303 mandatory, in overrideClassName() 312 mandatory, in overrideClassName() 321 mandatory, in overrideClassName() 329 mandatory); in overrideClassName() 344 Mandatory mandatory) { in createElement() argument 351 null, childrenElements, mandatory); in createElement()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/ |
D | ItemElementDescriptor.java | 47 ElementDescriptor[] children, boolean mandatory) { in ItemElementDescriptor() argument 48 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory); in ItemElementDescriptor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
D | ElementDescriptor.java | 85 Mandatory mandatory) { in ElementDescriptor() argument 86 mMandatory = mandatory; in ElementDescriptor() 113 boolean mandatory) { in ElementDescriptor() argument 114 mMandatory = mandatory ? Mandatory.MANDATORY : Mandatory.NOT_MANDATORY; in ElementDescriptor() 135 public ElementDescriptor(String xml_name, ElementDescriptor[] children, Mandatory mandatory) { in ElementDescriptor() argument 136 this(xml_name, prettyName(xml_name), null, null, null, children, mandatory); in ElementDescriptor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completionvalues1-expected-completion31.txt | 2 name : The mandatory name used in referring to this item.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/ |
D | ViewElementDescriptor.java | 97 ElementDescriptor[] children, boolean mandatory) { in ViewElementDescriptor() argument 98 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory); in ViewElementDescriptor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/ |
D | MenuDescriptors.java | 141 ElementDescriptor[] childrenElements, boolean mandatory) { in createElement() argument 144 null, childrenElements, mandatory); in createElement()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/ |
D | AnimatorDescriptors.java | 143 boolean mandatory) { in addElement() argument 149 null, childrenElements, mandatory); in addElement()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/ |
D | OtherXmlDescriptors.java | 231 ElementDescriptor[] childrenElements, boolean mandatory) { 234 null, childrenElements, mandatory);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
D | UiClassAttributeNode.java | 228 boolean mandatory, AttributeDescriptor attributeDescriptor, UiElementNode uiParent, 234 mMandatory = mandatory;
|