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

  /external/nist-sip/java/gov/nist/javax/sip/header/
Allow.java 32 * Allow SIPHeader.
40 public final class Allow extends
53 public Allow() {
54 super(ALLOW);
60 public Allow(String m) {
61 super(ALLOW);
80 + ", Allow, setMethod(), the method parameter is null.");
  /external/chromium_org/net/cert/
x509_cert_types.cc 87 void CertPolicy::Allow(X509Certificate* cert, CertStatus error) {
  /external/chromium_org/components/policy/core/browser/
url_blacklist_manager.cc 45 scoped_ptr<base::ListValue> allow,
49 blacklist->Allow(allow.get());
58 bool allow,
71 allow ? URLQueryElementMatcherCondition::MATCH_ALL
104 FilterComponents() : port(0), match_subdomains(true), allow(true) {}
114 bool allow; member in struct:policy::URLBlacklist::FilterComponents
122 void URLBlacklist::AddFilters(bool allow,
131 components.allow = allow;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h     [all...]

Completed in 620 milliseconds