Home
last modified time | relevance | path

Searched refs:Command (Results 1 – 25 of 110) sorted by relevance

12345

/external/webkit/WebKit/android/wds/
DCommand.cpp88 class InternalCommand : public Command {
90 InternalCommand(const Command* comm, const Frame* frame, in InternalCommand()
92 : Command(*comm) in InternalCommand()
115 void Command::dispatch() { in dispatch()
119 Vector<const Command*>* Command::s_commands;
121 void Command::Init() { in Init()
126 s_commands = new Vector<const Command*>(); in Init()
127 s_commands->append(new Command("DDOM", "Dump Dom Tree", in Init()
129 s_commands->append(new Command("DDRT", "Dump Render Tree", in Init()
133 Command* Command::Find(const Connection* conn) { in Find()
[all …]
DCommand.h68 class Command {
70 Command(const char* name, const char* desc, const DispatchFunction func, in Command() function
76 Command(const Command& comm) in Command() function
81 virtual ~Command() {} in ~Command()
87 static Command* Find(const Connection* conn);
101 static Vector<const Command*>* s_commands;
DDebugServer.cpp77 Command::Init(); in DebugServer()
98 Command* c = Command::Find(conn); in start()
/external/chromium/third_party/icu/source/test/perf/utrie2perf/
Dutrie2perf.cpp95 class Command : public UPerfFunction { class
97 Command(const UTrie2PerfTest &testcase) : testcase(testcase) {} in Command() function in Command
100 virtual ~Command() {} in ~Command()
115 class CheckFCD : public Command {
117 CheckFCD(const UTrie2PerfTest &testcase) : Command(testcase) {} in CheckFCD()
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 …]
/external/icu4c/test/perf/utrie2perf/
Dutrie2perf.cpp95 class Command : public UPerfFunction { class
97 Command(const UTrie2PerfTest &testcase) : testcase(testcase) {} in Command() function in Command
100 virtual ~Command() {} in ~Command()
115 class CheckFCD : public Command {
117 CheckFCD(const UTrie2PerfTest &testcase) : Command(testcase) {} in CheckFCD()
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 …]
/external/webkit/WebKitTools/Scripts/webkitpy/
Dmulticommandtool_unittest.py31 from multicommandtool import MultiCommandTool, Command
36 class TrivialCommand(Command):
40 Command.__init__(self, "help text", **kwargs)
58 self.assertEqual(Command._parse_required_arguments("ARG1 ARG2"), ["ARG1", "ARG2"])
59 self.assertEqual(Command._parse_required_arguments("[ARG1] [ARG2]"), [])
60 self.assertEqual(Command._parse_required_arguments("[ARG1] ARG2"), ["ARG2"])
62 self.assertRaises(Exception, Command._parse_required_arguments, "[ARG1 ARG2]")
Dmulticommandtool.py42 class Command(object): class
134 class AbstractDeclarativeCommand(Command):
139Command.__init__(self, self.help_text, self.argument_names, options=options, long_help=self.long_h…
233 cls._add_all_subclasses(Command, commands)
/external/icu4c/test/perf/unisetperf/
Dunisetperf.cpp133 class Command : public UPerfFunction { class
135 Command(const UnicodeSetPerformanceTest &testcase) : testcase(testcase) {} in Command() function in Command
138 virtual ~Command() {} in ~Command()
155 class Contains : public Command {
157 Contains(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { in Contains()
205 class SpanUTF16 : public Command {
207 SpanUTF16(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { in SpanUTF16()
256 class SpanBackUTF16 : public Command {
258 SpanBackUTF16(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { in SpanBackUTF16()
311 class SpanUTF8 : public Command {
[all …]
/external/chromium/third_party/icu/source/test/perf/unisetperf/
Dunisetperf.cpp133 class Command : public UPerfFunction { class
135 Command(const UnicodeSetPerformanceTest &testcase) : testcase(testcase) {} in Command() function in Command
138 virtual ~Command() {} in ~Command()
155 class Contains : public Command {
157 Contains(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { in Contains()
205 class SpanUTF16 : public Command {
207 SpanUTF16(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { in SpanUTF16()
256 class SpanBackUTF16 : public Command {
258 SpanBackUTF16(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { in SpanBackUTF16()
311 class SpanUTF8 : public Command {
[all …]
/external/chromium/third_party/icu/source/test/perf/utfperf/
Dutfperf.cpp120 class Command : public UPerfFunction { class
122 Command(const UtfPerformanceTest &testcase) in Command() function in Command
133 virtual ~Command(){ in ~Command()
151 class Roundtrip : public Command {
153 Roundtrip(const UtfPerformanceTest &testcase) : Command(testcase) {} in Roundtrip()
218 class FromUnicode : public Command {
220 FromUnicode(const UtfPerformanceTest &testcase) : Command(testcase) {} in FromUnicode()
263 class FromUTF8 : public Command {
266 : Command(testcase), in FromUTF8()
/external/icu4c/test/perf/utfperf/
Dutfperf.cpp120 class Command : public UPerfFunction { class
122 Command(const UtfPerformanceTest &testcase) in Command() function in Command
133 virtual ~Command(){ in ~Command()
151 class Roundtrip : public Command {
153 Roundtrip(const UtfPerformanceTest &testcase) : Command(testcase) {} in Roundtrip()
218 class FromUnicode : public Command {
220 FromUnicode(const UtfPerformanceTest &testcase) : Command(testcase) {} in FromUnicode()
263 class FromUTF8 : public Command {
266 : Command(testcase), in FromUTF8()
/external/emma/core/java12/
Demmarun.java9 import com.vladium.emma.Command;
26 final Command command = Command.create ("run", emmarun.class.getName (), args); in main()
Demma.java10 import com.vladium.emma.Command;
39 … final Command command = Command.create (commandName, "emma ".concat (commandName), commandArgs); in main()
/external/webkit/WebCore/editing/
DEditor.h158 class Command {
160 Command();
161 Command(PassRefPtr<Frame>, const EditorInternalCommand*, EditorCommandSource);
179 Command command(const String& commandName); // Default is CommandFromMenuOrKeyBinding.
180 Command command(const String& commandName, EditorCommandSource);
DEditorCommand.cpp1487 Editor::Command Editor::command(const String& commandName) in command()
1492 Editor::Command Editor::command(const String& commandName, EditorCommandSource source) in command()
1495 return Command(); in command()
1499 return internalCommand ? Command(m_frame, internalCommand, source) : Command(); in command()
1502 Editor::Command::Command() in Command() function in WebCore::Editor::Command
1508 Editor::Command::Command(PassRefPtr<Frame> frame, const EditorInternalCommand* command, EditorComma… in Command() function in WebCore::Editor::Command
1517 bool Editor::Command::execute(const String& parameter, Event* triggeringEvent) const in execute()
1528 bool Editor::Command::execute(Event* triggeringEvent) const in execute()
1533 bool Editor::Command::isSupported() const in isSupported()
1538 bool Editor::Command::isEnabled(Event* triggeringEvent) const in isEnabled()
[all …]
/external/grub/docs/
Dgrub.info112 (*note Command-line interface::), or a menu interface (*note Menu
227 resembles the Bash command-line (*note Bash: (features)Command
380 partition you want, the GRUB command-line (*note Command-line
501 Command-line interface::). First, set the GRUB's "root device"(1)
1741 * Command-line interface:: The flexible command-line interface
1747 File: grub.info, Node: Command-line interface, Next: Menu interface, Up: Interface
1754 immediately executed after it is entered(1) (*note Command-line
1755 interface-Footnote-1::). The commands (*note Command-line and menu
1816 File: grub.info, Node: Command-line interface-Footnotes, Up: Command-line interface
1822 File: grub.info, Node: Menu interface, Next: Menu entry editor, Prev: Command-line interface, U…
[all …]
/external/e2fsprogs/lib/ss/
Dss_err.et16 "Command not found"
19 "Command line aborted"
Dtest_script_expected13 test_ss: Command not found quux
15 test_ss: Command not found quux
/external/iproute2/doc/
DPlan4 1.1 IP Command reference (ip-cref.tex, published)
5 1.2 TC Command reference (tc-cref.tex)
/external/emma/core/java12/com/vladium/emma/
DCommand.java31 abstract class Command class
36 public static Command create (final String name, final String usageName, final String [] args) in create()
38 final Command tool; in create()
63 protected Command (final String usageToolName, final String [] args) in Command() method in Command
/external/chromium/net/ftp/
Dftp_network_transaction.h48 enum Command { enum
108 int SendFtpCommand(const std::string& command, Command cmd);
171 Command command_sent_;
/external/emma/core/java12/com/vladium/emma/data/
DmergeCommand.java15 import com.vladium.emma.Command;
25 final class mergeCommand extends Command
/external/emma/core/java12/com/vladium/emma/report/
DreportCommand.java17 import com.vladium.emma.Command;
27 final class reportCommand extends Command
/external/emma/core/java12/com/vladium/emma/instr/
DinstrCommand.java16 import com.vladium.emma.Command;
26 final class instrCommand extends Command
/external/webkit/WebKitTools/Scripts/webkitpy/commands/
Dqueues.py42 from webkitpy.multicommandtool import Command
48 class AbstractQueue(Command, QueueEngineDelegate):
61 Command.__init__(self, "Run the %s" % self.name, options=options_list)

12345