HomeSort by relevance Sort by last modified time
    Searched refs:Serialize (Results 1 - 18 of 18) sorted by null

  /external/skia/include/core/
SkFontHost.h 139 static void Serialize(const SkTypeface*, SkWStream*);
141 /** Given a stream created by Serialize(), return a new typeface (like
  /external/skia/src/core/
SkTypeface.cpp 48 void SkTypeface::serialize(SkWStream* stream) const { function in class:SkTypeface
49 SkFontHost::Serialize(this, stream);
  /external/v8/test/cctest/
test-serialize.cc 36 #include "serialize.h"
238 ser.Serialize();
243 static void Serialize() {
255 TEST(Serialize) {
258 Serialize();
266 Serialize();
267 Serialize();
292 DEPENDENT_TEST(Deserialize, Serialize) {
293 // The serialize-deserialize tests only work if the VM is built without
295 // serialize a snapshot in a VM that is booted from a snapshot
    [all...]
  /external/v8/src/
serialize.h 418 void Serialize();
426 // We can't serialize a heap with external two byte strings.
492 // Serialize the objects reachable from a single object pointer.
493 virtual void Serialize(Object** o);
524 // Serialize the current state of the heap. The order is:
532 void Serialize() {
scopeinfo.h 61 // (NULL handle), Serialize() only returns the amount of space needed.
66 int Serialize(Code* code);
mksnapshot.cc 37 #include "serialize.h"
241 partial_ser.Serialize(&raw_context);
serialize.cc 38 #include "serialize.h"
932 void PartialSerializer::Serialize(Object** object) {
    [all...]
scopeinfo.cc 316 int ScopeInfo<Allocator>::Serialize(Code* code) {
mirror-debugger.js     [all...]
heap.cc     [all...]
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 181 constructor->Set(String::New("serialize"), bind->Call(SerializeTemplate->GetFunction(), 1, &arg));
434 static Handle<Value> Serialize(const Arguments& args) {
436 DBG("Serialize(Arguments&) E:");
438 DBG("Serialize(Arguments&) X: not an object");
454 DBG("Serialize(Arguments&) X");
546 SerializeTemplate = Persistent<FunctionTemplate>::New(FunctionTemplate::New(Schema::Type::Serialize));
  /external/chromium/base/
values.h 417 // This interface is implemented by classes that know how to serialize and
423 virtual bool Serialize(const Value& root) = 0;
histogram.h 267 bool Serialize(Pickle* pickle) const;
323 // Serialize the given snapshot of a Histogram into a String. Uses
histogram.cc 397 snapshot.Serialize(&pickle);
534 bool Histogram::SampleSet::Serialize(Pickle* pickle) const {
  /external/protobuf/src/google/protobuf/
unknown_field_set_unittest.cc 204 TEST_F(UnknownFieldSetTest, Serialize) {
text_format_unittest.cc     [all...]
wire_format_unittest.cc 82 // Serialize using the generated code.
99 // Serialize using the generated code.
116 // Serialize using the generated code.
130 // Serialize using the generated code.
146 // Serialize using the generated code.
165 // Serialize using the generated code.
220 TEST(WireFormatTest, Serialize) {
228 // Serialize using the generated code.
236 // Serialize using WireFormat.
258 // Serialize using the generated code
    [all...]
  /external/skia/src/ports/
SkFontHost_android.cpp 511 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
518 // SkDebugf("--- fonthost serialize null\n");
523 // SkDebugf("--- fonthost serialize <%s> %d\n", name, face->style());

Completed in 601 milliseconds