| /external/sdv/vsomeip/third_party/boost/intrusive/example/ |
| D | doc_map.cpp | 43 //Define omap like ordered and unordered classes 53 //and insert them into the omap in main() 58 OrderedMap omap(values.begin(), values.end()); in main() local 64 assert(omap.find(i) != omap.end()); in main() 66 assert(omap.lower_bound(i) != omap.end()); in main() 67 assert(++omap.lower_bound(i) == omap.upper_bound(i)); in main() 68 assert(omap.equal_range(i).first != omap.equal_range(i).second); in main() 74 assert(1 == omap.count(i)); in main() 76 assert(1 == omap.erase(i)); in main() 79 assert(omap.empty()); in main()
|
| /external/coreboot/src/soc/ti/am335x/ |
| D | Makefile.mk | 22 $(call add-class,omap-header) 23 $(eval $(call create_class_compiler,omap-header,arm)) 25 omap-header-generic-ccopts += -D__COREBOOT_ARM_ARCH__=7 29 header_ld := $(call src-to-obj,omap-header,$(dir)/header.ld) 34 $(obj)/omap-header.bin: $$(omap-header-objs) $(objcbfs)/bootblock.bin 43 $(obj)/MLO: $(obj)/coreboot.rom $(obj)/omap-header.bin 45 $(Q)cat $(obj)/omap-header.bin $(obj)/coreboot.rom > $@ 47 omap-header-y += header.c 49 omap-header-srcs += $(CONFIG_MEMLAYOUT_LD_FILE) 50 omap-header-y += header.ld
|
| /external/google-breakpad/src/common/windows/ |
| D | omap_internal.h | 29 // 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.
|
| D | omap.h | 29 // 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
|
| D | omap.cc | 30 // 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 107 #include "common/windows/omap.h" 132 // It makes things more readable to have two different OMAP types. We cast 133 // normal OMAPs into these. They must be the same size as the OMAP structure 143 static_assert(sizeof(OmapOrigToTran) == sizeof(OMAP), [all …]
|
| D | omap_unittest.cc | 29 // Unittests for OMAP related functions. 35 #include "common/windows/omap.h" 76 OMAP CreateOmap(DWORD rva, DWORD rvaTo) { in CreateOmap() 77 OMAP o = { rva, rvaTo }; in CreateOmap()
|
| /external/libkmsxx/kms++/ |
| D | meson.build | 51 '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', 87 install_headers(public_headers_omap, subdir : 'kms++/omap')
|
| /external/libdrm/omap/ |
| D | meson.build | 43 install_headers('omap_drm.h', subdir : 'omap') 48 subdirs : ['.', 'libdrm', 'omap'], 50 description : 'Userspace interface to omap kernel DRM services', 54 'omap-symbols-check', 58 '--symbols-file', files('omap-symbols.txt'),
|
| D | libdrm_omap.pc.in | 7 Description: Userspace interface to omap kernel DRM services 10 Cflags: -I${includedir} -I${includedir}/libdrm -I${includedir}/omap
|
| /external/libkmsxx/py/tests/ |
| D | test.py | 10 parser.add_argument("--omap", action="store_true", help="use omapcard") 13 if args.omap: 25 if args.omap:
|
| /external/google-breakpad/src/tools/windows/dump_syms/ |
| D | dump_syms_unittest.cc | 50 // A PDB file with no OMAP data. 52 // A PDB file with OMAP data for an image that has been function-level 55 // A PDB file with OMAP data for an image that had new content injected, all 58 // A PDB file with OMAP data for an image that had new content injected, but 61 // A PDB file with OMAP data for an image that has been basic block reordered. 63 // A 64bit PDB file with no OMAP data.
|
| D | dump_syms.vcproj | 191 RelativePath="..\..\..\common\windows\omap.h" 227 RelativePath="..\..\..\common\windows\omap.cc"
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/ |
| D | OmapTagTest.java | 20 * @see <a href="http://yaml.org/type/omap.html">omap</a> 26 YamlDocument document = new YamlDocument("types/omap.yaml"); in testOmap()
|
| /external/libkmsxx/kms++/inc/kms++/omap/ |
| D | omapkms++.h | 3 #include <kms++/omap/omapcard.h> 4 #include <kms++/omap/omapframebuffer.h>
|
| /external/python/pyyaml/tests/data/ |
| D | construct-omap.data | 2 Bestiary: !!omap 8 Numbers: !!omap [ one: 1, two: 2, three : 3 ]
|
| D | invalid-omap-1.loader-error | 1 --- !!omap
|
| D | invalid-omap-2.loader-error | 1 --- !!omap
|
| /external/snakeyaml/src/test/resources/pyyaml/ |
| D | construct-omap.data | 2 Bestiary: !!omap 8 Numbers: !!omap [ one: 1, two: 2, three : 3 ]
|
| D | invalid-omap-1.loader-error | 1 --- !!omap
|
| D | invalid-omap-2.loader-error | 1 --- !!omap
|
| /external/snakeyaml/src/test/resources/specification/types/ |
| D | omap.yaml | 2 Bestiary: !!omap 8 Numbers: !!omap [ one: 1, two: 2, three : 3 ]
|
| /external/llvm/test/YAMLParser/ |
| D | construct-omap.test | 4 Bestiary: !!omap 10 Numbers: !!omap [ one: 1, two: 2, three : 3 ]
|
| /external/libdrm/ |
| D | meson_options.txt | 54 'omap', feature 57 description : '''Enable support for OMAP's experimental KMS API.''',
|
| /external/libkmsxx/ |
| D | README.md | 69 omap | enabled, disabled, auto | auto | libdrm-omap support
|
| /external/chromium-trace/catapult/devil/devil/android/perf/ |
| D | thermal_throttle.py | 11 """Class to detect and track thermal throttling on an OMAP 4.""" 12 OMAP_TEMP_FILE = ('/sys/devices/platform/omap/omap_temp_sensor.0/'
|