HomeSort by relevance Sort by last modified time
    Searched defs:CommandType (Results 1 - 10 of 10) sorted by null

  /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
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/
AppInterface.java 63 public static enum CommandType {
88 CommandType(int value) {
97 * Create a CommandType object.
99 * @param value Integer value to be converted to a CommandType object.
100 * @return CommandType object whose "Type of Command" value is {@code
101 * value}. If no CommandType object has that value, null is
104 public static CommandType fromInt(int value) {
105 for (CommandType e : CommandType.values()) {
  /device/google/contexthub/util/nanotool/
nanomessage.h 163 enum class CommandType {
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.h 35 NCommandType::EEnum CommandType;
39 bool IsTestCommand() const { return CommandType == NCommandType::kTest; }
  /external/lzma/CPP/7zip/Bundles/SFXCon/
SfxCon.cpp 145 NCommandType::EEnum CommandType;
161 command.CommandType = (NCommandType::EEnum)index;
167 return kCommandRecursedDefault[CommandType];
304 command.CommandType = NCommandType::kFullExtract;
368 if (command.CommandType != NCommandType::kList)
392 eo.TestMode = command.CommandType == NCommandType::kTest;
  /external/ImageMagick/MagickCore/
animate.c 235 } CommandType;
251 *XMagickCommand(Display *,XResourceInfo *,XWindows *,const CommandType,
356 % XWindows *windows,const CommandType command_type,Image **image,
379 XWindows *windows,const CommandType command_type,Image **image,
    [all...]
display.c     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 161 milliseconds