/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
config.py | 1 """distutils.command.config 3 Implements the Distutils 'config' command, a (mostly) empty command class 5 applications. The idea is that while every "config" command is different, 17 from distutils.core import Command 24 class config(Command): 51 # The three standard command methods: since the "config" command 170 # info. My inclination is to make it up to the real config command to 283 # when implementing a real-world config command!) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/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
|
config.py | 1 """distutils.command.config 3 Implements the Distutils 'config' command, a (mostly) empty command class 5 applications. The idea is that while every "config" command is different, 17 from distutils.core import Command 24 class config(Command): 51 # The three standard command methods: since the "config" command 170 # info. My inclination is to make it up to the real config command to 283 # when implementing a real-world config command!) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/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
|
config.py | 1 """distutils.command.config 3 Implements the Distutils 'config' command, a (mostly) empty command class 5 applications. The idea is that while every "config" command is different, 17 from distutils.core import Command 24 class config(Command): 51 # The three standard command methods: since the "config" command 170 # info. My inclination is to make it up to the real config command to 283 # when implementing a real-world config command!) [all...] |
/external/llvm/utils/TableGen/ |
AsmWriterEmitter.cpp | 162 std::string Command; 166 Command = " " + Inst->Operands[0].getCode() + "\n"; 168 // Check to see if we already have 'Command' in UniqueOperandCommands. 172 if (UniqueOperandCommands[idx] == Command) { 181 UniqueOperandCommands.push_back(Command); 184 // This command matches one operand so far. 190 // that uses it. If the next command of all instructions in the set are 191 // identical, fold it into the command. 202 // into this command. 208 // Otherwise, scan to see if all of the other instructions in this command [all...] |
/frameworks/base/media/java/android/media/session/ |
MediaSession.java | 517 * command from controllers and the system. This is only valid while in a request callback, such 619 private void postCommand(String command, Bundle args, ResultReceiver resultCb) { 620 Command cmd = new Command(command, args, resultCb); 735 * Called when a controller has sent a command to this session. 739 * @param command The command name. 740 * @param args Optional parameters for the command, may be null. 741 * @param cb A result receiver to which a result may be sent by the command, may be null 1254 public final String command; field in class:MediaSession.Command [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
dist.py | 27 # Regex to define acceptable Distutils command names. This is not *quite* 30 # to look for a Python module named after the command. 37 to the Distutils commands specified on the command line. 49 # 'global_options' describes the command-line options that may be 53 # since every global option is also valid as a command option -- and we 136 filled in with real command objects by 'parse_command_line()'. 139 # Default values for our command-line options 148 # information here (and enough command-line options) that it's 156 # 'cmdclass' maps command names to class objects, so we 158 # we need to create a new command object, and 2) have a wa 722 import distutils.command namespace 757 import distutils.command namespace [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
dist.py | 27 # Regex to define acceptable Distutils command names. This is not *quite* 30 # to look for a Python module named after the command. 37 to the Distutils commands specified on the command line. 49 # 'global_options' describes the command-line options that may be 53 # since every global option is also valid as a command option -- and we 136 filled in with real command objects by 'parse_command_line()'. 139 # Default values for our command-line options 148 # information here (and enough command-line options) that it's 156 # 'cmdclass' maps command names to class objects, so we 158 # we need to create a new command object, and 2) have a wa 722 import distutils.command namespace 757 import distutils.command namespace [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
dist.py | 27 # Regex to define acceptable Distutils command names. This is not *quite* 30 # to look for a Python module named after the command. 37 to the Distutils commands specified on the command line. 49 # 'global_options' describes the command-line options that may be 53 # since every global option is also valid as a command option -- and we 136 filled in with real command objects by 'parse_command_line()'. 139 # Default values for our command-line options 148 # information here (and enough command-line options) that it's 156 # 'cmdclass' maps command names to class objects, so we 158 # we need to create a new command object, and 2) have a wa 722 import distutils.command namespace 757 import distutils.command namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
dist.py | 27 # Regex to define acceptable Distutils command names. This is not *quite* 30 # to look for a Python module named after the command. 37 to the Distutils commands specified on the command line. 49 # 'global_options' describes the command-line options that may be 53 # since every global option is also valid as a command option -- and we 136 filled in with real command objects by 'parse_command_line()'. 139 # Default values for our command-line options 148 # information here (and enough command-line options) that it's 156 # 'cmdclass' maps command names to class objects, so we 158 # we need to create a new command object, and 2) have a wa 722 import distutils.command namespace 757 import distutils.command namespace [all...] |
/external/vixl/src/vixl/a64/ |
debugger-a64.cc | 42 // Debugger command lines are broken up in token of different type to make 264 // Run the command on the given debugger. The command returns true if 407 // Commands which name match a known command but the syntax is invalid. 438 " This command is equivalent to x pc.i [n = 10]." 673 // Read a command. A command will be at most kMaxDebugShellLine char long and 685 printf(" ** Error while reading command. **\n"); 694 printf(" ** Command too long. **\n"); 698 // Remove the newline from the end of the command 724 DebugCommand* command = DebugCommand::Parse(line); local [all...] |
/bootable/recovery/updater/ |
blockimg.cpp | 391 // Parameters for transfer list command functions 779 fprintf(stderr, "missing id and/or src range fields in stash command\n"); 803 // data later, this is an unrecoverable error. However, the command 954 // match the hashes, the return value is -1 and the command should be aborted. 956 // If the return value is 1, the command has already been completed according to 959 // If the return value is 0, source blocks have expected content and the command 995 // Target blocks already have expected content, command should be skipped 1021 // Source blocks have expected content, command can proceed 1027 // Overlapping source blocks were previously stashed, command can proceed. 1028 // We are recovering from an interrupted command, so we don't know if th [all...] |
/external/llvm/tools/bugpoint/ |
ToolRunner.cpp | 265 // Custom compiler command implementation of AbstractIntepreter interface 267 // Allows using a custom command for compiling the bitcode, thus allows, for 326 // Custom execution command implementation of AbstractIntepreter interface 328 // Allows using a custom command for executing the bitcode, thus allows, 381 // Tokenize the CommandLine to the command and the args to allow 382 // defining a full command line as the command instead of just the 383 // executed program. We cannot just pass the whole string after the command 385 // command line argument (with spaces in it: "foo bar" instead 393 std::string Command = "" [all...] |
/build/kati/ |
ninja.cc | 30 #include "command.h" 173 vector<Command*> commands; 357 // Strip outer quotes, and fail if it is not a single echo command 397 const vector<Command*>& commands, 403 // before the first command which uses gomacc. Fortunately, such 404 // command appears soon so almost all build targets have 411 for (const Command* c : commands) { 488 const vector<Command*>& commands = nn->commands; 508 *o << " command = " << shell_ << " $out.rsp\n"; 511 *o << " command = " << shell_ << " -c \"" << cmd_buf << "\"\n" [all...] |
/external/clang/lib/Tooling/ |
Tooling.cpp | 64 // We expect to get back exactly one Command job, if we didn't something 67 if (Jobs.size() != 1 || !isa<clang::driver::Command>(*Jobs.begin())) { 77 const clang::driver::Command &Cmd = 78 cast<clang::driver::Command>(*Jobs.begin()); 384 llvm::errs() << "Skipping " << File << ". Compile command not found.\n";
|
/external/deqp/scripts/khr_util/ |
registry.py | 73 class Command(Located): 188 self.commands = CommandIndex(eRegistry.findall('commands/command')) 257 for commandName in eComponent.xpath('command/@name'): 327 info('Add command %s', commandName) 331 Command, eCmd, 362 createMissing=Command, kind="command") 367 for command in commands: 368 alias = command.alias 373 command.alias = Non [all...] |
/external/llvm/tools/llvm-cov/ |
CodeCoverage.cpp | 10 // The 'CodeCoverageTool' class implements a command line tool to analyze and 44 enum Command { 45 /// \brief The show command. 47 /// \brief The report command. 73 int run(Command Cmd, int argc, const char **argv); 243 int CodeCoverageTool::run(Command Cmd, int argc, const char **argv) {
|
/prebuilts/gdb/darwin-x86/share/gdb/python/gdb/command/ |
explore.py | 1 # GDB 'explore' command. 17 """Implementation of the GDB 'explore' command using the GDB Python API.""" 584 """Internal class which provides utilities for the main command classes.""" 589 explore command. 592 name: The name of the explore command. 593 arg_str: The argument string passed to the explore command. 649 class ExploreCommand(gdb.Command): 689 class ExploreValueCommand(gdb.Command): 720 class ExploreTypeCommand(gdb.Command):
|
/prebuilts/gdb/linux-x86/share/gdb/python/gdb/command/ |
explore.py | 1 # GDB 'explore' command. 17 """Implementation of the GDB 'explore' command using the GDB Python API.""" 584 """Internal class which provides utilities for the main command classes.""" 589 explore command. 592 name: The name of the explore command. 593 arg_str: The argument string passed to the explore command. 649 class ExploreCommand(gdb.Command): 689 class ExploreValueCommand(gdb.Command): 720 class ExploreTypeCommand(gdb.Command):
|
/external/clang/tools/scan-build/libexec/ |
ccc-analyzer | 30 my $Command = shift; 42 system $Command, @_; 52 # Compiler command setup. 202 die "cannot find 'clang' in 'clang' command\n" if (!($cmd =~ /clang/)); 294 # Did the command die because of a signal?
|
/external/libxml2/vms/ |
build_libxml.com | 11 $! your code with the command 17 $! Command file author : John A Fotheringham (jaf@jafsoft.com) 32 $!- compile command. If p1="nowarn" suppress the expected warning types 140 $ start_here: ! move this line to debug/rerun parts of this command file 218 $ goto exit_here ! move this line to avoid parts of this command file 251 $!- insert into library if command defined 255 $!- link module if command defined
|
/external/mesa3d/docs/ |
MESA_swap_control.spec | 115 Get Value Get Command Type Initial Value
|
/external/mesa3d/src/gallium/docs/ |
make.bat | 3 REM Command file for Sphinx documentation
|
/external/skia/tools/lua/ |
bbh_filter.lua | 84 io.write("-- Command\t\t\tNumber of calls\t\tPopularity\n")
|