OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExtendedCommands
(Results
1 - 5
of
5
) sorted by null
/external/smali/baksmali/src/main/java/org/jf/baksmali/
ListCommand.java
39
import org.jf.util.jcommander.
ExtendedCommands
;
62
ExtendedCommands
.addExtendedCommand(jc, new ListStringsCommand(hierarchy));
63
ExtendedCommands
.addExtendedCommand(jc, new ListMethodsCommand(hierarchy));
64
ExtendedCommands
.addExtendedCommand(jc, new ListFieldsCommand(hierarchy));
65
ExtendedCommands
.addExtendedCommand(jc, new ListTypesCommand(hierarchy));
66
ExtendedCommands
.addExtendedCommand(jc, new ListClassesCommand(hierarchy));
67
ExtendedCommands
.addExtendedCommand(jc, new ListDexCommand(hierarchy));
68
ExtendedCommands
.addExtendedCommand(jc, new ListVtablesCommand(hierarchy));
69
ExtendedCommands
.addExtendedCommand(jc, new ListFieldOffsetsCommand(hierarchy));
70
ExtendedCommands
.addExtendedCommand(jc, new ListDependenciesCommand(hierarchy))
[
all
...]
Main.java
39
import org.jf.util.jcommander.
ExtendedCommands
;
83
ExtendedCommands
.addExtendedCommand(jc, new DisassembleCommand(commandHierarchy));
84
ExtendedCommands
.addExtendedCommand(jc, new DeodexCommand(commandHierarchy));
85
ExtendedCommands
.addExtendedCommand(jc, new DumpCommand(commandHierarchy));
86
ExtendedCommands
.addExtendedCommand(jc, new HelpCommand(commandHierarchy));
87
ExtendedCommands
.addExtendedCommand(jc, new HlepCommand(commandHierarchy));
88
ExtendedCommands
.addExtendedCommand(jc, new ListCommand(commandHierarchy));
/external/smali/smali/src/main/java/org/jf/smali/
Main.java
39
import org.jf.util.jcommander.
ExtendedCommands
;
83
ExtendedCommands
.addExtendedCommand(jc, new AssembleCommand(commandHierarchy));
84
ExtendedCommands
.addExtendedCommand(jc, new HelpCommand(commandHierarchy));
85
ExtendedCommands
.addExtendedCommand(jc, new HlepCommand(commandHierarchy));
/external/smali/util/src/main/java/org/jf/util/jcommander/
ExtendedCommands.java
46
public class
ExtendedCommands
{
HelpFormatter.java
144
writer.write(
ExtendedCommands
.commandName(jc));
166
String[] argumentNames =
ExtendedCommands
.parameterArgumentNames(leafJc.getMainParameter());
185
String commandDescription =
ExtendedCommands
.getCommandDescription(leafJc);
202
String[] argumentNames =
ExtendedCommands
.parameterArgumentNames(param);
243
String[] argumentNames =
ExtendedCommands
.parameterArgumentNames(leafJc.getMainParameter());
Completed in 645 milliseconds