HomeSort by relevance Sort by last modified time
    Searched full:froms (Results 1 - 6 of 6) sorted by null

  /external/bison/src/
tables.c 64 /* FROMS and TOS are indexed by vector_number.
66 If VECTOR is a nonterminal, (FROMS[VECTOR], TOS[VECTOR]) form an
70 the (array of) symbols FROMS[VECTOR].
73 FROMS[VECTOR], TOS[VECTOR]; and WIDTH[VECTOR] =
74 (FROMS[VECTOR][SIZE] - FROMS[VECTOR][0] + 1) where SIZE =
77 FROMS therefore contains symbol_number and action_number,
80 WIDTH differences of FROMS.
82 Let base_number be the type of FROMS, TOS, and WIDTH. */
86 static base_number **froms; variable
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
EmailSyncAdapter.java 152 Address[] froms = Address.parse(getValue()); local
153 if (froms != null && froms.length > 0) {
154 msg.mDisplayName = froms[0].toFriendly();
156 msg.mFrom = Address.pack(froms);
    [all...]
  /external/icu4c/layout/
ArabicLayoutEngine.h 190 * @param tempGlyphCount - the number of Presentation Froms
  /external/webkit/WebCore/bindings/v8/custom/
V8CanvasRenderingContext2DCustom.cpp 425 // Two froms:
  /external/bison/
OChangeLog     [all...]
ChangeLog     [all...]

Completed in 3287 milliseconds