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

  /external/chromium_org/base/process/
process_iterator_freebsd.cc 21 int try_num = 1; local
52 } while (!done && (try_num++ < max_tries));
process_iterator_mac.cc 28 int try_num = 1; local
60 } while (!done && (try_num++ < max_tries));
process_iterator_openbsd.cc 23 int try_num = 1; local
54 } while (!done && (try_num++ < max_tries));
  /packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp 862 uint16 try_num = 1; local
876 try_num *= cand_splids_this;
879 for (uint16 try_pos = 0; try_pos < try_num; try_pos++) {

Completed in 409 milliseconds