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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
ValuesDescriptors.java 50 public static final String NAME_ATTR = "name"; //$NON-NLS-1$
86 AttributeInfo nameAttrInfo = new AttributeInfo(NAME_ATTR, Format.STRING_SET);
94 new TextAttributeDescriptor(NAME_ATTR,
111 new TextAttributeDescriptor(NAME_ATTR,
128 new TextAttributeDescriptor(NAME_ATTR,
167 new TextAttributeDescriptor(NAME_ATTR,
184 new TextAttributeDescriptor(NAME_ATTR,
201 new TextAttributeDescriptor(NAME_ATTR,
218 new TextAttributeDescriptor(NAME_ATTR,
237 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,
580 String8 name = getAttribute(tree, NAME_ATTR, &error);
588 String8 name = getAttribute(tree, NAME_ATTR, &error);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 335 milliseconds