Searched refs:computed_checksum (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_codec_unittest.cc146 EXPECT_EQ("", encoder.computed_checksum());
150 const std::string& computed_checksum = encoder.computed_checksum(); local
154 EXPECT_FALSE(computed_checksum.empty());
156 EXPECT_EQ(computed_checksum, stored_checksum);
158 *checksum = computed_checksum;
181 std::string* computed_checksum,
185 EXPECT_EQ("", decoder.computed_checksum());
191 *computed_checksum = decoder.computed_checksum();
179 DecodeHelper(const base::Value& value, const std::string& expected_stored_checksum, std::string* computed_checksum, bool expected_changes) argument
[all...]
H A Dbookmark_codec.h64 const std::string& computed_checksum() const { return computed_checksum_; } function in class:bookmarks::BookmarkCodec
H A Dbookmark_storage.h100 const std::string& computed_checksum() const { return computed_checksum_; } function in class:bookmarks::BookmarkLoadDetails
H A Dbookmark_storage.cc71 details->set_computed_checksum(codec.computed_checksum());
H A Dbookmark_codec.cc108 if (!ids_valid_ || computed_checksum() != stored_checksum())
H A Dbookmark_model.cc764 if (details->computed_checksum() != details->stored_checksum() ||
/external/chromium_org/chrome/browser/net/
H A Dprobe_message.cc46 uint32 computed_checksum = Checksum(probe_packet->padding()); local
47 if (computed_checksum != header.checksum()) {
49 << " expected: " << computed_checksum;
H A Dprobe_message_unittest.cc84 uint32 computed_checksum = pm.Checksum(str); local
88 EXPECT_EQ(computed_checksum, expected_sum);
/external/chromium_org/tools/perf_expectations/
H A Dmake_expectations.py186 computed_checksum = GetRowDigest(rowdata, key)
187 if original_checksum == computed_checksum:
/external/lldb/tools/debugserver/source/
H A DRNBRemote.cpp406 int computed_checksum = 0; local
411 computed_checksum += *it;
414 if (packet_checksum == (computed_checksum & 0xff))
426 computed_checksum);

Completed in 144 milliseconds