Searched defs:command (Results 1 - 25 of 428) sorted by relevance

1234567891011>>

/external/lldb/test/functionalities/command_script/import/thepackage/
H A DTPunitA.py1 def command(debugger, command, result, internal_dict): function
H A DTPunitB.py1 def command(debugger, command, result, internal_dict): function
/external/owasp/sanitizer/tools/
H A Dupload_jars_to_googlecode_downloads.sh49 function command() { function
54 "$@" || panic "command failed: $@"
71 command make download
78 command cp "$DOWNLOADS_ZIP" "$VERSIONED_ZIP"
80 command "$VERSION_BASE/trunk/tools/googlecode_upload.py" \
/external/chromium_org/chrome/browser/printing/
H A Dprinter_manager_dialog_linux.cc21 // KDE printer config command ("system-config-printer-kde") causes the
23 // Therefore, use GNOME printer config command for KDE.
26 // Detect the command based on the deskop environment and open the printer
32 const char* command = NULL; local
38 command = kGNOMEPrinterConfigCommand;
45 if (!command) {
46 LOG(ERROR) << "Failed to detect the command to open printer config dialog";
51 argv.push_back(command);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditorKeyBindings.cpp45 Command command = this->command(commandName); local
53 if (command.isTextInsertion() || commandName.isEmpty())
55 return command.execute(evt);
58 if (command.execute(evt))
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dtest.cpp49 printf("*** usage: %s <command> <options>\n", name);
61 const char *command = argv[1]; local
64 return command;
69 const char *command = extract_command_from_argv(&argc, argv); local
70 if (strcmp(command, "optpass") == 0) {
/external/clang/test/CodeGen/
H A Dpragma-pack-3.c2 // CHECK-X32: %union.command = type <{ i8*, [2 x i8] }>
5 // CHECK-X64: %union.command = type <{ i8*, [2 x i8] }>
9 typedef union command { union
15 } command; typedef in typeref:union:command
17 command c;
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dist.h24 __u32 command; member in struct:ist_info
/external/lldb/source/Interpreter/
H A DCommandObjectScript.cpp50 const char *command,
78 if (command == NULL || command[0] == '\0')
86 if (script_interpreter->ExecuteOneLine (command, &result))
48 DoExecute( const char *command, CommandReturnObject &result ) argument
H A DScriptInterpreterNone.cpp31 ScriptInterpreterNone::ExecuteOneLine (const char *command, CommandReturnObject *, const ExecuteScriptOptions&) argument
/external/mesa3d/src/glsl/
H A Dtest.cpp49 printf("*** usage: %s <command> <options>\n", name);
61 const char *command = argv[1]; local
64 return command;
69 const char *command = extract_command_from_argv(&argc, argv); local
70 if (strcmp(command, "optpass") == 0) {
/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_interstitial_delegate.cc24 void LoginInterstitialDelegate::CommandReceived(const std::string& command) { argument
32 // command from the interstitial page as soon as it is loaded.
/external/chromium_org/chromeos/system/
H A Dname_value_pairs_parser_unittest.cc16 const char* command[] = { "/bin/echo", "Foo" }; local
17 EXPECT_TRUE(parser.GetSingleValueFromTool(arraysize(command), command,
93 const char* command[] = { "/bin/echo", local
107 arraysize(command), command, "=", "\n", "#"); local
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkImageWidget.cpp37 SkDrawCommand* command = commands[fDebugger->index()]; local
39 if (command->render(fSurface->getCanvas())) {
/external/lldb/examples/plugins/commands/
H A Dfooplugin.cpp11 An example plugin for LLDB that provides a new foo command with a child subcommand
13 by typing plugin load foo.dylib at the LLDB command line
30 char** command,
33 if (command)
35 const char* arg = *command;
39 arg = *(++command);
29 DoExecute(lldb::SBDebugger debugger, char** command, lldb::SBCommandReturnObject &result) argument
/external/lldb/include/lldb/Core/
H A DConnectionMachPort.h68 uint32_t command; member in struct:ConnectionMachPort::PayloadType
/external/lldb/source/Commands/
H A DCommandObjectQuit.cpp82 CommandObjectQuit::DoExecute (Args& command, CommandReturnObject &result) argument
/external/lldb/test/functionalities/plugins/commands/
H A Dplugin.cpp11 An example plugin for LLDB that provides a new foo command with a child subcommand
13 by typing plugin load foo.dylib at the LLDB command line
30 char** command,
33 if (command)
35 const char* arg = *command;
39 arg = *(++command);
29 DoExecute(lldb::SBDebugger debugger, char** command, lldb::SBCommandReturnObject &result) argument
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
H A Dsound9.c52 void SendCommandToArm7(u32 command) argument
60 REG_IPC_FIFO_TX = command;
/external/skia/debugger/QT/
H A DSkImageWidget.cpp41 SkDrawCommand* command = commands[fDebugger->index()]; local
43 if (command->render(fSurface->getCanvas())) {
/external/smali/util/src/main/java/org/jf/util/
H A DConsoleUtil.java84 private static String attemptCommand(String[] command) { argument
89 Process p = Runtime.getRuntime().exec(command);
/external/chromium_org/chrome/browser/chromeos/power/
H A Dfreezer_cgroup_process_manager.cc59 const std::string& command) {
60 int bytes = base::WriteFile(state_path_, command.c_str(), command.size());
62 PLOG(ERROR) << "Writing " << command << " to " << state_path_.value()
65 } else if (bytes != static_cast<int>(command.size())) {
67 << command << " to " << state_path_.value();
58 WriteCommandToStateFile( const std::string& command) argument
/external/chromium_org/chrome/browser/chromeos/system_logs/
H A Dtouch_log_source.cc33 CommandLine command = local
35 command.AppendArg("--status");
36 commands.push_back(std::make_pair("hack-33025-touchpad", command));
38 command =
40 commands.push_back(std::make_pair("hack-33025-touchpad_activity", command));
42 command = CommandLine(
45 std::make_pair("hack-33025-touchscreen_activity", command));
/external/chromium_org/chrome/browser/extensions/api/commands/
H A Dcommands.cc13 const extensions::Command& command, bool active) {
15 result->SetString("name", command.command_name());
16 result->SetString("description", command.description());
18 active ? command.accelerator().GetShortcutText() :
56 extensions::Command command = command_service->FindCommandByName( local
58 ui::Accelerator shortcut_assigned = command.accelerator();
12 CreateCommandValue( const extensions::Command& command, bool active) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_dom_clipboard_apitest.cc24 bool ExecuteCommandInIframeInSelectedTab(const char* command);
72 const char* command) {
78 return ExecuteScriptInSelectedTab(base::StringPrintf(kScript, command));
71 ExecuteCommandInIframeInSelectedTab( const char* command) argument

Completed in 7507 milliseconds

1234567891011>>