HomeSort by relevance Sort by last modified time
    Searched refs:nTypes (Results 1 - 5 of 5) sorted by null

  /external/libxkbcommon/xkbcommon/src/x11/
keymap.c 329 keymap->num_types = reply->nTypes;
666 reply->nTypes,
865 FAIL_UNLESS(reply->nTypes == keymap->num_types);
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsvirt.c 993 int nTypes; // Number of types (up to 5)
1026 if (n > Tab ->nTypes) return FALSE;
1030 return (n == Tab ->nTypes);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
FormatHandler.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
FormatHandler.java     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py 15 'bltin-type-objects': u'\nType Objects\n************\n\nType objects represent the various object types. An object\'s type is\naccessed by the built-in function "type()". There are no special\noperations on types. The standard module "types" defines names for\nall standard built-in types.\n\nTypes are written like this: "<type \'int\'>".\n',
    [all...]

Completed in 624 milliseconds