OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addCommand
(Results
1 - 12
of
12
) sorted by null
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CommandList.java
21
Dicttool.
addCommand
("info", Info.class);
22
Dicttool.
addCommand
("diff", Diff.class);
23
Dicttool.
addCommand
("compress", Compress.Compressor.class);
24
Dicttool.
addCommand
("uncompress", Compress.Uncompressor.class);
25
Dicttool.
addCommand
("encrypt", Crypt.Encrypter.class);
26
Dicttool.
addCommand
("decrypt", Crypt.Decrypter.class);
27
Dicttool.
addCommand
("package", Package.Packager.class);
28
Dicttool.
addCommand
("unpackage", Package.Unpackager.class);
29
Dicttool.
addCommand
("makedict", Makedict.class);
30
Dicttool.
addCommand
("test", Test.class)
[
all
...]
Dicttool.java
37
public static void
addCommand
(final String commandName, final Class<? extends Command> cls) {
/external/clang/lib/Driver/
Job.cpp
36
void Job::
addCommand
(Command *C) {
Tools.cpp
[
all
...]
/external/clang/include/clang/Driver/
Job.h
42
///
addCommand
- Append a command to the current job, which must be
44
void
addCommand
(Command *C);
Compilation.h
94
void
addCommand
(Command *C) { Jobs.addJob(C); }
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
/external/robolectric/lib/main/
h2-1.2.147.jar
Completed in 114 milliseconds