/aosp_15_r20/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
H A D | InputMethodUtilsTest.java | 257 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 D | TestUtils.java | 61 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 D | dialect.h | 128 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 D | dialect.cc | 82 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/ |
D | RichInputMethodManager.java | 306 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/ |
D | MdnsSearchOptions.java | 74 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()
|
D | MdnsServiceInfo.java | 75 private final List<String> subtypes; field in MdnsServiceInfo 102 @Nullable List<String> subtypes, in MdnsServiceInfo() 133 @Nullable List<String> subtypes, in MdnsServiceInfo()
|
D | EnqueueMdnsQueryCallable.java | 70 private final List<String> subtypes; field in EnqueueMdnsQueryCallable 93 @NonNull Collection<String> subtypes, in EnqueueMdnsQueryCallable()
|
D | MdnsServiceTypeClient.java | 399 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 D | SubtypeUtils.java | 99 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/ |
D | InputMethodModel.java | 26 …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 D | InputMethodInfo.java | 274 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 D | Module.java | 308 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 D | StdTypeResolverBuilder.java | 81 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 D | StdSubtypeResolver.java | 65 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/ |
D | CustomInputStyleSettingsFragment.java | 84 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 D | SimpleModule.java | 380 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 D | dns_sd_instance.h | 37 DnsSdInstance(std::string instance_id, in DnsSdInstance() 74 const std::vector<Subtype>& subtypes() { return subtypes_; } in subtypes() function
|
H A D | dns_sd_instance_endpoint.h | 101 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 D | TypeResolverBuilder.java | 69 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 D | PolymorphicJsonAdapterFactory.java | 121 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/ |
D | EnabledKeyboardPreferenceControllerTest.java | 263 List<InputMethodSubtype> subtypes = createSubtypes(); in createMockInputMethodInfoWithSubtypes() local 282 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createSubtypes() local
|
D | InputMethodUtilTest.java | 343 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/ |
D | EnabledKeyboardPreferenceControllerTest.java | 263 List<InputMethodSubtype> subtypes = createSubtypes(); in createMockInputMethodInfoWithSubtypes() local 282 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createSubtypes() local
|
D | InputMethodUtilTest.java | 343 List<InputMethodSubtype> subtypes = createSubtypes(); in createMockInputMethodInfoWithSubtypes() local 360 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createSubtypes() local
|