Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp150 NCommandType::EEnum CommandType; member
166 command.CommandType = (NCommandType::EEnum)index; in ParseArchiveCommand()
172 return kCommandRecursedDefault[CommandType]; in DefaultRecursedType()
318 command.CommandType = NCommandType::kFullExtract; in Main2()
393 if (command.CommandType != NCommandType::kList) in Main2()
417 eo.TestMode = command.CommandType == NCommandType::kTest; in Main2()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp292 switch (CommandType) in IsFromExtractGroup()
304 switch (CommandType) in GetPathMode()
315 switch (CommandType) in IsFromUpdateGroup()
352 command.CommandType = (NCommandType::EEnum)index; in ParseArchiveCommand()
357 command.CommandType = (NCommandType::kRename); in ParseArchiveCommand()
1044 options.Command.CommandType != NCommandType::kBenchmark && in Parse2()
1045 options.Command.CommandType != NCommandType::kInfo && in Parse2()
1046 options.Command.CommandType != NCommandType::kHash; in Parse2()
1049 …bool isExtractOrList = isExtractGroupCommand || options.Command.CommandType == NCommandType::kList; in Parse2()
1050 bool isRename = options.Command.CommandType == NCommandType::kRename; in Parse2()
[all …]
DArchiveCommandLine.h34 NCommandType::EEnum CommandType; member
38 bool IsTestCommand() const { return CommandType == NCommandType::kTest; } in IsTestCommand()
/external/skia/tools/sk_app/
DCommandSet.h59 enum CommandType { enum
82 CommandType fType;
/external/skqp/tools/sk_app/
DCommandSet.h59 enum CommandType { enum
82 CommandType fType;
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp585 || options.Command.CommandType == NCommandType::kList in Main2()
618 || options.Command.CommandType == NCommandType::kHash in Main2()
619 || options.Command.CommandType == NCommandType::kBenchmark) in Main2()
635 if (options.Command.CommandType == NCommandType::kInfo) in Main2()
801 else if (options.Command.CommandType == NCommandType::kBenchmark) in Main2()
814 else if (isExtractGroupCommand || options.Command.CommandType == NCommandType::kList) in Main2()
1124 else if (options.Command.CommandType == NCommandType::kHash) in Main2()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_query.cpp21 {XFA_Attribute::CommandType, XFA_AttributeType::Enum,
Dcxfa_node_statics.cpp680 {0x268b7ec1 /* commandType */, XFA_Attribute::CommandType},
1925 case XFA_Attribute::CommandType: in AttributeToName()
Dxfa_basic_data_element_script.cpp2283 XFA_Attribute::CommandType, XFA_ScriptType::Basic},
/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()
1267 static const CommandType in XAnimateImages()
1303 static const CommandType in XAnimateImages()
1318 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()
11186 static const CommandType in XROIImage()
11272 static const CommandType in XROIImage()
11288 CommandType in XROIImage()
[all …]
/external/pdfium/xfa/fxfa/
Dfxfa_basic.h413 CommandType, enumerator
/external/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp990 enum CommandType enum
1003 CommandType type;