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

  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_makedict_Ver3DictDecoder.cpp 45 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods));
com_android_inputmethod_keyboard_ProximityInfo.cpp 61 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods));
com_android_inputmethod_latin_DicTraverseSession.cpp 74 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods));
com_android_inputmethod_latin_BinaryDictionary.cpp 435 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods));
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
digraph_utils.cpp 87 return NELEMS(GERMAN_UMLAUT_DIGRAPHS);
91 return NELEMS(FRENCH_LIGATURES_DIGRAPHS);
102 for (size_t i = 0; i < NELEMS(USED_DIGRAPH_TYPES); i++) {
  /frameworks/native/cmds/flatland/
Flatland.h 26 #define NELEMS(x) ((int) (sizeof(x) / sizeof((x)[0])))
Main.cpp 401 result = mGLHelper->setUp(shaders, NELEMS(shaders));
701 for (size_t i = 0; i < NELEMS(benchmarks); i++) {
715 for (size_t i = 0; i < NELEMS(benchmarks); i++) {
Renderers.cpp 34 g_colorIndex = (g_colorIndex + 1) % NELEMS(colors);
  /external/chromium_org/third_party/yasm/source/patched-yasm/
util.h 150 #ifndef NELEMS
156 #define NELEMS(array) (sizeof(array) / sizeof(array[0]))
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 38 #define NELEMS(x) (sizeof(x) / sizeof((x)[0]))
105 const int N = intArrayToCharArray(word, length, charBuf, NELEMS(charBuf));
121 const int N = intArrayToCharArray(word, length, charBuf, NELEMS(charBuf));
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 31 INTS_TO_CHARS(getOutputWordBuf(), getNodeCodePointCount(), charBuf, NELEMS(charBuf)); \
37 INTS_TO_CHARS(getOutputWordBuf(), getNodeCodePointCount(), charBuf, NELEMS(charBuf)); \
40 NELEMS(prevWordCharBuf)); \
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 469 if (parse_cmdline(argc, argv, options, NELEMS(options), print_error))
475 help_msg(help_head, help_tail, options, NELEMS(options));
478 for (i=0; i<NELEMS(version_msg); i++)
482 for (i=0; i<NELEMS(license_msg); i++)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bid.re 375 nelems = NELEMS(g##_insn); \
387 unsigned int nelems = NELEMS(empty_insn);
448 id_insn->num_info = nelems;
477 id_insn->num_info = NELEMS(empty_insn);
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 608 if (parse_cmdline(argc, argv, options, NELEMS(options), print_error))
614 help_msg(help_head, help_tail, options, NELEMS(options));
617 for (i=0; i<NELEMS(version_msg); i++)
621 for (i=0; i<NELEMS(license_msg); i++)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86id.c 466 for (i=0; i<NELEMS(info->modifiers); i++) {
548 for (i=0; i<NELEMS(jinfo->modifiers); i++) {
583 for (i=0; i<NELEMS(info->modifiers); i++) {
590 for (i=0; i<NELEMS(info->modifiers); i++) {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-line.c 721 NELEMS(line_opcode_num_operands);
806 for (i=0; i<NELEMS(line_opcode_num_operands); i++)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 512 NELEMS(help), &flags, yasm_dir_helper_valparam_warn);
933 flags_override = yasm_dir_helper(object, vp, line, help, NELEMS(help),
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 197 yasm_symrec_get_decl_line(sym), help, NELEMS(help),
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 711 flags_override = yasm_dir_helper(object, vp, line, help, NELEMS(help),
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c     [all...]
  /packages/inputmethods/LatinIME/native/jni/src/utils/
char_utils.cpp     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c     [all...]

Completed in 790 milliseconds