HomeSort by relevance Sort by last modified time
    Searched defs:protection (Results 1 - 9 of 9) sorted by null

  /external/autotest/frontend/afe/
rdb_model_extensions.py 141 protection, lock_time, dirty])
178 protection: indicates what can be done to this host during repair
195 protection = dbmodels.SmallIntegerField(null=False, blank=True, variable in class:AbstractHostModel
  /external/ltp/testcases/kernel/syscalls/sendfile/
sendfile04.c 32 * A protected buffer is created by mmap with specifying protection.
84 int protection; member in struct:test_case_t
280 do_sendfile(testcases[i].protection,
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
segment.c 562 char *protection, *share, *name; local
566 protection = "rw";
570 protection = "r-";
574 protection = "-w";
578 protection = "--";
597 segp->seg_offset, protection, share, name);
602 segp->seg_offset, protection, share, name);
668 * test protection.
  /external/compiler-rt/lib/interception/
interception_win.cc 577 // Change memory protection to writable.
578 DWORD protection = 0;
579 if (!ChangeMemoryProtection(header, patch_length, &protection))
588 // Restore previous memory protection.
589 if (!RestoreMemoryProtection(header, patch_length, protection))
619 // Change memory protection to writable.
620 DWORD protection = 0; local
621 if (!ChangeMemoryProtection(old_func, kJumpInstructionLength, &protection))
627 // Restore previous memory protection.
628 if (!RestoreMemoryProtection(old_func, kJumpInstructionLength, protection))
724 DWORD protection = 0; local
    [all...]
  /external/ImageMagick/MagickCore/
blob.c 2960 protection; local
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 1840 PeepholeProtection protection; local
    [all...]
  /external/google-breakpad/src/processor/
minidump.cc 3719 uint32_t protection = local
3728 uint32_t protection = local
    [all...]
  /external/iw/
scan.c 1067 static const char *protection[4] = { local
1084 printf("\t\t * HT protection: %s\n", protection[data[2] & 0x3]);
1088 printf("\t\t * dual CTS protection: %d\n", (data[4] & 0x80) >> 7);
    [all...]
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 827 uint32_t protection; \/* MDMemoryProtection *\/ member in struct:__anon22677
    [all...]

Completed in 616 milliseconds