HomeSort by relevance Sort by last modified time
    Searched full:attribute_name (Results 26 - 50 of 58) sorted by null

12 3

  /cts/tests/SignatureTest/src/android/tests/sigtest/
SimpleSignatureTest.java 67 private static final String ATTRIBUTE_NAME = "name";
176 currentPackage = parser.getAttributeValue(null, ATTRIBUTE_NAME);
182 currentClass.addImplInterface(parser.getAttributeValue(null, ATTRIBUTE_NAME));
212 String fieldName = parser.getAttributeValue(null, ATTRIBUTE_NAME);
226 String methodName = parser.getAttributeValue(null, ATTRIBUTE_NAME);
257 String className = parser.getAttributeValue(null, ATTRIBUTE_NAME);
  /cts/tools/utils/
DescriptionGenerator.java 86 static final String ATTRIBUTE_NAME = "name";
320 String newName = getAttribute(suiteElem, ATTRIBUTE_NAME) + "."
321 + getAttribute(child, ATTRIBUTE_NAME);
322 setAttribute(child, ATTRIBUTE_NAME, newName);
365 String childName = child.getAttributes().getNamedItem(ATTRIBUTE_NAME)
424 setAttribute(caseNode, ATTRIBUTE_NAME, caze.mName);
478 setAttribute(suiteElem, ATTRIBUTE_NAME, name);
485 setAttribute(leafSuiteElem, ATTRIBUTE_NAME, suiteName);
CollectAllTests.java 131 setAttribute(testPackageElem, ATTRIBUTE_NAME, xmlName);
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttCode.java 29 public static final String ATTRIBUTE_NAME = "Code";
57 super(ATTRIBUTE_NAME);
  /external/chromium/webkit/glue/
dom_operations.h 88 // Puts the meta-elements of |document| that have the attribute |attribute_name|
92 const string16& attribute_name,
  /dalvik/dx/src/com/android/dx/cf/iface/
StdField.java 46 attribs.findFirst(AttConstantValue.ATTRIBUTE_NAME);
  /dalvik/dx/src/com/android/dx/command/annotool/
AnnotationLister.java 84 AttRuntimeInvisibleAnnotations.ATTRIBUTE_NAME);
92 AttRuntimeVisibleAnnotations.ATTRIBUTE_NAME);
103 AttRuntimeInvisibleAnnotations.ATTRIBUTE_NAME);
111 AttRuntimeVisibleAnnotations.ATTRIBUTE_NAME);
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdField.java 74 attribs.findFirst(AttConstantValue.ATTRIBUTE_NAME);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 142 ATTRIBUTE_NAME("Name"),
GLState.java 306 IGLProperty attributeName = new GLStringProperty(GLStateType.ATTRIBUTE_NAME, "");
  /external/chromium/chrome/common/extensions/
update_manifest.cc 71 static std::string GetAttribute(xmlNode* node, const char* attribute_name) {
72 const xmlChar* name = reinterpret_cast<const xmlChar*>(attribute_name);
  /external/chromium/chrome/common/
libxml_utils.h 151 bool AddAttribute(const std::string& attribute_name,
154 BAD_CAST attribute_name.c_str(),
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
Attribute_info.java 112 final CONSTANT_Utf8_info attribute_name = (CONSTANT_Utf8_info) constants.get (attribute_name_index); local
113 final String name = attribute_name.m_value;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 45 import static com.android.xml.AndroidManifest.ATTRIBUTE_NAME;
258 if (NODE_ACTIVITY.equals(tagName) && ATTRIBUTE_NAME.equals(attribute.getLocalName())
271 if (attribute != null && ATTRIBUTE_NAME.equals(attribute.getLocalName())
409 if (NODE_SERVICE.equals(nodeName) && ATTRIBUTE_NAME.equals(attribute.getLocalName())
452 && ATTRIBUTE_NAME.equals(attribute.getLocalName())
471 && ATTRIBUTE_NAME.equals(attribute.getLocalName())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 25 import static com.android.xml.AndroidManifest.ATTRIBUTE_NAME;
227 String name = activity.getAttributeNS(NS_RESOURCES, ATTRIBUTE_NAME);
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java 94 * A projection can also fetch any node attribute by appending a <code>@attribute_name</code>
  /libcore/luni/src/main/java/java/security/
Security.java 296 } else { // <crypto_service>.<algorithm_or_type> <attribute_name>
Provider.java 623 // <attribute_name>=<attrValue>
729 // <crypto_service>.<algorithm_or_type> <attribute_name>=<attrValue>
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java 308 Attribute attSf = attribs.findFirst(AttSourceFile.ATTRIBUTE_NAME);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java 241 * The map is attribute_name => (constant_name => integer_value).
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 361 + AndroidManifest.ATTRIBUTE_NAME;
  /external/proguard/docs/manual/
ant.html 404 <dt><a href="usage.html#keepattributes"><code><b>&lt;keepattribute name = </b></code></a>"<i>attribute_name</i>"
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
ant.html 419 <dt><a href="usage.html#keepattributes"><code><b>&lt;keepattribute name = </b></code></a>"<i>attribute_name</i>"
  /external/opencv/cxcore/include/
cxtypes.h     [all...]
  /external/tinyxml2/
tinyxml2.h 118 ATTRIBUTE_NAME = 0,
    [all...]

Completed in 4632 milliseconds

12 3