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

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
serializer.js 6 * @fileoverview A global serializer object which returns the current
10 goog.provide('cvox.Serializer');
18 cvox.Serializer = function() { };
25 cvox.Serializer.prototype.storeOn = function(store) {
35 cvox.Serializer.prototype.readFrom = function(store) {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Serializer.java 19 * $Id: Serializer.java 471981 2006-11-07 04:28:00Z minchau $
21 package org.apache.xml.serializer;
30 * The Serializer interface is implemented by a serializer to enable users to:
33 * <li>configure the serializer with key/value properties
42 * Serializer ser = SerializerFactory.getSerializer(props);
53 * ser.reset(); // get ready to use the serializer for another document
64 * org.apache.xml.serializer.Serializer ser;
69 * Serializer ser = SerializerFactory.getSerializer(props)
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
SerializerTests.java 45 Serializer s = new Serializer();
97 MoreAsserts.assertEquals("Serializer mismatch", bytes, expectedBytes);
103 Serializer.writeInteger(output, 384);
104 Serializer.writeInteger(output, 0);
105 Serializer.writeInteger(output, -1);
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Serializer.java 42 public class Serializer {
53 public Serializer() throws IOException {
57 public Serializer(OutputStream os) throws IOException {
62 public Serializer(boolean startDocument) throws IOException {
73 public Serializer(final OutputStream outputStream, final boolean startDocument)
147 public Serializer start(final int tag) throws IOException {
153 public Serializer end() throws IOException {
164 public Serializer tag(final int tag) throws IOException {
173 public Serializer data(final int tag, final String value) throws IOException {
183 public Serializer text(final String text) throws IOException
    [all...]
  /external/chromium_org/v8/src/
serialize.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.cpp 921 class Serializer {
931 Serializer(Writer& writer, MessagePortArray* messagePorts, ArrayBufferArray* arrayBuffers, WebBlobInfoArray* blobInfo, BlobDataHandleMap& blobDataHandles, v8::TryCatch& tryCatch, ScriptState* scriptState)
    [all...]
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 

Completed in 342 milliseconds