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

  /packages/inputmethods/LatinIME/native/dicttoolkit/
dict_toolkit_main.cpp 32 const CommandType commandType = CommandUtils::getCommandType(argv[1]);
33 if (commandType == CommandType::Unknown) {
37 const auto executor = CommandUtils::getCommandExecutor(commandType);
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
command_utils.cpp 30 /* static */ CommandType CommandUtils::getCommandType(const std::string &commandName) {
32 return CommandType::Info;
34 return CommandType::Diff;
36 return CommandType::Makedict;
38 return CommandType::Header;
40 return CommandType::Help;
42 return CommandType::Unknown;
53 const CommandType commandType) {
54 switch (commandType) {
    [all...]
command_utils.h 29 enum class CommandType : int {
40 static CommandType getCommandType(const std::string &commandName);
43 static std::function<int(int, char **)> getCommandExecutor(const CommandType commandType);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParamsFactory.java 142 AppInterface.CommandType cmdType = AppInterface.CommandType
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 206 switch(CommandType)
219 switch(CommandType)
231 return (CommandType == NCommandType::kAdd ||
232 CommandType == NCommandType::kUpdate ||
233 CommandType == NCommandType::kDelete);
258 command.CommandType = (NCommandType::EEnum)commandIndex;
618 NCommandType::EEnum commandType,
623 switch(commandType)
853 options.Command.CommandType != NCommandType::kBenchmark &&
854 options.Command.CommandType != NCommandType::kInfo;
    [all...]

Completed in 446 milliseconds