/third_party/boost/boost/iostreams/device/ |
D | mapped_file.hpp | 53 enum mapmode { enum in boost::iostreams::mapped_file_base 61 mapped_file_base::mapmode 62 operator|(mapped_file_base::mapmode a, mapped_file_base::mapmode b); 64 mapped_file_base::mapmode 65 operator&(mapped_file_base::mapmode a, mapped_file_base::mapmode b); 67 mapped_file_base::mapmode 68 operator^(mapped_file_base::mapmode a, mapped_file_base::mapmode b); 70 mapped_file_base::mapmode 71 operator~(mapped_file_base::mapmode a); 73 mapped_file_base::mapmode [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MemoryBuffer.h | 51 static constexpr sys::fs::mapped_file_region::mapmode Mapmode = 159 static constexpr sys::fs::mapped_file_region::mapmode Mapmode = 221 static constexpr sys::fs::mapped_file_region::mapmode Mapmode =
|
D | FileSystem.h | 1162 enum mapmode { enum 1175 mapmode Mode; 1177 std::error_code init(sys::fs::file_t FD, uint64_t Offset, mapmode Mode); 1185 mapped_file_region(sys::fs::file_t fd, mapmode mode, size_t length, uint64_t offset,
|
/third_party/boost/libs/iostreams/src/ |
D | mapped_file.cpp | 51 typedef mapped_file_source::mapmode mapmode; typedef in boost::iostreams::detail::mapped_file_impl 60 mapmode flags() const { return params_.flags; } in flags() 463 mapped_file_source::mapmode mapped_file_source::flags() const in flags()
|
/third_party/weston/shared/ |
D | os-compatibility.c | 338 enum ro_anonymous_file_mapmode mapmode) in os_ro_anonymous_file_get_fd() argument 349 if (seals != -1 && mapmode == RO_ANONYMOUS_FILE_MAPMODE_PRIVATE && in os_ro_anonymous_file_get_fd()
|
D | os-compatibility.h | 69 enum ro_anonymous_file_mapmode mapmode);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FileSystem.h | 687 enum mapmode { enum 698 std::error_code init(int FD, uint64_t Offset, mapmode Mode); 708 mapped_file_region(int fd, mapmode mode, uint64_t length, uint64_t offset,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 194 Fd, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, EC); in loadYAML()
|
D | Profile.cpp | 274 *FdOrErr, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, in loadProfile()
|
D | Trace.cpp | 399 *FdOrErr, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, in loadTraceFile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Path.inc | 479 mapmode Mode) { 490 mapped_file_region::mapped_file_region(int fd, mapmode mode, uint64_t length,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 523 mapmode Mode) { 584 mapped_file_region::mapped_file_region(int fd, mapmode mode, uint64_t length,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Path.inc | 798 uint64_t Offset, mapmode Mode) { 866 mapped_file_region::mapped_file_region(sys::fs::file_t fd, mapmode mode, 898 if (Mode == mapmode::readwrite && Exe && hasFlushBufferKernelBug()) {
|
/third_party/weston/libweston/ |
D | input.c | 2093 enum ro_anonymous_file_mapmode mapmode; in weston_keyboard_send_keymap() local 2096 mapmode = RO_ANONYMOUS_FILE_MAPMODE_SHARED; in weston_keyboard_send_keymap() 2098 mapmode = RO_ANONYMOUS_FILE_MAPMODE_PRIVATE; in weston_keyboard_send_keymap() 2100 fd = os_ro_anonymous_file_get_fd(xkb_info->keymap_rofile, mapmode); in weston_keyboard_send_keymap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Path.inc | 781 mapmode Mode) { 812 mapped_file_region::mapped_file_region(int fd, mapmode mode, size_t length,
|