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

  /packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
MostRecentImageSaver.java 121 boolean pairFound = false;
125 if (!pairFound || timestamp > oldestTimestamp) {
127 pairFound = true;
130 if (!pairFound) {
  /external/svox/pico/lib/
picokfst.h 125 '*searchState' maintains the search state, 'pairFound' returns whether any more pair was found,
129 picoos_bool * pairFound,
picokfst.c 310 picoos_bool * pairFound,
318 (*pairFound) = 0;
328 (*pairFound) = 1;
331 (*pairFound) = 0;
picotrns.c 302 picoos_bool pairFound;
341 picokfst_kfstGetNextPair(fst,& altDesc->searchState,& pairFound,& (*outSym),& pairClass);
342 if (pairFound) {

Completed in 343 milliseconds