Searched refs:serialize (Results 126 - 150 of 227) sorted by relevance

12345678910

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DInputType.cpp411 String localizedCandidate1 = localizeValue(serialize(candidate1));
415 String localizedCandidate2 = localizeValue(serialize(candidate2));
446 String InputType::serialize(const Decimal&) const function in class:WebCore::InputType
H A DInputType.h214 virtual String serialize(const Decimal&) const;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_query.c498 unsigned index, boolean *serialize)
502 if (*serialize) {
503 *serialize = FALSE;
496 nvc0_so_target_save_offset(struct pipe_context *pipe, struct pipe_stream_output_target *ptarg, unsigned index, boolean *serialize) argument
H A Dnvc0_context.h212 boolean *serialize);
H A Dnvc0_state_validate.c62 boolean serialize = FALSE; local
115 serialize = TRUE;
119 /* only register for writing, otherwise we'd always serialize here */
147 serialize = TRUE;
159 if (serialize)
H A Dnvc0_state.c914 boolean serialize = TRUE; local
924 nvc0_so_target_save_offset(pipe, nvc0->tfbbuf[i], i, &serialize);
933 nvc0_so_target_save_offset(pipe, nvc0->tfbbuf[i], i, &serialize);
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_query.c498 unsigned index, boolean *serialize)
502 if (*serialize) {
503 *serialize = FALSE;
496 nvc0_so_target_save_offset(struct pipe_context *pipe, struct pipe_stream_output_target *ptarg, unsigned index, boolean *serialize) argument
H A Dnvc0_context.h212 boolean *serialize);
H A Dnvc0_state_validate.c62 boolean serialize = FALSE; local
115 serialize = TRUE;
119 /* only register for writing, otherwise we'd always serialize here */
147 serialize = TRUE;
159 if (serialize)
H A Dnvc0_state.c914 boolean serialize = TRUE; local
924 nvc0_so_target_save_offset(pipe, nvc0->tfbbuf[i], i, &serialize);
933 nvc0_so_target_save_offset(pipe, nvc0->tfbbuf[i], i, &serialize);
/external/jdiff/
H A Dxerces.jar ... apache/xerces/xs/datatypes/ org/apache/xml/ org/apache/xml/serialize/ META-INF/services/javax.xml.datatype. ...
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_query.c368 unsigned index, boolean serialize)
372 if (serialize) {
366 nva0_so_target_save_offset(struct pipe_context *pipe, struct pipe_stream_output_target *ptarg, unsigned index, boolean serialize) argument
H A Dnv50_state.c998 boolean serialize = TRUE; local
1010 nva0_so_target_save_offset(pipe, nv50->so_target[i], i, serialize);
1011 serialize = FALSE;
1021 nva0_so_target_save_offset(pipe, nv50->so_target[i], i, serialize);
1022 serialize = FALSE;
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_query.c368 unsigned index, boolean serialize)
372 if (serialize) {
366 nva0_so_target_save_offset(struct pipe_context *pipe, struct pipe_stream_output_target *ptarg, unsigned index, boolean serialize) argument
H A Dnv50_state.c998 boolean serialize = TRUE; local
1010 nva0_so_target_save_offset(pipe, nv50->so_target[i], i, serialize);
1011 serialize = FALSE;
1021 nva0_so_target_save_offset(pipe, nv50->so_target[i], i, serialize);
1022 serialize = FALSE;
/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 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 DToXMLSAXHandler.java93 * @see DOMSerializer#serialize(Node)
95 public void serialize(Node node) throws IOException method in class:ToXMLSAXHandler
/external/chromium_org/third_party/skia/src/core/
H A DSkPicturePlayback.h72 void serialize(SkWStream*, SkPicture::EncodeBitmap) const;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DAACTrackImpl.java164 ByteBuffer data = descriptor.serialize();
/external/skia/src/core/
H A DSkPicturePlayback.h72 void serialize(SkWStream*, SkPicture::EncodeBitmap) const;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DHeapSnapshot.js107 serialize: function()
112 node: node.serialize(),
249 serialize: function()
254 node: node.serialize(),
392 serialize: function()
1146 console.log(JSON.stringify(dumpNode.serialize()));
1668 result[i] = this.item().serialize();
H A DJSHeapSnapshot.js535 serialize: function()
537 var result = WebInspector.HeapSnapshotNode.prototype.serialize.call(this);
/external/skia/tests/
H A DPictureTest.cpp266 picture.serialize(&stream);
353 picture.serialize(&wStream, &encode_bitmap_to_data);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaQueryExp.cpp280 String MediaQueryExp::serialize() const function in class:WebCore::MediaQueryExp

Completed in 1228 milliseconds

12345678910