Searched refs:protection (Results 1 - 25 of 35) sorted by path

12

/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php121 * The PLAINTEXT method does not provide any security protection and SHOULD only be used
/external/chromium_org/native_client_sdk/src/doc/
H A Dfaq.rst354 protection mechanisms. While new instructions can be inserted at
/external/chromium_org/ppapi/proxy/
H A Dfile_mapping_resource.cc34 uint32_t protection,
57 if (protection &
79 length, protection, flags, offset));
31 Map(PP_Instance , PP_Resource file_io, int64_t length, uint32_t protection, uint32_t flags, int64_t offset, void** address, scoped_refptr<TrackedCallback> callback) argument
H A Dfile_mapping_resource.h33 uint32_t protection,
63 uint32_t protection,
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dmalloc_hook.h134 int protection,
158 int protection,
177 int protection,
321 int protection,
328 int protection,
334 int protection,
H A Dmalloc_hook_c.h84 int protection,
96 int protection,
107 int protection,
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_hook-inl.h191 int protection,
196 InvokePreMmapHookSlow(start, size, protection, flags, fd, offset);
201 protection, flags,
214 int protection,
219 InvokeMmapHookSlow(result, start, size, protection, flags, fd, offset);
225 protection, flags,
232 int protection,
239 protection, flags,
189 InvokePreMmapHook(const void* start, size_t size, int protection, int flags, int fd, off_t offset) argument
211 InvokeMmapHook(const void* result, const void* start, size_t size, int protection, int flags, int fd, off_t offset) argument
230 InvokeMmapReplacement(const void* start, size_t size, int protection, int flags, int fd, off_t offset, void** result) argument
H A Dmalloc_hook.cc122 int protection,
127 MallocHook::InvokePreMmapHook(start, size, protection, flags, fd, offset);
534 int protection,
538 INVOKE_HOOKS(PreMmapHook, premmap_hooks_, (start, size, protection, flags, fd,
545 int protection,
549 INVOKE_HOOKS(MmapHook, mmap_hooks_, (result, start, size, protection, flags,
555 int protection,
561 (start, size, protection, flags, fd, offset, result));
120 InitialPreMMapHook(const void* start, size_t size, int protection, int flags, int fd, off_t offset) argument
532 InvokePreMmapHookSlow(const void* start, size_t size, int protection, int flags, int fd, off_t offset) argument
542 InvokeMmapHookSlow(const void* result, const void* start, size_t size, int protection, int flags, int fd, off_t offset) argument
553 InvokeMmapReplacementSlow(const void* start, size_t size, int protection, int flags, int fd, off_t offset, void** result) argument
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dmalloc_hook_test.cc305 int protection,
303 MmapReplacement(const void* start, size_t size, int protection, int flags, int fd, off_t offset, void** result) argument
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dmalloc_hook.h134 int protection,
158 int protection,
177 int protection,
321 int protection,
328 int protection,
334 int protection,
H A Dmalloc_hook_c.h84 int protection,
96 int protection,
107 int protection,
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_hook-inl.h191 int protection,
196 InvokePreMmapHookSlow(start, size, protection, flags, fd, offset);
201 protection, flags,
214 int protection,
219 InvokeMmapHookSlow(result, start, size, protection, flags, fd, offset);
225 protection, flags,
232 int protection,
239 protection, flags,
189 InvokePreMmapHook(const void* start, size_t size, int protection, int flags, int fd, off_t offset) argument
211 InvokeMmapHook(const void* result, const void* start, size_t size, int protection, int flags, int fd, off_t offset) argument
230 InvokeMmapReplacement(const void* start, size_t size, int protection, int flags, int fd, off_t offset, void** result) argument
H A Dmalloc_hook.cc122 int protection,
127 MallocHook::InvokePreMmapHook(start, size, protection, flags, fd, offset);
534 int protection,
538 INVOKE_HOOKS(PreMmapHook, premmap_hooks_, (start, size, protection, flags, fd,
545 int protection,
549 INVOKE_HOOKS(MmapHook, mmap_hooks_, (result, start, size, protection, flags,
555 int protection,
561 (start, size, protection, flags, fd, offset, result));
120 InitialPreMMapHook(const void* start, size_t size, int protection, int flags, int fd, off_t offset) argument
532 InvokePreMmapHookSlow(const void* start, size_t size, int protection, int flags, int fd, off_t offset) argument
542 InvokeMmapHookSlow(const void* result, const void* start, size_t size, int protection, int flags, int fd, off_t offset) argument
553 InvokeMmapReplacementSlow(const void* start, size_t size, int protection, int flags, int fd, off_t offset, void** result) argument
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dmalloc_hook_test.cc305 int protection,
303 MmapReplacement(const void* start, size_t size, int protection, int flags, int fd, off_t offset, void** result) argument
/external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
H A Dvideo_coding.h247 // Register a video protection callback which will be called to deliver
251 // - protection : The callback object to register.
255 virtual int32_t RegisterProtectionCallback(VCMProtectionCallback* protection) = 0;
257 // Enable or disable a video protection method.
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dvideo_coding_impl.cc169 VCMProtectionCallback* protection) OVERRIDE {
170 return sender_->RegisterProtectionCallback(protection);
H A Dvideo_coding_impl.h87 int32_t RegisterProtectionCallback(VCMProtectionCallback* protection);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dgenopcode.asm109 ;; TODO: add protection control
/external/chromium_org/v8/src/base/platform/
H A Dplatform-cygwin.cc182 static void* RandomizedVirtualAlloc(size_t size, int action, int protection) { argument
185 if (protection == PAGE_EXECUTE_READWRITE || protection == PAGE_NOACCESS) {
188 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection);
193 if (base == NULL) base = VirtualAlloc(NULL, size, action, protection);
H A Dplatform-win32.cc757 static void* RandomizedVirtualAlloc(size_t size, int action, int protection) { argument
760 if (protection == PAGE_EXECUTE_READWRITE || protection == PAGE_NOACCESS) {
763 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection);
768 if (base == NULL) base = VirtualAlloc(NULL, size, action, protection);
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1572 // extend this protection.
1583 PeepholeProtection protection; local
1584 protection.Inst = inst;
1585 return protection;
1588 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) { argument
1589 if (!protection.Inst) return;
1592 protection.Inst->eraseFromParent();
H A DCodeGenFunction.h1817 /// protection is no longer required.
1822 void unprotectFromPeepholes(PeepholeProtection protection);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h36 char filename[], uptr filename_size, uptr *protection);
47 // Memory protection masks.
69 uptr *protection);
H A Dsanitizer_procmaps_linux.cc162 uptr *protection) {
169 if (!protection) protection = &dummy;
177 *protection = 0;
179 *protection |= kProtectionRead;
181 *protection |= kProtectionWrite;
183 *protection |= kProtectionExecute;
202 *protection = 0;
204 *protection |= kProtectionRead;
207 *protection |
160 Next(uptr *start, uptr *end, uptr *offset, char filename[], uptr filename_size, uptr *protection) argument
[all...]
H A Dsanitizer_procmaps_mac.cc77 char filename[], uptr filename_size, uptr *protection) {
84 if (protection) {
85 // Return the initial protection.
86 *protection = sc->initprot;
107 uptr *protection) {
139 start, end, offset, filename, filename_size, protection))
146 start, end, offset, filename, filename_size, protection))
75 NextSegmentLoad( uptr *start, uptr *end, uptr *offset, char filename[], uptr filename_size, uptr *protection) argument
105 Next(uptr *start, uptr *end, uptr *offset, char filename[], uptr filename_size, uptr *protection) argument

Completed in 558 milliseconds

12