HomeSort by relevance Sort by last modified time
    Searched defs:MANY (Results 1 - 7 of 7) sorted by null

  /external/freetype/src/gzip/
inftrees.h 36 #define MANY 1440
48 uIntf *, /* that many (total) code lengths */
  /external/valgrind/main/helgrind/tests/
t2t.c 4 #define MANY 1000
7 pthread_mutex_t m[MANY];
21 USAGE: t2t [many] [level] [loops]
22 many (default 100) : how many locks are created/locked/unlocked at a certain level.
23 level (default 1) : how many levels of "nested locks" are done
24 loops : how many times these locks are created and destroyed and locked/unlocked) */
37 if (clo_many > MANY) {
38 printf("error argv[1] (many arg) %d > max MANY %d\n", clo_many, MANY)
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativePluralRules.java 32 public static final int MANY = 4;
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
ordinalrules.js 38 MANY: 'many',
173 return goog.i18n.ordinalRules.Keyword.MANY;
212 return goog.i18n.ordinalRules.Keyword.MANY;
236 return goog.i18n.ordinalRules.Keyword.MANY;
260 return goog.i18n.ordinalRules.Keyword.MANY;
279 return goog.i18n.ordinalRules.Keyword.MANY;
336 return goog.i18n.ordinalRules.Keyword.MANY;
358 return goog.i18n.ordinalRules.Keyword.MANY;
394 return goog.i18n.ordinalRules.Keyword.MANY;
    [all...]
pluralrules.js 38 MANY: 'many',
131 return goog.i18n.pluralRules.Keyword.MANY;
222 return goog.i18n.pluralRules.Keyword.MANY;
266 return goog.i18n.pluralRules.Keyword.MANY;
293 return goog.i18n.pluralRules.Keyword.MANY;
317 return goog.i18n.pluralRules.Keyword.MANY;
467 return goog.i18n.pluralRules.Keyword.MANY;
508 return goog.i18n.pluralRules.Keyword.MANY;
545 return goog.i18n.pluralRules.Keyword.MANY;
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]

Completed in 290 milliseconds