Searched defs:Command (Results 1 - 25 of 64) sorted by relevance

123

/external/chromium_org/chrome/test/chromedriver/
H A Dcommand.h28 const CommandCallback&)> Command; typedef
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
H A Dcommands.js8 * Command queue is the only way to modify images.
10 * Command execution is asynchronous (callback-based).
127 * @param {Command} command The command to execute.
156 * @param {Command} command Command to execute.
264 * Command object encapsulates an operation on an image and a way to visualize
267 * @param {string} name Command name.
270 function Command(name) { class
277 Command.prototype.toString = function() {
278 return 'Command '
[all...]
/external/clang/test/CodeGenCXX/
H A D2005-02-19-BitfieldStructCrash.cpp5 struct Command { struct
6 Command(QChar c) : c(c) {} function in struct:Command
11 Command X(QChar('c'));
/external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
H A Dcontext_menu.js22 var Command = {
31 cvox.SearchContextMenu.currState = Command.MAIN;
40 case Command.TOOLS:
44 case Command.ADS:
48 case Command.MAIN:
66 case Command.TOOLS:
69 case Command.ADS:
70 case Command.MAIN:
82 if (cvox.SearchContextMenu.currState === Command.TOOLS) {
88 cvox.SearchContextMenu.currState = Command
[all...]
/external/bison/doc/
H A Drefcard.tex315 \section{Command Line Options}
/external/chromium_org/tools/cr/cr/commands/
H A Dcommand.py4 """Module to hold the Command plugin."""
11 class Command(cr.Plugin, cr.Plugin.Type): class in inherits:cr.Plugin, cr.Plugin.Type
36 super(Command, self).__init__()
/external/chromium_org/ui/aura/client/
H A Duser_action_client.h18 enum Command { enum in class:aura::client::UserActionClient
24 virtual bool OnUserAction(Command command) = 0;
/external/chromium_org/ui/views/examples/
H A Dwidget_example.h30 enum Command { enum in class:views::examples::WidgetExample
/external/llvm/utils/lit/lit/
H A DShCommands.py1 class Command: class in inherits:
7 return 'Command(%r, %r)' % (self.args, self.redirects)
10 if not isinstance(other, Command):
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dgeolocation_override_manager_unittest.cc18 struct Command { struct in namespace:__anon7272
19 Command() {} function in struct:__anon7272::Command
20 Command(const std::string& method, const base::DictionaryValue& params) function in struct:__anon7272::Command
24 Command(const Command& command) { function in struct:__anon7272::Command
27 Command& operator=(const Command& command) {
33 ~Command() {}
49 commands_.push_back(Command(method, params));
53 std::vector<Command> commands
[all...]
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_protocol.cc27 DevToolsProtocol::Command::Command(int id, function in class:DevToolsProtocol::Command
34 DevToolsProtocol::Command::~Command() {
37 std::string DevToolsProtocol::Command::Serialize() {
H A Ddevtools_protocol.h37 class Command : public Message { class in class:DevToolsProtocol
40 Command(int id, const std::string& method, base::DictionaryValue* params);
41 virtual ~Command();
49 DISALLOW_COPY_AND_ASSIGN(Command);
/external/chromium_org/chrome/common/extensions/
H A Dcommand.h24 class Command { class in namespace:extensions
26 Command();
27 Command(const std::string& command_name,
31 ~Command();
33 // The platform value for the Command.
51 // Convert a Command object from |extension| to a DictionaryValue.
78 typedef std::map<std::string, Command> CommandMap;
H A Dcommand.cc31 "Command key is not supported. Note: Ctrl means Command on Mac";
85 // Either the developer specified Command+foo in the manifest for Mac or
86 // they specified Ctrl and it got normalized to Command (to get Ctrl on
88 // as Command.
92 // If we see "Command+foo" in the Default section it can mean two
95 // on Mac to "Command+foo". This is fine. Treat it as Command.
99 // No other platform supports Command.
198 // On Mac Command ca
255 Command::Command() : global_(false) {} function in class:extensions::Command
257 Command::Command(const std::string& command_name, function in class:extensions::Command
[all...]
/external/chromium_org/chrome/test/chromedriver/client/
H A Dwebelement.py5 from command_executor import Command namespace
22 Command.FIND_CHILD_ELEMENT, {'using': strategy, 'value': target})
26 Command.FIND_CHILD_ELEMENTS, {'using': strategy, 'value': target})
29 self._Execute(Command.HOVER_OVER_ELEMENT)
32 self._Execute(Command.CLICK_ELEMENT)
35 self._Execute(Command.TOUCH_SINGLE_TAP)
38 self._Execute(Command.CLEAR_ELEMENT)
47 self._Execute(Command.SEND_KEYS_TO_ELEMENT, {'value': typing})
50 return self._Execute(Command.GET_ELEMENT_LOCATION)
/external/clang/lib/Driver/
H A DJob.cpp1 //===--- Job.cpp - Command to Execute -------------------------------------===//
17 void Command::anchor() {}
19 Command::Command(const Action &_Source, const Tool &_Creator, function in class:Command
36 void Job::addCommand(Command *C) {
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
H A Dfile_manager_commands.js12 cr.ui.Command.prototype.setHidden = function(value) {
20 var Command = function() {}; class
24 * @param {Event} event Command event.
27 Command.prototype.execute = function(event, fileManager) {};
34 Command.prototype.canExecute = function(event, fileManager) {};
96 * @param {Event} event Command event to mark.
105 * @param {Event} event Command event to mark.
115 * @param {Event} event Command event to mark.
123 * @param {Event} event Command event.
167 * @param {string} commandId Command i
[all...]
/external/chromium_org/chrome/browser/net/
H A Dnet_log_temp_file.h44 enum Command { enum in class:NetLogTempFile
52 void ProcessCommand(Command command);
91 STATE_ALLOW_START, // Only DO_START Command is allowed.
92 STATE_ALLOW_STOP, // Only DO_STOP Command is allowed.
/external/antlr/antlr-3.4/runtime/Python/
H A Dsetup.py10 from distutils.cmd import Command namespace
65 class unittest(Command):
150 class functest(Command):
/external/chromium/chrome/browser/
H A Dcommand_updater.cc16 class CommandUpdater::Command { class in class:CommandUpdater
21 Command() : enabled(true) {} function in class:CommandUpdater::Command
52 Command* command = GetCommand(id, true);
60 CommandUpdater::Command* CommandUpdater::GetCommand(int id, bool create) {
65 Command* command = new Command;
82 Command* command = it->second;
/external/chromium_org/chrome/browser/
H A Dcommand_updater.cc15 class CommandUpdater::Command { class in class:CommandUpdater
20 Command() : enabled(true) {} function in class:CommandUpdater::Command
68 Command* command = it->second;
75 Command* command = GetCommand(id, true);
83 CommandUpdater::Command* CommandUpdater::GetCommand(int id, bool create) {
88 Command* command = new Command;
/external/clang/lib/AST/
H A DCommentCommandTraits.cpp48 StringRef Typo, const CommandInfo *Command) {
51 StringRef Name = Command->Name;
61 BestCommand.push_back(Command);
64 BestCommand.push_back(Command);
47 HelperTypoCorrectCommandInfo(SmallVectorImpl<const CommandInfo *> &BestCommand, StringRef Typo, const CommandInfo *Command) argument
/external/lzma/Java/SevenZip/
H A DLzmaAlone.java11 public int Command = -1; field in class:LzmaAlone.CommandLine
107 Command = kEncode;
109 Command = kDecode;
111 Command = kBenchmak;
117 if (Command == kBenchmak)
181 if (params.Command == CommandLine.kBenchmak)
190 else if (params.Command == CommandLine.kEncode || params.Command == CommandLine.kDecode)
201 if (params.Command == CommandLine.kEncode)
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/
H A Dunisetperf.cpp25 // Command-line options specific to unisetperf.
133 class Command : public UPerfFunction { class in inherits:UPerfFunction
135 Command(const UnicodeSetPerformanceTest &testcase) : testcase(testcase) {} function in class:Command
138 virtual ~Command() {}
155 class Contains : public Command {
157 Contains(const UnicodeSetPerformanceTest &testcase) : Command(testcase) {
205 class SpanUTF16 : public Command {
207 SpanUTF16(const UnicodeSetPerformanceTest &testcase) : Command(testcase) {
256 class SpanBackUTF16 : public Command {
258 SpanBackUTF16(const UnicodeSetPerformanceTest &testcase) : Command(testcas
[all...]
/external/chromium_org/third_party/icu/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp95 class Command : public UPerfFunction { class in inherits:UPerfFunction
97 Command(const UTrie2PerfTest &testcase) : testcase(testcase) {} function in class:Command
100 virtual ~Command() {}
115 class CheckFCD : public Command {
117 CheckFCD(const UTrie2PerfTest &testcase) : Command(testcase) {}
135 class CheckFCDAlwaysGet : public Command {
137 CheckFCDAlwaysGet(const UTrie2PerfTest &testcase) : Command(testcase) {}
156 class CheckFCDUTF8 : public Command {
158 CheckFCDUTF8(const UTrie2PerfTest &testcase) : Command(testcase) {}
173 class ToNFC : public Command {
[all...]

Completed in 1600 milliseconds

123