Home | History | Annotate | Download | only in tools

Lines Matching full:predict

57       "  -I, --predict-ids    get key IDs in predictive searches (default)\n"
58 " -i, --predict-strs restore key strings in predictive searches\n"
107 std::cout << "predict: both IDs and strings" << std::endl;
109 std::cout << "predict: only IDs" << std::endl;
243 std::cerr << "error: predict() failed" << std::endl;
264 std::cerr << "error: predict() failed" << std::endl;
296 "build", "restore", "lookup", "find", "predict", "predict");
336 { "predict-ids", 0, NULL, 'I' },
337 { "predict-strs", 0, NULL, 'i' },