HomeSort by relevance Sort by last modified time
    Searched full:xml_tag_name (Results 1 - 11 of 11) sorted by null

  /sdk/docs/
Notes_on_WST_StructuredDocument.txt 64 XML_TAG_NAME:xml
76 XML_TAG_NAME
78 XML_TAG_NAME:resources
84 XML_TAG_NAME
86 XML_TAG_NAME:color
92 XML_TAG_NAME
94 XML_TAG_NAME:string
103 XML_TAG_NAME
105 XML_TAG_NAME:string
119 XML_TAG_NAME
    [all...]
  /external/oprofile/libop/
op_xml_out.c 90 char const * xml_tag_name(tag_t tag) function
106 ret = snprintf(buf, size, "<%s%s", xml_tag_name(tag),
129 ret = snprintf(buf, size, "</%s>\n", xml_tag_name(tag));
148 ret = snprintf(buf, size, " %s=\"%d\"", xml_tag_name(attr), value);
167 ret = snprintf(buf, size, " %s=\"%.2f\"", xml_tag_name(attr), value);
253 ret = snprintf(buf, size, " %s=", xml_tag_name(attr));
op_xml_out.h 63 char const * xml_tag_name(tag_t tag);
  /external/oprofile/libutil++/
xml_output.cpp 25 out << xml_tag_name(tag);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlCharacterMatcher.java 21 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_TAG_NAME;
85 } else if (!(type.equals(XML_TAG_CLOSE) || type.equals(XML_TAG_NAME)) &&
105 if (type.equals(XML_TAG_CLOSE) || type.equals(XML_TAG_NAME)) {
AndroidXmlAutoEditStrategy.java 22 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_TAG_NAME;
101 if (region != null && region.getType().equals(XML_TAG_NAME)) {
210 if (previous != null && previous.getType() == XML_TAG_NAME) {
243 if (next != null && next.getType() == XML_TAG_NAME) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 226 if (!DOMRegionContext.XML_TAG_NAME.equals(region.getType())) {
317 if (!DOMRegionContext.XML_TAG_NAME.equals(region.getType())) {
329 if (DOMRegionContext.XML_TAG_NAME.equals(type)) {
  /frameworks/base/core/java/android/speech/tts/
TtsEngines.java 188 private static final String XML_TAG_NAME = "tts-engine";
204 if (!XML_TAG_NAME.equals(parser.getName())) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistant.java 113 } else if (type.equals(DOMRegionContext.XML_TAG_NAME)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 591 DOMRegionContext.XML_TAG_NAME.equals(region.getType())) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
Hyperlinks.java     [all...]

Completed in 351 milliseconds