HomeSort by relevance Sort by last modified time
    Searched refs:Subtype (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackendDarwin.h 20 const MachO::CPUSubTypeARM Subtype;
22 : ARMAsmBackend(T, TT, /* IsLittleEndian */ true), Subtype(st) {
28 Subtype);
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfMultiMasterFontDictionary_autogen.cpp 11 SkString SkPdfMultiMasterFontDictionary::Subtype(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Subtype", "");
20 return get("Subtype", "") != NULL;
SkPdfMultiMasterFontDictionary_autogen.h 28 SkString Subtype(SkPdfNativeDoc* doc);
SkPdfSoftMaskImageDictionary_autogen.h 25 SkString Subtype(SkPdfNativeDoc* doc);
SkPdfTrueTypeFontDictionary_autogen.cpp 11 SkString SkPdfTrueTypeFontDictionary::Subtype(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Subtype", "");
20 return get("Subtype", "") != NULL;
SkPdfTrueTypeFontDictionary_autogen.h 28 SkString Subtype(SkPdfNativeDoc* doc);
SkPdfMetadataStreamDictionary_autogen.cpp 23 SkString SkPdfMetadataStreamDictionary::Subtype(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
SkPdfPrinterMarkAnnotationDictionary_autogen.cpp 11 SkString SkPdfPrinterMarkAnnotationDictionary::Subtype(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Subtype", "");
20 return get("Subtype", "") != NULL;
SkPdfType0FontDictionary_autogen.h 37 SkString Subtype(SkPdfNativeDoc* doc);
SkPdfType1FontDictionary_autogen.h 28 SkString Subtype(SkPdfNativeDoc* doc);
SkPdfEmbeddedFileStreamDictionary_autogen.cpp 23 SkString SkPdfEmbeddedFileStreamDictionary::Subtype(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
SkPdfFileAttachmentAnnotationDictionary_autogen.cpp 11 SkString SkPdfFileAttachmentAnnotationDictionary::Subtype(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Subtype", "");
20 return get("Subtype", "") != NULL;
SkPdfFreeTextAnnotationDictionary_autogen.cpp 11 SkString SkPdfFreeTextAnnotationDictionary::Subtype(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Subtype", "");
20 return get("Subtype", "") != NULL;
SkPdfImageDictionary_autogen.h 28 SkString Subtype(SkPdfNativeDoc* doc);
SkPdfInkAnnotationDictionary_autogen.cpp 11 SkString SkPdfInkAnnotationDictionary::Subtype(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Subtype", "");
20 return get("Subtype", "") != NULL;
SkPdfMacOsFileInformationDictionary_autogen.cpp 11 SkString SkPdfMacOsFileInformationDictionary::Subtype(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Subtype", "");
20 return get("Subtype", "") != NULL;
SkPdfMarkupAnnotationsDictionary_autogen.cpp 11 SkString SkPdfMarkupAnnotationsDictionary::Subtype(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Subtype", "");
20 return get("Subtype", "") != NULL;
SkPdfPSXobjectDictionary_autogen.cpp 23 SkString SkPdfPSXobjectDictionary::Subtype(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
SkPdfPopUpAnnotationDictionary_autogen.cpp 11 SkString SkPdfPopUpAnnotationDictionary::Subtype(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Subtype", "");
20 return get("Subtype", "") != NULL;
SkPdfRubberStampAnnotationDictionary_autogen.cpp 11 SkString SkPdfRubberStampAnnotationDictionary::Subtype(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Subtype", "");
20 return get("Subtype", "") != NULL;
SkPdfSoftMaskImageDictionary_autogen.cpp 23 SkString SkPdfSoftMaskImageDictionary::Subtype(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
AdditionalSubtypeUtilsTests.java 19 import static com.android.inputmethod.latin.common.Constants.Subtype.KEYBOARD_MODE;
20 import static com.android.inputmethod.latin.common.Constants.Subtype.ExtraValue.ASCII_CAPABLE;
21 import static com.android.inputmethod.latin.common.Constants.Subtype.ExtraValue.EMOJI_CAPABLE;
22 import static com.android.inputmethod.latin.common.Constants.Subtype.ExtraValue.IS_ADDITIONAL_SUBTYPE;
23 import static com.android.inputmethod.latin.common.Constants.Subtype.ExtraValue.KEYBOARD_LAYOUT_SET;
24 import static com.android.inputmethod.latin.common.Constants.Subtype.ExtraValue.UNTRANSLATABLE_STRING_IN_SUBTYPE_NAME;
40 * Predictable subtype ID for en_US dvorak layout. This is actually a hash code calculated as
75 * Predictable subtype ID for azerty layout. This is actually a hash code calculated as follows.
108 private static void assertEnUsDvorak(InputMethodSubtype subtype) {
109 assertEquals("en_US", subtype.getLocale())
    [all...]
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
Constants.java 77 public static final class Subtype {
79 * The subtype mode used to indicate that the subtype is a keyboard.
85 * The subtype extra value used to indicate that this subtype is capable of
91 * The subtype extra value used to indicate that this subtype is enabled
92 * when the default subtype is not marked as ascii capable.
98 * The subtype extra value used to indicate that this subtype is capable o
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodSubtype.java 19 import static com.android.inputmethod.latin.common.Constants.Subtype.KEYBOARD_MODE;
37 * Right now, this returns the extra value of its primary subtype.
48 public RichInputMethodSubtype(@Nonnull final InputMethodSubtype subtype) {
49 mSubtype = subtype;
53 // Extra values are determined by the primary subtype. This is probably right, but
59 // The mode is also determined by the primary subtype.
123 return "Multi-lingual subtype: " + mSubtype + ", " + mLocale;
132 // The subtype is considered RTL if the language of the main subtype is RTL.
146 @Nullable final InputMethodSubtype subtype) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
AdditionalSubtypeUtils.java 19 import static com.android.inputmethod.latin.common.Constants.Subtype.KEYBOARD_MODE;
20 import static com.android.inputmethod.latin.common.Constants.Subtype.ExtraValue.ASCII_CAPABLE;
21 import static com.android.inputmethod.latin.common.Constants.Subtype.ExtraValue.EMOJI_CAPABLE;
22 import static com.android.inputmethod.latin.common.Constants.Subtype.ExtraValue.IS_ADDITIONAL_SUBTYPE;
23 import static com.android.inputmethod.latin.common.Constants.Subtype.ExtraValue.KEYBOARD_LAYOUT_SET;
24 import static com.android.inputmethod.latin.common.Constants.Subtype.ExtraValue.UNTRANSLATABLE_STRING_IN_SUBTYPE_NAME;
49 public static boolean isAdditionalSubtype(final InputMethodSubtype subtype) {
50 return subtype.containsExtraValueKey(IS_ADDITIONAL_SUBTYPE);
90 public static String getPrefSubtype(final InputMethodSubtype subtype) {
91 final String localeString = subtype.getLocale()
121 final InputMethodSubtype subtype = createAsciiEmojiCapableAdditionalSubtype( local
    [all...]

Completed in 2191 milliseconds

1 2 3 4