Home
last modified time | relevance | path

Searched refs:Allow (Results 1 – 25 of 130) sorted by relevance

123456

/external/nist-sip/java/gov/nist/javax/sip/header/
DAllowList.java43 public class AllowList extends SIPHeaderList<Allow> {
62 super(Allow.class, AllowHeader.NAME); in AllowList()
82 for ( Iterator<Allow> it = this.hlist.iterator(); it.hasNext();) { in getMethods()
83 Allow a = (Allow)it.next(); in getMethods()
108 Allow allow = new Allow(); in setMethods()
DAllow.java40 public final class Allow extends class
53 public Allow() { in Allow() method in Allow
60 public Allow(String m) { in Allow() method in Allow
DNameMap.java87 putNameMap(Allow.NAME, Allow.class.getName()); // 5 in initializeNameMap()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DAllowParser.java73 Allow allow = new Allow(); in parse()
87 allow = new Allow(); in parse()
/external/proguard/examples/
Dretrace.pro26 # Allow methods with the same signature, except for the return type,
35 # Allow classes and class members to be made public.
Dmidlets.pro19 # Allow methods with the same signature, except for the return type,
28 # Allow classes and class members to be made public.
Dproguard.pro21 # Allow methods with the same signature, except for the return type,
30 # Allow classes and class members to be made public.
Dproguardgui.pro36 # Allow methods with the same signature, except for the return type,
Dproguardall.pro23 # Allow methods with the same signature, except for the return type,
/external/libvpx/
DCHANGELOG105 Allow coefficient optimization for good quality speed 0.
137 Allow linking of libs built with MinGW to MSVC
139 Allow --cpu= to work for x86.
/external/dbus/test/data/valid-config-files/system.d/
Dtest.conf15 <!-- Allow any connection to receive the message, but
/external/libpng/
Dconfigure.ac110 # Allow the pkg-config directory to be set
134 # Allow the old version number library, libpng.so, to be removed from
/external/proguard/src/proguard/gui/
DGUIResources.properties90 allowAccessModification = Allow access modification
148 Allow the optimization step to modify the access modifiers of classes, fields, and methods.
150 <html>Allow interfaces to be merged, even if their implementations don't implement all<br>\
174 <html>Allow fields and methods to get the same obfuscated names, even if only their types or<br>\
299 allowTitle = Allow
301 allowShrinking = Allow shrinking
302 allowOptimization = Allow optimization
303 allowObfuscation = Allow obfuscation
/external/dbus/test/data/valid-config-files/
Dsystem.conf42 <!-- Allow anyone to talk to the message bus -->
/external/openssl/patches/
Dhandshake_cutthrough.patch72 - /* Allow NewSessionTicket if ticket expected */
93 + /* Allow NewSessionTicket if ticket expected */
111 + /* Allow NewSessionTicket if ticket expected */
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
DPAssociatedURIParser.java40 import gov.nist.javax.sip.header.Allow;
/external/dnsmasq/
DCHANGELOG.archive378 Allow specification of more than one resolv.conf file. This is
382 Allow -S flags which specify a domain but no server
399 release 1.12 Allow more than one domain in server config lines and
401 like "local=/localnet/thekelleys.org.uk/" legal. Allow
404 Allow whole domains to have an IP address specified
523 release 1.16 Allow "/" characters in domain names - this fixes
571 Allow port numbers in source-address specifications.
598 Allow '_' characters in domain names: Legal characters
627 Allow hosts to be specified by client ID in dhcp-hosts
633 Allow dhcp-host options to specify any IP address on the
[all …]
DCHANGELOG131 Allow --addn-hosts to take a directory: all the files
221 Allow the source address of an alias to be a range:
249 Allow --bootp-dynamic to take a netid tag, so that it may
297 Allow for more that one MAC address in a dhcp-host
/external/icu4c/test/testdata/
Droot.txt14 ExpectCLDRVersionAtLeast { 1.8 } // 'base' cldr version. Allow up to version =.=.* of this
/external/chromium/third_party/icu/source/test/testdata/
Droot.txt14 ExpectCLDRVersionAtLeast { 1.7 } // 'base' cldr version. Allow up to version =.=.* of this
/external/nist-sip/java/gov/nist/javax/sip/message/
DListMap.java97 headerListTable.put(Allow.class, AllowList.class); in initializeListMap()
/external/chromium/net/base/
Dx509_certificate_unittest.cc377 policy.Allow(google_cert.get()); in TEST()
391 policy.Allow(webkit_cert.get()); in TEST()
Dx509_certificate.h114 void Allow(X509Certificate* cert);
Dx509_certificate.cc115 void X509Certificate::Policy::Allow(X509Certificate* cert) { in Allow() function in net::X509Certificate::Policy
/external/bluetooth/hcidump/
DChangeLog82 Allow null-terminated text strings.
122 Allow selection of system device.

123456