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

  /external/google-breakpad/src/processor/
basic_source_line_resolver_types.h 89 virtual bool IsCorrupt() const { return is_corrupt_; }
source_line_resolver_base_types.h 132 virtual bool IsCorrupt() const = 0;
fast_source_line_resolver_types.h 128 virtual bool IsCorrupt() const { return is_corrupt_; }
source_line_resolver_base.cc 248 assert(basic_module->IsCorrupt());
252 if (basic_module->IsCorrupt()) {
module_comparer.cc 77 ASSERT_TRUE(fast_module->IsCorrupt() == basic_module->IsCorrupt());
  /external/libchrome/base/metrics/
persistent_memory_allocator_unittest.cc 158 EXPECT_FALSE(allocator_->IsCorrupt());
302 } while (!allocator_->IsCorrupt() && !allocator_->IsFull());
310 EXPECT_FALSE(allocator_->IsCorrupt());
383 EXPECT_FALSE(allocator_->IsCorrupt());
464 } while (!allocator_->IsCorrupt() && !allocator_->IsFull());
488 EXPECT_FALSE(allocator_->IsCorrupt());
497 EXPECT_TRUE(allocator_->IsCorrupt());
516 EXPECT_FALSE(allocator.IsCorrupt());
542 EXPECT_FALSE(local.IsCorrupt());
559 EXPECT_FALSE(shalloc2.IsCorrupt());
    [all...]
persistent_memory_allocator.cc 495 if (IsCorrupt())
576 meminfo->free = IsCorrupt() ? 0 : remaining - sizeof(BlockHeader);
581 if (IsCorrupt())
653 bool PersistentMemoryAllocator::IsCorrupt() const {
    [all...]
persistent_memory_allocator.h 169 // abort. The IsCorrupt() method will report detection of data problems
279 bool IsCorrupt() const;
387 // won't cause the program to abort. The existing IsCorrupt() call will handle
416 // won't cause the program to abort. The existing IsCorrupt() call will handle
persistent_sample_map.cc 168 << ", corrupt=" << allocator->IsCorrupt();
persistent_histogram_allocator.cc 298 if (memory_allocator_->IsCorrupt()) {
380 if (memory_allocator_->IsCorrupt()) {
    [all...]
sparse_histogram_unittest.cc 43 ASSERT_FALSE(allocator_->IsCorrupt());
histogram_unittest.cc 51 ASSERT_FALSE(allocator_->IsCorrupt());

Completed in 205 milliseconds