HomeSort by relevance Sort by last modified time
    Searched refs:NameType (Results 1 - 5 of 5) sorted by null

  /external/jmdns/src/javax/jmdns/impl/
NameRegister.java 16 public enum NameType {
31 * @see javax.jmdns.impl.NameRegister#register(java.net.InetAddress, java.lang.String, javax.jmdns.impl.NameRegister.NameType)
34 public void register(InetAddress networkInterface, String name, NameType type) {
41 * @see javax.jmdns.impl.NameRegister#checkName(java.net.InetAddress, java.lang.String, javax.jmdns.impl.NameRegister.NameType)
44 public boolean checkName(InetAddress networkInterface, String name, NameType type) {
51 * @see javax.jmdns.impl.NameRegister#incrementHostName(java.net.InetAddress, java.lang.String, javax.jmdns.impl.NameRegister.NameType)
54 public String incrementHostName(InetAddress networkInterface, String name, NameType type) {
65 * @see javax.jmdns.impl.NameRegister#register(java.net.InetAddress, java.lang.String, javax.jmdns.impl.NameRegister.NameType)
68 public void register(InetAddress networkInterface, String name, NameType type) {
75 * @see javax.jmdns.impl.NameRegister#checkName(java.net.InetAddress, java.lang.String, javax.jmdns.impl.NameRegister.NameType)
    [all...]
  /external/chromium_org/v8/src/
func-name-inferrer.h 79 enum NameType {
85 Name(const AstRawString* name, NameType type) : name(name), type(type) {}
87 NameType type;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLPreloadScanner.cpp 179 template<typename NameType>
180 void processScriptAttribute(const NameType& attributeName, const String& attributeValue)
193 template<typename NameType>
194 void processImgAttribute(const NameType& attributeName, const String& attributeValue)
215 template<typename NameType>
216 void processLinkAttribute(const NameType& attributeName, const String& attributeValue)
229 template<typename NameType>
230 void processInputAttribute(const NameType& attributeName, const String& attributeValue)
239 template<typename NameType>
240 void processSourceAttribute(const NameType& attributeName, const String& attributeValue
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
constants.py 61 class NameType:
messages.py 182 if name_type == NameType.host_name:
239 w2.add(NameType.host_name, 1)

Completed in 59 milliseconds