/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
check.py | 1 """distutils.command.check 3 Implements the Distutils 'check' command. 7 from distutils.core import Command 38 class check(Command): 39 """This command checks the meta-data of the package. 64 return Command.warn(self, msg) 67 """Runs the command."""
|
install_lib.py | 1 """distutils.command.install_lib 3 Implements the Distutils 'install_lib' command 11 from distutils.core import Command 21 class install_lib(Command): 56 # let the 'install' command dictate our installation directory 66 # from the umbrella 'install' command -- build (source) directory, 129 # Get the "--root" directory supplied to the "install" command, 183 """Return the list of files that would be installed if this command 204 """Get the list of files that are input to this command, ie. the
|
/prebuilts/gdb/linux-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
|
check.py | 1 """distutils.command.check 3 Implements the Distutils 'check' command. 7 from distutils.core import Command 38 class check(Command): 39 """This command checks the meta-data of the package. 64 return Command.warn(self, msg) 67 """Runs the command."""
|
install_lib.py | 1 """distutils.command.install_lib 3 Implements the Distutils 'install_lib' command 11 from distutils.core import Command 21 class install_lib(Command): 56 # let the 'install' command dictate our installation directory 66 # from the umbrella 'install' command -- build (source) directory, 129 # Get the "--root" directory supplied to the "install" command, 183 """Return the list of files that would be installed if this command 204 """Get the list of files that are input to this command, ie. the
|
/prebuilts/python/darwin-x86/2.7.5/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
|
check.py | 1 """distutils.command.check 3 Implements the Distutils 'check' command. 7 from distutils.core import Command 38 class check(Command): 39 """This command checks the meta-data of the package. 64 return Command.warn(self, msg) 67 """Runs the command."""
|
install_lib.py | 1 """distutils.command.install_lib 3 Implements the Distutils 'install_lib' command 11 from distutils.core import Command 21 class install_lib(Command): 56 # let the 'install' command dictate our installation directory 66 # from the umbrella 'install' command -- build (source) directory, 129 # Get the "--root" directory supplied to the "install" command, 183 """Return the list of files that would be installed if this command 204 """Get the list of files that are input to this command, ie. the
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_cmd.py | 6 from distutils.cmd import Command 11 class MyCmd(Command): 64 wanted = ["command options for 'MyCmd':", ' option1 = 1',
|
/prebuilts/python/linux-x86/2.7.5/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
|
check.py | 1 """distutils.command.check 3 Implements the Distutils 'check' command. 7 from distutils.core import Command 38 class check(Command): 39 """This command checks the meta-data of the package. 64 return Command.warn(self, msg) 67 """Runs the command."""
|
install_lib.py | 1 """distutils.command.install_lib 3 Implements the Distutils 'install_lib' command 11 from distutils.core import Command 21 class install_lib(Command): 56 # let the 'install' command dictate our installation directory 66 # from the umbrella 'install' command -- build (source) directory, 129 # Get the "--root" directory supplied to the "install" command, 183 """Return the list of files that would be installed if this command 204 """Get the list of files that are input to this command, ie. the
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_cmd.py | 6 from distutils.cmd import Command 11 class MyCmd(Command): 64 wanted = ["command options for 'MyCmd':", ' option1 = 1',
|
/system/core/init/ |
action.h | 29 class Command { 31 Command(BuiltinFunction f, const std::vector<std::string>& args, 58 void ExecuteOneCommand(std::size_t command) const; 74 void ExecuteCommand(const Command& command) const; 81 std::vector<Command> commands_;
|
/external/icu/icu4c/source/test/perf/unisetperf/ |
unisetperf.cpp | 24 // Command-line options specific to unisetperf. 25 // Options do not have abbreviations: Force readable command lines. 132 class Command : public UPerfFunction { 134 Command(const UnicodeSetPerformanceTest &testcase) : testcase(testcase) {} 137 virtual ~Command() {} 154 class Contains : public Command { 156 Contains(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { 204 class SpanUTF16 : public Command { 206 SpanUTF16(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { 255 class SpanBackUTF16 : public Command { [all...] |
/external/icu/icu4c/source/test/perf/utfperf/ |
utfperf.cpp | 42 // Command-line options specific to utfperf. 43 // Options do not have abbreviations: Force readable command lines. 119 class Command : public UPerfFunction { 121 Command(const UtfPerformanceTest &testcase) 132 virtual ~Command(){ 150 class Roundtrip : public Command { 152 Roundtrip(const UtfPerformanceTest &testcase) : Command(testcase) {} 217 class FromUnicode : public Command { 219 FromUnicode(const UtfPerformanceTest &testcase) : Command(testcase) {} 262 class FromUTF8 : public Command { [all...] |
/external/avahi/avahi-utils/ |
avahi-resolve.c | 51 } Command; 55 Command command; member in struct:Config 184 c->command = strstr(argv0, "address") ? COMMAND_RESOLVE_ADDRESS : (strstr(argv0, "host-name") ? COMMAND_RESOLVE_HOST_NAME : COMMAND_UNSPEC); 192 c->command = COMMAND_HELP; 195 c->command = COMMAND_VERSION; 198 c->command = COMMAND_RESOLVE_HOST_NAME; 201 c->command = COMMAND_RESOLVE_ADDRESS; 217 if (c->command == COMMAND_RESOLVE_ADDRESS || c->command == COMMAND_RESOLVE_HOST_NAME) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
cat.py | 16 """Implementation of Unix-like cat command for cloud storage providers.""" 23 from gslib.command import Command 39 The cat command outputs the contents of one or more URLs to stdout. 48 The gsutil cat command does not compute a checksum of the downloaded data. 84 class CatCommand(Command): 85 """Implementation of gsutil cat command.""" 87 # Command specification. See base class for documentation. 88 command_spec = Command.CreateCommandSpec( 105 help_spec = Command.HelpSpec [all...] |
compose.py | 15 """Implementation of compose command for Google Cloud Storage.""" 20 from gslib.command import Command 42 The compose command creates a new object whose content is the concatenation 48 Note also that the gsutil cp command will automatically split uploads for 72 class ComposeCommand(Command): 73 """Implementation of gsutil compose command.""" 75 # Command specification. See base class for documentation. 76 command_spec = Command.CreateCommandSpec( 94 help_spec = Command.HelpSpec [all...] |
du.py | 15 """Implementation of Unix-like du command for cloud storage providers.""" 23 from gslib.command import Command 44 The du command displays the amount of space (in bytes) being used by the 46 the Linux du command (which stands for disk usage). For example, the command: 111 class DuCommand(Command): 112 """Implementation of gsutil du command.""" 114 # Command specification. See base class for documentation. 115 command_spec = Command.CreateCommandSpec [all...] |
hash.py | 15 """Implementation of hash command for calculating hashes of local files.""" 22 from gslib.command import Command 46 The hash command calculates hashes on a local file that can be used to compare 48 command calculates all gsutil-supported hashes for the file. 51 downloading files, so this command is only needed if you want to write a 66 class HashCommand(Command): 67 """Implementation of gsutil hash command.""" 69 # Command specification. See base class for documentation. 70 command_spec = Command.CreateCommandSpec [all...] |
help.py | 15 """Implementation of gsutil help command.""" 27 from gslib.command import Command 28 from gslib.command import OLD_ALIAS_MAP 36 gsutil help [command or topic] 54 gsutil help command or topic 56 will provide help about the specified command or topic. 60 gsutil help command sub-command 62 will provide help about the specified sub-command. For example, running [all...] |