Searched refs:commands (Results 1 - 25 of 353) sorted by last modified time

1234567891011>>

/external/wpa_supplicant_8/hostapd/
H A DAndroid.mk142 # through control interface commands (undefine it, if you want to save in
/external/valgrind/main/coregrind/
H A Dvgdb.c53 2. standalone to send monitor commands to a running valgrind-ified process
68 Once all the commands are sent and their replies received, vgdb will exit.
929 sends the provided commands (using qRcmd packets)
934 char *commands[] )
966 fprintf (stderr, "sending command %s to pid %d\n", commands[nc], pid);
970 hexcommand = vmalloc (packet_len_for_command(commands[nc]));
973 for (i = 0; i < strlen(commands[nc]); i++) {
974 sprintf(hex, "%02x", (unsigned char) commands[nc][i]);
1085 " 1. standalone to send monitor commands to a Valgrind gdbserver.\n"
1087 " To send more than one command, separate the commands wit
1313 parse_options(int argc, char** argv, Bool *p_show_shared_mem, Bool *p_show_list, int *p_arg_pid, int *p_check_trials, int *p_port, int *p_last_command, char *commands[]) argument
1467 char *commands[argc]; // we will never have more commands than args. local
[all...]
/external/valgrind/main/gdbserver_tests/
H A Dmchelp.stdoutB.exp1 general valgrind monitor commands:
2 help [debug] : monitor command help. With debug: + debugging commands
16 memcheck monitor commands:
46 general valgrind monitor commands:
47 help [debug] : monitor command help. With debug: + debugging commands
60 debugging valgrind internals monitor commands:
75 memcheck monitor commands:
H A DmcinfcallWSRU.stderrB.exp31 gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
40 gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
49 gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
H A Dmssnapshot.stderrB.exp3 general valgrind monitor commands:
4 help [debug] : monitor command help. With debug: + debugging commands
18 massif monitor commands:
/external/tcpdump/
H A Dconfigure8738 Configuration commands:
9426 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
9427 $as_echo "$as_me: executing $ac_file commands" >&6;}
/external/stressapptest/
H A Dconfigure6515 Configuration commands:
7228 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
7229 $as_echo "$as_me: executing $ac_file commands" >&6;}
/external/skia/platform_tools/nacl/src/
H A Dnacl_debugger.cpp79 SkTArray<SkString>* commands = fDebugger.getDrawCommandsAsStrings(); local
81 for (int i = 0; i < commands->count(); ++i) {
83 addCommand.append((*commands)[i]);
/external/skia/tools/lua/
H A Dbbh_filter.lua8 -- have most commands, and the names of the files that use the least popular commands.
139 "\n-- ================== skps with calling unpopular commands.", 10)
/external/skia/tools/
H A Dsanitize_source_files.py9 import commands namespace
128 output = commands.getoutput(
/external/smack/asmack-master/static-src/custom/org/jivesoftware/smackx/
H A DInitStaticCode.java46 Class.forName(org.jivesoftware.smackx.commands.AdHocCommandManager.class.getName(), true, appClassLoader);
/external/smack/src/org/jivesoftware/smackx/
H A DInitStaticCode.java46 Class.forName(org.jivesoftware.smackx.commands.AdHocCommandManager.class.getName(), true, appClassLoader);
/external/smack/src/org/jivesoftware/smackx/commands/
H A DAdHocCommand.java20 package org.jivesoftware.smackx.commands;
220 * previous stage. This method will be only invoked for commands that have one
232 * previous stage. This method will be only invoked for commands that have one
263 * {@link Action#complete complete}. This method will be only invoked for commands that
288 * method will never be invoked for commands that have no stages.
H A DAdHocCommandManager.java21 package org.jivesoftware.smackx.commands;
34 import org.jivesoftware.smackx.commands.AdHocCommand.Action;
35 import org.jivesoftware.smackx.commands.AdHocCommand.Status;
51 * commands offered by a service and for processing commands requests.
61 private static final String DISCO_NAMESPACE = "http://jabber.org/protocol/commands";
116 private Map<String, AdHocCommandInfo> commands = Collections field in class:AdHocCommandManager
167 commands.put(node, commandInfo);
202 * Discover the commands of an specific JID. The <code>jid</code> is a
205 * @param jid the full JID to retrieve the commands fo
[all...]
H A DAdHocCommandNote.java21 package org.jivesoftware.smackx.commands;
H A DLocalCommand.java21 package org.jivesoftware.smackx.commands;
H A DLocalCommandFactory.java20 package org.jivesoftware.smackx.commands;
23 * A factory for creating local commands. It's useful in cases where instantiation
H A DRemoteCommand.java21 package org.jivesoftware.smackx.commands;
183 * should be adjusted for commands that can take a long time to execute.
194 * should be adjusted for commands that can take a long time to execute.
/external/smack/src/org/jivesoftware/smackx/packet/
H A DAdHocCommandData.java25 import org.jivesoftware.smackx.commands.AdHocCommand;
26 import org.jivesoftware.smackx.commands.AdHocCommand.Action;
27 import org.jivesoftware.smackx.commands.AdHocCommand.SpecificErrorCondition;
28 import org.jivesoftware.smackx.commands.AdHocCommandNote;
74 buf.append("<command xmlns=\"http://jabber.org/protocol/commands\"");
253 public static final String namespace = "http://jabber.org/protocol/commands";
/external/smack/src/org/jivesoftware/smackx/provider/
H A DAdHocCommandDataProvider.java29 import org.jivesoftware.smackx.commands.AdHocCommand;
30 import org.jivesoftware.smackx.commands.AdHocCommand.Action;
31 import org.jivesoftware.smackx.commands.AdHocCommandNote;
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp159 // to time individual commands. The offsets are needed to map SkPicture
160 // offsets to individual commands.
351 // of individual commands.
984 SkTArray<SkString>* commands = fDebugger.getDrawCommandsAsStrings(); local
986 SkASSERT(commands->count() == offsets->count());
997 this->setupListWidget(commands, offsets);
998 this->setupComboBox(commands);
1011 void SkDebuggerGUI::setupListWidget(SkTArray<SkString>* commands, SkTDArray<size_t>* offsets) { argument
1012 SkASSERT(commands->count() == offsets->count());
1016 for (int i = 0; i < commands
[all...]
H A DSkDebuggerGUI.h87 Profile the commands
97 Clears the breakpoint state off of all commands marked as breakpoints.
102 Clears the deleted state off of all commands marked as deleted.
107 Applies a visible filter to all drawing commands other than the previous.
135 executes all remaining draw commands.
165 Rewinds from the current step back to the start of the commands.
222 Executes draw commands up to the selected command
232 Toggles the exclusive listing of commands set as deleted.
339 void setupListWidget(SkTArray<SkString>* commands, SkTDArray<size_t>* offsets);
H A DSkImageWidget.cpp39 const SkTDArray<SkDrawCommand*>& commands = fDebugger->getDrawCommands(); local
40 if (0 != commands.count()) {
41 SkDrawCommand* command = commands[fDebugger->index()];
/external/skia/debugger/
H A DSkDebugger.cpp44 // commands. Playing back will strip those out.
76 const SkTDArray<SkDrawCommand*>& commands = this->getDrawCommands(); local
84 for (int i = 0; i < commands.count(); i++) {
85 counts[commands[i]->getType()]++;
95 // if there were no commands of this type then they should've consumed no time
/external/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js2972 bound = commands[bound];
3186 operation(cm, commands.selectAll)(cm);
3617 // that the effect of intermediate scroll commands is not ignored.
4123 if (commands.hasOwnProperty(cmd))
4124 return commands[cmd](this);
4518 var commands = CodeMirror.commands = {
4655 // Note that the save and find-related commands aren't defined by
4656 // default. User code or addons can define them. Unknown commands

Completed in 444 milliseconds

1234567891011>>