Home
last modified time | relevance | path

Searched defs:subtypes (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/aosp_15_r20/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DInputMethodUtilsTest.java257 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
282 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
307 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
332 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
353 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
376 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
399 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
416 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
433 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
453 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
[all …]
H A DTestUtils.java61 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(count); in createFakeSubtypes() local
82 @NonNull ComponentName componentName, @NonNull ArrayList<InputMethodSubtype> subtypes) { in createFakeInputMethodInfo()
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/types/
H A Ddialect.h128 ArrayRef<TensorType> subtypes = allocator.copyInto(key); in construct() local
158 static Derived get(ArrayRef<TensorType> subtypes, MLIRContext* context) { in get()
162 static Derived getChecked(ArrayRef<TensorType> subtypes, MLIRContext* context, in getChecked()
168 ArrayRef<TensorType> subtypes) { in getChecked()
175 ArrayRef<TensorType> subtypes) { in verify()
H A Ddialect.cc82 SmallVector<TensorType, 1> subtypes; in ParseTypeWithSubtype() local
105 ArrayRef<TensorType> subtypes = ty.getSubtypes(); in PrintTypeWithSubtype() local
688 for (auto subtypes : llvm::zip(lhs_wst_st, rhs_wst_st)) { in BroadcastCompatible() local
770 for (auto subtypes : llvm::zip(a_wst_st, b_wst_st)) { in GetCastCompatibleType() local
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java306 final List<InputMethodSubtype> subtypes) { in checkIfSubtypeBelongsToList()
311 final List<InputMethodSubtype> subtypes) { in getSubtypeIndexInList()
404 final List<InputMethodSubtype> subtypes = getMyEnabledInputMethodSubtypeList(true); in hasMultipleEnabledSubtypes() local
435 final List<InputMethodSubtype> subtypes = in findSubtypeByLocale() local
477 public void setAdditionalInputMethodSubtypes(final InputMethodSubtype[] subtypes) { in setAdditionalInputMethodSubtypes()
479 getInputMethodIdOfThisIme(), subtypes); in setAdditionalInputMethodSubtypes() local
560 final List<InputMethodSubtype> subtypes = shortcuts.get(imi); in updateShortcutIme() local
/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsSearchOptions.java74 private final List<String> subtypes; field in MdnsSearchOptions
88 List<String> subtypes, in MdnsSearchOptions()
205 private final Set<String> subtypes; field in MdnsSearchOptions.Builder
236 public Builder addSubtypes(@NonNull Collection<String> subtypes) { in addSubtypes()
DMdnsServiceInfo.java75 private final List<String> subtypes; field in MdnsServiceInfo
102 @Nullable List<String> subtypes, in MdnsServiceInfo()
133 @Nullable List<String> subtypes, in MdnsServiceInfo()
DEnqueueMdnsQueryCallable.java70 private final List<String> subtypes; field in EnqueueMdnsQueryCallable
93 @NonNull Collection<String> subtypes, in EnqueueMdnsQueryCallable()
DMdnsServiceTypeClient.java399 final Set<String> subtypes = MdnsUtils.newSet(); in getAllDiscoverySubtypes() local
703 private final List<String> subtypes = new ArrayList<>(); field in MdnsServiceTypeClient.QueryTask
710 @NonNull Collection<String> subtypes, boolean sendDiscoveryQueries, in QueryTask()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DSubtypeUtils.java99 ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in getSubtypes() local
163 final List<InputMethodSubtype> subtypes = getSubtypes(imi); in getImplicitlyApplicableSubtypesImpl() local
259 List<InputMethodSubtype> subtypes, String mode, @NonNull String locale, in findLastResortApplicableSubtype()
337 final List<InputMethodSubtype> subtypes = settings.getEnabledInputMethodSubtypeList(imi, in getCurrentInputMethodSubtype() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/inputmethod/data/model/
DInputMethodModel.java26 …va.util.List<com.android.systemui.inputmethod.data.model.InputMethodModel.Subtype> subtypes = null; field in InputMethodModel
30 java.util.List<com.android.systemui.inputmethod.data.model.InputMethodModel.Subtype> subtypes) { in InputMethodModel()
74 java.util.List<com.android.systemui.inputmethod.data.model.InputMethodModel.Subtype> subtypes) { in copy()
/aosp_15_r20/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java274 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); in InputMethodInfo() local
460 final ArrayList<InputMethodSubtype> subtypes = source.mSubtypes.toList(); in InputMethodInfo() local
600 String settingsActivity, List<InputMethodSubtype> subtypes, int isDefaultResId, in InputMethodInfo()
617 List<InputMethodSubtype> subtypes, int isDefaultResId, boolean forceDefault, in InputMethodInfo()
634 @Nullable String languageSettingsActivity, List<InputMethodSubtype> subtypes, in InputMethodInfo()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DModule.java308 public void registerSubtypes(Class<?>... subtypes); in registerSubtypes()
314 public void registerSubtypes(NamedType... subtypes); in registerSubtypes()
322 public void registerSubtypes(Collection<Class<?>> subtypes); in registerSubtypes()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/impl/
H A DStdTypeResolverBuilder.java81 JavaType baseType, Collection<NamedType> subtypes) in buildTypeSerializer()
118 JavaType baseType, Collection<NamedType> subtypes) in buildTypeDeserializer()
265 Collection<NamedType> subtypes, boolean forSer, boolean forDeser) in idResolver()
H A DStdSubtypeResolver.java65 public void registerSubtypes(Collection<Class<?>> subtypes) { in registerSubtypes()
128 HashMap<NamedType, NamedType> subtypes = new HashMap<>(); in collectAndResolveSubtypesByClass() local
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DCustomInputStyleSettingsFragment.java84 final InputMethodSubtype[] subtypes = in updateCustomInputStylesSummary() local
270 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in getSubtypes() local
288 final InputMethodSubtype[] subtypes = getSubtypes(); in onPause() local
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/module/
H A DSimpleModule.java380 public SimpleModule registerSubtypes(Class<?> ... subtypes) in registerSubtypes()
397 public SimpleModule registerSubtypes(NamedType ... subtypes) in registerSubtypes()
416 public SimpleModule registerSubtypes(Collection<Class<?>> subtypes) in registerSubtypes()
/aosp_15_r20/external/openscreen/discovery/dnssd/public/
H A Ddns_sd_instance.h37 DnsSdInstance(std::string instance_id, in DnsSdInstance()
74 const std::vector<Subtype>& subtypes() { return subtypes_; } in subtypes() function
H A Ddns_sd_instance_endpoint.h101 std::vector<Subtype> subtypes, in DnsSdInstanceEndpoint()
122 std::vector<Subtype> subtypes, in DnsSdInstanceEndpoint()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/
H A DTypeResolverBuilder.java69 JavaType baseType, Collection<NamedType> subtypes); in buildTypeSerializer()
80 JavaType baseType, Collection<NamedType> subtypes); in buildTypeDeserializer()
/aosp_15_r20/external/moshi/moshi-adapters/src/main/java/com/squareup/moshi/adapters/
H A DPolymorphicJsonAdapterFactory.java121 final List<Type> subtypes; field in PolymorphicJsonAdapterFactory
128 List<Type> subtypes, in PolymorphicJsonAdapterFactory()
/aosp_15_r20/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/inputmethod/
DEnabledKeyboardPreferenceControllerTest.java263 List<InputMethodSubtype> subtypes = createSubtypes(); in createMockInputMethodInfoWithSubtypes() local
282 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createSubtypes() local
DInputMethodUtilTest.java343 List<InputMethodSubtype> subtypes = createSubtypes(); in createMockInputMethodInfoWithSubtypes() local
360 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createSubtypes() local
/aosp_15_r20/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/inputmethod/
DEnabledKeyboardPreferenceControllerTest.java263 List<InputMethodSubtype> subtypes = createSubtypes(); in createMockInputMethodInfoWithSubtypes() local
282 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createSubtypes() local
DInputMethodUtilTest.java343 List<InputMethodSubtype> subtypes = createSubtypes(); in createMockInputMethodInfoWithSubtypes() local
360 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createSubtypes() local

12345678910>>...17