HomeSort by relevance Sort by last modified time
    Searched defs:subtypes (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /frameworks/base/core/tests/coretests/src/android/view/inputmethod/
InputMethodSubtypeArrayTest.java 37 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
38 subtypes.add(createDummySubtype(0, "en_US"));
39 subtypes.add(createDummySubtype(1, "en_US"));
40 subtypes.add(createDummySubtype(2, "ja_JP"));
42 final InputMethodSubtypeArray array = new InputMethodSubtypeArray(subtypes);
43 assertEquals(subtypes.size(), array.getCount());
44 assertEquals(subtypes.get(0), array.get(0));
45 assertEquals(subtypes.get(1), array.get(1));
46 assertEquals(subtypes.get(2), array.get(2));
49 assertEquals(subtypes.size(), clonedArray.getCount())
    [all...]
  /dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java 171 * declaringType} and its subtypes.
174 Set<Integer> subtypes = findAssignableTypes(dex, declaringType); local
180 && subtypes.contains(method.getDeclaringClassIndex())) {
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryList.java 115 final List<InputMethodSubtype> subtypes = local
118 for (InputMethodSubtype subtype : subtypes) {
127 // enabled subtypes. If we already have the locale-without-country version of the system
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryList.java 87 final List<InputMethodSubtype> subtypes = local
90 for (InputMethodSubtype subtype : subtypes) {
99 // enabled subtypes. If we already have the locale-without-country version of the system
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
AdditionalSubtypeUtilsTests.java 163 final InputMethodSubtype[] subtypes = { EN_US_DVORAK, ZZ_AZERTY }; local
164 final String prefSubtype = AdditionalSubtypeUtils.createPrefSubtypes(subtypes);
  /frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
InputMethodSubtypeSwitchingControllerTest.java 79 List<InputMethodSubtype> subtypes = null; local
81 subtypes = new ArrayList<>();
83 subtypes.add(createDummySubtype(subtypeLocale));
87 DUMMY_SETTING_ACTIVITY_NAME, subtypes, DUMMY_IS_DEFAULT_RES_ID,
89 if (subtypes == null) {
93 for (int i = 0; i < subtypes.size(); ++i) {
115 ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
116 subtypes.add(new InputMethodSubtypeBuilder()
123 DUMMY_SETTING_ACTIVITY_NAME, subtypes, DUMMY_IS_DEFAULT_RES_ID,
376 // Subtypes of IME "X"
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
InputMethodPreference.java 230 final List<InputMethodSubtype> subtypes = imm.getEnabledInputMethodSubtypeList(mImi, true); local
232 subtypes, getContext(), mImi);
  /external/llvm/include/llvm/IR/
Type.h 299 ArrayRef<Type*> subtypes() const { function in class:llvm::Type
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h 301 ArrayRef<Type*> subtypes() const { function in class:llvm::Type
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodInfo.java 95 * An array-like container of the subtypes.
142 * @param additionalSubtypes additional subtypes being added to this InputMethodInfo
161 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
197 // Parse all subtypes
233 subtypes.add(subtype);
243 if (subtypes.size() == 0) {
251 if (!subtypes.contains(subtype)) {
252 subtypes.add(subtype);
259 mSubtypes = new InputMethodSubtypeArray(subtypes);
285 settingsActivity, null /* subtypes */, 0 /* isDefaultResId */
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 305 ArrayRef<Type*> subtypes() const { function in class:llvm::Type
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Type.h 308 ArrayRef<Type*> subtypes() const { function in class:llvm::Type
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Type.h 308 ArrayRef<Type*> subtypes() const { function in class:llvm::Type
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Type.h 314 ArrayRef<Type*> subtypes() const { function in class:llvm::Type
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Type.h 314 ArrayRef<Type*> subtypes() const { function in class:llvm::Type
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Type.h 314 ArrayRef<Type*> subtypes() const { function in class:llvm::Type
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Type.h 314 ArrayRef<Type*> subtypes() const { function in class:llvm::Type
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 305 ArrayRef<Type*> subtypes() const { function in class:llvm::Type
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Type.h 308 ArrayRef<Type*> subtypes() const { function in class:llvm::Type
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Type.h 308 ArrayRef<Type*> subtypes() const { function in class:llvm::Type
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Type.h 314 ArrayRef<Type*> subtypes() const { function in class:llvm::Type
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Type.h 314 ArrayRef<Type*> subtypes() const { function in class:llvm::Type
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Type.h 314 ArrayRef<Type*> subtypes() const { function in class:llvm::Type
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Type.h 314 ArrayRef<Type*> subtypes() const { function in class:llvm::Type
  /external/tcpdump/
print-radius.c 377 const char **subtypes; /* Standard Values (if any) */ member in struct:attrtype
634 table = attr_type[attr_code].subtypes;
    [all...]

Completed in 846 milliseconds

1 2 3 4 5