Searched defs:serialize (Results 76 - 97 of 97) sorted by relevance

1234

/external/webkit/Source/WebKit/chromium/src/
H A DWebPageSerializerImpl.cpp207 // because of this issue. So when we serialize the DOM, we need to
309 // Go through all attributes and serialize them.
470 // Return now if user only needs to serialize specified frame, not including
493 bool WebPageSerializerImpl::serialize() function in class:WebKit::WebPageSerializerImpl
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js3478 serialize: function(form, options) {
3544 options.parameters = form.serialize(true);
3573 serialize: function(element) {
3729 return Form.serialize(this.element);
3782 return Form.serialize(this.element);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToTextSAXHandler.java140 * @see DOMSerializer#serialize(Node)
142 public void serialize(Node node) throws IOException method in class:ToTextSAXHandler
H A DToXMLSAXHandler.java93 * @see DOMSerializer#serialize(Node)
95 public void serialize(Node node) throws IOException method in class:ToXMLSAXHandler
H A DToUnknownStream.java206 * @see DOMSerializer#serialize(Node)
209 public void serialize(Node node) throws IOException method in class:ToUnknownStream
215 m_handler.serialize(node);
H A DToStream.java210 * @param node Node to serialize.
213 public void serialize(Node node) throws IOException method in class:ToStream
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DAudioSpecificConfig.java516 throw new UnsupportedOperationException("can't serialize that yet");
521 public ByteBuffer serialize() { method in class:AudioSpecificConfig
529 throw new UnsupportedOperationException("can't serialize that yet");
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPSerializerRDF.java71 /** the output stream to serialize to */
90 * @param out outputStream the output stream to serialize to
95 public void serialize(XMPMeta xmp, OutputStream out, method in class:XMPSerializerRDF
190 throw new XMPException("Inconsistent options for exact size serialize",
212 throw new XMPException("Inconsistent options for non-packet serialize",
/external/e2fsprogs/misc/
H A Dfsck.c107 int serialize = 0; variable
1040 fsck_device(fs, serialize);
1048 if (serialize ||
1206 serialize++;
1295 if ((num_devices == 1) || (serialize))
1303 serialize++;
1325 if (serialize ||
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp53 /* 03 */ {"serialize", NULL, NULL, NULL, 'z', UOPT_NO_ARG, 0},
124 void serialize(FILE *f, const UChar *c) function
143 void serialize(FILE *f, const UChar *c, int l) function
162 void serialize(FILE *f, UCollationElements *iter) { function
170 serialize(f, codepoint, iter->iteratordata_.endp - codepoint);
175 serialize(f, codepoint);
180 serialize(stdout, codepoint);
243 void serialize(FILE *f, UChar *rule, int rlen, UBool contractiononly, function
280 serialize(f, iter);
347 void serialize(cons function
476 void serialize() { function
[all...]
/external/webkit/Source/WebCore/html/
H A DInputType.cpp390 String InputType::serialize(double) const function in class:WebCore::InputType
/external/skia/src/core/
H A DSkPicturePlayback.cpp314 array[i]->serialize(stream);
318 void SkPicturePlayback::serialize(SkWStream* stream) const { function in class:SkPicturePlayback
370 fPictureRefs[i]->serialize(stream);
/external/webkit/Source/WebCore/bindings/js/
H A DSerializedScriptValue.cpp253 static SerializationReturnCode serialize(ExecState* exec, JSValue value, Vector<uint8_t>& out) function in class:WebCore::CloneSerializer
256 return serializer.serialize(value);
259 static bool serialize(String s, Vector<uint8_t>& out) function in class:WebCore::CloneSerializer
280 SerializationReturnCode serialize(JSValue in);
481 // Any other types are expected to serialize as null.
611 SerializationReturnCode CloneSerializer::serialize(JSValue in) function in class:WebCore::CloneSerializer
1344 SerializationReturnCode code = CloneSerializer::serialize(exec, value, buffer);
1363 if (!CloneSerializer::serialize(string, buffer))
/external/webkit/Source/WebCore/bindings/v8/
H A DSerializedScriptValue.cpp356 Status serialize(v8::Handle<v8::Value> value) function in class:WebCore::__anon14506::Serializer
1227 status = serializer.serialize(value);
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.cpp2062 bool serialize = true; local
2064 serialize = JSValueToBoolean(context, arguments[0]);
2066 LayoutTestController::setSerializeHTTPLoads(serialize);
/external/clang/lib/Frontend/
H A DASTUnit.cpp2475 serialize(Out);
2491 bool ASTUnit::serialize(raw_ostream &OS) { function in class:ASTUnit
/external/jdiff/
H A Dxerces.jar ... apache/xerces/xs/datatypes/ org/apache/xml/ org/apache/xml/serialize/ META-INF/services/javax.xml.datatype. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1141 milliseconds

1234