/third_party/typescript/tests/cases/conformance/classes/members/accessibility/ |
D | privateProtectedMembersAreNotAccessibleDestructuring.ts | 3 protected prot; property in K 18 let { prot } = k; // error variable 20 let { priv: a, prot: b, privateMethod: pm } = k; // error variable
|
/third_party/typescript/tests/baselines/reference/ |
D | privateProtectedMembersAreNotAccessibleDestructuring.js | 4 protected prot; field in K 22 function f({ priv, prot, privateMethod }: K) { property 66 var prot = k.prot; // error variable
|
/third_party/musl/src/mman/ |
D | mmap.c | 14 void *__mmap(void *start, size_t len, int prot, int flags, int fd, off_t off) in __mmap() 58 void *__lldb_mmap(void *start, size_t len, int prot, int flags, int fd, intptr_t off) { in __lldb_mmap()
|
D | mprotect.c | 5 int __mprotect(void *addr, size_t len, int prot) in __mprotect()
|
/third_party/node/deps/v8/src/base/platform/ |
D | platform-macos.cc | 41 vm_prot_t prot) { in mach_vm_map_wrapper() 75 vm_prot_t prot = GetVMProtFromMemoryPermission(access); in AllocateShared() local 123 vm_prot_t prot = GetVMProtFromMemoryPermission(access); in AllocateShared() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | direct_mmap.h | 74 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd, in DirectMmap() 152 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd, in DirectMmap()
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitWXExecAllocator.c | 99 int prot = PROT_READ | PROT_WRITE | SLJIT_PROT_WX; in sljit_malloc_exec() local 144 int prot = PROT_READ | (enable_exec ? PROT_EXEC : PROT_WRITE); in sljit_update_wx_flags() local 189 DWORD prot = enable_exec ? PAGE_EXECUTE : PAGE_READWRITE; in sljit_update_wx_flags() local
|
/third_party/libdrm/ |
D | libdrm_macros.h | 51 static inline void *drm_mmap(void *addr, size_t length, int prot, int flags, in drm_mmap() 70 # define drm_mmap(addr, length, prot, flags, fd, offset) \ argument
|
/third_party/rust/crates/rustix/tests/mm/ |
D | main.rs | 13 mod prot; module
|
/third_party/jerryscript/tests/jerry-test-suite/08/08.12/08.12.02/ |
D | 08.12.02-001.js | 15 var prot = { variable
|
/third_party/musl/src/linux/ |
D | remap_file_pages.c | 5 int remap_file_pages(void *addr, size_t size, int prot, size_t pgoff, int flags) in remap_file_pages()
|
/third_party/mesa3d/src/gallium/auxiliary/os/ |
D | os_mman.h | 55 # define os_mmap(addr, length, prot, flags, fd, offset) \ argument
|
/third_party/typescript/tests/cases/conformance/jsdoc/ |
D | jsdocAccessibilityTags.ts | 19 prot = 5; property in A
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/ |
D | 9-1.c | 41 int prot; in main() local
|
D | 3-1.c | 44 int prot; in main() local
|
D | 4-1.c | 53 int prot; in main() local
|
D | 1-2.c | 57 int prot; in main() local
|
D | 1-1.c | 57 int prot; in main() local
|
/third_party/curl/lib/ |
D | setopt.c | 2693 curl_prot_t prot; in Curl_vsetopt() local 2703 curl_prot_t prot; in Curl_vsetopt() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 5-1.c | 38 int prot; member
|
/third_party/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create_common.h | 41 #define CHECK_MMAP(addr, length, prot, flags, fd, offset) \ argument 45 #define CHECK_MMAP_FAIL(addr, length, prot, flags, fd, offset) \ argument
|
D | memfd_create_common.c | 173 int prot, int flags, int fd, off_t offset) in check_mmap() 187 size_t length, int prot, int flags, int fd, off_t offset) in check_mmap_fail() 224 size_t length, int prot) in check_mprotect()
|
/third_party/ltp/testcases/kernel/syscalls/pkeys/ |
D | pkey.h | 20 inline int ltp_pkey_mprotect(void *addr, size_t len, int prot, int pkey) in ltp_pkey_mprotect()
|
/third_party/ltp/testcases/kernel/mem/vma/ |
D | vma03.c | 121 static void *mmap2(void *addr, size_t length, int prot, in mmap2()
|
/third_party/ltp/testcases/kernel/syscalls/mprotect/ |
D | mprotect01.c | 54 int prot; member
|