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

  /external/libcxx/utils/libcxx/
compiler.py 23 verify_flags=None, use_verify=False,
35 self.verify_flags = list(verify_flags or [])
37 assert not use_verify or verify_flags is not None
57 self.verify_flags = [
66 assert not self.use_verify or self.verify_flags is not None
125 cmd += self.verify_flags
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/
compiler.py 23 verify_flags=None, use_verify=False,
35 self.verify_flags = list(verify_flags or [])
37 assert not use_verify or verify_flags is not None
57 self.verify_flags = [
66 assert not self.use_verify or self.verify_flags is not None
125 cmd += self.verify_flags
  /art/libdexfile/dex/
dex_instruction.h 208 uint32_t verify_flags; // Set of VerifyFlag. member in struct:art::Instruction::InstructionDescriptor
541 return kInstructionDescriptors[opcode].verify_flags;
597 return (kInstructionDescriptors[Opcode()].verify_flags & (kVerifyRegA | kVerifyRegAWide));
601 return (kInstructionDescriptors[Opcode()].verify_flags & (kVerifyRegB | kVerifyRegBField |
607 return (kInstructionDescriptors[Opcode()].verify_flags & (kVerifyRegC | kVerifyRegCField |
612 return (kInstructionDescriptors[Opcode()].verify_flags & kVerifyRegHPrototype);
616 return (kInstructionDescriptors[Opcode()].verify_flags & (kVerifyArrayData |
622 return (kInstructionDescriptors[Opcode()].verify_flags & kVerifyRuntimeOnly) != 0;
  /external/python/cpython3/Lib/
ssl.py 462 def verify_flags(self): member in class:SSLContext
463 return VerifyFlags(super().verify_flags)
465 @verify_flags.setter
466 def verify_flags(self, value): member in class:SSLContext
467 super(SSLContext, SSLContext).verify_flags.__set__(self, value)
    [all...]
  /external/python/cpython2/Lib/test/
test_ssl.py     [all...]
  /external/python/cpython3/Lib/test/
test_ssl.py     [all...]
  /frameworks/base/tools/apilint/
apilint.py 759 def verify_flags(clazz): function
    [all...]
  /external/libcxx/utils/libcxx/test/
config.py     [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/test/
config.py     [all...]

Completed in 698 milliseconds