HomeSort by relevance Sort by last modified time
    Searched defs:OMAP (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/common/windows/
omap_internal.h 29 // Declares internal implementation details for functionality in omap.h and
30 // omap.cc.
42 // The OMAP struct is defined by debughlp.h, which doesn't play nicely with
44 struct OMAP {
48 static_assert(sizeof(OMAP) == 8, "Wrong size for OMAP structure.");
49 typedef std::vector<OMAP> OmapTable;
51 // This contains the OMAP data extracted from an image.
53 // The table of OMAP entries describing the transformation from the
56 // The table of OMAP entries describing the transformation from th
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
Tag.java 37 public static final Tag OMAP = new Tag(PREFIX + "omap");

Completed in 728 milliseconds