Searched defs:protect (Results 1 - 25 of 25) sorted by relevance

/external/junit/src/junit/framework/
H A DProtectable.java13 public abstract void protect() throws Throwable; method in interface:Protectable
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_cp.h20 Boolean protect; member in struct:ieee802_1x_cp_conf
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_cp.h20 Boolean protect; member in struct:ieee802_1x_cp_conf
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_cp.h20 Boolean protect; member in struct:ieee802_1x_cp_conf
/external/chromium_org/sandbox/win/wow_helper/
H A Dtarget_code.cc13 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) {
17 allocation_type, protect);
10 TargetNtMapViewOfSection( PatchInfo *patch_info, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
/external/lzma/CPP/Windows/
H A DFileMapping.h15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) argument
17 _handle = ::CreateFileMapping(INVALID_HANDLE_VALUE, NULL, protect, (DWORD)(maxSize >> 32), (DWORD)maxSize, name);
/external/chromium_org/sandbox/win/src/
H A Dtarget_interceptions.cc22 ULONG allocation_type, ULONG protect) {
25 allocation_type, protect);
18 TargetNtMapViewOfSection( NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
H A Dinterceptors_64.cc27 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) {
33 allocation_type, protect);
24 TargetNtMapViewOfSection64( HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
H A Dsandbox_nt_util.cc476 ULONG protect) {
480 &new_bytes, protect, &old_protect_);
475 ChangeProtection(void* address, size_t bytes, ULONG protect) argument
/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist_interceptions.cc183 ULONG protect) {
186 allocation_type, protect);
252 ULONG protect) {
259 protect);
270 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) {
273 inherit, allocation_type, protect);
172 BlNtMapViewOfSectionImpl( NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
241 BlNtMapViewOfSection( NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
267 BlNtMapViewOfSection64( HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_vp8.cc325 bool protect = local
327 return protect ? kProtectedPacket : kUnprotectedPacket;
H A Drtp_sender_video.cc108 bool protect) {
139 if (protect) {
102 SendVideoPacket(uint8_t* data_buffer, const uint16_t payload_length, const uint16_t rtp_header_length, const uint32_t capture_timestamp, int64_t capture_time_ms, StorageType storage, bool protect) argument
/external/iproute2/doc/
H A Dip-cref.tex3124 \section{Example: {\protect\tt ifcfg} --- interface address management}
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc358 DWORD protect);
939 DWORD protect) {
942 process, address, size, type, protect);
944 MallocHook::InvokeMmapHook(result, address, size, protect, type, -1, 0);
936 Perftools_VirtualAllocEx(HANDLE process, LPVOID address, SIZE_T size, DWORD type, DWORD protect) argument
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc358 DWORD protect);
939 DWORD protect) {
942 process, address, size, type, protect);
944 MallocHook::InvokeMmapHook(result, address, size, protect, type, -1, 0);
936 Perftools_VirtualAllocEx(HANDLE process, LPVOID address, SIZE_T size, DWORD type, DWORD protect) argument
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_media_task.c1880 UINT8 protect = 0; local
1975 protect |= 1;
1985 protect |= 2;
1988 protect |= 3;
1995 if (protect == 3)
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jar ... .TestResult) throws java.lang.Exception public void protect () throws java.lang.Exception } junit/extensions/TestSetup. ...
H A Djunit.jar ... .TestResult) throws java.lang.Exception public void protect () throws java.lang.Exception } junit/extensions/TestSetup. ...
/external/sqlite/dist/orig/
H A Dsqlite3.c24877 ** global mutex is used to protect the unixInodeInfo and
35984 DWORD protect = PAGE_READONLY; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24895 ** global mutex is used to protect the unixInodeInfo and
36004 DWORD protect = PAGE_READONLY; local
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 4290 milliseconds