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

1 2 3 45 6 7 8 91011>>

  /frameworks/rs/
rsComponent.h 48 void serialize(OStream *stream) const;
rsProgramFragment.h 37 virtual void serialize(Context *rsc, OStream *stream) const;
rsProgramRaster.h 49 virtual void serialize(Context *rsc, OStream *stream) const;
rsProgramVertex.h 44 virtual void serialize(Context *rsc, OStream *stream) const;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/serializer/
SerializerTest.java 65 serializer.serialize(new ScalarNode(new Tag("!foo"), "bar", null, null, (char) 0));
89 serializer.serialize(new ScalarNode(new Tag("!foo"), "bar", null, null, (char) 0));
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
model.py 89 Subclasses should provide implementations for the "serialize" and
149 body_value = self.serialize(body_value)
212 def serialize(self, body_value): member in class:BaseModel
254 def serialize(self, body_value): member in class:JsonModel
330 protocol_buffer: The protocol buffer class used to de-serialize a
335 def serialize(self, body_value): member in class:ProtocolBufferModel
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btConeTwistConstraint.h 303 virtual const char* serialize(void* dataBuffer, btSerializer* serializer) const;
361 SIMD_FORCE_INLINE const char* btConeTwistConstraint::serialize(void* dataBuffer, btSerializer* serializer) const function in class:btConeTwistConstraint
364 btTypedConstraint::serialize(&cone->m_typeConstraintData,serializer);
366 m_rbAFrame.serialize(cone->m_rbAFrame);
367 m_rbBFrame.serialize(cone->m_rbBFrame);
btGeneric6DofSpring2Constraint.h 341 virtual const char* serialize(void* dataBuffer, btSerializer* serializer) const;
596 SIMD_FORCE_INLINE const char* btGeneric6DofSpring2Constraint::serialize(void* dataBuffer, btSerializer* serializer) const function in class:btGeneric6DofSpring2Constraint
599 btTypedConstraint::serialize(&dof->m_typeConstraintData,serializer);
601 m_frameInA.serialize(dof->m_rbAFrame);
602 m_frameInB.serialize(dof->m_rbBFrame);
643 m_linearLimits.m_lowerLimit.serialize( dof->m_linearLowerLimit );
644 m_linearLimits.m_upperLimit.serialize( dof->m_linearUpperLimit );
645 m_linearLimits.m_bounce.serialize( dof->m_linearBounce );
646 m_linearLimits.m_stopERP.serialize( dof->m_linearStopERP );
647 m_linearLimits.m_stopCFM.serialize( dof->m_linearStopCFM )
    [all...]
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DeviceInfoResultTest.java 91 String serializedOutput = serialize(serializedInfo);
148 * Helper method to serialize given object to XML
150 private String serialize(DeviceInfoResult serializedInfo) method in class:DeviceInfoResultTest
155 serializedInfo.serialize(xmlSerializer);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
FASerializer.java 64 public String serialize(State s) { method in class:FASerializer
68 return serialize(s, true);
79 public String serialize(State s, boolean renumber) { method in class:FASerializer
108 * identical state machines will serialize the same way.
  /external/autotest/scheduler/shard/
shard_client_integration_tests.py 105 serialized_host = host.serialize()
115 serialized_user = user.serialize()
129 serialized_user = user.serialize()
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
serializer_test.js 26 serializer.serialize(document);
40 serializedResult = serializer.serialize(document);
64 serializedResult = serializer.serialize(document);
87 serializedResult = serializer.serialize(document);
123 serializedResult = serializer.serialize(document);
143 serializedResult = TestUtils.removeNewLines(serializer.serialize(document)),
  /frameworks/base/tools/preload2/src/com/android/preload/
DumpDataIO.java 43 * Serialize the given collection to an XML document. Returns the produced string.
45 public static String serialize(Collection<DumpData> data) { method in class:DumpDataIO
53 serialize(d, sb); method
60 private static void serialize(DumpData d, StringBuilder sb) { method in class:DumpDataIO
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
gson-1.7.2.jar 
  /external/icu/icu4c/source/tools/gencolusb/
extract_unsafe_backwards.cpp 18 #define SERIALIZE 1 //< Default: use UnicodeSet.serialize() and a new internal c'tor
38 #if SERIALIZE
44 int32_t serializedCount = unsafeBackwardSet->serialize(NULL,0,preflightCode);
50 // serialize
51 unsafeBackwardSet->serialize(serializedData, serializedCount, errorCode);
144 #if SERIALIZE
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCollisionShape.cpp 99 const char* btCollisionShape::serialize(void* dataBuffer, btSerializer* serializer) const function in class:btCollisionShape
117 const char* structType = serialize(chunk->m_oldPtr, serializer);
btBvhTriangleMeshShape.h 32 ///Instead of building the bounding volume hierarchy acceleration structure, it is also possible to serialize (save) and deserialize (load) the structure from disk.
111 virtual const char* serialize(void* dataBuffer, btSerializer* serializer) const;
btConvexHullShape.h 97 virtual const char* serialize(void* dataBuffer, btSerializer* serializer) const;
  /external/parameter-framework/upstream/remote-processor/
RemoteProcessorServer.cpp 130 res = requestMessage.serialize(Socket(_socket), false, strError);
155 res = answerMessage.serialize(_socket, true, strError);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
json.js 111 * @param {*} object The object to serialize.
115 goog.json.serialize = function(object) {
116 return new goog.json.Serializer().serialize(object);
122 * Class that is used to serialize JSON objects to a string.
132 * @param {*} object The object to serialize.
136 goog.json.Serializer.prototype.serialize = function(object) {
146 * @param {*} object The object to serialize.
222 * @param {string} s The string to serialize.
251 * @param {number} n The number to serialize.
262 * @param {Array} arr The array to serialize
    [all...]
  /external/apache-http/src/org/apache/http/impl/entity/
EntitySerializer.java 88 public void serialize( method in class:EntitySerializer
  /external/autotest/client/common_lib/cros/
xmlrpc_types.py 77 serialize() is provided to allow objects to fake that they are XMLRPC
87 def serialize(self): member in class:XmlRpcStruct
  /external/autotest/server/cros/network/
wpa_cli_proxy.py 311 return assoc_result.serialize()
319 return assoc_result.serialize()
327 return assoc_result.serialize()
331 return assoc_result.serialize()
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
test_serializer.py 15 from html5lib.serializer import HTMLSerializer, serialize namespace
156 result = serialize(tree, tree="lxml", omit_optional_tags=False)
162 result = serialize(tree, tree="lxml", omit_optional_tags=False)
168 result = serialize(tree, tree="lxml", omit_optional_tags=False,
  /external/guava/guava-gwt/src/com/google/common/collect/
LinkedListMultimap_CustomFieldSerializer.java 48 public static void serialize(SerializationStreamWriter out, method in class:LinkedListMultimap_CustomFieldSerializer

Completed in 899 milliseconds

1 2 3 45 6 7 8 91011>>