Searched refs:method_flags (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/cert/
H A Dcert_verify_proc_nss.cc402 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;
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCode.py1916 method_flags = entry.signature.method_flags()
1917 if method_flags:
1919 method_flags += [method_coexist]
1924 "|".join(method_flags),
H A DTypeSlots.py143 def method_flags(self): member in class:Signature
H A DNodes.py3080 if not entry.is_special and sig.method_flags() == [TypeSlots.method_noargs]:

Completed in 967 milliseconds