OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:protection
(Results
1 - 25
of
1493
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/android/crazy_linker/src/
crazy_linker_memory_mapping.h
19
enum
Protection
{
34
// |prot| are the desired
protection
bit flags.
37
bool Allocate(void* address, size_t size,
Protection
prot, int fd) {
52
// Change the
protection
flags of the mapping.
54
bool SetProtection(
Protection
prot) {
/external/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps_linux.cc
31
uptr *
protection
) {
38
if (!
protection
)
protection
= &dummy;
48
*
protection
= 0;
50
*
protection
|= kProtectionRead;
53
*
protection
|= kProtectionWrite;
56
*
protection
|= kProtectionExecute;
59
*
protection
|= kProtectionShared;
sanitizer_procmaps_freebsd.cc
53
uptr *
protection
) {
60
if (!
protection
)
protection
= &dummy;
67
*
protection
= 0;
69
*
protection
|= kProtectionRead;
71
*
protection
|= kProtectionWrite;
73
*
protection
|= kProtectionExecute;
sanitizer_procmaps_mac.cc
77
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
))
/device/moto/shamu/sepolicy/
tee.te
7
# for anti-rollback
protection
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
ProtectionSystemSpecificHeaderBox.java
18
* This box contains information needed by a Content
Protection
System to play back the content. The
22
* The data encapsulated in the Data field may be read by the identified Content
Protection
System to
25
* embedded licenses/rights, and/or other
protection
system specific metadata.
28
* systems, by including one
Protection
System-Specific Header box for each system supported. Readers
30
* DRM System(s) they support, and select or create the matching
Protection
System-Specific Header
31
* box(es) for storage and retrieval of
Protection
-Specific information interpreted or created by that DRM
/external/llvm/test/MC/COFF/
section-invalid-flags.s
10
// CHECK: error: expected comdat type such as 'discard' or 'largest' after
protection
bits
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ItemProtectionBox.java
26
* The Item
Protection
Box provides an array of item
protection
information, for use by the Item Information Box.
/libcore/luni/src/main/java/java/security/
DomainCombiner.java
31
* the
protection
domains of the current execution thread
33
* the
protection
domains of the parent thread, may be {@code null}.
/external/lldb/tools/debugserver/source/MacOSX/
MachVMRegion.cpp
104
if (m_curr_protection != m_data.
protection
&& m_protection_size > 0)
106
m_err = ::mach_vm_protect (m_task, m_protection_addr, m_protection_size, 0, m_data.
protection
);
108
m_err.LogThreaded("::mach_vm_protect ( task = 0x%4.4x, addr = 0x%8.8llx, size = %llu, set_max = %i, prot = %u )", m_task, (uint64_t)m_protection_addr, (uint64_t)m_protection_size, 0, m_data.
protection
);
113
m_curr_protection = m_data.
protection
;
162
m_data.
protection
,
176
m_curr_protection = m_data.
protection
;
195
if ((m_data.
protection
& VM_PROT_READ) == VM_PROT_READ)
197
if ((m_data.
protection
& VM_PROT_WRITE) == VM_PROT_WRITE)
199
if ((m_data.
protection
& VM_PROT_EXECUTE) == VM_PROT_EXECUTE)
/system/bt/bta/include/
bta_av_co.h
34
/* TRUE to use SCMS-T content
protection
*/
39
/* the content
protection
IDs assigned by BT SIG */
84
** Returns Stream codec and content
protection
capabilities info.
125
** desired codec and content
protection
configuration for the
129
** Returns Stream codec and content
protection
configuration info.
141
** desired codec and content
protection
configuration for the
145
** Returns Stream codec and content
protection
configuration info.
157
** codec and content
protection
configuration of the audio stream.
172
** codec and content
protection
configuration of the video stream.
/system/bt/btif/include/
btif_av_co.h
44
** Description Get the current configuration of content
protection
55
** Description Get content
protection
flag
69
** Description Set content
protection
flag
/device/lge/hammerhead/sepolicy/
tee.te
25
# for anti-rollback
protection
/ndk/sources/cxx-stl/stlport/stlport/stl/
_cprolog.h
2
* If you are using "header
protection
" option with your compiler,
_prolog.h
2
* If you are using "header
protection
" option with your compiler,
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
noncopyable.hpp
19
namespace noncopyable_ //
protection
from unintended ADL
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cprolog.h
2
* If you are using "header
protection
" option with your compiler,
_prolog.h
2
* If you are using "header
protection
" option with your compiler,
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cprolog.h
2
* If you are using "header
protection
" option with your compiler,
_prolog.h
2
* If you are using "header
protection
" option with your compiler,
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cprolog.h
2
* If you are using "header
protection
" option with your compiler,
_prolog.h
2
* If you are using "header
protection
" option with your compiler,
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cprolog.h
2
* If you are using "header
protection
" option with your compiler,
_prolog.h
2
* If you are using "header
protection
" option with your compiler,
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cprolog.h
2
* If you are using "header
protection
" option with your compiler,
Completed in 260 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>