Home
last modified time | relevance | path

Searched defs:argumentNames (Results 1 – 12 of 12) sorted by relevance

/external/google-smali/util/src/main/java/com/android/tools/smali/util/jcommander/
DHelpFormatter.java165 … String[] argumentNames = ExtendedCommands.parameterArgumentNames(leafJc.getMainParameter()); in format() local
201 String[] argumentNames = ExtendedCommands.parameterArgumentNames(param); in format() local
242 … String[] argumentNames = ExtendedCommands.parameterArgumentNames(leafJc.getMainParameter()); in format() local
DExtendedParameter.java38 String[] argumentNames(); in argumentNames() method
/external/smali/util/src/main/java/org/jf/util/jcommander/
DHelpFormatter.java166 … String[] argumentNames = ExtendedCommands.parameterArgumentNames(leafJc.getMainParameter()); in format() local
202 String[] argumentNames = ExtendedCommands.parameterArgumentNames(param); in format() local
243 … String[] argumentNames = ExtendedCommands.parameterArgumentNames(leafJc.getMainParameter()); in format() local
DExtendedParameter.java39 String[] argumentNames(); in argumentNames() method
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DInterpretedMacro.java41 private final String[] argumentNames; field in InterpretedMacro
46 String[] argumentNames, TemplateInterpreter templateInterpreter, in InterpretedMacro()
DTemplateInterpreter.java437 String[] argumentNames = new String[arguments.size()]; in caseADefCommand() local
/external/oj-libjdwp/src/share/classes/com/sun/jdi/connect/
DIllegalConnectorArgumentsException.java78 public List<String> argumentNames() { in argumentNames() method in IllegalConnectorArgumentsException
/external/auto/value/src/main/java/com/google/auto/value/processor/
DEclipseHack.java99 List<Name> argumentNames = in getEnclosingType() local
/external/perfetto/ui/src/controller/
Dpivot_table_controller.ts270 const argumentNames = []; constant
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp927 MessageFormat::format(const UnicodeString* argumentNames, in format()
937 const UnicodeString *argumentNames, in getArgFromListByName()
950 const UnicodeString *argumentNames, in format()
1011 const UnicodeString *argumentNames, in format()
1167 const UnicodeString *argumentNames, in formatComplexSubMessage()
/external/cronet/third_party/icu/source/i18n/
Dmsgfmt.cpp927 MessageFormat::format(const UnicodeString* argumentNames, in format()
937 const UnicodeString *argumentNames, in getArgFromListByName()
950 const UnicodeString *argumentNames, in format()
1011 const UnicodeString *argumentNames, in format()
1167 const UnicodeString *argumentNames, in formatComplexSubMessage()
/external/perfetto/ui/src/common/
Dstate.ts481 argumentNames: string[]; property