Searched refs:CommandType (Results 1 – 8 of 8) sorted by relevance
/external/lzma/CPP/7zip/Bundles/SFXCon/ |
D | SfxCon.cpp | 149 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/ |
D | ArchiveCommandLine.cpp | 280 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 …]
|
D | ArchiveCommandLine.h | 35 NCommandType::EEnum CommandType; member 39 bool IsTestCommand() const { return CommandType == NCommandType::kTest; } in IsTestCommand()
|
/external/skia/tools/viewer/sk_app/ |
D | CommandSet.h | 59 enum CommandType { enum 82 CommandType fType;
|
/external/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 576 || 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/ |
D | animate.c | 231 } 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()
|
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() 11182 static const CommandType in XROIImage() 11268 static const CommandType in XROIImage() 11284 CommandType in XROIImage() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fSynchronizationTests.cpp | 973 enum CommandType enum 986 CommandType type;
|