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

<<11121314151617181920>>

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
NinePatch_Delegate.java 79 public static byte[] serialize(NinePatchChunk chunk) { method in class:NinePatch_Delegate
80 // serialize the chunk to get a byte[]
87 Bridge.getLog().error(null, "Failed to serialize NinePatchChunk.", e, null /*data*/);
  /frameworks/rs/
rsComponent.cpp 259 void Component::serialize(OStream *stream) const { function in class:Component
rsElement.h 99 virtual void serialize(Context *rsc, OStream *stream) const;
rsProgramFragment.cpp 80 void ProgramFragment::serialize(Context *rsc, OStream *stream) const { function in class:ProgramFragment
rsProgramStore.cpp 66 void ProgramStore::serialize(Context *rsc, OStream *stream) const { function in class:ProgramStore
rsSampler.cpp 71 void Sampler::serialize(Context *rsc, OStream *stream) const { function in class:Sampler
rsType.h 104 virtual void serialize(Context *rsc, OStream *stream) const;
rsElement.cpp 107 void Element::serialize(Context *rsc, OStream *stream) const { function in class:Element
112 mComponent.serialize(stream);
114 // Now serialize all the fields
119 mFields[ct].e->serialize(rsc, stream);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
ReplyFromAccount.java 64 public JSONObject serialize() { method in class:ReplyFromAccount
74 LogUtils.wtf(LOG_TAG, e, "Could not serialize account with address " + address);
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
__init__.py 125 """Serialize ``obj`` as a JSON formatted stream to ``fp`` (a
146 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``)
170 ``.default()`` method to serialize additional types), specify it with
196 """Serialize ``obj`` to a JSON formatted ``str``.
210 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``) in
234 ``.default()`` method to serialize additional types), specify it with
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
__init__.py 125 """Serialize ``obj`` as a JSON formatted stream to ``fp`` (a
146 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``)
170 ``.default()`` method to serialize additional types), specify it with
196 """Serialize ``obj`` to a JSON formatted ``str``.
210 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``) in
234 ``.default()`` method to serialize additional types), specify it with
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 125 """Serialize ``obj`` as a JSON formatted stream to ``fp`` (a
146 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``)
170 ``.default()`` method to serialize additional types), specify it with
196 """Serialize ``obj`` to a JSON formatted ``str``.
210 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``) in
234 ``.default()`` method to serialize additional types), specify it with
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 125 """Serialize ``obj`` as a JSON formatted stream to ``fp`` (a
146 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``)
170 ``.default()`` method to serialize additional types), specify it with
196 """Serialize ``obj`` to a JSON formatted ``str``.
210 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``) in
234 ``.default()`` method to serialize additional types), specify it with
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestCharDFAConversion.java 224 String result = serializer.serialize(dfa.startState);
527 String result = serializer.serialize(dfa.startState);
  /external/autotest/scheduler/shard/
shard_client.py 62 6. Serialize the chosen jobs and hosts.
65 model_logic.serialize()
272 hqes = [hqe.serialize(include_dependencies=False)
274 jobs = [job.serialize(include_dependencies=False) for job in job_objs]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
simple_api_parser_test.js 20 //NOTE: the idea of the test is to serialize back given HTML using SimpleApiParser handlers
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftRigidDynamicsWorld.cpp 336 //serialize all collision objects
344 const char* structType = colObj->serialize(chunk->m_oldPtr, serializer);
351 void btSoftRigidDynamicsWorld::serialize(btSerializer* serializer)
  /external/skia/src/core/
SkTypeface.cpp 83 // To be safe, we serialize here with a mutex so only one call to
163 void SkTypeface::serialize(SkWStream* wstream) const {
176 desc.serialize(wstream);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btQuantizedBvh.cpp 863 bool btQuantizedBvh::serialize(void *o_alignedDataBuffer, unsigned /*i_dataBufferSize */, bool i_swapEndian) const
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/helpers/
CameraMetadataGetter.java 120 value = serialize(staticMetadata).toString();
141 staticMetadata = serialize(mCameraManager.getCameraCharacteristics(cameraId));
160 templates[i] = serialize(request.build());
205 value = serialize(request.build()).toString();
305 // TODO: Serialize the rest of the StreamConfigurationMap fields.
629 private static JSONObject serialize(CameraMetadata md) { method in class:CameraMetadataGetter
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 383 * Serialize
393 (&c->debug_depth, "SERIALIZE", c, HB_FUNC, \
412 DEBUG_MSG_LEVEL (SERIALIZE, this->start, 0, +1,
422 DEBUG_MSG_LEVEL (SERIALIZE, this->start, 0, -1,
785 inline Type& serialize (hb_serialize_context_t *c, const void *base) function in struct:OT::OffsetTo
788 this->set ((char *) t - (char *) base); /* TODO(serialize) Overflow? */
856 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::ArrayOf
861 len.set (items_len); /* TODO(serialize) Overflow? */
866 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::ArrayOf
871 if (unlikely (!serialize (c, items_len))) return_trace (false)
980 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::HeadlessArrayOf
    [all...]
  /external/autotest/frontend/afe/
site_rpc_interface.py 469 'hosts': [host.serialize() for host in hosts],
470 'jobs': [job.serialize() for job in jobs],
471 'suite_keyvals': [kv.serialize() for kv in suite_keyvals],
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_query.c 498 unsigned index, boolean *serialize)
502 if (*serialize) {
503 *serialize = FALSE;
505 IMMED_NVC0(nvc0_context(pipe)->base.pushbuf, NVC0_3D(SERIALIZE), 0);
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/24.4.0-beta6/
monkeyrunner-24.4.0-beta6.jar 

Completed in 478 milliseconds

<<11121314151617181920>>