/external/chromium_org/gpu/command_buffer/client/ |
fenced_allocator_test.cc | 106 EXPECT_TRUE(allocator_->CheckConsistency()); 116 allocator_->CheckConsistency(); 124 EXPECT_TRUE(allocator_->CheckConsistency()); 128 EXPECT_TRUE(allocator_->CheckConsistency()); 136 EXPECT_TRUE(allocator_->CheckConsistency()); 141 EXPECT_TRUE(allocator_->CheckConsistency()); 153 EXPECT_TRUE(allocator_->CheckConsistency()); 159 EXPECT_TRUE(allocator_->CheckConsistency()); 163 EXPECT_TRUE(allocator_->CheckConsistency()); 167 EXPECT_TRUE(allocator_->CheckConsistency()); [all...] |
fenced_allocator.h | 81 bool CheckConsistency(); 239 bool CheckConsistency() { 240 return allocator_.CheckConsistency();
|
fenced_allocator.cc | 150 bool FencedAllocator::CheckConsistency() {
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
Timer.cpp | 111 explicit TimerHeapIterator(TimerBase** pointer) : m_pointer(pointer) { checkConsistency(); } 113 TimerHeapIterator& operator++() { checkConsistency(); ++m_pointer; checkConsistency(); return *this; } 114 TimerHeapIterator operator++(int) { checkConsistency(1); return TimerHeapIterator(m_pointer++); } 116 TimerHeapIterator& operator--() { checkConsistency(); --m_pointer; checkConsistency(); return *this; } 117 TimerHeapIterator operator--(int) { checkConsistency(-1); return TimerHeapIterator(m_pointer--); } 119 TimerHeapIterator& operator+=(ptrdiff_t i) { checkConsistency(); m_pointer += i; checkConsistency(); return *this; } 120 TimerHeapIterator& operator-=(ptrdiff_t i) { checkConsistency(); m_pointer -= i; checkConsistency(); return *this; [all...] |
Timer.h | 72 void checkConsistency() const;
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_list_test.cc | 84 l.CheckConsistency(); 92 l.CheckConsistency(); 100 l.CheckConsistency(); 109 l.CheckConsistency(); 117 l.CheckConsistency(); 126 l.CheckConsistency();
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderLineBoxList.h | 52 void checkConsistency() const; 83 inline void RenderLineBoxList::checkConsistency() const
|
RenderLineBoxList.cpp | 53 checkConsistency(); 63 checkConsistency(); 80 checkConsistency(); 91 checkConsistency(); 96 checkConsistency(); 110 checkConsistency(); 115 checkConsistency(); 126 checkConsistency(); 366 void RenderLineBoxList::checkConsistency() const
|
InlineFlowBox.h | 80 InlineBox* firstChild() const { checkConsistency(); return m_firstChild; } 81 InlineBox* lastChild() const { checkConsistency(); return m_lastChild; } 212 void checkConsistency() const; 356 inline void InlineFlowBox::checkConsistency() const
|
RenderText.h | 138 void checkConsistency() const; 228 inline void RenderText::checkConsistency() const
|
RenderText.cpp | 236 checkConsistency(); 247 checkConsistency(); 252 checkConsistency(); 266 checkConsistency(); 271 checkConsistency(); 282 checkConsistency(); [all...] |
InlineFlowBox.cpp | 98 checkConsistency(); 175 checkConsistency(); 180 checkConsistency(); 198 checkConsistency(); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DocumentOrderedMap.h | 57 void checkConsistency() const;
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_list.h | 101 void CheckConsistency() {
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
tmutfmt.h | 238 void checkConsistency(EStyle style, const char* key, UErrorCode& status);
|
/external/icu4c/i18n/unicode/ |
tmutfmt.h | 237 void checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& status);
|
/external/chromium_org/third_party/icu/source/i18n/ |
tmutfmt.cpp | 387 checkConsistency(kFull, gUnitsTag, err); 389 checkConsistency(kAbbreviate, gShortUnitsTag, err); 535 TimeUnitFormat::checkConsistency(EStyle style, const char* key, UErrorCode& err) { [all...] |
/external/icu4c/i18n/ |
tmutfmt.cpp | 401 checkConsistency(UTMUTFMT_FULL_STYLE, gUnitsTag, err); 403 checkConsistency(UTMUTFMT_ABBREVIATED_STYLE, gShortUnitsTag, err); 553 TimeUnitFormat::checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& err) { [all...] |
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
declarative_rule_unittest.cc | 379 TEST(DeclarativeRuleTest, CheckConsistency) {
|