/external/smack/src/org/xbill/DNS/ |
AFSDBRecord.java | 26 * @param subtype Indicates the type of service provided by the host. 30 AFSDBRecord(Name name, int dclass, long ttl, int subtype, Name host) { 31 super(name, Type.AFSDB, dclass, ttl, subtype, "subtype", host, "host"); 34 /** Gets the subtype indicating the service provided by the host. */
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
SubtypeLocaleUtils.java | 19 import static com.android.inputmethod.latin.Constants.Subtype.ExtraValue.KEYBOARD_LAYOUT_SET; 20 import static com.android.inputmethod.latin.Constants.Subtype.ExtraValue.UNTRANSLATABLE_STRING_IN_SUBTYPE_NAME; 52 // Keyboard layout to subtype name resource id map. 55 // Exceptional locale to subtype name resource id map. 58 // Exceptional locale to subtype name with layout resource id map. 70 // This is for compatibility to keep the same subtype ids as pre-JellyBean. 95 // Register subtype name resource id of "No language" with key "zz_<layout>" 182 // No language subtype should be displayed in system locale. 207 private static String getReplacementString(final InputMethodSubtype subtype, 210 && subtype.containsExtraValueKey(UNTRANSLATABLE_STRING_IN_SUBTYPE_NAME)) [all...] |
AdditionalSubtypeUtils.java | 19 import static com.android.inputmethod.latin.Constants.Subtype.KEYBOARD_MODE; 20 import static com.android.inputmethod.latin.Constants.Subtype.ExtraValue.IS_ADDITIONAL_SUBTYPE; 21 import static com.android.inputmethod.latin.Constants.Subtype.ExtraValue.KEYBOARD_LAYOUT_SET; 22 import static com.android.inputmethod.latin.Constants.Subtype.ExtraValue.UNTRANSLATABLE_STRING_IN_SUBTYPE_NAME; 41 public static boolean isAdditionalSubtype(final InputMethodSubtype subtype) { 42 return subtype.containsExtraValueKey(IS_ADDITIONAL_SUBTYPE); 69 public static String getPrefSubtype(final InputMethodSubtype subtype) { 70 final String localeString = subtype.getLocale(); 71 final String keyboardLayoutSetName = SubtypeLocaleUtils.getKeyboardLayoutSetName(subtype); 75 IS_ADDITIONAL_SUBTYPE, subtype.getExtraValue())) 101 final InputMethodSubtype subtype = createAdditionalSubtype(prefSubtype); local [all...] |
/packages/inputmethods/LatinIME/java/res/xml/ |
spellchecker.xml | 26 <subtype 30 <subtype 34 <subtype 38 <subtype 42 <subtype 46 <subtype 50 <subtype 54 <subtype 58 <subtype
|
method.xml | 93 <!-- If IME doesn't have an applicable subtype, the first subtype will be used as a default 94 subtype.--> 98 <subtype android:icon="@drawable/ic_ime_switcher_dark" 105 <subtype android:icon="@drawable/ic_ime_switcher_dark" 112 <subtype android:icon="@drawable/ic_ime_switcher_dark" 119 <subtype android:icon="@drawable/ic_ime_switcher_dark" 127 <subtype android:icon="@drawable/ic_ime_switcher_dark" 135 <subtype android:icon="@drawable/ic_ime_switcher_dark" 142 <subtype android:icon="@drawable/ic_ime_switcher_dark [all...] |
/external/chromium_org/mojo/system/ |
message_in_transit.h | 29 typedef uint16_t Subtype; 31 static const Subtype kSubtypeMessagePipeEndpointData = 0; 33 static const Subtype kSubtypeMessagePipePeerClosed = 0; 43 // Creates a |MessageInTransit| of the given |type| and |subtype|, with the 45 static MessageInTransit* Create(Type type, Subtype subtype, 69 Subtype subtype() const { return subtype_; } function in class:mojo::system::MessageInTransit 86 explicit MessageInTransit(uint32_t size, Type type, Subtype subtype) [all...] |
message_in_transit.cc | 36 STATIC_CONST_MEMBER_DEFINITION const MessageInTransit::Subtype 38 STATIC_CONST_MEMBER_DEFINITION const MessageInTransit::Subtype 46 Subtype subtype, 60 new (buffer) MessageInTransit(num_bytes, type, subtype);
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_type.js | 14 * Pair type-subtype defines order when sorted by file type. 18 {type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'JPEG', 20 {type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'BMP', 22 {type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'GIF', 24 {type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'ICO', 26 {type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'PNG', 28 {type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'WebP', 30 {type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'TIFF', 34 {type: 'video', name: 'VIDEO_FILE_TYPE', subtype: '3GP', 36 {type: 'video', name: 'VIDEO_FILE_TYPE', subtype: 'AVI' [all...] |
/frameworks/base/core/java/android/view/inputmethod/ |
InputMethodSubtype.java | 35 * This class is used to specify meta information of a subtype contained in an input method editor 36 * (IME). Subtype can describe locale (e.g. en_US, fr_FR...) and mode (e.g. voice, keyboard...), 37 * and is used for IME switch and settings. The input method subtype allows the system to bring up 38 * the specified subtype of the designated IME directly. 41 * <code><subtype></code> element, which resides within an {@code <input-method>} element. 86 * @param isAuxiliary should true when this subtype is auxiliary, false otherwise. 87 * An auxiliary subtype has the following differences with a regular subtype: 88 * - An auxiliary subtype cannot be chosen as the default IME in Settings. 89 * - The framework will never switch to this subtype throug 470 InputMethodSubtype subtype = (InputMethodSubtype) o; local 565 InputMethodSubtype subtype = imi.getSubtypeAt(i); local [all...] |
/external/zlib/src/contrib/dotzlib/DotZLib/ |
DotZLib.csproj | 94 SubType = "Code"
99 SubType = "Code"
104 SubType = "Code"
109 SubType = "Code"
114 SubType = "Code"
119 SubType = "Code"
124 SubType = "Code"
129 SubType = "Code"
134 SubType = "Code"
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
RichInputMethodManager.java | 19 import static com.android.inputmethod.latin.Constants.Subtype.KEYBOARD_MODE; 138 Log.w(TAG, "Can't find current subtype in enabled subtypes: subtype=" 144 // The current subtype is the last or only enabled one and it needs to switch to 166 // The next IME has no subtype. 208 final InputMethodSubtype subtype = imi.getSubtypeAt(index); local 209 if (!subtype.isAuxiliary()) { 224 public boolean checkIfSubtypeBelongsToThisImeAndEnabled(final InputMethodSubtype subtype) { 225 return checkIfSubtypeBelongsToImeAndEnabled(mInputMethodInfoOfThisIme, subtype); 229 final InputMethodSubtype subtype) { 346 final InputMethodSubtype subtype = myImi.getSubtypeAt(i); local [all...] |
SubtypeSwitcher.java | 19 import static com.android.inputmethod.latin.Constants.Subtype.ExtraValue.REQ_NETWORK_CONNECTIVITY; 59 // Dummy no language QWERTY subtype. See {@link R.xml.method}. 64 + "," + Constants.Subtype.ExtraValue.ASCII_CAPABLE 66 + Constants.Subtype.ExtraValue.EMOJI_CAPABLE, 68 // Caveat: We probably should remove this when we add an Emoji subtype in {@link R.xml.method}. 69 // Dummy Emoji subtype. See {@link R.xml.method}. 74 + Constants.Subtype.ExtraValue.EMOJI_CAPABLE, 153 // TODO: Pick up the first found subtype for now. Should handle all subtypes 167 // Update the current subtype. LatinIME.onCurrentInputMethodSubtypeChanged calls this function. 199 private void switchToTargetIME(final String imiId, final InputMethodSubtype subtype, [all...] |
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...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
MediaRange.java | 48 * | ( type "/" subtype ) 65 /** subtype field 67 protected String subtype; field in class:MediaRange 81 /** get the subType field. 85 return subtype; 97 * Set the subtype member 101 subtype = s; 115 .append(subtype);
|
/frameworks/base/core/java/android/view/textservice/ |
SpellCheckerSubtype.java | 34 * This class is used to specify meta information of a subtype contained in a spell checker. 35 * Subtype can describe locale (e.g. en_US, fr_FR...) used for settings. 50 * @param nameId The name of the subtype 51 * @param locale The locale supported by the subtype 52 * @param extraValue The extra value of the subtype 72 * @return the name of the subtype 79 * @return the locale of the subtype 86 * @return the extra value of the subtype 113 * The string of ExtraValue in subtype should be defined as follows: 116 * @return the subtype contains specified the extra valu 140 SpellCheckerSubtype subtype = (SpellCheckerSubtype) o; local 240 SpellCheckerSubtype subtype = sci.getSubtypeAt(i); local [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
AdditionalSubtypeSettings.java | 19 import static com.android.inputmethod.latin.Constants.Subtype.ExtraValue.ASCII_CAPABLE; 108 final InputMethodSubtype subtype = imi.getSubtypeAt(i); local 111 subtype.getLocale(), subtype.hashCode(), subtype.hashCode(), 112 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(subtype))); 114 if (subtype.containsExtraValueKey(ASCII_CAPABLE)) { 115 items.add(createItem(context, subtype.getLocale())); 134 public KeyboardLayoutSetItem(final InputMethodSubtype subtype) { 135 super(SubtypeLocaleUtils.getKeyboardLayoutSetName(subtype), 153 final InputMethodSubtype subtype = AdditionalSubtypeUtils.createAdditionalSubtype( local 289 final InputMethodSubtype subtype = AdditionalSubtypeUtils.createAdditionalSubtype( local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
TimingFunction.h | 96 enum SubType { 109 static CubicBezierTimingFunction* preset(SubType subType) 111 switch (subType) { 154 SubType subType() const { return m_subType; } 157 explicit CubicBezierTimingFunction(SubType subType, double x1, double y1, double x2, double y2) 163 , m_subType(subType) 171 SubType m_subType [all...] |
/external/okhttp/src/main/java/com/squareup/okhttp/ |
MediaType.java | 36 private final String subtype; field in class:MediaType 39 private MediaType(String mediaType, String type, String subtype, String charset) { 42 this.subtype = subtype; 54 String subtype = typeSubtype.group(2).toLowerCase(Locale.US); local 70 return new MediaType(string, type, subtype, charset); 82 * Returns a specific media subtype, such as "plain" or "png", "mpeg", 85 public String subtype() { method in class:MediaType 86 return subtype;
|
/external/jmdns/src/javax/jmdns/ |
ServiceTypeListener.java | 24 * A new subtype for the service type was discovered.
31 * The service event providing the fully qualified type of the service with subtype.
|
/dalvik/dx/src/com/android/dx/cf/code/ |
Merger.java | 209 * the given subtype. This takes into account primitiveness, 217 * @param subtypeBearer {@code non-null;} the subtype 222 Type subtype = subtypeBearer.getType(); local 224 if (supertype.equals(subtype)) { 230 int subBt = subtype.getBasicType(); 240 subtype = Type.OBJECT; 249 return supertype.isIntlike() && subtype.isIntlike(); 261 } else if (subtype == Type.KNOWN_NULL) { 263 * A known-null subtype is in fact assignable to any 274 if (! subtype.isArray()) [all...] |
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/ |
InputMethodSettingsInterface.java | 39 * Sets the title for the input method enabler preference for launching subtype enabler with a 46 * Sets the title for the input method enabler preference for launching subtype enabler with a 53 * Sets the icon for the preference for launching subtype enabler with a resource ID. 59 * Sets the icon for the Preference for launching subtype enabler with a Drawable.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/ |
image.py | 26 subtype will be automatically included in the Content-Type header. 27 Otherwise, you can specify the specific image subtype via the _subtype 44 raise TypeError('Could not guess image MIME subtype')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/ |
image.py | 26 subtype will be automatically included in the Content-Type header. 27 Otherwise, you can specify the specific image subtype via the _subtype 44 raise TypeError('Could not guess image MIME subtype')
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
SubtypeLocaleUtilsTests.java | 95 for (final InputMethodSubtype subtype : mSubtypesList) { 97 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(subtype); 98 if (SubtypeLocaleUtils.isNoLanguage(subtype)) { 103 SubtypeLocaleUtils.getSubtypeLocaleDisplayName(subtype.getLocale()); 248 for (final InputMethodSubtype subtype : mSubtypesList) { 250 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(subtype); 251 final String spacebarText = SubtypeLocaleUtils.getFullDisplayName(subtype); 253 SubtypeLocaleUtils.getSubtypeLocaleDisplayName(subtype.getLocale()); 254 if (SubtypeLocaleUtils.isNoLanguage(subtype)) { 263 for (final InputMethodSubtype subtype : mSubtypesList) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
iterators.py | 49 def typed_subpart_iterator(msg, maintype='text', subtype=None): 53 "text". Optional `subtype' is the MIME subtype to match against; if 58 if subtype is None or subpart.get_content_subtype() == subtype:
|