/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | AllowList.java | 43 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()
|
D | Allow.java | 40 public final class Allow extends class 53 public Allow() { in Allow() method in Allow 60 public Allow(String m) { in Allow() method in Allow
|
D | NameMap.java | 87 putNameMap(Allow.NAME, Allow.class.getName()); // 5 in initializeNameMap()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | AllowParser.java | 73 Allow allow = new Allow(); in parse() 87 allow = new Allow(); in parse()
|
/external/proguard/examples/ |
D | retrace.pro | 26 # Allow methods with the same signature, except for the return type, 35 # Allow classes and class members to be made public.
|
D | midlets.pro | 19 # Allow methods with the same signature, except for the return type, 28 # Allow classes and class members to be made public.
|
D | proguard.pro | 21 # Allow methods with the same signature, except for the return type, 30 # Allow classes and class members to be made public.
|
D | proguardgui.pro | 36 # Allow methods with the same signature, except for the return type,
|
D | proguardall.pro | 23 # Allow methods with the same signature, except for the return type,
|
/external/libvpx/ |
D | CHANGELOG | 105 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/ |
D | test.conf | 15 <!-- Allow any connection to receive the message, but
|
/external/libpng/ |
D | configure.ac | 110 # 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/ |
D | GUIResources.properties | 90 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/ |
D | system.conf | 42 <!-- Allow anyone to talk to the message bus -->
|
/external/openssl/patches/ |
D | handshake_cutthrough.patch | 72 - /* 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/ |
D | PAssociatedURIParser.java | 40 import gov.nist.javax.sip.header.Allow;
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 378 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 …]
|
D | CHANGELOG | 131 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/ |
D | root.txt | 14 ExpectCLDRVersionAtLeast { 1.8 } // 'base' cldr version. Allow up to version =.=.* of this
|
/external/chromium/third_party/icu/source/test/testdata/ |
D | root.txt | 14 ExpectCLDRVersionAtLeast { 1.7 } // 'base' cldr version. Allow up to version =.=.* of this
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | ListMap.java | 97 headerListTable.put(Allow.class, AllowList.class); in initializeListMap()
|
/external/chromium/net/base/ |
D | x509_certificate_unittest.cc | 377 policy.Allow(google_cert.get()); in TEST() 391 policy.Allow(webkit_cert.get()); in TEST()
|
D | x509_certificate.h | 114 void Allow(X509Certificate* cert);
|
D | x509_certificate.cc | 115 void X509Certificate::Policy::Allow(X509Certificate* cert) { in Allow() function in net::X509Certificate::Policy
|
/external/bluetooth/hcidump/ |
D | ChangeLog | 82 Allow null-terminated text strings. 122 Allow selection of system device.
|