Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/typescript/tests/cases/conformance/classes/members/accessibility/
DprivateProtectedMembersAreNotAccessibleDestructuring.ts3 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/
DprivateProtectedMembersAreNotAccessibleDestructuring.js4 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/
Dmmap.c14 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()
Dmprotect.c5 int __mprotect(void *addr, size_t len, int prot) in __mprotect()
/third_party/node/deps/v8/src/base/platform/
Dplatform-macos.cc41 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/
Ddirect_mmap.h74 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/
DsljitWXExecAllocator.c99 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/
Dlibdrm_macros.h51 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/
Dmain.rs13 mod prot; module
/third_party/jerryscript/tests/jerry-test-suite/08/08.12/08.12.02/
D08.12.02-001.js15 var prot = { variable
/third_party/musl/src/linux/
Dremap_file_pages.c5 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/
Dos_mman.h55 # define os_mmap(addr, length, prot, flags, fd, offset) \ argument
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocAccessibilityTags.ts19 prot = 5; property in A
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/
D9-1.c41 int prot; in main() local
D3-1.c44 int prot; in main() local
D4-1.c53 int prot; in main() local
D1-2.c57 int prot; in main() local
D1-1.c57 int prot; in main() local
/third_party/curl/lib/
Dsetopt.c2693 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/
D5-1.c38 int prot; member
/third_party/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create_common.h41 #define CHECK_MMAP(addr, length, prot, flags, fd, offset) \ argument
45 #define CHECK_MMAP_FAIL(addr, length, prot, flags, fd, offset) \ argument
Dmemfd_create_common.c173 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/
Dpkey.h20 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/
Dvma03.c121 static void *mmap2(void *addr, size_t length, int prot, in mmap2()
/third_party/ltp/testcases/kernel/syscalls/mprotect/
Dmprotect01.c54 int prot; member

1234