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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Constants.java 60 public static final class Subtype {
62 * The subtype mode used to indicate that the subtype is a keyboard.
68 * The subtype extra value used to indicate that the subtype keyboard layout is capable
74 * The subtype extra value used to indicate that the subtype require network connection
80 * The subtype extra value used to indicate that the subtype display name contains "%s"
88 * The subtype extra value used to indicate that the subtype keyboard layout set name
    [all...]
  /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 548 const object::mach::CPUSubtypeARM Subtype;
551 : ARMAsmBackend(T, TT), Subtype(st) { }
556 Subtype);

Completed in 213 milliseconds