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

1 2

  /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,
  /libcore/ojluni/src/main/java/java/security/
KeyStoreSpi.java 390 ProtectionParameter protection = param.getProtectionParameter(); local
392 if (protection instanceof PasswordProtection) {
393 password = ((PasswordProtection)protection).getPassword();
394 } else if (protection instanceof CallbackHandlerProtection) {
396 ((CallbackHandlerProtection)protection).getCallbackHandler();
424 * with the specified protection parameter.
497 * The specified protection parameter is used to protect the
520 throw new KeyStoreException("unsupported protection parameter");
KeyStore.java 154 * different passwords or other protection parameters
263 * A marker interface for keystore protection parameters.
267 * For example, protection parameters may be used to check
304 * Creates a password parameter and specifies the protection algorithm
336 * Gets the name of the protection algorithm.
338 * protection algorithm. The name of the default protection algorithm
343 * name of the default key protection algorithm used for PKCS12
356 * Gets the parameters supplied for the protection algorithm.
1806 private ProtectionParameter protection; field in class:KeyStore.FileBuilder
    [all...]
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
segment.c 565 char *protection, *share, *name; local
569 protection = "rw";
573 protection = "r-";
577 protection = "-w";
581 protection = "--";
600 segp->seg_offset, protection, share, name);
605 segp->seg_offset, protection, share, name);
671 * 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/valgrind/coregrind/
pub_core_threadstate.h 223 UWord protection; member in struct:__anon42546::__anon42547::__anon42559
245 UWord protection; member in struct:__anon42546::__anon42547::__anon42564
  /external/ImageMagick/MagickCore/
blob.c 2184 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/v8/src/compiler/x64/
code-generator-x64.cc 314 const X64MemoryProtection protection = local
316 if (protection == X64MemoryProtection::kProtected) {
    [all...]
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 827 uint32_t protection; \/* MDMemoryProtection *\/ member in struct:__anon20875
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
sunpkcs11.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
sunpkcs11.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
bcprov-jdk16-1.46.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
bcprov-jdk16-1.46.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 627 milliseconds

1 2