HomeSort by relevance Sort by last modified time
    Searched defs:NAME_ATTR (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/descriptors/
ResourcesDescriptors.java 48 public static final String NAME_ATTR = "name"; //$NON-NLS-1$
82 AttributeInfo nameAttrInfo = new AttributeInfo(NAME_ATTR, new Format[] { Format.STRING } );
90 new TextAttributeDescriptor(NAME_ATTR,
108 new TextAttributeDescriptor(NAME_ATTR,
126 new TextAttributeDescriptor(NAME_ATTR,
170 new TextAttributeDescriptor(NAME_ATTR,
188 new TextAttributeDescriptor(NAME_ATTR,
206 new TextAttributeDescriptor(NAME_ATTR,
225 new TextAttributeDescriptor(NAME_ATTR,
245 new TextAttributeDescriptor(NAME_ATTR,
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java 32 private static final String NAME_ATTR = "name";
122 serializer.attribute(CtsXmlResultReporter.ns, NAME_ATTR, getName());
184 setName(getAttribute(parser, NAME_ATTR));
TestPackageResult.java 50 private static final String NAME_ATTR = "name";
134 serializeAttribute(serializer, NAME_ATTR, mName);
172 setName(getAttribute(parser, NAME_ATTR));
  /frameworks/base/tools/aapt/
Command.cpp 347 NAME_ATTR = 0x01010003,
573 String8 name = getAttribute(tree, NAME_ATTR, &error);
581 String8 name = getAttribute(tree, NAME_ATTR, &error);
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 721 milliseconds