HomeSort by relevance Sort by last modified time
    Searched refs:XML (Results 1 - 25 of 347) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherFiles.java 15 private static final String XML = ".xml";
28 SHARED_PREFERENCES_KEY + XML,
30 MANAGED_USER_PREFERENCES_KEY + XML,
31 DEVICE_PREFERENCES_KEY + XML,
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
XMLTokener.java 29 * for the parsing of XML texts.
43 entity.put("amp", XML.AMP);
44 entity.put("apos", XML.APOS);
45 entity.put("gt", XML.GT);
46 entity.put("lt", XML.LT);
47 entity.put("quot", XML.QUOT);
84 * Get the next XML outer token, trimming whitespace. There are two kinds
102 return XML.LT;
125 * @throws JSONException If missing ';' in XML entity.
136 throw syntaxError("Missing ';' in XML entity: &" + sb)
    [all...]
JSONML.java 31 * This provides static methods to convert an XML text into a JSONArray or
32 * JSONObject, and to covert a JSONArray or JSONObject into an XML text using
40 * Parse XML values and store them in a JSONArray.
67 if (token == XML.LT) {
70 if (token == XML.SLASH) {
80 if (x.nextToken() != XML.GT) {
84 } else if (token == XML.BANG) {
109 } else if (token == XML.LT) {
111 } else if (token == XML.GT) {
116 } else if (token == XML.QUEST)
    [all...]
Test.java 76 j = XML.toJSONObject("<![CDATA[This is a collection of test patterns and examples for org.json.]]> Ignore the stuff past the end. ");
82 System.out.println(XML.toString(j));
85 j = XML.toJSONObject(s);
99 s = "<div id=\"demo\" class=\"JSONML\"><p>JSONML is a transformation between <b>JSON</b> and <b>XML</b> that preserves ordering of document features.</p><p>JSONML can work with JSON arrays or JSON objects.</p><p>Three<br/>little<br/>words</p></div>";
111 j = XML.toJSONObject(s);
203 System.out.println(XML.toString(j));
234 System.out.println(XML.toString(j));
245 s = "<xml one = 1 two=' \"2\" '><five></five>First \u0009&lt;content&gt;<five></five> This is \"content\". <three> 3 </three>JSON does not preserve the sequencing of elements and contents.<three> III </three> <three> T H R E E</three><four/>Content text is an implied structure in XML. <six content=\"6\"/>JSON does not have implied structure:<seven>7</seven>everything is explicit.<![CDATA[CDATA blocks<are><supported>!]]></xml>";
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Method.java 21 package org.apache.xml.serializer;
29 * <li>XML
54 * The output method type for XML documents: <tt>xml</tt>.
56 public static final String XML = "xml";
78 * XML or HTML type (depending on the first tag in the output being html or
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/
WireFormat.java 22 import com.google.polo.wire.xml.XmlWireAdapter;
30 XML; // XML, implemented by XmlWireInterface
44 case XML:
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 1 //===--- CommentToXML.h - Convert comments to XML representation ----------===//
39 SmallVectorImpl<char> &XML,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Index/
CommentToXML.h 1 //===--- CommentToXML.h - Convert comments to XML representation ----------===//
39 SmallVectorImpl<char> &XML,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Index/
CommentToXML.h 1 //===--- CommentToXML.h - Convert comments to XML representation ----------===//
39 SmallVectorImpl<char> &XML,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Index/
CommentToXML.h 1 //===--- CommentToXML.h - Convert comments to XML representation ----------===//
39 SmallVectorImpl<char> &XML,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Index/
CommentToXML.h 1 //===--- CommentToXML.h - Convert comments to XML representation ----------===//
39 SmallVectorImpl<char> &XML,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Index/
CommentToXML.h 1 //===--- CommentToXML.h - Convert comments to XML representation ----------===//
39 SmallVectorImpl<char> &XML,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Index/
CommentToXML.h 1 //===--- CommentToXML.h - Convert comments to XML representation ----------===//
39 SmallVectorImpl<char> &XML,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 1 //===--- CommentToXML.h - Convert comments to XML representation ----------===//
39 SmallVectorImpl<char> &XML,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Index/
CommentToXML.h 1 //===--- CommentToXML.h - Convert comments to XML representation ----------===//
39 SmallVectorImpl<char> &XML,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Index/
CommentToXML.h 1 //===--- CommentToXML.h - Convert comments to XML representation ----------===//
39 SmallVectorImpl<char> &XML,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Index/
CommentToXML.h 1 //===--- CommentToXML.h - Convert comments to XML representation ----------===//
39 SmallVectorImpl<char> &XML,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Index/
CommentToXML.h 1 //===--- CommentToXML.h - Convert comments to XML representation ----------===//
39 SmallVectorImpl<char> &XML,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Index/
CommentToXML.h 1 //===--- CommentToXML.h - Convert comments to XML representation ----------===//
39 SmallVectorImpl<char> &XML,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Index/
CommentToXML.h 1 //===--- CommentToXML.h - Convert comments to XML representation ----------===//
39 SmallVectorImpl<char> &XML,
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
JacocoCodeCoverageReportFormat.java 24 XML("<xml destfile=\"%s\" />", LogDataType.JACOCO_XML),
33 * @param antTagFormat The ant tag to be passed to build.xml
50 * Returns the ant tag format used to configure build.xml
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/
Locator2ImplTest.java 17 package org.apache.harmony.tests.org.xml.sax.ext;
21 import org.xml.sax.Locator;
22 import org.xml.sax.ext.Locator2Impl;
23 import org.xml.sax.helpers.LocatorImpl;
37 public static final String XML = "1.0";
60 inner.setXMLVersion(XML);
71 assertEquals(XML, outer.getXMLVersion());
96 l.setXMLVersion(XML);
97 assertEquals(XML, l.getXMLVersion());
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
xml.rb 8 lexer grammar XML;
56 {say("XML declaration")}
137 lexer = XML::Lexer.new( <<-'END'.fixed_indent( 0 ) )
138 <?xml version='1.0'?>
164 XML declaration
  /external/clang/include/clang/Index/
CommentToXML.h 1 //===--- CommentToXML.h - Convert comments to XML representation ----------===//
44 SmallVectorImpl<char> &XML,
  /external/selinux/dbus/
org.selinux.conf 1 <?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->

Completed in 885 milliseconds

1 2 3 4 5 6 7 8 91011>>