HomeSort by relevance Sort by last modified time
    Searched refs:ARRAY_LENGTH (Results 76 - 100 of 133) sorted by null

1 2 34 5 6

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-set-private.hh 165 for (unsigned int i = 0; i < ARRAY_LENGTH (elts); i++)
hb-uniscribe.cc 359 ARRAY_LENGTH (name_IDs) * OT::NameRecord::static_size +
375 name.count.set (ARRAY_LENGTH (name_IDs));
377 for (unsigned int i = 0; i < ARRAY_LENGTH (name_IDs); i++)
hb-ot-shape-complex-indic.cc 134 for (unsigned int i = 0; i < ARRAY_LENGTH (ra_chars); i++)
549 for (unsigned int i = 1; i < ARRAY_LENGTH (indic_configs); i++)
566 for (unsigned int i = 0; i < ARRAY_LENGTH (indic_plan->mask_array); i++)
729 if (indic_plan->rphf.would_substitute (glyphs, ARRAY_LENGTH (glyphs), face))
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 465 len = ARRAY_LENGTH (lookup_indices);
476 } while (len == ARRAY_LENGTH (lookup_indices));
507 len = ARRAY_LENGTH (feature_indices);
522 } while (len == ARRAY_LENGTH (feature_indices));
hb-private.hh 153 #undef ARRAY_LENGTH
155 static inline unsigned int ARRAY_LENGTH (const Type (&)[n]) { return n; }
305 allocated = ARRAY_LENGTH (static_array);
886 len = MIN (ARRAY_LENGTH (buf) - 1, len);
hb-set-private.hh 165 for (unsigned int i = 0; i < ARRAY_LENGTH (elts); i++)
hb-uniscribe.cc 356 ARRAY_LENGTH (name_IDs) * OT::NameRecord::static_size +
372 name.count.set (ARRAY_LENGTH (name_IDs));
374 for (unsigned int i = 0; i < ARRAY_LENGTH (name_IDs); i++)
  /external/icu/icu4c/source/samples/layout/
gnomelayout.cpp 31 #define ARRAY_LENGTH(array) (sizeof array / sizeof array[0])
layout.cpp 26 #define ARRAY_LENGTH(array) (sizeof array / sizeof array[0])
  /external/pixman/test/
pixel-test.c 252 for (i = 0; i < ARRAY_LENGTH (regressions); ++i)
blitters-test.c 257 op = op_list[prng_rand_n (ARRAY_LENGTH (op_list))];
  /external/icu/icu4c/source/test/cintltst/
usrchtst.c     [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 208 MAP.put(Rops.ARRAY_LENGTH, Dops.ARRAY_LENGTH);
DalvOps.java 67 public static final int ARRAY_LENGTH = 0x21;
Dops.java 195 public static final Dop ARRAY_LENGTH =
196 new Dop(DalvOps.ARRAY_LENGTH, DalvOps.ARRAY_LENGTH,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 79 // Opcodes.ARRAY_LENGTH
379 MAP.put(Rops.ARRAY_LENGTH, Dops.ARRAY_LENGTH);
Dops.java 198 public static final Dop ARRAY_LENGTH =
199 new Dop(Opcodes.ARRAY_LENGTH, Opcodes.ARRAY_LENGTH,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java 80 // Opcodes.ARRAY_LENGTH
380 MAP.put(Rops.ARRAY_LENGTH, Dops.ARRAY_LENGTH);
Dops.java 201 public static final Dop ARRAY_LENGTH =
202 new Dop(Opcodes.ARRAY_LENGTH, Opcodes.ARRAY_LENGTH,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 77 public static final int ARRAY_LENGTH = 0x21;
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 194 public static final Info ARRAY_LENGTH =
195 new Info(Opcodes.ARRAY_LENGTH, "array-length",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 628 public static final Rop ARRAY_LENGTH =
629 new Rop(RegOps.ARRAY_LENGTH, Type.INT, StdTypeList.OBJECT,
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java 628 public static final Rop ARRAY_LENGTH =
629 new Rop(RegOps.ARRAY_LENGTH, Type.INT, StdTypeList.OBJECT,
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itercoll.cpp 21 #define ARRAY_LENGTH(array) (sizeof array / sizeof array[0])
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rops.java 628 public static final Rop ARRAY_LENGTH =
629 new Rop(RegOps.ARRAY_LENGTH, Type.INT, StdTypeList.OBJECT,
    [all...]

Completed in 3358 milliseconds

1 2 34 5 6