/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | Lexer.java | 104 addKeyword(TokenNames.SIP.toUpperCase(), TokenTypes.SIP); in selectLexer() 313 addKeyword(TokenNames.SIP.toUpperCase(), TokenTypes.SIP); in selectLexer() 315 addKeyword(TokenNames.SIP.toUpperCase(), TokenTypes.SIP); in selectLexer() 318 addKeyword(TokenNames.SIP.toUpperCase(), TokenTypes.SIP); in selectLexer()
|
D | TokenNames.java | 55 public static final String SIP = GenericURI.SIP; field
|
D | Parser.java | 58 Token tok = lexer.match(SIP); in sipVersion()
|
D | URLParser.java | 344 if (t1.getTokenType() == TokenTypes.SIP || in uriReference() 611 int sipOrSips = TokenTypes.SIP; in sipURL() 612 String scheme = TokenNames.SIP; in sipURL()
|
D | TokenTypes.java | 40 public static final int SIP = START + 3; field
|
/external/arm-trusted-firmware/docs/ |
D | global_substitutions.txt | 43 .. |SIP| replace:: :term:`SIP`
|
D | glossary.rst | 146 SIP
|
/external/tcpdump/tests/ |
D | dhcpv6-sip-server-d.out | 1 … 000c2938f368) (server-ID hwaddr/time type 1 time 418354459 000c299ba153) (SIP-servers-domain sip1…
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
D | GenericURI.java | 44 public static final String SIP = ParameterNames.SIP_URI_SCHEME; field in GenericURI
|
D | SipUri.java | 82 this.scheme = SIP; in SipUri() 92 if (scheme.compareToIgnoreCase(SIP) != 0 in setScheme() 966 this.scheme = SIP; in setSecure()
|
D | NetObject.java | 62 protected static final String SIP = "sip"; field in NetObject
|
/external/arm-trusted-firmware/docs/plat/ |
D | meson-axg.rst | 14 - Basic SIP services (read efuse data, enable/disable JTAG).
|
D | meson-g12a.rst | 14 - Basic SIP services (read efuse data, enable/disable JTAG).
|
D | meson-gxl.rst | 14 - Basic SIP services (read efuse data, enable/disable JTAG).
|
D | meson-gxbb.rst | 14 - Basic SIP services (read efuse data, enable/disable JTAG).
|
/external/llvm/tools/xcode-toolchain/ |
D | CMakeLists.txt | 5 # developers to work without disabling SIP, this file can generate an Xcode
|
/external/libcups/ |
D | INSTALL.md | 13 > default System Integrity Protection (SIP) settings. In addition, we do not 75 > default System Integrity Protection (SIP) settings.
|
/external/llvm-project/llvm/tools/xcode-toolchain/ |
D | CMakeLists.txt | 5 # developers to work without disabling SIP, this file can generate an Xcode
|
/external/scapy/scapy/contrib/ |
D | diameter.uts | 148 a11 = AVP ('SIP-Auth', val = [a2, a4, a8, a10]) 234 AVP ('SIP-Auth', val = [
|
/external/webrtc/docs/ |
D | faq.md | 37 scenario (for example, but not limited to, SIP, XMPP/Jingle, et al.).
|
/external/python/pyasn1-modules/ |
D | CHANGES.txt | 25 Protocol (SIP) in X.509 certificates
|
/external/python/cpython3/Doc/faq/ |
D | extending.rst | 52 with a tool such as `SWIG <http://www.swig.org>`_. `SIP
|
/external/python/cpython2/Doc/faq/ |
D | extending.rst | 55 with a tool such as `SWIG <http://www.swig.org>`_. `SIP
|
/external/dnsmasq/ |
D | dnsmasq.conf.example | 22 # so don't use it if you use eg Kerberos, SIP, XMMP or Google-talk.
|
D | CHANGELOG.archive | 2053 Support DHCP option 120, SIP servers, (RFC 3361). Both 2459 SIP, XMPP and Google-talk to the example config file.
|