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

  /packages/inputmethods/LatinIME/native/dicttoolkit/src/command_executors/
diff_executor.cpp 41 ArgumentSpec::singleArgument("dict1", "dictionary file"),
42 ArgumentSpec::singleArgument("dict2", "dictionary file")
makedict_executor.cpp 53 ArgumentSpec::singleArgument("src_dict", "source dictionary file"),
54 ArgumentSpec::singleArgument("dest_dict", "output dictionary file")
header_executor.cpp 42 ArgumentSpec::singleArgument("dict", "prints the header contents of a dictionary file")
info_executor.cpp 45 ArgumentSpec::singleArgument("dict", "dictionary file name"),
  /packages/inputmethods/LatinIME/native/dicttoolkit/tests/utils/
arguments_parser_test.cpp 36 ArgumentSpec::singleArgument("name", "description"),
53 ArgumentSpec::singleArgument("name", "description"),
64 ArgumentSpec::singleArgument("name2", "description2")
95 ArgumentSpec::singleArgument("arg0", "description"),
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
arguments_parser.h 71 static ArgumentSpec singleArgument(const std::string &name, const std::string &description) {

Completed in 958 milliseconds