Searched refs:argumentNames (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Tools/DumpRenderTree/qt/
H A Dtestplugin.h41 const QStringList &argumentNames,
/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
H A DTemplateInterpreter.java437 String[] argumentNames = new String[arguments.size()];
444 argumentNames[i++] = ((ANameVariable) argument).getWord().getText();
449 argumentNames, this, context));
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpluginfactory.h59 const QStringList& argumentNames,
/external/icu4c/i18n/unicode/
H A Dmsgfmt.h716 * @param argumentNames argument name array
718 * @param count The number of elements of 'argumentNames' and
719 * arguments. The number of argumentNames and arguments
728 UnicodeString& format(const UnicodeString* argumentNames,
954 const UnicodeString *argumentNames,
968 * @param argumentNames NULL if numbered values are used. Otherwise the same
971 * @param cnt The length of arguments (and of argumentNames if that is not NULL).
980 const UnicodeString *argumentNames,
1005 const UnicodeString *argumentNames,
1026 const UnicodeString *argumentNames,
[all...]
/external/icu4c/i18n/
H A Dmsgfmt.cpp907 MessageFormat::format(const UnicodeString* argumentNames, argument
912 return format(arguments, argumentNames, count, appendTo, NULL, success);
917 const UnicodeString *argumentNames,
920 if (0 == argumentNames[i].compare(name)) {
930 const UnicodeString *argumentNames,
941 format(0, 0.0, arguments, argumentNames, cnt, app, pos, status);
945 // if argumentNames is NULL, this means arguments is a numeric array.
949 const UnicodeString *argumentNames,
982 if (argumentNames == NULL) {
999 arg = getArgFromListByName(arguments, argumentNames, cn
916 getArgFromListByName(const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, UnicodeString& name) const argument
929 format(const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, UnicodeString& appendTo, FieldPosition* pos, UErrorCode& status) const argument
947 format(int32_t msgStart, double pluralNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, FieldPosition* ignore, UErrorCode& success) const argument
1087 formatComplexSubMessage(int32_t msgStart, double pluralNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, UErrorCode& success) const argument
[all...]
/external/webkit/Source/WebCore/inspector/
H A DCodeGeneratorInspector.pm681 my $argumentNames = join(
690 (scalar(@inArgs) ? "\"params\": {$argumentNames}, " : "") .
705 my $argumentNames = join(",", map("\"" . $_->name . "\"" , @outArgs));
706 push(@backendJSEvents, " this._eventArgs[\"" . $name . "\"] = [" . $argumentNames ."];");
/external/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.c1233 JSStringRef argumentNames[] = { foo }; local
1235 function = JSObjectMakeFunction(context, foo, 1, argumentNames, functionBody, NULL, 1, &exception);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js88 value.argumentNames().first() == "$super") {
204 argumentNames: function() {
H A Dconcat-jquery-mootools-prototype.js8467 value.argumentNames().first() == "$super") {
8583 argumentNames: function() {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 443 milliseconds