Home
last modified time | relevance | path

Searched defs:protection (Results 1 – 18 of 18) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_mac.cc77 char filename[], uptr filename_size, uptr *protection) { in NextSegmentLoad()
107 uptr *protection) { in Next()
Dsanitizer_procmaps_linux.cc31 uptr *protection) { in Next()
Dsanitizer_procmaps_freebsd.cc53 uptr *protection) { in Next()
/external/autotest/cli/
Dsite_host.py37 protection=host_protections.Protection.NO_PROTECTION): argument
/external/autotest/frontend/afe/
Drdb_model_extensions.py195 protection = dbmodels.SmallIntegerField(null=False, blank=True, variable in AbstractHostModel
Drpc_interface.py264 def add_host(hostname, status=None, locked=None, lock_reason='', protection=None): argument
/external/v8/src/base/platform/
Dplatform-cygwin.cc134 static void* RandomizedVirtualAlloc(size_t size, int action, int protection) { in RandomizedVirtualAlloc()
Dplatform-win32.cc752 static void* RandomizedVirtualAlloc(size_t size, int action, int protection) { in RandomizedVirtualAlloc()
/external/valgrind/coregrind/
Dpub_core_threadstate.h215 UWord protection; member
237 UWord protection; member
/external/ImageMagick/MagickCore/
Dnt-base.h190 # define mmap(address,length,protection,access,file,offset) \ argument
Dnt-base.c1659 MagickPrivate void *NTMapMemory(char *address,size_t length,int protection, in NTMapMemory()
Dblob.c2184 protection; in MapBlob() local
/external/webrtc/webrtc/modules/video_coding/
Dvideo_coding_impl.cc144 VCMProtectionCallback* protection) override { in RegisterProtectionCallback()
/external/autotest/scheduler/
Drdb_testing_utils.py204 locked=0, lock_reason='', leased=0, protection=0, dirty=0): argument
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1767 PeepholeProtection protection; in protectFromPeepholes() local
1772 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) { in unprotectFromPeepholes()
/external/google-breakpad/src/processor/
Dminidump.cc3719 uint32_t protection = in IsExecutable() local
3728 uint32_t protection = in IsWritable() local
/external/iw/
Dscan.c1067 static const char *protection[4] = { in print_ht_op() local
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h827 uint32_t protection; /* MDMemoryProtection */ member