HomeSort by relevance Sort by last modified time
    Searched full:serializing (Results 1 - 25 of 53) sorted by null

1 2 3

  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
SerializationStressTest0.java 152 fail("IOException serializing data : " + e.getMessage());
173 fail("IOException serializing data : " + e.getMessage());
200 fail("IOException serializing data : " + e.getMessage());
227 fail("IOException serializing data : " + e.getMessage());
247 fail("IOException serializing data : " + e.getMessage());
269 fail("IOException serializing data : " + e.getMessage());
287 fail("IOException serializing data : " + e.getMessage());
305 fail("IOException serializing data : " + e.getMessage());
328 fail("IOException serializing data : " + e.getMessage());
346 fail("IOException serializing data : " + e.getMessage())
    [all...]
SerializationStressTest1.java 390 fail("IOException serializing data : " + e.getMessage());
422 fail("IOException serializing data : " + e.getMessage());
456 fail("IOException serializing data : " + e.getMessage());
490 fail("IOException serializing data : " + e.getMessage());
524 fail("IOException serializing data : " + e.getMessage());
558 fail("IOException serializing data : " + e.getMessage());
592 fail("IOException serializing data: " + e.getMessage());
626 fail("IOException serializing data : " + e.getMessage());
660 fail("IOException serializing data : " + e.getMessage());
694 fail("IOException serializing " + objToSave + " :
    [all...]
SerializationStressTest3.java 426 fail("IOException serializing " + objToSave + " : "
461 fail("IOException serializing " + objToSave + " : "
496 fail("IOException serializing " + objToSave + " : "
531 fail("IOException serializing " + objToSave + " : "
566 fail("IOException serializing " + objToSave + " : "
601 fail("IOException serializing " + objToSave + " : "
636 fail("IOException serializing " + objToSave + " : "
671 fail("IOException serializing " + objToSave + " : "
705 fail("IOException serializing " + objToSave + " : "
740 fail("IOException serializing " + objToSave + " :
    [all...]
SerializationStressTest4.java 94 fail("IOException serializing " + objToSave + " : "
152 fail("IOException serializing " + objToSave + " : "
191 fail("IOException serializing " + objToSave + " : "
230 fail("IOException serializing " + objToSave + " : "
283 fail("IOException serializing " + objToSave + " : "
321 fail("Exception serializing " + objToSave + " : " + e.getMessage());
355 fail("IOException serializing " + objToSave + " : "
400 fail("IOException serializing " + objToSave + " : "
458 fail("IOException serializing " + objToSave + " : "
492 fail("Exception serializing " + objToSave + " : " + e.getMessage())
    [all...]
SerializationStressTest2.java 833 fail("IOException serializing " + objToSave + " : "
872 fail("IOException serializing " + objToSave + " : "
910 fail("IOException serializing " + objToSave + " : "
948 fail("IOException serializing " + objToSave + " : "
    [all...]
  /external/webkit/WebKit/chromium/src/
WebPageSerializerImpl.h 57 // Get html data by serializing all frames of current page with lists
136 // This meta element need to be skipped when serializing DOM.
159 // Before we begin serializing open tag of a element, we give the target
164 // After we finish serializing open tag of a element, we give the target
168 // Before we begin serializing end tag of a element, we give the target
173 // After we finish serializing end tag of a element, we give the target
WebPageSerializerImpl.cpp 137 // serializing open tag of HEAD element.
146 // serializing DOM.
163 // Comment the BASE tag when serializing dom.
248 // After we finish serializing end tag of a element, we give the target
257 // Comment the BASE tag when serializing DOM.
502 // Go through all frames for serializing DOM for whole page, include
505 // Get current serializing frame.
531 // Flush the remainder data and finish serializing current frame.
539 // frames are finished serializing.
DevToolsRPC.h 300 // serializing method calls and ClassDispatch that is capable of dispatching
  /dalvik/libcore/luni/src/main/java/java/io/
WriteAbortedException.java 43 * serializing the object filled in.
48 * the exception that was thrown when serializing the object.
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
DOMSerializer.java 66 * exception occured while serializing.
71 * @throws IOException if an I/O exception occured while serializing
Serializer.java 96 * serializer is in the process of serializing a document.
119 * the process of serializing a document.
142 * called while the serializer is in the process of serializing
215 * output stream prior to serializing, or to reuse the existing
DOM3Serializer.java 118 * exception occured while serializing.
123 * @throws IOException if an I/O exception occured while serializing
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3SerializerImpl.java 100 * while serializing.
104 * @throws IOException if an I/O exception occured while serializing
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
CDATASection.java 40 * an escape mechanism when serializing. Therefore, action needs to be taken
41 * when serializing a <code>CDATASection</code> with a character encoding
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSSerializerFilter.java 29 * <p> When serializing an <code>Element</code>, the element is passed to the
40 * identity) may be reused during the process of filtering and serializing a
LSSerializer.java 20 * A <code>LSSerializer</code> provides an API for serializing (writing) a
80 * serializing the children of the document fragment in the order they
99 * characters, using the hexadecimal representation when serializing
109 * as a <code>DOMError</code> fatal error. An example would be serializing
143 * while serializing a document is the algorithm defined in Appendix B.1,
146 * <p> While serializing a document, the parameter "discard-default-content"
148 * <p> While serializing, errors and warnings are reported to the application
151 * errors and warnings that can occur while serializing a DOM node, but some
182 * <code>LSSerializer</code> when serializing a DOM node.
200 * Serializing an XML 1.1 document when "canonical-form" is
    [all...]
  /external/webkit/WebKit/chromium/public/
WebPageSerializerClient.h 44 // definition to indicate the serialization status of serializing all html
WebPageSerializer.h 43 // Get html data by serializing all frames of current page with lists
  /dalvik/vm/jdwp/
ExpandBuf.c 17 * Implementation of an expandable byte buffer. Designed for serializing
  /external/bluetooth/glib/gio/
gicon.c 48 * serializing an icon to and from strings.
58 * For serializing a #GIcon, use g_icon_to_string() and
  /external/kernel-headers/original/asm-arm/
atomic.h 203 /* Atomic operations are already serializing on ARM */
  /external/guava/src/com/google/common/collect/
Serialization.java 30 * Provides static methods for serializing collection classes.
  /external/kernel-headers/original/asm-x86/
atomic_32.h 259 /* Atomic operations are already serializing on x86 */
  /external/webkit/WebKit/mac/WebView/
WebArchive.mm 372 LOG(Timing, "Serializing web archive to raw CFPropertyList data took %f seconds", duration);
  /external/v8/src/
serialize.cc 848 // the number of GC roots when serializing and deserializing.
874 // the number of GC roots when serializing and deserializing.
922 // We don't support serializing installed extensions.
    [all...]

Completed in 556 milliseconds

1 2 3