HomeSort by relevance Sort by last modified time
    Searched defs:Command (Results 51 - 75 of 270) sorted by null

1 23 4 5 6 7 8 91011

  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
build_scripts.py 1 """distutils.command.build_scripts
3 Implements the Distutils 'build_scripts' command."""
9 from distutils.core import Command
17 class build_scripts (Command):
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
core.py 5 indirectly provides the Distribution and Command classes, although they are
21 from distutils.cmd import Command
28 # and per-command help.
64 Distribution instance; find and parse config files; parse the command
65 line; run each Distutils command found there, customized by the options
67 the command line.
75 The 'cmdclass' argument, if supplied, is a dictionary mapping command
76 names to command classes. Each command encountered on the command lin
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 1 """distutils.command.bdist
3 Implements the Distutils 'bdist' command (create a built [binary]
11 from distutils.core import Command
27 class bdist(Command):
130 # Reinitialize and run each command.
142 # If we're going to need to run this command again, tell it to
bdist_dumb.py 1 """distutils.command.bdist_dumb
3 Implements the Distutils 'bdist_dumb' command (create a "dumb" built
14 from distutils.core import Command
19 class bdist_dumb (Command):
build.py 1 """distutils.command.build
3 Implements the Distutils 'build' command."""
10 from distutils.core import Command
17 class build(Command):
129 # -- Predicates for the sub-command list ---------------------------
build_clib.py 1 """distutils.command.build_clib
3 Implements the Distutils 'build_clib' command, to build a C/C++ library
20 from distutils.core import Command
30 class build_clib(Command):
72 # to build-temp as defined by the "build" command. This is because
122 `library` is presumably provided as a command option 'libraries'.
build_scripts.py 1 """distutils.command.build_scripts
3 Implements the Distutils 'build_scripts' command."""
9 from distutils.core import Command
17 class build_scripts (Command):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
core.py 5 indirectly provides the Distribution and Command classes, although they are
21 from distutils.cmd import Command
28 # and per-command help.
64 Distribution instance; find and parse config files; parse the command
65 line; run each Distutils command found there, customized by the options
67 the command line.
75 The 'cmdclass' argument, if supplied, is a dictionary mapping command
76 names to command classes. Each command encountered on the command lin
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 1 """distutils.command.bdist
3 Implements the Distutils 'bdist' command (create a built [binary]
11 from distutils.core import Command
27 class bdist(Command):
130 # Reinitialize and run each command.
142 # If we're going to need to run this command again, tell it to
bdist_dumb.py 1 """distutils.command.bdist_dumb
3 Implements the Distutils 'bdist_dumb' command (create a "dumb" built
14 from distutils.core import Command
19 class bdist_dumb (Command):
build.py 1 """distutils.command.build
3 Implements the Distutils 'build' command."""
10 from distutils.core import Command
17 class build(Command):
129 # -- Predicates for the sub-command list ---------------------------
build_clib.py 1 """distutils.command.build_clib
3 Implements the Distutils 'build_clib' command, to build a C/C++ library
20 from distutils.core import Command
30 class build_clib(Command):
72 # to build-temp as defined by the "build" command. This is because
122 `library` is presumably provided as a command option 'libraries'.
build_scripts.py 1 """distutils.command.build_scripts
3 Implements the Distutils 'build_scripts' command."""
9 from distutils.core import Command
17 class build_scripts (Command):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
core.py 5 indirectly provides the Distribution and Command classes, although they are
21 from distutils.cmd import Command
28 # and per-command help.
64 Distribution instance; find and parse config files; parse the command
65 line; run each Distutils command found there, customized by the options
67 the command line.
75 The 'cmdclass' argument, if supplied, is a dictionary mapping command
76 names to command classes. Each command encountered on the command lin
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 9 from distutils.command.clean import clean as _clean
10 from distutils.cmd import Command
62 # Options for 'CmdUnitTest' command
65 class unittest(Command):
150 class functest(Command):
  /external/avahi/avahi-ui/
bssh.c 46 } Command;
50 Command command; member in struct:Config
80 c->command = COMMAND_HELP;
83 c->command = COMMAND_SSH;
86 c->command = COMMAND_VNC;
89 c->command = COMMAND_SHELL;
122 config.command = COMMAND_SHELL;
124 config.command = COMMAND_VNC;
126 config.command = COMMAND_SSH
    [all...]
  /external/avahi/avahi-utils/
avahi-set-host-name.c 46 } Command;
50 Command command; member in struct:Config
92 c->command = COMMAND_UNSPEC;
99 c->command = COMMAND_HELP;
102 c->command = COMMAND_VERSION;
112 if (c->command == COMMAND_UNSPEC) {
138 switch (config.command) {
  /external/clang/lib/Driver/
Job.cpp 1 //===--- Job.cpp - Command to Execute -------------------------------------===//
29 Command::Command(const Action &Source, const Tool &Creator,
81 void Command::printArg(raw_ostream &OS, const char *Arg, bool Quote) {
99 void Command::writeResponseFile(raw_ostream &OS) const {
125 void Command::buildArgvForResponseFile(
154 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote,
212 void Command::setResponseFile(const char *FileName) {
218 int Command::Execute(const StringRef **Redirects, std::string *ErrMsg,
233 // We need to put arguments in a response file (command is too large
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
Command.java 16 package org.mockftpserver.core.command;
25 * Represents a command received from an FTP client, containing a command name and parameters.
31 public final class Command {
37 * Construct a new immutable instance with the specified command name and parameters
39 * @param name - the command name; may not be null
40 * @param parameters - the command parameters; may be empty; may not be null
42 public Command(String name, String[] parameters) {
50 * Construct a new immutable instance with the specified command name and parameters
52 * @param name - the command name; may not be null
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
Command.java 16 package org.mockftpserver.core.command;
23 * Represents a command received from an FTP client, containing a command name and parameters.
30 public final class Command {
36 * Construct a new immutable instance with the specified command name and parameters
37 * @param name - the command name; may not be null
38 * @param parameters - the command parameters; may be empty; may not benull
40 public Command(String name, String[] parameters) {
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)) {
    [all...]
  /external/tpm2/generator/
command_generator.py 7 The command generator takes as input a list of command objects generated by
8 parsing the TCG specification and outputs valid C code to marshal command
127 return "Unknown command";
132 class Command(object):
133 """Represents a TPM command.
136 name: The command name (e.g. 'TPM2_Startup').
137 command_code: The name of the command code constant (e.g. TPM2_CC_Startup).
138 request_args: A list to hold command input arguments. Each element is a dict
142 'command_code': The optional value of the command code constant
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_custom.h 52 void (*Command)(PERF_OBJHANDLE hObject,
117 ((PERF_OBJHANDLE)(hObject))->ci.Command( \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmat.h 27 LPWSTR Command;
36 LPWSTR Command;
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_rpm.py 1 """distutils.command.bdist_rpm
3 Implements the Distutils 'bdist_rpm' command (create RPM source and binary
12 from distutils.core import Command
19 class bdist_rpm (Command):
51 # supply it on the command line.
435 # XXX yuck! this filename is available from the "sdist" command,
bdist_wininst.py 1 """distutils.command.bdist_wininst
3 Implements the Distutils 'bdist_wininst' command: create a windows installer
14 from distutils.core import Command
20 class bdist_wininst (Command):
91 # next the command will be initialized using that name

Completed in 740 milliseconds

1 23 4 5 6 7 8 91011