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

  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 29 * <li>&lt;sub&gt;: This is the subtype for the application protocol</li>
61 * Subtype Field.
63 Subtype
90 * @param subtype
91 * service subtype see draft-cheshire-dnsext-dns-sd-06.txt chapter 7.1 Selective Instance Enumeration
98 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final String text) {
99 return new ServiceInfoImpl(type, name, subtype, port, 0, 0, false, text);
130 * @param subtype
131 * service subtype see draft-cheshire-dnsext-dns-sd-06.txt chapter 7.1 Selective Instance Enumeration
142 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final String text)
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 643 const object::mach::CPUSubtypeARM Subtype;
646 : ARMAsmBackend(T, TT), Subtype(st) {
653 Subtype);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Constants.java 65 public static final class Subtype {
67 * The subtype mode used to indicate that the subtype is a keyboard.
73 * The subtype extra value used to indicate that the subtype keyboard layout is capable
79 * The subtype extra value used to indicate that the subtype keyboard layout is capable
84 * The subtype extra value used to indicate that the subtype require network connection
90 * The subtype extra value used to indicate that the subtype display name contains "%s
    [all...]

Completed in 230 milliseconds