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

  /external/testng/src/main/java/org/testng/reporters/
XMLUtils.java 37 xmlOpen(result, indent, name, attributes, true /* no newline */);
79 public static void xmlOpen(IBuffer result, String indent, String tag,
81 xmlOpen(result, indent, tag, attributes, false /* no newline */);
104 public static void xmlOpen(IBuffer result, String indent, String tag,
XMLStringBuffer.java 103 XMLUtils.xmlOpen(m_buffer, m_currentIndent, tagName + schema, attributes);
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/bmfont/
BitmapFontWriter.java 169 String xmlOpen = xml ? "\t<" : "";
179 buf.append(xmlOpen).append("info face=\"").append(info.face == null ? "" : info.face.replaceAll("\"", "'"))
190 buf.append(xmlOpen).append("common lineHeight=").append(quote(lineHeight)).append(" base=").append(quote(base))
198 buf.append(xmlTab).append(xmlOpen).append("page id=").append(quote(i)).append(" file=\"").append(pageRefs[i])
216 buf.append(xmlOpen).append("chars count=").append(quote(glyphs.size)).append(xmlClose).append("\n");
231 buf.append(xmlTab).append(xmlOpen).append("char id=").append(quote(String.format("%-6s", g.id), true)).append("x=")
256 kernBuf.append(xmlTab).append(xmlOpen).append("kerning first=").append(quote(first.id)).append(" second=")
263 buf.append(xmlOpen).append("kernings count=").append(quote(kernCount)).append(xmlClose).append("\n");
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 84 milliseconds