HomeSort by relevance Sort by last modified time
    Searched refs:Command (Results 176 - 200 of 464) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/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/
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',
  /external/chromium_org/athena/screen/
screen_accelerator_handler.cc 17 enum Command {
  /external/chromium_org/chrome/browser/resources/cryptotoken/
llgnubby.js 23 /** Send lock channel command */
35 /** Protocol resync command */
43 /** Invalid command */
61 /** Command requires channel lock */
104 * Queue command to be sent.
107 * @param {number} cmd The command to send.
108 * @param {ArrayBuffer|Uint8Array} data Command data
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
multicommandtool.py 32 # tool-name [global options] command-name [command options]
48 class Command(object):
68 # before it knows what Command to run.
78 # The tool calls bind_to_tool on each Command after adding it to its list.
80 # Command instances can only be bound to one tool at a time.
82 raise Exception("Command already bound to tool!")
142 # FIXME: This should just be rolled into Command. help_text and argument_names do not need to be instance variables.
143 class AbstractDeclarativeCommand(Command):
148 Command.__init__(self, self.help_text, self.argument_names, options=options, long_help=self.long_help, **k (…)
    [all...]
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 27 /// \brief A parser for escaped strings of command line arguments.
255 llvm::yaml::ScalarNode *Command = nullptr;
280 } else if (KeyString->getValue(KeyStorage) == "command") {
281 Command = ValueString;
294 if (!Command) {
295 ErrorMessage = "Missing key: \"command\".";
315 CompileCommandRef(Directory, Command));
  /external/llvm/
Android.mk 83 # LLVM Command Line Tools
113 # LLVM Command Line Utilities
  /external/chromium_org/chrome/browser/ui/webui/extensions/
command_handler.cc 158 Command browser_action;
167 Command page_action;
183 Command command = command_service->FindCommandByName( local
185 ui::Accelerator shortcut_assigned = command.accelerator();
  /external/chromium_org/content/browser/devtools/
tethering_handler.cc 267 static int GetPort(scoped_refptr<DevToolsProtocol::Command> command) {
268 base::DictionaryValue* params = command->params();
277 TetheringHandler::OnBind(scoped_refptr<DevToolsProtocol::Command> command) {
278 int port = GetPort(command);
280 return command->InvalidParamResponse(kPortParam);
283 return command->InternalErrorResponse("Port already bound");
287 return command->InternalErrorResponse("Could not bind port");
290 return command->SuccessResponse(NULL)
    [all...]
  /external/clang/include/clang/Driver/
Driver.h 42 class Command;
50 /// from a set of gcc-driver-like command line arguments.
75 /// command line.
235 /// BuildCompilation - Construct a compilation object for a command
290 /// ExecuteCompilation - Execute the compilation according to the command line
297 SmallVectorImpl< std::pair<int, const Command *> > &FailingCommands) const;
303 const Command *FailingCommand);
  /frameworks/av/media/libmedia/
IStreamSource.cpp 155 Command cmd, bool synchronous, const sp<AMessage> &msg) {
190 Command cmd = static_cast<Command>(data.readInt32());

Completed in 1835 milliseconds

1 2 3 4 5 6 78 91011>>