HomeSort by relevance Sort by last modified time
    Searched refs:check_policy (Results 1 - 4 of 4) sorted by null

  /external/vixl/src/
code-generation-scopes-vixl.h 69 BufferSpacePolicy check_policy = kReserveBufferSpace,
72 Open(assembler, size, check_policy, size_policy);
87 BufferSpacePolicy check_policy = kReserveBufferSpace,
92 if (check_policy == kReserveBufferSpace) {
  /external/python/cpython3/Lib/test/test_email/
test_parser.py 13 self.check_policy = policy
23 self.assertIs(msg.check_policy, self.MyPolicy)
31 self.assertIs(msg.check_policy, self.MyPolicy)
  /external/boringssl/src/crypto/x509/
x509_vfy.c 123 static int check_policy(X509_STORE_CTX *ctx);
514 ok = ctx->check_policy(ctx);
1652 static int check_policy(X509_STORE_CTX *ctx) function
    [all...]
  /external/boringssl/src/include/openssl/
x509_vfy.h 233 int (*check_policy)(X509_STORE_CTX *ctx); member in struct:x509_store_ctx_st

Completed in 873 milliseconds