Home
last modified time | relevance | path

Searched defs:subtype (Results 1 – 25 of 1357) sorted by relevance

12345678910>>...55

/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java221 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in isAuxiliaryIme() local
290 public boolean checkIfSubtypeBelongsToThisImeAndEnabled(final InputMethodSubtype subtype) { in checkIfSubtypeBelongsToThisImeAndEnabled()
298 final InputMethodSubtype subtype) { in checkIfSubtypeBelongsToThisImeAndImplicitlyEnabled()
305 private static boolean checkIfSubtypeBelongsToList(final InputMethodSubtype subtype, in checkIfSubtypeBelongsToList()
310 private static int getSubtypeIndexInList(final InputMethodSubtype subtype, in getSubtypeIndexInList()
333 static void forceSubtype(@Nonnull final InputMethodSubtype subtype) { in forceSubtype()
422 final InputMethodSubtype subtype = myImi.getSubtypeAt(i); in findSubtypeByLocaleAndKeyboardLayoutSet() local
439 final InputMethodSubtype subtype = subtypes.get(i); in findSubtypeByLocale() local
446 final InputMethodSubtype subtype = subtypes.get(i); in findSubtypeByLocale() local
455 final InputMethodSubtype subtype = subtypes.get(i); in findSubtypeByLocale() local
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodSubtypeSwitchingController.java253 final InputMethodSubtype subtype = imi.getSubtypeAt(j); in getSortedInputMethodAndSubtypeList() local
317 final InputMethodSubtype subtype = imi.getSubtypeAt(j); in getInputMethodAndSubtypeListForHardwareKeyboard() local
340 @Nullable InputMethodSubtype subtype) { in calculateSubtypeIndex()
362 private int getIndex(@NonNull InputMethodInfo imi, @Nullable InputMethodSubtype subtype) { in getIndex()
377 @NonNull InputMethodInfo imi, @Nullable InputMethodSubtype subtype) { in getNextInputMethodLocked()
435 @Nullable InputMethodSubtype subtype) { in getUsageRank()
452 @Nullable InputMethodSubtype subtype) { in onUserAction()
466 @NonNull InputMethodInfo imi, @Nullable InputMethodSubtype subtype) { in getNextInputMethodLocked()
540 @Nullable InputMethodSubtype subtype, boolean onlyCurrentIme, in next()
575 @Nullable InputMethodSubtype subtype) { in setMostRecent()
[all …]
H A DSubtypeUtils.java76 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in containsSubtypeOf() local
172 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesImpl() local
189 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesImpl() local
209 final InputMethodSubtype subtype = applicableSubtypes.get(i); in getImplicitlyApplicableSubtypesImpl() local
218 final InputMethodSubtype subtype = keyboardSubtypes.get(i); in getImplicitlyApplicableSubtypesImpl() local
270 InputMethodSubtype subtype = subtypes.get(i); in findLastResortApplicableSubtype() local
348 final var subtype = findLastResortApplicableSubtype(subtypes, SUBTYPE_MODE_KEYBOARD, locale, in getCurrentInputMethodSubtype() local
/aosp_15_r20/external/grpc-grpc/src/objective-c/examples/watchOS-sample/WatchKit-App/Assets.xcassets/AppIcon.appiconset/
H A DContents.json8 "subtype" : "38mm" string
15 "subtype" : "42mm" string
34 "subtype" : "38mm" string
41 "subtype" : "40mm" string
48 "subtype" : "44mm" string
55 "subtype" : "38mm" string
62 "subtype" : "42mm" string
69 "subtype" : "44mm" string
/aosp_15_r20/external/guava/guava/src/com/google/common/net/
H A DMediaType.java108 private static MediaType createConstant(String type, String subtype) { in createConstant()
115 private static MediaType createConstantUtf8(String type, String subtype) { in createConstantUtf8()
794 private final String subtype; field in MediaType
803 private MediaType(String type, String subtype, ImmutableListMultimap<String, String> parameters) { in MediaType() argument
815 public String subtype() { in subtype() method in MediaType
978 public static MediaType create(String type, String subtype) { in create()
985 String type, String subtype, Multimap<String, String> parameters) { in create() argument
1009 static MediaType createApplicationType(String subtype) { in createApplicationType()
1018 static MediaType createAudioType(String subtype) { in createAudioType()
1027 static MediaType createFontType(String subtype) { in createFontType()
[all …]
/aosp_15_r20/external/guava/android/guava/src/com/google/common/net/
H A DMediaType.java108 private static MediaType createConstant(String type, String subtype) { in createConstant()
115 private static MediaType createConstantUtf8(String type, String subtype) { in createConstantUtf8()
794 private final String subtype; field in MediaType
803 private MediaType(String type, String subtype, ImmutableListMultimap<String, String> parameters) { in MediaType() argument
815 public String subtype() { in subtype() method in MediaType
978 public static MediaType create(String type, String subtype) { in create()
985 String type, String subtype, Multimap<String, String> parameters) { in create() argument
1009 static MediaType createApplicationType(String subtype) { in createApplicationType()
1018 static MediaType createAudioType(String subtype) { in createAudioType()
1027 static MediaType createFontType(String subtype) { in createFontType()
[all …]
/aosp_15_r20/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/compat/
DSliceXml.java132 String subtype = parser.getAttributeValue(NAMESPACE, ATTR_SUBTYPE); in parseItem() local
156 subtype, in parseItem() local
168 b.addIcon(IconCompat.createWithContentUri(v), subtype, hints); in parseItem() local
174 b.addIcon(IconCompat.createWithBitmap(image), subtype, hints); in parseItem() local
180 b.addInt(Integer.parseInt(v), subtype, hints); in parseItem() local
188 b.addText(Html.fromHtml(v), subtype, hints); in parseItem() local
192 b.addLong(Long.parseLong(v), subtype, hints); in parseItem() local
201 b.addSubSlice(parseSlice(context, parser, listener), subtype); in parseItem() local
205 subtype, in parseItem() local
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DSubtypeLocaleUtils.java259 private static String getReplacementString(@Nonnull final InputMethodSubtype subtype, in getReplacementString()
269 public static String getSubtypeDisplayNameInSystemLocale( in getSubtypeDisplayNameInSystemLocale()
276 public static String getSubtypeNameForLogging(@Nullable final InputMethodSubtype subtype) { in getSubtypeNameForLogging()
284 private static String getSubtypeDisplayNameInternal(@Nonnull final InputMethodSubtype subtype, in getSubtypeDisplayNameInternal()
311 public static Locale getSubtypeLocale(@Nonnull final InputMethodSubtype subtype) { in getSubtypeLocale()
317 public static String getKeyboardLayoutSetDisplayName( in getKeyboardLayoutSetDisplayName()
329 public static String getKeyboardLayoutSetName(final InputMethodSubtype subtype) { in getKeyboardLayoutSetName()
348 public static String getCombiningRulesExtraValue(final InputMethodSubtype subtype) { in getCombiningRulesExtraValue()
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DCustomInputStylePreference.java71 public CustomInputStylePreference(final Context context, final InputMethodSubtype subtype, in CustomInputStylePreference()
92 public void setSubtype(final InputMethodSubtype subtype) { in setSubtype()
179 final InputMethodSubtype subtype = in onClick() local
261 public SubtypeLocaleItem(final InputMethodSubtype subtype) { in SubtypeLocaleItem()
292 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in SubtypeLocaleAdapter() local
311 public KeyboardLayoutSetItem(final InputMethodSubtype subtype) { in KeyboardLayoutSetItem()
334 final InputMethodSubtype subtype = in KeyboardLayoutSetAdapter() local
DCustomInputStyleSettingsFragment.java171 final InputMethodSubtype subtype = stylePref.getSubtype(); in onSaveCustomInputStyle() local
191 final InputMethodSubtype subtype = stylePref.getSubtype(); in onAddCustomInputStyle() local
216 private void showSubtypeAlreadyExistsToast(final InputMethodSubtype subtype) { in showSubtypeAlreadyExistsToast()
224 private InputMethodSubtype findDuplicatedSubtype(final InputMethodSubtype subtype) { in findDuplicatedSubtype()
/aosp_15_r20/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/
DAudioJitterBufferTest.cpp134 ImsMediaSubType subtype = MEDIASUBTYPE_UNDEFINED; in TEST_F() local
198 ImsMediaSubType subtype = MEDIASUBTYPE_UNDEFINED; in TEST_F() local
268 ImsMediaSubType subtype = MEDIASUBTYPE_UNDEFINED; in TEST_F() local
344 ImsMediaSubType subtype = MEDIASUBTYPE_UNDEFINED; in TEST_F() local
407 ImsMediaSubType subtype = MEDIASUBTYPE_UNDEFINED; in TEST_F() local
479 ImsMediaSubType subtype = MEDIASUBTYPE_UNDEFINED; in TEST_F() local
544 ImsMediaSubType subtype = MEDIASUBTYPE_UNDEFINED; in TEST_F() local
615 ImsMediaSubType subtype = MEDIASUBTYPE_UNDEFINED; in TEST_F() local
686 ImsMediaSubType subtype = MEDIASUBTYPE_UNDEFINED; in TEST_F() local
751 ImsMediaSubType subtype = MEDIASUBTYPE_UNDEFINED; in TEST_F() local
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSetNavigateMoreKeysBase.java79 private void doTestMoreKeysOf(final int code, final InputMethodSubtype subtype, in doTestMoreKeysOf()
120 private void doTestNavigationMoreKeysOf(final int code, final InputMethodSubtype subtype, in doTestNavigationMoreKeysOf()
175 final InputMethodSubtype subtype, final int elementId, final int inputType) { in doTestNavigationWithEmojiMoreKeysOf()
229 private void doTestNoNavigationMoreKeysOf(final int code, final InputMethodSubtype subtype, in doTestNoNavigationMoreKeysOf()
285 final InputMethodSubtype subtype = richImm.findSubtypeByLocaleAndKeyboardLayoutSet( in testMoreKeysOfEnterKey() local
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DInputMethodSubtypeCompatUtils.java75 public static boolean isAsciiCapable(final RichInputMethodSubtype subtype) { in isAsciiCapable()
79 public static boolean isAsciiCapable(final InputMethodSubtype subtype) { in isAsciiCapable()
88 public static Locale getLocaleObject(final InputMethodSubtype subtype) { in getLocaleObject()
100 public static boolean isAsciiCapableWithAPI(final InputMethodSubtype subtype) { in isAsciiCapableWithAPI()
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
H A DMediaType.java38 private final String subtype; field in MediaType
41 private MediaType(String mediaType, String type, String subtype, String charset) { in MediaType()
56 String subtype = typeSubtype.group(2).toLowerCase(Locale.US); in parse() local
90 public String subtype() { in subtype() method in MediaType
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DMediaType.java36 private final String subtype; field in MediaType
39 private MediaType(String mediaType, String type, String subtype, String charset) { in MediaType()
54 String subtype = typeSubtype.group(2).toLowerCase(Locale.US); in parse() local
88 public String subtype() { in subtype() method in MediaType
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/
H A DTestTypeFactory1604.java44 JavaType subtype = tf.constructSpecializedType(base, DataList1604.class); in testCustomTypesRefinedSimple() local
57 JavaType subtype = tf.constructSpecializedType(base, RefinedDataList1604.class); in testCustomTypesRefinedNested() local
72 JavaType subtype = tf.constructSpecializedType(base, SneakyDataList1604.class); in testCustomTypesRefinedSneaky() local
93 JavaType subtype = tf.constructSpecializedType(type, SneakyTwoParam1604.class); in testTwoParamSneakyCustom() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtype_manager.cpp254 uint32_t subtype = GetTypeInstruction(type->AsVector()->element_type()); in GetTypeInstruction() local
267 uint32_t subtype = GetTypeInstruction(type->AsMatrix()->element_type()); in GetTypeInstruction() local
281 uint32_t subtype = GetTypeInstruction(image->sampled_type()); in GetTypeInstruction() local
304 uint32_t subtype = in GetTypeInstruction() local
315 uint32_t subtype = GetTypeInstruction(type->AsArray()->element_type()); in GetTypeInstruction() local
327 uint32_t subtype = in GetTypeInstruction() local
363 uint32_t subtype = GetTypeInstruction(pointer->pointee_type()); in GetTypeInstruction() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dtype_manager.cpp254 uint32_t subtype = GetTypeInstruction(type->AsVector()->element_type()); in GetTypeInstruction() local
267 uint32_t subtype = GetTypeInstruction(type->AsMatrix()->element_type()); in GetTypeInstruction() local
281 uint32_t subtype = GetTypeInstruction(image->sampled_type()); in GetTypeInstruction() local
304 uint32_t subtype = in GetTypeInstruction() local
315 uint32_t subtype = GetTypeInstruction(type->AsArray()->element_type()); in GetTypeInstruction() local
327 uint32_t subtype = in GetTypeInstruction() local
363 uint32_t subtype = GetTypeInstruction(pointer->pointee_type()); in GetTypeInstruction() local
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
H A DInputMethodAndSubtypeUtil.java193 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in saveInputMethodSubtypeList() local
321 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in setSubtypesPreferenceEnabled() local
345 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateSubtypesPreferenceChecked() local
372 public static String getSubtypeLocaleNameAsSentence(@Nullable InputMethodSubtype subtype, in getSubtypeLocaleNameAsSentence()
428 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in isValidNonAuxAsciiCapableIme() local
H A DInputMethodAndSubtypeUtilCompat.java236 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in saveInputMethodSubtypeListForUserInternal() local
364 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in setSubtypesPreferenceEnabled() local
388 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateSubtypesPreferenceChecked() local
415 public static String getSubtypeLocaleNameAsSentence(@Nullable InputMethodSubtype subtype, in getSubtypeLocaleNameAsSentence()
471 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in isValidSystemNonAuxAsciiCapableIme() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dtype_manager.cpp255 uint32_t subtype = GetTypeInstruction(type->AsVector()->element_type()); in GetTypeInstruction() local
268 uint32_t subtype = GetTypeInstruction(type->AsMatrix()->element_type()); in GetTypeInstruction() local
282 uint32_t subtype = GetTypeInstruction(image->sampled_type()); in GetTypeInstruction() local
305 uint32_t subtype = in GetTypeInstruction() local
316 uint32_t subtype = GetTypeInstruction(type->AsArray()->element_type()); in GetTypeInstruction() local
328 uint32_t subtype = in GetTypeInstruction() local
364 uint32_t subtype = GetTypeInstruction(pointer->pointee_type()); in GetTypeInstruction() local
/aosp_15_r20/external/libbrillo/brillo/
H A Dmime_utils.cc70 std::string* subtype, in Split()
94 std::string* subtype) { in Split()
108 const std::string& subtype, in Combine()
131 std::string subtype; in GetParameters() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/reflect/
H A DTypeTokenTest.java1281 TypeToken<StringForFirstTypeArg<String>> subtype = in testGetSubtype_toWildcard() local
1299 TypeToken<StringForFirstTypeArg<Integer>.StringInnerType<Long>> subtype = in testGetSubtype_innerTypeOfGenericClassTranslatesOwnerTypeVars() local
1324 TypeToken<StringForFirstTypeArg<Integer>> subtype = in testGetSubtype_toWildcardWithBounds() local
1335 TypeToken<SingleGenericExtendsBase<String>> subtype = in testGetSubtype_baseClassWithNoTypeArgs() local
1346 TypeToken<SingleGenericExtendsBase<String>> subtype = in testGetSubtype_baseClassInGenericClassWithNoTypeArgs() local
1357 TypeToken<ArrayList<String>> subtype = new TypeToken<ArrayList<String>>() {}; in testGetSubtype_genericSubtypeOfNonGenericType() local
1370 TypeToken<MySpecialList<String, ?>> subtype = new TypeToken<MySpecialList<String, ?>>() {}; in testGetSubtype_genericSubtypeOfGenericTypeWithFewerParameters() local
1384 TypeToken<MySpecialList> subtype = new TypeToken<MySpecialList>() {}; in testGetSubtype_genericSubtypeOfRawTypeWithFewerTypeParameters() local
1396 TypeToken<DoubleGenericExtendsSingleGeneric<String, Integer>> subtype = in testGetSubtype_baseClassWithLessTypeArgs() local
1410 TypeToken<ThreeTypeArgs<T, Integer, String>> subtype = in testGetSubtype_manyGenericArgs() local
[all …]
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/reflect/
H A DTypeTokenTest.java1281 TypeToken<StringForFirstTypeArg<String>> subtype = in testGetSubtype_toWildcard() local
1299 TypeToken<StringForFirstTypeArg<Integer>.StringInnerType<Long>> subtype = in testGetSubtype_innerTypeOfGenericClassTranslatesOwnerTypeVars() local
1324 TypeToken<StringForFirstTypeArg<Integer>> subtype = in testGetSubtype_toWildcardWithBounds() local
1335 TypeToken<SingleGenericExtendsBase<String>> subtype = in testGetSubtype_baseClassWithNoTypeArgs() local
1346 TypeToken<SingleGenericExtendsBase<String>> subtype = in testGetSubtype_baseClassInGenericClassWithNoTypeArgs() local
1357 TypeToken<ArrayList<String>> subtype = new TypeToken<ArrayList<String>>() {}; in testGetSubtype_genericSubtypeOfNonGenericType() local
1370 TypeToken<MySpecialList<String, ?>> subtype = new TypeToken<MySpecialList<String, ?>>() {}; in testGetSubtype_genericSubtypeOfGenericTypeWithFewerParameters() local
1384 TypeToken<MySpecialList> subtype = new TypeToken<MySpecialList>() {}; in testGetSubtype_genericSubtypeOfRawTypeWithFewerTypeParameters() local
1396 TypeToken<DoubleGenericExtendsSingleGeneric<String, Integer>> subtype = in testGetSubtype_baseClassWithLessTypeArgs() local
1410 TypeToken<ThreeTypeArgs<T, Integer, String>> subtype = in testGetSubtype_manyGenericArgs() local
[all …]
/aosp_15_r20/external/dagger2/javatests/dagger/functional/membersinject/
H A DMembersInjectionOrdering.java43 private final Subtype subtype; field in MembersInjectionOrdering.OrderingModule
45 OrderingModule(Subtype subtype) { in OrderingModule()
57 void inject(Subtype subtype); in inject()

12345678910>>...55