Searched refs:CommandType (Results 1 – 13 of 13) sorted by relevance
/external/lzma/CPP/7zip/Bundles/SFXCon/ |
D | SfxCon.cpp | 150 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/ |
D | ArchiveCommandLine.cpp | 292 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 …]
|
D | ArchiveCommandLine.h | 34 NCommandType::EEnum CommandType; member 38 bool IsTestCommand() const { return CommandType == NCommandType::kTest; } in IsTestCommand()
|
/external/skia/tools/sk_app/ |
D | CommandSet.h | 59 enum CommandType { enum 82 CommandType fType;
|
/external/skqp/tools/sk_app/ |
D | CommandSet.h | 59 enum CommandType { enum 82 CommandType fType;
|
/external/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 585 || 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/ |
D | cxfa_query.cpp | 21 {XFA_Attribute::CommandType, XFA_AttributeType::Enum,
|
D | cxfa_node_statics.cpp | 680 {0x268b7ec1 /* commandType */, XFA_Attribute::CommandType}, 1925 case XFA_Attribute::CommandType: in AttributeToName()
|
D | xfa_basic_data_element_script.cpp | 2283 XFA_Attribute::CommandType, XFA_ScriptType::Basic},
|
/external/ImageMagick/MagickCore/ |
D | animate.c | 231 } 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()
|
D | display.c | 1442 } 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/ |
D | fxfa_basic.h | 413 CommandType, enumerator
|
/external/deqp/modules/gles31/functional/ |
D | es31fSynchronizationTests.cpp | 990 enum CommandType enum 1003 CommandType type;
|