Home
last modified time | relevance | path

Searched full:omap (Results 1 – 25 of 51) sorted by relevance

123

/external/google-breakpad/src/common/windows/
Domap_internal.h29 // Declares internal implementation details for functionality in omap.h and
30 // omap.cc.
43 // The OMAP struct is defined by debughlp.h, which doesn't play nicely with
45 struct OMAP { struct
49 static_assert(sizeof(OMAP) == 8, "Wrong size for OMAP structure."); argument
50 typedef std::vector<OMAP> OmapTable;
52 // This contains the OMAP data extracted from an image.
54 // The table of OMAP entries describing the transformation from the
57 // The table of OMAP entries describing the transformation from the
113 // OMAP data.
Domap.cc30 // when that information has been extracted from a PDB containing OMAP
33 // OMAP information is a lightweight description of a mapping between two
52 // at offset 5. The OMAP streams describing this would look like:
66 // number. In this case the OMAP stream would look like:
96 // One way to handle this is to dump the OMAP information as part of the
98 // OMAP information and to use it when present prior to performing lookup. The
103 #include "common/windows/omap.h"
128 // It makes things more readable to have two different OMAP types. We cast
129 // normal OMAPs into these. They must be the same size as the OMAP structure
139 static_assert(sizeof(OmapOrigToTran) == sizeof(OMAP),
[all …]
Domap.h29 // Provides an API for mapping symbols through OMAP information, if a PDB file
42 // If the given session contains OMAP data this extracts it, populating
44 // OMAP data is present in the PDB if |omap_data| is not empty. This returns
49 // Given raw OMAP data builds an ImageMap. This can be used to query individual
51 // |omap_data|| is the OMAP data extracted from the PDB.
58 // |omap_data| is the OMAP data extracted from the PDB, which must not be
Dcommon_windows.gyp81 'omap.cc',
82 'omap.h',
Domap_unittest.cc29 // Unittests for OMAP related functions.
31 #include "common/windows/omap.h"
72 OMAP CreateOmap(DWORD rva, DWORD rvaTo) { in CreateOmap()
73 OMAP o = { rva, rvaTo }; in CreateOmap()
/external/libkmsxx/kms++/
Dmeson.build51 'inc/kms++/omap/omapframebuffer.h',
52 'inc/kms++/omap/omapkms++.h',
53 'inc/kms++/omap/omapcard.h',
63 'src/omap/omapcard.cpp',
64 'src/omap/omapframebuffer.cpp',
83 install_headers(public_headers_omap, subdir : 'kms++/omap')
/external/libdrm/omap/
Dmeson.build38 install_headers('omap_drm.h', subdir : 'omap')
43 subdirs : ['.', 'libdrm', 'omap'],
46 description : 'Userspace interface to omap kernel DRM services',
50 'omap-symbols-check',
54 '--symbols-file', files('omap-symbols.txt'),
Dlibdrm_omap.pc.in7 Description: Userspace interface to omap kernel DRM services
10 Cflags: -I${includedir} -I${includedir}/libdrm -I${includedir}/omap
/external/libkmsxx/utils/
Dmeson.build16 executable('omap-wbcap', 'omap-wbcap.cpp', dependencies : [ common_deps ], install : false)
17 executable('omap-wbm2m', 'omap-wbm2m.cpp', dependencies : [ common_deps ], install : false)
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc46 // A PDB file with no OMAP data.
48 // A PDB file with OMAP data for an image that has been function-level
51 // A PDB file with OMAP data for an image that had new content injected, all
54 // A PDB file with OMAP data for an image that had new content injected, but
57 // A PDB file with OMAP data for an image that has been basic block reordered.
59 // A 64bit PDB file with no OMAP data.
/external/libkmsxx/py/tests/
Dtest.py10 parser.add_argument("--omap", action="store_true", help="use omapcard")
13 if args.omap:
25 if args.omap:
/external/libkmsxx/kms++/inc/kms++/omap/
Domapkms++.h3 #include <kms++/omap/omapcard.h>
4 #include <kms++/omap/omapframebuffer.h>
/external/snakeyaml/src/test/resources/specification/types/
Domap.yaml2 Bestiary: !!omap
8 Numbers: !!omap [ one: 1, two: 2, three : 3 ]
/external/snakeyaml/src/test/resources/pyyaml/
Dconstruct-omap.data2 Bestiary: !!omap
8 Numbers: !!omap [ one: 1, two: 2, three : 3 ]
Dinvalid-omap-1.loader-error1 --- !!omap
Dinvalid-omap-2.loader-error1 --- !!omap
Dinvalid-omap-3.loader-error1 --- !!omap
/external/llvm/test/YAMLParser/
Dconstruct-omap.test4 Bestiary: !!omap
10 Numbers: !!omap [ one: 1, two: 2, three : 3 ]
/external/llvm-project/llvm/test/YAMLParser/
Dconstruct-omap.test4 Bestiary: !!omap
10 Numbers: !!omap [ one: 1, two: 2, three : 3 ]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
DOmapTagTest.java23 * @see <a href="http://yaml.org/type/omap.html"></a>
29 YamlDocument document = new YamlDocument("types/omap.yaml"); in testOmap()
/external/libkmsxx/
DREADME.md77 omap | enabled, disabled, auto | auto | libdrm-omap support
/external/chromium-trace/catapult/devil/devil/android/perf/
Dthermal_throttle.py11 """Class to detect and track thermal throttling on an OMAP 4."""
12 OMAP_TEMP_FILE = ('/sys/devices/platform/omap/omap_temp_sensor.0/'
/external/libdrm/
Dmeson_options.txt64 'omap', combo
68 description : '''Enable support for OMAP's experimental KMS API.''',
Dmeson.build120 _omap = get_option('omap')
368 subdir('omap') subdir
400 message(' OMAP API @0@'.format(with_omap))
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
DTag.java37 public static final Tag OMAP = new Tag(PREFIX + "omap"); field in Tag

123