HomeSort by relevance Sort by last modified time
    Searched refs:Serialize (Results 51 - 75 of 209) sorted by null

1 23 4 5 6 7 8 9

  /external/v8/test/cctest/
test-serialize.cc 36 #include "serialize.h"
235 ser.Serialize();
240 static void Serialize() {
252 TEST(Serialize) {
255 Serialize();
263 Serialize();
264 Serialize();
288 DEPENDENT_TEST(Deserialize, Serialize) {
289 // The serialize-deserialize tests only work if the VM is built without
291 // serialize a snapshot in a VM that is booted from a snapshot
    [all...]
  /external/chromium_org/sync/notifier/
unacked_invalidation_set_test_util.cc 149 serializer.Serialize(*value.get());
164 serializer.Serialize(*list.get());
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
font_data_table.cc 41 int32_t FontDataTable::Serialize(OutputStream* os) {
45 int32_t FontDataTable::Serialize(WritableFontData* data) {
84 // Let subclass serialize from model.
  /external/sfntly/cpp/src/sfntly/table/
font_data_table.cc 41 int32_t FontDataTable::Serialize(OutputStream* os) {
45 int32_t FontDataTable::Serialize(WritableFontData* data) {
84 // Let subclass serialize from model.
  /external/chromium/chrome/common/
json_value_serializer_perftest.cc 80 ASSERT_TRUE(reader.Serialize(*test_cases[j]));
jstemplate_builder.cc 55 serializer.Serialize(*json);
  /external/chromium/webkit/glue/
webcursor.h 40 // platform specific cursor. It is also possible to serialize / de-serialize a
58 bool Serialize(Pickle* pickle) const;
webcursor_unittest.cc 90 EXPECT_TRUE(win32_custom_cursor.Serialize(&win32_custom_pickle));
  /external/chromium_org/base/metrics/
histogram_delta_serialization.cc 91 snapshot.Serialize(&pickle);
histogram_base.cc 113 serializer.Serialize(root);
histogram_samples.cc 92 bool HistogramSamples::Serialize(Pickle* pickle) const {
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_action_unittest.cc 86 kTestCases[i].action.Serialize());
  /external/chromium_org/chrome/browser/ui/app_list/search/common/
dictionary_data_store.cc 89 return serializer.Serialize(*cached_dict_.get());
  /external/chromium_org/components/nacl/browser/
nacl_validation_cache.cc 55 void NaClValidationCache::Serialize(Pickle* pickle) const {
61 // Serialize the cache in reverse order so that deserializing it can easily
nacl_validation_cache_unittest.cc 148 cache1.Serialize(&pickle);
161 cache1.Serialize(&pickle);
174 cache1.Serialize(&pickle);
  /external/chromium_org/net/tools/crl_set_dump/
crl_set_dump.cc 64 const std::string out = final_crl_set->Serialize();
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
android_systrace_profiler.py 59 trace_result.Serialize(trace_file)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
tracing_backend_unittest.py 104 ri.Serialize(f)
116 ri.Serialize(f)
129 ri.Serialize(f)
tracing_backend.py 31 def Serialize(self, f):
51 self.Serialize(f)
63 def Serialize(self, f):
  /external/chromium_org/net/disk_cache/simple/
simple_index_file.cc 160 void SimpleIndexFile::IndexMetadata::Serialize(Pickle* pickle) const {
269 scoped_ptr<Pickle> pickle = Serialize(index_metadata, entry_set);
354 scoped_ptr<Pickle> SimpleIndexFile::Serialize(
359 index_metadata.Serialize(pickle.get());
363 it->second.Serialize(pickle.get());
simple_index_file_unittest.cc 50 TEST(IndexMetadataTest, Serialize) {
53 index_metadata.Serialize(&pickle);
73 using SimpleIndexFile::Serialize;
121 TEST_F(SimpleIndexFileTest, Serialize) {
135 scoped_ptr<Pickle> pickle = WrappedSimpleIndexFile::Serialize(
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl.h 122 bool Serialize(std::string* output);
124 // DictionaryValue and then into the config. Opposite of Serialize.
  /external/chromium/chrome/browser/net/
referrer.cc 147 Value* Referrer::Serialize() const {
  /external/chromium_org/chrome/browser/chromeos/system_logs/
chrome_internal_log_source.cc 79 serializer.Serialize(*sync_logs.get());
  /external/chromium_org/chrome/browser/devtools/
devtools_protocol.cc 37 std::string DevToolsProtocol::Command::Serialize() {

Completed in 719 milliseconds

1 23 4 5 6 7 8 9