HomeSort by relevance Sort by last modified time
    Searched refs:subtype (Results 1 - 25 of 409) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
AdditionalSubtypeUtilsTests.java 19 import static com.android.inputmethod.latin.common.Constants.Subtype.KEYBOARD_MODE;
20 import static com.android.inputmethod.latin.common.Constants.Subtype.ExtraValue.ASCII_CAPABLE;
21 import static com.android.inputmethod.latin.common.Constants.Subtype.ExtraValue.EMOJI_CAPABLE;
22 import static com.android.inputmethod.latin.common.Constants.Subtype.ExtraValue.IS_ADDITIONAL_SUBTYPE;
23 import static com.android.inputmethod.latin.common.Constants.Subtype.ExtraValue.KEYBOARD_LAYOUT_SET;
24 import static com.android.inputmethod.latin.common.Constants.Subtype.ExtraValue.UNTRANSLATABLE_STRING_IN_SUBTYPE_NAME;
40 * Predictable subtype ID for en_US dvorak layout. This is actually a hash code calculated as
75 * Predictable subtype ID for azerty layout. This is actually a hash code calculated as follows.
108 private static void assertEnUsDvorak(InputMethodSubtype subtype) {
109 assertEquals("en_US", subtype.getLocale())
    [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);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetNavigateMoreKeysBase.java 79 private void doTestMoreKeysOf(final int code, final InputMethodSubtype subtype,
85 final KeyboardLayoutSet layoutSet = createKeyboardLayoutSet(subtype, editorInfo);
120 private void doTestNavigationMoreKeysOf(final int code, final InputMethodSubtype subtype,
123 doTestMoreKeysOf(code, subtype, elementId, inputType,
127 doTestMoreKeysOf(code, subtype, elementId, inputType,
131 doTestMoreKeysOf(code, subtype, elementId, inputType,
135 doTestMoreKeysOf(code, subtype, elementId, inputType,
139 doTestMoreKeysOf(code, subtype, elementId, inputType,
143 doTestMoreKeysOf(code, subtype, elementId, inputType,
147 doTestMoreKeysOf(code, subtype, elementId, inputType
285 final InputMethodSubtype subtype = richImm.findSubtypeByLocaleAndKeyboardLayoutSet( local
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/
AFSDB.py 21 @ivar subtype: the subtype value
22 @type subtype: int
26 # Use the property mechanism to make "subtype" an alias for the
40 def set_subtype(self, subtype):
41 self.preference = subtype
43 subtype = property(get_subtype, set_subtype) variable in class:AFSDB
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
rfc3414.py 12 namedtype.NamedType('msgAuthoritativeEngineBoots', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, 2147483647))),
13 namedtype.NamedType('msgAuthoritativeEngineTime', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, 2147483647))),
14 namedtype.NamedType('msgUserName', univ.OctetString().subtype(subtypeSpec=constraint.ValueSizeConstraint(0, 32))),
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
KlpActionCustomTests.java 28 for (final InputMethodSubtype subtype : mSubtypesWhoseNameIsDisplayedInItsLocale) {
29 final String tag = "custom " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype);
34 doTestActionKey(tag, subtype, editorInfo, expectedKey);
KlpActionNoneTests.java 31 for (final InputMethodSubtype subtype : mSubtypesWhoseNameIsDisplayedInItsLocale) {
32 final String tag = "none " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype);
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NONE, expectedKey);
KlpActionSearchTests.java 31 for (final InputMethodSubtype subtype : mSubtypesWhoseNameIsDisplayedInItsLocale) {
32 final String tag = "search " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype);
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEARCH, expectedKey);
KlpActionUnspecifiedTests.java 31 for (final InputMethodSubtype subtype : mSubtypesWhoseNameIsDisplayedInItsLocale) {
33 + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype);
34 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_UNSPECIFIED, expectedKey);
LxxActionCustomTests.java 28 for (final InputMethodSubtype subtype : getAllSubtypesList()) {
29 final String tag = "custom " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype);
34 doTestActionKey(tag, subtype, editorInfo, expectedKey);
LxxActionDoneTests.java 31 for (final InputMethodSubtype subtype : getAllSubtypesList()) {
32 final String tag = "done " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype);
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_DONE, expectedKey);
LxxActionGoTests.java 31 for (final InputMethodSubtype subtype : getAllSubtypesList()) {
32 final String tag = "go " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype);
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_GO, expectedKey);
LxxActionNextTests.java 31 for (final InputMethodSubtype subtype : getAllSubtypesList()) {
32 final String tag = "next " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype);
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NEXT, expectedKey);
LxxActionNoneTests.java 31 for (final InputMethodSubtype subtype : getAllSubtypesList()) {
32 final String tag = "none " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype);
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NONE, expectedKey);
LxxActionPreviousTests.java 31 for (final InputMethodSubtype subtype : getAllSubtypesList()) {
32 final String tag = "previous " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype);
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_PREVIOUS, expectedKey);
LxxActionSearchTests.java 31 for (final InputMethodSubtype subtype : getAllSubtypesList()) {
32 final String tag = "search " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype);
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEARCH, expectedKey);
LxxActionSendTests.java 31 for (final InputMethodSubtype subtype : getAllSubtypesList()) {
32 final String tag = "send " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype);
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEND, expectedKey);
LxxActionUnspecifiedTests.java 31 for (final InputMethodSubtype subtype : getAllSubtypesList()) {
33 + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype);
34 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_UNSPECIFIED, expectedKey);
KlpActionDoneTests.java 29 for (final InputMethodSubtype subtype : mSubtypesWhoseNameIsDisplayedInItsLocale) {
30 final String tag = "done " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype);
32 R.string.label_done_key, getLabelLocale(subtype), getContext());
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_DONE, expectedKey);
KlpActionGoTests.java 29 for (final InputMethodSubtype subtype : mSubtypesWhoseNameIsDisplayedInItsLocale) {
30 final String tag = "go " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype);
32 R.string.label_go_key, getLabelLocale(subtype), getContext());
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_GO, expectedKey);
KlpActionNextTests.java 29 for (final InputMethodSubtype subtype : mSubtypesWhoseNameIsDisplayedInItsLocale) {
30 final String tag = "next " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype);
32 R.string.label_next_key, getLabelLocale(subtype), getContext());
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NEXT, expectedKey);
KlpActionPreviousTests.java 29 for (final InputMethodSubtype subtype : mSubtypesWhoseNameIsDisplayedInItsLocale) {
30 final String tag = "previous " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype);
32 R.string.label_previous_key, getLabelLocale(subtype), getContext());
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_PREVIOUS, expectedKey);
KlpActionSendTests.java 29 for (final InputMethodSubtype subtype : mSubtypesWhoseNameIsDisplayedInItsLocale) {
30 final String tag = "send " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype);
32 R.string.label_send_key, getLabelLocale(subtype), getContext());
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEND, expectedKey);
KlpActionTestsBase.java 28 // Filter a subtype whose name should be displayed using {@link Locale#ROOT}, such like
32 public boolean accept(final InputMethodSubtype subtype) {
34 SubtypeLocaleUtils.getDisplayLocaleOfSubtypeLocale(subtype.getLocale()));
45 public boolean accept(final InputMethodSubtype subtype) {
46 return !SUBTYPE_FILTER_NAME_IN_BASE_LOCALE.accept(subtype);
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
mimeparse.py 26 (type, subtype, params) where 'params' is a dictionary
36 type, subtype = type.split('/', 1)
38 type, subtype = type.strip() or '*', '*'
41 subtype = subtype.strip() or '*'
49 return type, subtype, params
53 (type, subtype, params) where 'params' is a dictionary
64 type, subtype, params = parse_mime_type(range)
70 return type, subtype, params
82 for type, subtype, params in parsed_ranges
    [all...]

Completed in 368 milliseconds

1 2 3 4 5 6 7 8 91011>>