HomeSort by relevance Sort by last modified time
    Searched refs:addCommand (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CommandList.java 22 Dicttool.addCommand("info", Info.class);
23 Dicttool.addCommand("header", Header.class);
24 Dicttool.addCommand("diff", Diff.class);
25 Dicttool.addCommand("compress", Compress.Compressor.class);
26 Dicttool.addCommand("uncompress", Compress.Uncompressor.class);
27 Dicttool.addCommand("encrypt", Crypt.Encrypter.class);
28 Dicttool.addCommand("decrypt", Crypt.Decrypter.class);
29 Dicttool.addCommand("package", Package.Packager.class);
30 Dicttool.addCommand("unpackage", Package.Unpackager.class);
31 Dicttool.addCommand("makedict", Makedict.class)
    [all...]
Dicttool.java 76 public static void addCommand(final String commandName, final Class<? extends Command> cls) {
  /external/jcommander/src/test/java/com/beust/jcommander/command/
CommandTest.java 35 jc.addCommand(add);
37 jc.addCommand("commit", commit);
50 jc.addCommand(add);
58 jc.addCommand("add", add);
60 jc.addCommand("commit", commit);
73 jc.addCommand("add", add);
75 jc.addCommand("commit", commit);
95 jc.addCommand("add", add);
97 jc.addCommand("hidden", hidden);
CommandAliasTest.java 41 jc.addCommand("add", add, "a");
64 jc.addCommand("commit", commit, "ci", "cmt");
79 jc.addCommand("add", add, "a");
81 jc.addCommand("commit", commit, "ci", "cmt");
94 jc.addCommand("add", add, "xx");
97 jc.addCommand("commit", commit, "ci", "xx");
120 jc.addCommand("commit", commit, "ci", "cmt");
139 jc.addCommand("commit", commit, "ci", "cmt");
155 jc.addCommand("add", add, "a");
157 jc.addCommand("commit", commit, "ci", "cmt")
    [all...]
  /external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/commands/
BrowserCommands.js 25 Commands.prototype.addCommand=function(name, help, runnable) {
62 Commands.addCommand("echo",
68 Commands.addCommand("open",
  /external/jcommander/src/test/java/com/beust/jcommander/
ValidatePropertiesWhenParsingTest.java 12 cmd.addCommand("a", new A());
13 // cmd.addCommand("b", new B());
CmdTest.java 25 jc.addCommand(new CmdOne());
26 jc.addCommand(new CmdTwo());
ParametersDelegateTest.java 136 cmd.addCommand("command", c);
156 cmd.addCommand("command", c);
219 cmd.addCommand("command", c);
FinderTest.java 28 jc.addCommand(conf);
JCommanderTest.java 440 jc.addCommand(commandNames[i], commands[i]);
686 jc.addCommand(conf);
723 commander.addCommand("command", c);
775 j.addCommand("comm", a);
958 c.addCommand("a", new ArgCommandA());
959 c.addCommand("b", new ArgCommandB());
983 c.addCommand("a", new ArgCommandA());
984 c.addCommand("b", new ArgCommandB());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawIndirectTest.cpp 84 template<typename T> void addCommand (const T&);
194 void IndirectDraw::addCommand<vk::VkDrawIndirectCommand> (const vk::VkDrawIndirectCommand& command)
206 void IndirectDraw::addCommand<vk::VkDrawIndexedIndirectCommand>(const vk::VkDrawIndexedIndirectCommand& command)
244 addCommand(drawCommands[0]);
245 addCommand(drawCommands[1]);
246 addCommand(drawCommands[2]);
267 addCommand(drawCommands[0]);
268 addCommand(drawCommands[1]);
269 addCommand(drawCommands[2]);
302 addCommand(drawCommands[0])
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/command/
CommandSchedulerTest.java 198 * Test {@link CommandScheduler#addCommand(String[])} when help mode is specified
209 mScheduler.addCommand(args);
214 * Test {@link CommandScheduler#addCommand(String[])} when json help mode is specified
224 mScheduler.addCommand(args);
239 mScheduler.addCommand(args);
256 mScheduler.addCommand(args);
281 assertFalse(mScheduler.addCommand(dryRunArgs));
284 assertTrue(mScheduler.addCommand(args2));
383 mScheduler.addCommand(args);
434 mScheduler.addCommand(args)
    [all...]
CommandSchedulerFuncTest.java 177 mCommandScheduler.addCommand(fastConfigArgs);
178 mCommandScheduler.addCommand(slowConfigArgs);
279 mCommandScheduler.addCommand(slowConfigArgs);
330 mCommandScheduler.addCommand(slowConfigArgs);
357 mCommandScheduler.addCommand(slowConfigArgs);
433 mCommandScheduler.addCommand(slowConfigArgs);
547 mCommandScheduler.addCommand(slowConfigArgs);
612 mCommandScheduler.addCommand(slowConfigArgs);
CommandSchedulerStressApp.java 88 mCommandScheduler.addCommand(configArgs);
ConsoleTest.java 222 EasyMock.expect(mMockScheduler.addCommand(EasyMock.aryEq(expected))).andReturn(
242 EasyMock.expect(mMockScheduler.addCommand(EasyMock.aryEq(expected))).andReturn(
266 EasyMock.expect(mMockScheduler.addCommand(EasyMock.aryEq(expected))).andReturn(
  /external/skia/tools/viewer/sk_app/
CommandSet.h 48 void addCommand(SkUnichar c, const char* group, const char* description,
50 void addCommand(Window::Key k, const char* keyName, const char* group, const char* description,
CommandSet.cpp 17 this->addCommand('h', "Overlays", "Show help screen", [this]() {
71 void CommandSet::addCommand(SkUnichar c, const char* group, const char* description,
76 void CommandSet::addCommand(Window::Key k, const char* keyName, const char* group,
  /tools/tradefederation/core/src/com/android/tradefed/command/
ICommandScheduler.java 80 public boolean addCommand(String[] args) throws ConfigurationException;
95 * An alternate {@link #addCommand(String[])} that accepts an initial total
105 public boolean addCommand(String[] args, long totalExecTime) throws ConfigurationException;
CommandRunner.java 72 mScheduler.addCommand(args);
  /tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
RemoteManagerTest.java 111 doReturn(true).when(mMockScheduler).addCommand(Mockito.any(), Mockito.anyLong());
121 verify(mMockScheduler).addCommand(Mockito.any(), Mockito.eq(5l));
127 doReturn(false).when(mMockScheduler).addCommand(Mockito.any(), Mockito.anyLong());
137 verify(mMockScheduler).addCommand(Mockito.any(), Mockito.eq(5l));
145 .addCommand(Mockito.any(), Mockito.anyLong());
158 verify(mMockScheduler).addCommand(Mockito.any(), Mockito.eq(5l));
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
ShellCommandBuilder.java 67 public ShellCommandBuilder addCommand(String command) {
  /external/clang/include/clang/Driver/
Compilation.h 169 void addCommand(std::unique_ptr<Command> C) { Jobs.addJob(std::move(C)); }
  /external/skia/tools/viewer/
Viewer.cpp 306 fCommands.addCommand(' ', "GUI", "Toggle Debug GUI", [this]() {
310 fCommands.addCommand('g', "GUI", "Toggle GUI Demo", [this]() {
314 fCommands.addCommand('z', "GUI", "Toggle zoom window", [this]() {
318 fCommands.addCommand('s', "Overlays", "Toggle stats display", [this]() {
322 fCommands.addCommand('c', "Modes", "Cycle color mode", [this]() {
338 fCommands.addCommand(Window::Key::kRight, "Right", "Navigation", "Next slide", [this]() {
346 fCommands.addCommand(Window::Key::kLeft, "Left", "Navigation", "Previous slide", [this]() {
354 fCommands.addCommand(Window::Key::kUp, "Up", "Transform", "Zoom in", [this]() {
358 fCommands.addCommand(Window::Key::kDown, "Down", "Transform", "Zoom out", [this]() {
362 fCommands.addCommand('d', "Modes", "Change rendering backend", [this]()
    [all...]
  /frameworks/base/libs/hwui/utils/
VectorDrawableUtils.cpp 35 void addCommand(SkPath* outPath, char previousCmd,
72 resolver.addCommand(outPath, previousCommand, data.verbs[i], &data.points, start,
250 void PathResolver::addCommand(SkPath* outPath, char previousCmd,
  /external/autotest/frontend/client/src/autotest/tko/
SpreadsheetDataProcessor.java 168 DeferredCommand.addCommand(new ProcessDataCommand(data));

Completed in 257 milliseconds

1 2 3 4 5