Searched defs:Command (Results 1 - 25 of 152) sorted by relevance

1234567

/external/clang/test/CodeGenCXX/
H A D2005-02-19-BitfieldStructCrash.cpp5 struct Command { struct
6 Command(QChar c) : c(c) {} function in struct:Command
11 Command X(QChar('c'));
/external/python/cpython3/Tools/msi/
H A Ddistutils.command.bdist_wininst.py6 from distutils.core import Command namespace
9 class bdist_wininst(Command):
/external/llvm/utils/lit/lit/
H A DShCommands.py1 class Command: class in inherits:
7 return 'Command(%r, %r)' % (self.args, self.redirects)
10 if not isinstance(other, Command):
/external/python/cpython3/Lib/distutils/command/
H A Dinstall_headers.py6 from distutils.core import Command namespace
10 class install_headers(Command):
H A Dbdist_dumb.py8 from distutils.core import Command namespace
15 class bdist_dumb(Command):
H A Dclean.py8 from distutils.core import Command namespace
12 class clean(Command):
H A Dinstall_data.py9 from distutils.core import Command namespace
12 class install_data(Command):
H A Dinstall_egg_info.py7 from distutils.cmd import Command namespace
11 class install_egg_info(Command):
H A Dinstall_scripts.py9 from distutils.core import Command namespace
14 class install_scripts(Command):
/external/swiftshader/third_party/LLVM/utils/lit/lit/
H A DShCommands.py1 class Command: class in inherits:
7 return 'Command(%r, %r)' % (self.args, self.redirects)
10 if not isinstance(other, Command):
/external/autotest/server/cros/
H A Dremote_command.py38 class Command(object): class in inherits:object
/external/python/cpython2/Lib/distutils/command/
H A Dclean.py10 from distutils.core import Command namespace
14 class clean(Command):
H A Dinstall_data.py11 from distutils.core import Command namespace
14 class install_data(Command):
H A Dinstall_egg_info.py7 from distutils.cmd import Command namespace
11 class install_egg_info(Command):
H A Dinstall_headers.py8 from distutils.core import Command namespace
12 class install_headers(Command):
H A Dinstall_scripts.py11 from distutils.core import Command namespace
15 class install_scripts (Command):
/external/python/cpython2/Lib/distutils/
H A Dconfig.py9 from distutils.cmd import Command namespace
21 class PyPIRCCommand(Command):
/external/python/cpython3/Lib/distutils/
H A Dcore.py5 indirectly provides the Distribution and Command classes, although they are
17 from distutils.cmd import Command namespace
/external/smali/util/src/main/java/org/jf/util/jcommander/
H A DCommand.java42 public abstract class Command { class
47 public Command(@Nonnull List<JCommander> commandAncestors) { method in class:Command
/external/syslinux/com32/modules/
H A Dgpxecmd.c35 struct segoff16 Command; member in struct:s_PXENV_FILE_EXEC
50 fx->Command.offs = OFFS(q);
51 fx->Command.seg = SEG(q);
H A Dsanboot.c35 struct segoff16 Command; member in struct:s_PXENV_FILE_EXEC
50 fx->Command.offs = OFFS(q);
51 fx->Command.seg = SEG(q);
/external/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp97 class Command : public UPerfFunction { class in inherits:UPerfFunction
99 Command(const UTrie2PerfTest &testcase) : testcase(testcase) {} function in class:Command
102 virtual ~Command() {}
117 class CheckFCD : public Command {
119 CheckFCD(const UTrie2PerfTest &testcase) : Command(testcase) {}
137 class CheckFCDAlwaysGet : public Command {
139 CheckFCDAlwaysGet(const UTrie2PerfTest &testcase) : Command(testcase) {}
158 class CheckFCDUTF8 : public Command {
160 CheckFCDUTF8(const UTrie2PerfTest &testcase) : Command(testcase) {}
175 class ToNFC : public Command {
[all...]
/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/
H A DCommand.java22 public abstract class Command { class
/external/lzma/CPP/7zip/UI/Console/
H A DPercentPrinter.h15 AString Command; member in struct:CPercentPrinterState
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
H A DCommand.java30 public final class Command { class
40 public Command(String name, String[] parameters) { method in class:Command
75 * @return the parameter value as a String, or null if this Command does not have a parameter for that index
88 if (obj == null || !(obj instanceof Command)) {
107 return "Command[" + name + ": " + Arrays.asList(parameters) + "]";

Completed in 1364 milliseconds

1234567