HomeSort by relevance Sort by last modified time
    Searched full:command (Results 126 - 150 of 8546) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebKit/android/wds/
Command.h 46 // Command identifier length
51 // client application. Return true on successful completion of the command,
68 class Command {
70 Command(const char* name, const char* desc, const DispatchFunction func,
76 Command(const Command& comm)
81 virtual ~Command() {}
86 // Find the command specified by the client request.
87 static Command* Find(const Connection* conn);
89 // Dispatch this command
    [all...]
Command.cpp 30 #include "Command.h"
85 // End command section
88 class InternalCommand : public Command {
90 InternalCommand(const Command* comm, const Frame* frame,
92 : Command(*comm)
98 ALOGD("Executing command '%s' (%s)", m_name, m_description);
115 void Command::dispatch() {
119 Vector<const Command*>* Command::s_commands;
121 void Command::Init()
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 10 const Command = cr.ui.Command;
182 // Activate is handled by the open-in-same-window-command.
185 $('open-in-same-window-command').execute();
898 cr.ui.decorate('command', Command);
905 var commands = document.querySelectorAll('command');
906 for (var i = 0, command; command = commands[i]; i++) {
907 if (command.id != 'import-menu-command' &
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticCommentKinds.td 47 "empty paragraph passed to '%select{\\|@}0%1' command">,
51 "duplicated command '%select{\\|@}0%1'">,
55 "previous command '%select{\\|@}0%1' here">;
58 "previous command '%select{\\|@}0%1' (an alias of '\\%2') here">;
60 // \param command
72 "'%select{\\|@}0param' command used in a comment that is not attached to "
77 "'%select{\\|@}0%select{function|method|callback}1' command should be "
84 "command should not be used in a comment attached to a "
91 "command should not be used in a comment attached to a non-container declaration">,
108 // tparam command
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.html 235 <command id="clear-all-blacklisted" i18n-values=".label:restorethumbnails">
236 <command id="apps-launch-command">
237 <command id="apps-options-command" i18n-values=".label:appoptions">
238 <command id="apps-uninstall-command" i18n-values=".label:appuninstall">
239 <command id="apps-create-shortcut-command"
241 <command id="apps-launch-type-pinned" i18n-values=".label:applaunchtypepinned
    [all...]
  /development/ide/xcode/SampleCode/English.lproj/main.nib/
objects.xib 10 <ostype name="command">frnt</ostype>
15 <ostype name="command">sall</ostype>
25 <ostype name="command">undo</ostype>
30 <ostype name="command">redo</ostype>
38 <ostype name="command">cut </ostype>
43 <ostype name="command">copy</ostype>
48 <ostype name="command">past</ostype>
52 <ostype name="command">clea</ostype>
60 <ostype name="command">chrp</ostype>
71 <ostype name="command">new </ostype
    [all...]
  /development/ide/xcode/animatorTest/English.lproj/main.nib/
objects.xib 19 <ostype name="command">abou</ostype>
33 <ostype name="command">new </ostype>
38 <ostype name="command">open</ostype>
46 <ostype name="command">clos</ostype>
51 <ostype name="command">save</ostype>
56 <ostype name="command">svas</ostype>
61 <ostype name="command">rvrt</ostype>
69 <ostype name="command">page</ostype>
74 <ostype name="command">prnt</ostype>
87 <ostype name="command">undo</ostype
    [all...]
  /external/expat/doc/
xmlwf.sgml 56 <command>&dhpackage;</command>
82 <command>&dhpackage;</command> uses the Expat library to
88 If you do not specify any files on the command-line, and you
89 have a recent version of <command>&dhpackage;</command>, the
108 <command>&dhpackage;</command> does not currently
133 <command>&dhpackage;</command> is a non-validating parser -
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/
multicommandtool.py 32 # tool-name [global options] command-name [command options]
46 class Command(object):
63 # before it knows what Command to run.
73 # The tool calls bind_to_tool on each Command after adding it to its list.
75 # Command instances can only be bound to one tool at a time.
77 raise Exception("Command already bound to tool!")
137 # FIXME: This should just be rolled into Command. help_text and argument_names do not need to be instance variables.
138 class AbstractDeclarativeCommand(Command):
143 Command.__init__(self, self.help_text, self.argument_names, options=options, long_help=self.long_help, **k (…)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParamsFactory.java 49 // Command Qualifier values for refresh command
55 // Command Qualifier values for PLI command
79 // Search for the Command Details object.
87 "processCommandDetails: Failed to procees command details e=" + e);
101 // only proactive command messages are processed.
108 // process command dtails from the tlv list.
115 // extract command type enumeration from the raw value stored inside
116 // the Command Details object
    [all...]
  /external/llvm/utils/lit/lit/
ShUtil.py 4 from ShCommands import Command, Pipeline, Seq
188 raise ValueError,"empty command!"
201 # If this is an argument, just add it to the current command.
218 return Command(args, redirects)
287 Pipeline([Command(['echo', 'hello'], [])], False))
289 Pipeline([Command(['echo', ''], [])], False))
291 Pipeline([Command(['echo', '-DFOO=a'], [])], False))
293 Pipeline([Command(['echo', '-DFOO=a'], [])], False))
297 Pipeline([Command(['echo', 'hello'],
300 Pipeline([Command(['echo', 'hello'], [(('>',), 'c')
    [all...]
  /device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.cpp 139 command(LCD_FUNCTIONSET | _displayfunction);
151 command(LCD_ENTRYMODESET | _displaymode);
157 command(LCD_CLEARDISPLAY); // clear display, set cursor position to zero
158 delayMicroseconds(2000); // this command takes a long time!
163 command(LCD_RETURNHOME); // set cursor position to zero
164 delayMicroseconds(2000); // this command takes a long time!
174 command(LCD_SETDDRAMADDR | (col + row_offsets[row]));
180 command(LCD_DISPLAYCONTROL | _displaycontrol);
184 command(LCD_DISPLAYCONTROL | _displaycontrol);
190 command(LCD_DISPLAYCONTROL | _displaycontrol)
252 inline void Max_LCD::command(uint8_t value) { function in class:Max_LCD
    [all...]
  /external/antlr/antlr-3.4/runtime/C/vsrulefiles/
antlr3lexer.rules 22 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
33 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
41 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
50 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
59 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
68 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
76 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
85 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
94 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
104 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options
    [all...]
antlr3lexerandparser.rules 23 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
34 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
42 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
51 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
60 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
69 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
77 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
86 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
95 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
105 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options
    [all...]
antlr3parser.rules 22 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
33 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
41 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
50 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
59 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
68 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
76 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
85 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
94 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
104 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options
    [all...]
antlr3treeparser.rules 22 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
33 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
41 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
50 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
59 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
68 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
76 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
85 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
94 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options"
104 HelpURL="http://www.antlr.org/wiki/display/ANTLR3/Command+line+options
    [all...]
  /external/qemu/android/protocol/
ui-commands-impl.c 30 /* Enumerates states for the command reader in UICmdImpl instance. */
32 /* The reader is waiting on command header. */
35 /* The reader is waiting on command parameters. */
50 /* Command reader state. */
53 /* Incoming command header. */
57 * structure (when we expect a command header), or to a buffer allocated for
58 * the (when we expect command parameters). */
78 /* Handles UI control command received from the core.
80 * uicmd - UICmdImpl instance that received the command.
81 * header - UI control command header
    [all...]
  /developers/samples/android/connectivity/network/BasicNetworkDemo/
README.txt 4 "gradlew build" command.
  /developers/samples/android/connectivity/network/NetworkConnect/
README.txt 4 "gradlew build" command.
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/
README.txt 4 "gradlew build" command.
  /developers/samples/android/content/contacts/BasicContactables/
README.txt 4 "gradlew build" command.
  /developers/samples/android/input/gestures/BasicGestureDetect/
README.txt 4 "gradlew build" command.
  /developers/samples/android/input/multitouch/BasicMultitouch/
README.txt 4 "gradlew build" command.
  /developers/samples/android/media/BasicMediaRouter/
README.txt 4 "gradlew build" command.
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/
README.txt 4 "gradlew build" command.

Completed in 484 milliseconds

1 2 3 4 56 7 8 91011>>