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

  /external/chromium_org/net/cert/
cert_verify_proc_nss.cc 402 PRUint64 method_flags[2]; local
403 method_flags[cert_revocation_method_crl] = revocation_method_flags;
404 method_flags[cert_revocation_method_ocsp] = revocation_method_flags;
407 method_flags[cert_revocation_method_crl] |=
411 method_flags[cert_revocation_method_ocsp] |=
424 arraysize(method_flags);
425 revocation_flags.leafTests.cert_rev_flags_per_method = method_flags;
433 arraysize(method_flags);
434 revocation_flags.chainTests.cert_rev_flags_per_method = method_flags;
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.py     [all...]
TypeSlots.py 143 def method_flags(self): member in class:Signature
    [all...]
Nodes.py     [all...]

Completed in 160 milliseconds