HomeSort by relevance Sort by last modified time
    Searched refs:serialize (Results 226 - 250 of 584) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/
Yaml.java 172 * Serialize a Java object into a YAML String.
198 * Serialize a sequence of Java objects into a YAML String.
211 * Serialize a Java object into a YAML stream.
225 * Serialize a sequence of Java objects into a YAML stream.
243 serializer.serialize(node);
253 * Serialize a Java object into a YAML string. Override the default root tag
306 * Serialize a Java object into a YAML string. Override the default root tag
328 * Serialize the representation tree into Events.
335 public List<Event> serialize(Node data) { method in class:Yaml
340 serializer.serialize(data)
    [all...]
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/lang/invoke/
SerializedLambdaTest.java 66 byte[] bytes = serialize(p);
77 byte[] bytes = serialize(p);
85 private byte[] serialize(Object o) throws IOException { method in class:SerializedLambdaTest
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsReport.java 133 // TODO(stuartscott): For v2: ReportLog.serialize(xml, mAdapter.getReportLog(i));
137 metricsXmlSerializer.serialize(reportLog);
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
SubPlan.java 111 public void serialize(OutputStream stream) throws IOException { method in class:SubPlan
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
PlanCreator.java 87 * Create and serialize a test plan derived from a result.
97 derivedPlan.serialize(new BufferedOutputStream(new FileOutputStream(mPlanFile)));
  /external/apache-http/src/org/apache/http/impl/
AbstractHttpClientConnection.java 167 this.entityserializer.serialize(
AbstractHttpServerConnection.java 187 this.entityserializer.serialize(
  /external/apache-xml/src/main/java/org/apache/xalan/serialize/
SerializerUtils.java 21 package org.apache.xalan.serialize;
34 * Class that contains only static methods that are used to "serialize",
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemCopyOf.java 31 import org.apache.xalan.serialize.SerializerUtils;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2_16.java 143 * Serialize a Trie2_16 onto an OutputStream.
153 public int serialize(OutputStream os) throws IOException { method in class:Trie2_16
Trie2_32.java 140 * Serialize a Trie2_32 onto an OutputStream.
150 public int serialize(OutputStream os) throws IOException { method in class:Trie2_32
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2_16.java 141 * Serialize a Trie2_16 onto an OutputStream.
151 public int serialize(OutputStream os) throws IOException { method in class:Trie2_16
Trie2_32.java 138 * Serialize a Trie2_32 onto an OutputStream.
148 public int serialize(OutputStream os) throws IOException { method in class:Trie2_32
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btTypedConstraint.cpp 110 const char* btTypedConstraint::serialize(void* dataBuffer, btSerializer* serializer) const function in class:btTypedConstraint
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btQuaternion.java 152 public void serialize(btQuaternionFloatData dataOut) { method in class:btQuaternion
btTransform.java 140 public void serialize(btTransformFloatData dataOut) { method in class:btTransform
  /external/libxml2/
check-xinclude-test-suite.py 115 result = doc.serialize()
  /external/mesa3d/src/gallium/state_trackers/clover/core/
module.cpp 34 /// Serialize the specified object.
56 /// (De)serialize a scalar value.
71 /// (De)serialize a vector.
91 /// (De)serialize a module::section.
103 /// (De)serialize a module::argument.
114 /// (De)serialize a module::symbol.
126 /// (De)serialize a module.
140 module::serialize(compat::ostream &os) const { function in class:clover::module
  /external/skia/experimental/fiddle/
fiddle_main.cpp 142 picture->serialize(&skpStream);
  /external/skia/include/core/
SkTypeface.h 145 void serialize(SkWStream*) const;
147 /** Given the data previously written by serialize(), return a new instance
  /external/skia/samplecode/
SamplePictFile.cpp 183 p2->serialize(&writer);
  /external/skia/src/core/
SkFontDescriptor.cpp 111 void SkFontDescriptor::serialize(SkWStream* stream) { function in class:SkFontDescriptor
SkPictureData.cpp 52 // These indices are logically 1-based, but we need to serialize them
203 array[i]->serialize(stream);
247 void SkPictureData::serialize(SkWStream* stream, function in class:SkPictureData
254 // We serialize all typefaces into the typeface section of the top-level picture.
267 // Dummy serialize our sub-pictures for the side effect of filling
276 fPictureRefs[i]->serialize(&devnull, pixelSerializer, typefaceSet);
290 // Write sub-pictures by calling serialize again.
294 fPictureRefs[i]->serialize(stream, pixelSerializer, typefaceSet);
426 // Newer .skp files serialize all typefaces with the top picture.
SkPictureData.h 71 void serialize(SkWStream*, SkPixelSerializer*, SkRefCntSet*) const;
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory_Delegate.java 80 bm.setNinePatchChunk(NinePatch_Delegate.serialize(chunk));

Completed in 790 milliseconds

1 2 3 4 5 6 7 8 91011>>