Home
last modified time | relevance | path

Searched refs:IsDirty (Results 1 – 8 of 8) sorted by relevance

/external/vixl/test/
Dtest-code-buffer.cc60 VIXL_CHECK(!buffer.IsDirty()); in TestDefaultsHelper()
76 VIXL_CHECK(buffer.IsDirty()); in TEST()
/external/pdfium/core/fpdfapi/page/
Dcpdf_pageobject.h53 bool IsDirty() const { return m_bDirty; } in IsDirty() function
/external/vixl/src/
Dcode-buffer-vixl.cc84 VIXL_ASSERT(!IsDirty()); in ~CodeBuffer()
Dcode-buffer-vixl.h155 bool IsDirty() const { return dirty_; } in IsDirty() function
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp155 if (m_pObjHolder->IsPage() && !pPageObj->IsDirty()) in ProcessPageObjects()
/external/python/cpython3/PC/
Dpyshellext.cpp420 STDMETHODIMP IsDirty() { in IsDirty() function in PyShellExt
/external/googletest/googlemock/docs/
DCookBook.md1714 EXPECT_CALL(my_mock, IsDirty())
1717 EXPECT_CALL(my_mock, IsDirty())
1723 This makes `my_mock.IsDirty()` return `true` before `my_mock.Flush()` is called and return `false` …
/external/v8/
DChangeLog49172 Added Object::IsDirty in the API.