/external/skia/tools/ |
dm_flags.json | 16 "serialize-8888", 36 "serialize-8888", 40 "serialize-8888", 44 "serialize-8888", 48 "serialize-8888", 52 "serialize-8888", 56 "serialize-8888", 60 "serialize-8888", 64 "serialize-8888", 68 "serialize-8888", [all...] |
buildbot_spec.json | 24 "serialize-8888", 32 "serialize-8888", 36 "serialize-8888", 40 "serialize-8888", 44 "serialize-8888", 48 "serialize-8888", 52 "serialize-8888", 56 "serialize-8888", 60 "serialize-8888", 64 "serialize-8888", [all...] |
/external/libgdx/extensions/gdx-bullet/jni/vs/gdxBullet/extras/ |
extras.vcxproj.filters | 16 <Filter Include="Source Files\serialize"> 19 <Filter Include="Source Files\serialize\BulletFileLoader"> 22 <Filter Include="Source Files\serialize\BulletWorldImporter"> 30 <ClCompile Include="..\..\..\src\extras\Serialize\BulletFileLoader\bDNA.cpp"> 31 <Filter>Source Files\serialize\BulletFileLoader</Filter> 33 <ClCompile Include="..\..\..\src\extras\Serialize\BulletFileLoader\bFile.cpp"> 34 <Filter>Source Files\serialize\BulletFileLoader</Filter> 36 <ClCompile Include="..\..\..\src\extras\Serialize\BulletFileLoader\btBulletFile.cpp"> 37 <Filter>Source Files\serialize\BulletFileLoader</Filter> 39 <ClCompile Include="..\..\..\src\extras\Serialize\BulletWorldImporter\btBulletWorldImporter.cpp" [all...] |
/external/clang/test/Misc/ |
serialized-diags-no-issue.c | 3 // RUN: %clang -Wall -fsyntax-only %s --serialize-diagnostics %t 8 // that serialize diagnostics work in the absence of any issues.
|
serialized-diags-frontend.c | 2 // RUN: %clang -fsyntax-only %s -Wblahblah --serialize-diagnostics %t > /dev/null 2>&1
|
/external/skia/include/core/ |
SkPixelSerializer.h | 24 * Call to determine if the client wants to serialize the encoded data. If 25 * false, serialize another version (e.g. the result of encodePixels). 33 * returns NULL, serialize the raw pixels. 39 * Return true if you want to serialize the encoded data, false if you want 46 * Return null if you want to serialize the raw pixels.
|
/external/chromium-trace/catapult/third_party/html5lib-python/ |
requirements-optional.txt | 3 # We support a Genshi treewalker that can be used to serialize Genshi
|
/external/libxml2/python/tests/ |
serialize.py | 12 str = doc.serialize() 18 str = doc.serialize("iso-8859-1") 24 str = doc.serialize(format=1) 32 str = doc.serialize("iso-8859-1", 1) 45 str = root.serialize() 49 str = root.serialize("iso-8859-1") 53 str = root.serialize(format=1) 59 str = root.serialize("iso-8859-1", 1) 71 str = doc.serialize() 77 str = doc.serialize("ISO-8859-1" [all...] |
/external/v8/test/mjsunit/ |
deserialize-reference.js | 5 // Flags: --cache=code --serialize-toplevel
|
serialize-embedded-error.js | 5 // --serialize-toplevel --cache=code
|
/packages/apps/Test/connectivity/sl4n/rapidjson/example/serialize/ |
serialize.cpp | 0 // Serialize example
18 void Serialize(Writer& writer) const {
43 void Serialize(Writer& writer) const {
79 void Serialize(Writer& writer) const {
82 Person::Serialize(writer);
86 education_->Serialize(writer);
112 void Serialize(Writer& writer) const {
115 Person::Serialize(writer);
123 dependentItr->Serialize(writer);
151 employeeItr->Serialize(writer); [all...] |
/system/keymaster/ |
android_keymaster_messages.cpp | 60 uint8_t* KeymasterResponse::Serialize(uint8_t* buf, const uint8_t* end) const { 85 buf = enforced.Serialize(buf, end); 86 return unenforced.Serialize(buf, end); 106 uint8_t* GetKeyCharacteristicsRequest::Serialize(uint8_t* buf, const uint8_t* end) const { 108 return additional_params.Serialize(buf, end); 121 buf = enforced.Serialize(buf, end); 122 return unenforced.Serialize(buf, end); 139 uint8_t* BeginOperationRequest::Serialize(uint8_t* buf, const uint8_t* end) const { 142 return additional_params.Serialize(buf, end); 161 buf = output_params.Serialize(buf, end) [all...] |
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/ |
__init__.py | 19 from .serializer import serialize 22 "getTreeWalker", "serialize"]
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/serializer/ |
__init__.py | 8 def serialize(input, tree="etree", format="html", encoding=None, function
|
/external/chromium-trace/catapult/third_party/webapp2/docs/api/webapp2_extras/ |
securecookie.rst | 10 :members: __init__, serialize, deserialize
|
/external/v8/test/memory/ |
Memory.json | 7 "main": "test-serialize/SerializationMemoryStats",
|
/frameworks/rs/ |
rsScriptGroupBase.h | 14 virtual void serialize(Context *rsc, OStream *stream) const {} function in class:android::renderscript::ScriptGroupBase
|
/cts/common/util/src/com/android/compatibility/common/util/ |
MetricsXmlSerializer.java | 24 //TODO(stuartscott): Delete file for v2, ReportLog can serialize itself. 26 * Serialize Metric data from {@link ReportLog} into compatibility report friendly XML 36 public void serialize(ReportLog reportLog) throws IOException { method in class:MetricsXmlSerializer
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
DOMSerializer.java | 41 * // to serialize the document 45 * // serialize the DOM using that Serializer 49 * dser.serialize(doc); 70 * @param node the DOM node to serialize 73 public void serialize(Node node) throws IOException; method in interface:DOMSerializer
|
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/ |
xercesImpl-2.6.2.jar | |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
btCollisionObject.cpp | 72 const char* btCollisionObject::serialize(void* dataBuffer, btSerializer* serializer) const function in class:btCollisionObject 77 m_worldTransform.serialize(dataOut->m_worldTransform); 78 m_interpolationWorldTransform.serialize(dataOut->m_interpolationWorldTransform); 79 m_interpolationLinearVelocity.serialize(dataOut->m_interpolationLinearVelocity); 80 m_interpolationAngularVelocity.serialize(dataOut->m_interpolationAngularVelocity); 81 m_anisotropicFriction.serialize(dataOut->m_anisotropicFriction); 116 const char* structType = serialize(chunk->m_oldPtr, serializer);
|
/external/harfbuzz_ng/src/ |
hb-ot-layout-gsub-table.hh | 88 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::SingleSubstFormat1 95 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return_trace (false); 165 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::SingleSubstFormat2 172 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return_trace (false); 173 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return_trace (false); 197 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::SingleSubst 208 /* TODO(serialize) check for wrap-around */ 218 case 1: return_trace (u.format1.serialize (c, glyphs, num_glyphs, delta)) 298 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::Sequence 363 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::MultipleSubstFormat1 401 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::MultipleSubst 507 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::AlternateSubstFormat1 545 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::AlternateSubst 656 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::Ligature 729 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::LigatureSet 811 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::LigatureSubstFormat1 853 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::LigatureSubst [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_xml_etree.py | 69 def serialize(elem, to_string=True, **options): function 194 >>> serialize(elem) 198 >>> serialize(elem) 201 >>> serialize(elem) 204 >>> serialize(elem) 208 >>> serialize(elem) 213 >>> serialize(element) # 1 217 >>> serialize(element) # 2 220 >>> serialize(element) # 3 223 >>> serialize(element) # [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_xml_etree.py | 69 def serialize(elem, to_string=True, **options): function 194 >>> serialize(elem) 198 >>> serialize(elem) 201 >>> serialize(elem) 204 >>> serialize(elem) 208 >>> serialize(elem) 213 >>> serialize(element) # 1 217 >>> serialize(element) # 2 220 >>> serialize(element) # 3 223 >>> serialize(element) # [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_xml_etree.py | 69 def serialize(elem, to_string=True, **options): function 194 >>> serialize(elem) 198 >>> serialize(elem) 201 >>> serialize(elem) 204 >>> serialize(elem) 208 >>> serialize(elem) 213 >>> serialize(element) # 1 217 >>> serialize(element) # 2 220 >>> serialize(element) # 3 223 >>> serialize(element) # [all...] |