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

1 2 3

  /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.
  /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.
  /libcore/luni/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
  /libcore/luni/src/main/java/org/apache/xml/serializer/dom3/
DOM3SerializerImpl.java 100 * while serializing.
104 * @throws IOException if an I/O exception occured while serializing
  /libcore/luni/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
  /libcore/luni/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" i
    [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
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
MessageMicro.java 45 * sets the cached size. This is used internally when serializing
95 throw new RuntimeException("Serializing to a byte array threw an IOException "
  /dalvik/vm/jdwp/
ExpandBuf.c 17 * Implementation of an expandable byte buffer. Designed for serializing
  /external/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessageLite.java 55 "Serializing to a ByteString threw an IOException (should " +
69 "Serializing to a byte array threw an IOException " +
  /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/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h 143 // Should we generate a separate, super-optimized code path for serializing to
  /external/protobuf/src/google/protobuf/
unknown_field_set_unittest.cc 205 // Check that serializing the UnknownFieldSet produces the original data
231 // serializing via reflection.
message_lite.cc 54 // When serializing, we first compute the byte size, then serialize the message.
message_lite.h 162 // Methods for serializing in protocol buffer format. Most of these
  /external/chromium/base/crypto/
rsa_private_key.h 28 // Used internally by RSAPrivateKey for serializing and deserializing
  /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/protobuf/python/google/protobuf/internal/
type_checkers.py 172 # associated with serializing "value".

Completed in 802 milliseconds

1 2 3