Home
last modified time | relevance | path

Searched refs:CommandType (Results 1 – 8 of 8) sorted by relevance

/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp149 NCommandType::EEnum CommandType; member
165 command.CommandType = (NCommandType::EEnum)index; in ParseArchiveCommand()
171 return kCommandRecursedDefault[CommandType]; in DefaultRecursedType()
314 command.CommandType = NCommandType::kFullExtract; in Main2()
389 if (command.CommandType != NCommandType::kList) in Main2()
413 eo.TestMode = command.CommandType == NCommandType::kTest; in Main2()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp280 switch (CommandType) in IsFromExtractGroup()
292 switch (CommandType) in GetPathMode()
303 switch (CommandType) in IsFromUpdateGroup()
340 command.CommandType = (NCommandType::EEnum)index; in ParseArchiveCommand()
345 command.CommandType = (NCommandType::kRename); in ParseArchiveCommand()
1113 options.Command.CommandType != NCommandType::kBenchmark && in Parse2()
1114 options.Command.CommandType != NCommandType::kInfo && in Parse2()
1115 options.Command.CommandType != NCommandType::kHash; in Parse2()
1118 …bool isExtractOrList = isExtractGroupCommand || options.Command.CommandType == NCommandType::kList; in Parse2()
1119 bool isRename = options.Command.CommandType == NCommandType::kRename; in Parse2()
[all …]
DArchiveCommandLine.h35 NCommandType::EEnum CommandType; member
39 bool IsTestCommand() const { return CommandType == NCommandType::kTest; } in IsTestCommand()
/external/skia/tools/viewer/sk_app/
DCommandSet.h59 enum CommandType { enum
82 CommandType fType;
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp576 || options.Command.CommandType == NCommandType::kList in Main2()
609 || options.Command.CommandType == NCommandType::kHash in Main2()
610 || options.Command.CommandType == NCommandType::kBenchmark) in Main2()
626 if (options.Command.CommandType == NCommandType::kInfo) in Main2()
792 else if (options.Command.CommandType == NCommandType::kBenchmark) in Main2()
805 else if (isExtractGroupCommand || options.Command.CommandType == NCommandType::kList) in Main2()
1115 else if (options.Command.CommandType == NCommandType::kHash) in Main2()
/external/ImageMagick/MagickCore/
Danimate.c231 } CommandType; typedef
245 *XMagickCommand(Display *,XResourceInfo *,XWindows *,const CommandType,
371 XWindows *windows,const CommandType command_type,Image **image, in XMagickCommand()
1259 static const CommandType in XAnimateImages()
1295 static const CommandType in XAnimateImages()
1310 CommandType in XAnimateImages()
Ddisplay.c1442 } CommandType; typedef
1571 static CommandType
1576 *XMagickCommand(Display *,XResourceInfo *,XWindows *,const CommandType,
1612 XImageCache(Display *,XResourceInfo *,XWindows *,const CommandType,Image **,
6425 XWindows *windows,const CommandType command,Image **image, in XImageCache()
6712 static CommandType XImageWindowCommand(Display *display, in XImageWindowCommand()
7103 XWindows *windows,const CommandType command,Image **image, in XMagickCommand()
11182 static const CommandType in XROIImage()
11268 static const CommandType in XROIImage()
11284 CommandType in XROIImage()
[all …]
/external/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp973 enum CommandType enum
986 CommandType type;