Home
last modified time | relevance | path

Searched refs:PageState (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/base/test/
Dvm_test_utils.cc101 using PageState = char; in IsMapped() typedef
102 static constexpr PageState kIncoreMask = MINCORE_INCORE; in IsMapped()
104 using PageState = unsigned char; in IsMapped() typedef
105 static constexpr PageState kIncoreMask = 1; in IsMapped()
108 std::unique_ptr<PageState[]> page_states(new PageState[num_pages]); in IsMapped()
109 memset(page_states.get(), 0, num_pages * sizeof(PageState)); in IsMapped()
/external/libchrome/ui/gfx/geometry/mojo/
Dgeometry.mojom8 // It's used in PageState serialization, so backwards incompatible changes
9 // would cause stored PageState objects to be un-parseable.
16 // It's used in PageState serialization, so backwards incompatible changes
17 // would cause stored PageState objects to be un-parseable. Please contact the
/external/libchrome/mojo/public/mojom/base/
Dstring16.mojom13 // It's used in PageState serialization, so backwards incompatible changes
14 // would cause stored PageState objects to be un-parseable. Please contact the