/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | ValueCompleter.java | 66 EnumSet<Format> formats = info.getFormats(); in getProposals() local 75 if (formats.contains(STRING) in getProposals() 77 && (formats.size() > 1 && formats.contains(REFERENCE) || in getProposals() 78 formats.size() > 2) in getProposals() 85 && (formats.contains(DIMENSION) in getProposals() 86 || formats.contains(INTEGER) in getProposals() 87 || formats.contains(FLOAT))) { in getProposals() 99 if (formats.contains(Format.DIMENSION)) { in getProposals() 104 } else if (formats.contains(Format.INTEGER)) { in getProposals() 110 if (formats.contains(REFERENCE) || contents.startsWith(PREFIX_RESOURCE_REF) in getProposals() [all …]
|
D | XmlPropertyEditor.java | 419 EnumSet<Format> formats = attributeInfo.getFormats(); in openDialog() local 422 if (formats.contains(Format.FLAG)) { in openDialog() 433 } else if (formats.contains(Format.ENUM)) { in openDialog() 444 for (Format format : formats) { in openDialog()
|
D | PropertyFactory.java | 196 EnumSet<Format> formats = info.getFormats(); in getProperties() local 197 if (formats.contains(Format.BOOLEAN)) { in getProperties() 199 } else if (formats.contains(Format.ENUM)) { in getProperties()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
D | AttrsXmlParser.java | 503 EnumSet<Format> formats = null; in parseAttributeTypes() local 517 if (formats == null) { in parseAttributeTypes() 518 formats = format.asSet(); in parseAttributeTypes() 520 if (formats.size() == 1) { in parseAttributeTypes() 521 formats = EnumSet.copyOf(formats); in parseAttributeTypes() 523 formats.add(format); in parseAttributeTypes() 532 if (formats == null) { in parseAttributeTypes() 533 formats = Format.ENUM_SET; in parseAttributeTypes() 535 if (formats.size() == 1) { in parseAttributeTypes() 536 formats = EnumSet.copyOf(formats); in parseAttributeTypes() [all …]
|
D | AttributeInfo.java | 74 public AttributeInfo(@NonNull String name, @NonNull EnumSet<Format> formats) { in AttributeInfo() argument 76 mFormats = formats; in AttributeInfo() 85 public AttributeInfo(@NonNull String name, @NonNull EnumSet<Format> formats, String javadoc) { in AttributeInfo() argument 87 mFormats = formats; in AttributeInfo()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | TestAttributeInfo.java | 36 public TestAttributeInfo(String name, EnumSet<Format> formats, String definedBy, in TestAttributeInfo() argument 40 this.mFormats = formats; in TestAttributeInfo()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
D | VboDetailProvider.java | 100 List<String> formats = new ArrayList<String>(values.length); in createControl() local 102 formats.add(format.name()); in createControl() 106 mDisplayFormatCombo.setItems(formats.toArray(new String[formats.size()])); in createControl()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/ |
D | AnimationContentAssist.java | 129 EnumSet<Format> formats = desc.getAttributeInfo().getFormats(); in computeAttributeValues() local 130 if (formats.contains(Format.INTEGER) in computeAttributeValues() 131 || formats.contains(Format.FLOAT)) { in computeAttributeValues()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | ValueCompleterTest.java | 41 String property, EnumSet<Format> formats, String[] values, in checkCompletion() argument 46 new TestAttributeInfo(property, formats, "unittest", values, values, null); in checkCompletion()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | color1-expected-completion46b.txt | 20 …followed by the Alpha-Red-Green-Blue information in one of the following formats: * RGB * ARGB * R…
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | BaseViewRule.java | 704 EnumSet<Format> formats = attrInfo.getFormats(); in getPropertyMetadata() local 709 if (formats.contains(IAttributeInfo.Format.BOOLEAN)) { in getPropertyMetadata() 711 } else if (formats.contains(IAttributeInfo.Format.ENUM)) { in getPropertyMetadata() 721 } else if (formats.contains(IAttributeInfo.Format.FLAG)) { in getPropertyMetadata()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | AndroidContentAssist.java | 1247 EnumSet<Format> formats = attributeInfo.getFormats(); in completeSuffix() local 1251 boolean hasDimension = formats.contains(Format.DIMENSION); in completeSuffix() 1252 boolean hasFraction = formats.contains(Format.FRACTION); in completeSuffix() 1296 boolean hasFlag = formats.contains(Format.FLAG); in completeSuffix()
|
/sdk/files/typos/ |
D | typos-hu.txt | 160 # The above rights may be exercised in all media and formats whether now 163 # in other media and formats. Subject to Section 8(f), all rights not
|
D | typos-nb.txt | 160 # The above rights may be exercised in all media and formats whether now 163 # in other media and formats. Subject to Section 8(f), all rights not
|
D | typos-it.txt | 160 # The above rights may be exercised in all media and formats whether now 163 # in other media and formats. Subject to Section 8(f), all rights not
|
D | typos-tr.txt | 160 # The above rights may be exercised in all media and formats whether now 163 # in other media and formats. Subject to Section 8(f), all rights not
|
D | typos-es.txt | 160 # The above rights may be exercised in all media and formats whether now 163 # in other media and formats. Subject to Section 8(f), all rights not
|
D | typos-pt.txt | 160 # The above rights may be exercised in all media and formats whether now 163 # in other media and formats. Subject to Section 8(f), all rights not
|
D | typos-de.txt | 160 # The above rights may be exercised in all media and formats whether now 163 # in other media and formats. Subject to Section 8(f), all rights not
|
D | typos-en.txt | 160 # The above rights may be exercised in all media and formats whether now 163 # in other media and formats. Subject to Section 8(f), all rights not
|
/sdk/eclipse/ |
D | changes.txt | 219 - New XML formatter which formats all XML files according to the
|