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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 527 Label labela = find_input ? arca.ilabel : arca.olabel; local
528 if (labela >= 0) {
530 } else if (((T & COMPOSE_PHI) != 0) && (labela == kPhiLabel)) {
537 while (labela == kPhiLabel && sf != arca.nextstate) {
552 labela = find_input ? arca.ilabel : arca.olabel;
553 if (labela >= kPhiLabel) break;
557 if (labela == kPhiLabel && sf == arca.nextstate) {
565 } else if (((T & COMPOSE_RHO) != 0) && (labela == kRhoLabel)) {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java     [all...]

Completed in 81 milliseconds