HomeSort by relevance Sort by last modified time
    Searched full:verify_flags (Results 1 - 7 of 7) sorted by null

  /external/libcxx/utils/libcxx/
compiler.py 23 verify_flags=None, use_verify=False,
34 self.verify_flags = list(verify_flags or [])
36 assert not use_verify or verify_flags is not None
56 self.verify_flags = [
65 assert not self.use_verify or self.verify_flags is not None
124 cmd += self.verify_flags
  /art/runtime/
dex_instruction.h 203 uint32_t verify_flags; // Set of VerifyFlag. member in struct:art::Instruction::InstructionDescriptor
530 return kInstructionDescriptors[opcode].verify_flags;
586 return (kInstructionDescriptors[Opcode()].verify_flags & (kVerifyRegA | kVerifyRegAWide));
590 return (kInstructionDescriptors[Opcode()].verify_flags & (kVerifyRegB | kVerifyRegBField |
596 return (kInstructionDescriptors[Opcode()].verify_flags & (kVerifyRegC | kVerifyRegCField |
601 return (kInstructionDescriptors[Opcode()].verify_flags & kVerifyRegHPrototype);
605 return (kInstructionDescriptors[Opcode()].verify_flags & (kVerifyArrayData |
611 return (kInstructionDescriptors[Opcode()].verify_flags & kVerifyRuntimeOnly) != 0;
  /external/python/cpython2/Lib/test/
test_ssl.py     [all...]
  /external/python/cpython2/Doc/library/
ssl.rst 541 Possible value for :attr:`SSLContext.verify_flags`. In this mode, certificate
549 Possible value for :attr:`SSLContext.verify_flags`. In this mode, only the
559 Possible value for :attr:`SSLContext.verify_flags`. In this mode, CRLs of
566 Possible value for :attr:`SSLContext.verify_flags` to disable workarounds
573 Possible value for :attr:`SSLContext.verify_flags`. It instructs OpenSSL to
    [all...]
  /frameworks/base/tools/apilint/
apilint.py 731 def verify_flags(clazz): function
    [all...]
  /external/libcxx/utils/libcxx/test/
config.py     [all...]
  /external/python/cpython2/Modules/
_ssl.c     [all...]

Completed in 175 milliseconds