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

1 2 3

  /frameworks/base/core/tests/coretests/src/android/view/inputmethod/
InputMethodSubtypeArrayTest.java 29 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
30 subtypes.add(createDummySubtype(0, "en_US"));
31 subtypes.add(createDummySubtype(1, "en_US"));
32 subtypes.add(createDummySubtype(2, "ja_JP"));
34 final InputMethodSubtypeArray array = new InputMethodSubtypeArray(subtypes);
35 assertEquals(subtypes.size(), array.getCount());
36 assertEquals(subtypes.get(0), array.get(0));
37 assertEquals(subtypes.get(1), array.get(1));
38 assertEquals(subtypes.get(2), array.get(2));
41 assertEquals(subtypes.size(), clonedArray.getCount())
    [all...]
  /dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java 169 * declaringType} and its subtypes.
172 Set<Integer> subtypes = findAssignableTypes(dex, declaringType); local
178 && subtypes.contains(method.getDeclaringClassIndex())) {
  /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);
  /external/avahi/avahi-utils/
avahi-publish.c 56 AvahiStringList *txt, *subtypes; member in struct:Config
138 for (i = config->subtypes; i; i = i->next)
259 c->txt = c->subtypes = NULL;
294 c->subtypes = avahi_string_list_add(c->subtypes, optarg);
425 avahi_string_list_free(config.subtypes);
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodInfo.java 90 * An array-like container of the subtypes.
124 * @param additionalSubtypesMap additional subtypes being added to this InputMethodInfo
142 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
177 // Parse all subtypes
213 subtypes.add(subtype);
223 if (subtypes.size() == 0) {
232 if (!subtypes.contains(subtype)) {
233 subtypes.add(subtype);
240 mSubtypes = new InputMethodSubtypeArray(subtypes);
272 String settingsActivity, List<InputMethodSubtype> subtypes, int isDefaultResId
    [all...]
InputMethodManager.java 685 * Returns a list of enabled input method subtypes for the specified input method info.
686 * @param imi An input method info whose subtypes list will be returned.
688 * selected subtypes. If an input method info doesn't have enabled subtypes, the framework
689 * will implicitly enable subtypes according to the current system language.
2127 ArrayList<InputMethodSubtype> subtypes = null; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodPreference.java 220 final List<InputMethodSubtype> subtypes = imm.getEnabledInputMethodSubtypeList(mImi, true); local
222 subtypes, getContext(), mImi);
UserDictionaryList.java 113 final List<InputMethodSubtype> subtypes = local
116 for (InputMethodSubtype subtype : subtypes) {
125 // enabled subtypes. If we already have the locale-without-country version of the system
PhysicalKeyboardFragment.java 328 final List<InputMethodSubtype> subtypes = imm.getEnabledInputMethodSubtypeList( local
330 if (subtypes.isEmpty()) {
339 // If the IME supports subtypes, we pick up "keyboard" subtypes only.
340 final int N = subtypes.size();
342 final InputMethodSubtype subtype = subtypes.get(i);
  /external/avahi/avahi-daemon/
static-services.c 64 AvahiStringList *subtypes; member in struct:StaticService
128 s->subtypes = NULL;
162 avahi_string_list_free(s->subtypes);
271 for (i = s->subtypes; i; i = i->next) {
487 u->service->subtypes = avahi_string_list_add(u->service->subtypes, u->buf ? u->buf : "");
  /external/llvm/include/llvm/IR/
Type.h 308 ArrayRef<Type*> subtypes() const { function in class:llvm::Type
  /frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
InputMethodSubtypeSwitchingControllerTest.java 68 List<InputMethodSubtype> subtypes = null; local
70 subtypes = new ArrayList<>();
72 subtypes.add(createDummySubtype(subtypeLocale));
76 DUMMY_SETTING_ACTIVITY_NAME, subtypes, DUMMY_IS_DEFAULT_RES_ID,
78 if (subtypes == null) {
82 for (int i = 0; i < subtypes.size(); ++i) {
InputMethodUtilsTest.java 256 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
257 subtypes.add(nonAutoEnUS);
258 subtypes.add(nonAutoEnGB);
259 subtypes.add(nonAutoJa);
260 subtypes.add(nonAutoFil);
261 subtypes.add(autoSubtype); // overridesImplicitlyEnabledSubtype == true
262 subtypes.add(nonAutoEnabledWhenDefaultIsNotAsciiCalableSubtype);
263 subtypes.add(nonAutoEnabledWhenDefaultIsNotAsciiCalableSubtype2);
264 subtypes.add(nonAutoHandwritingEn);
265 subtypes.add(nonAutoHandwritingFr)
281 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
306 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
331 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
352 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
375 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
398 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
415 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
432 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
452 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
472 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
495 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
530 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
547 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
564 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
578 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
592 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
606 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
623 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
671 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
703 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
730 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
757 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
776 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
914 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
931 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
942 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
953 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
961 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
989 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
1000 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
1016 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
1028 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
1041 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
1062 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
1204 ArraySet<String> subtypes = r.get("ime0"); local
1213 ArraySet<String> subtypes = r.get("ime0"); local
1222 ArraySet<String> subtypes = r.get("ime0"); local
    [all...]
  /external/avahi/avahi-compat-libdns_sd/
compat.c 59 AvahiStringList *subtypes; member in struct:type_info
167 i->subtypes = NULL;
175 avahi_string_list_free(i->subtypes);
225 i->subtypes = avahi_string_list_add(i->subtypes, fst);
634 regtype = type_info.subtypes ? (char*) type_info.subtypes->text : type_info.type;
938 for (l = sdref->type_info.subtypes; l; l = l->next) {
    [all...]
  /external/tcpdump/
print-radius.c 369 const char **subtypes; /* Standard Values (if any) */ member in struct:attrtype
630 table = attr_type[attr_code].subtypes;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
CustomInputStyleSettingsFragment.java 84 final InputMethodSubtype[] subtypes = local
87 for (final InputMethodSubtype subtype : subtypes) {
270 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
278 subtypes.add(subtypePref.getSubtype());
281 return subtypes.toArray(new InputMethodSubtype[subtypes.size()]);
288 final InputMethodSubtype[] subtypes = getSubtypes(); local
289 final String prefSubtypes = AdditionalSubtypeUtils.createPrefSubtypes(subtypes);
297 mRichImm.setAdditionalInputMethodSubtypes(subtypes);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java 103 // Initialize additional subtypes.
151 Log.w(TAG, "Can't find current subtype in enabled subtypes: subtype="
306 final List<InputMethodSubtype> subtypes) {
307 return getSubtypeIndexInList(subtype, subtypes) != INDEX_NOT_FOUND;
311 final List<InputMethodSubtype> subtypes) {
312 final int count = subtypes.size();
314 final InputMethodSubtype ims = subtypes.get(index);
378 final List<InputMethodSubtype> subtypes = getEnabledInputMethodSubtypeList(imi, true);
379 // IMEs that have no subtypes should be counted.
380 if (subtypes.isEmpty())
404 final List<InputMethodSubtype> subtypes = getMyEnabledInputMethodSubtypeList(true); local
435 final List<InputMethodSubtype> subtypes = local
479 getInputMethodIdOfThisIme(), subtypes); local
560 final List<InputMethodSubtype> subtypes = shortcuts.get(imi); local
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 107 * This is used to store type entries. The type is stored as a call variable and the map support the subtypes.
1111 ServiceTypeEntry subtypes = _serviceTypes.get(loname); local
1876 ServiceTypeEntry subtypes = _serviceTypes.get(key); local
    [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 439 ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
442 subtypes.add(imi.getSubtypeAt(i));
444 return subtypes;
449 ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
454 subtypes.add(subtype);
457 return subtypes;
517 // it does not check if subtypes are also identical.
539 final List<InputMethodSubtype> subtypes = InputMethodUtils.getSubtypes(imi); local
543 final int numSubtypes = subtypes.size();
548 // scan overriding implicitly enabled subtypes
846 ArraySet<String> subtypes = new ArraySet<>(); local
864 final ArrayList<String> subtypes = new ArrayList<>(2); local
    [all...]
  /external/libxml2/include/libxml/
schemasInternals.h 262 xmlSchemaTypePtr subtypes; /* the type definition */ member in struct:_xmlSchemaAttribute
610 xmlSchemaTypePtr subtypes; member in struct:_xmlSchemaType
631 Could we use @subtypes for this? */
773 xmlSchemaTypePtr subtypes; /* the type definition */ member in struct:_xmlSchemaElement
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 113 AuthRecord *subtypes; member in struct:service_instance
610 AuthRecord *st = instance->subtypes;
644 AuthRecord *st = instance->subtypes;
712 if (srv->subtypes) { freeL("ServiceSubTypes", srv->subtypes); srv->subtypes = NULL; }
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 6348 u32 subtypes = 0; local
6529 u32 subtypes = 0; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 1750 final List<InputMethodSubtype> subtypes = local
3722 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); local
3733 mAdditionalSubtypesMap.put(imi.getId(), subtypes); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 639 milliseconds

1 2 3