Searched defs:argumentNames (Results 1 - 8 of 8) sorted by relevance

/external/smali/util/src/main/java/org/jf/util/jcommander/
H A DExtendedParameter.java39 String[] argumentNames(); method in interface:ExtendedParameter
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DInterpretedMacro.java41 private final String[] argumentNames; field in class:InterpretedMacro
46 String[] argumentNames, TemplateInterpreter templateInterpreter,
51 this.argumentNames = argumentNames;
104 if (index >= argumentNames.length) {
109 return argumentNames[index];
114 return argumentNames.length;
45 InterpretedMacro(PCommand command, Template owningTemplate, String macroName, String[] argumentNames, TemplateInterpreter templateInterpreter, RenderingContext owningContext) argument
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp919 MessageFormat::format(const UnicodeString* argumentNames, argument
924 return format(arguments, argumentNames, count, appendTo, NULL, success);
929 const UnicodeString *argumentNames,
932 if (0 == argumentNames[i].compare(name)) {
942 const UnicodeString *argumentNames,
953 format(0, NULL, arguments, argumentNames, cnt, app, pos, status);
997 // if argumentNames is NULL, this means arguments is a numeric array.
1003 const UnicodeString *argumentNames,
1045 if (argumentNames == NULL) {
1054 arg = getArgFromListByName(arguments, argumentNames, cn
928 getArgFromListByName(const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, UnicodeString& name) const argument
941 format(const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, UnicodeString& appendTo, FieldPosition* pos, UErrorCode& status) const argument
1001 format(int32_t msgStart, const void *plNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, FieldPosition* ignore, UErrorCode& success) const argument
1156 formatComplexSubMessage(int32_t msgStart, const void *plNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, UErrorCode& success) const argument
[all...]
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 319 milliseconds