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.h723 * @param argumentNames argument name array
725 * @param count The number of elements of 'argumentNames' and
726 * arguments. The number of argumentNames and arguments
735 UnicodeString& format(const UnicodeString* argumentNames,
967 const UnicodeString *argumentNames,
981 * @param argumentNames NULL if numbered values are used. Otherwise the same
984 * @param cnt The length of arguments (and of argumentNames if that is not NULL).
993 const UnicodeString *argumentNames,
1018 const UnicodeString *argumentNames,
1039 const UnicodeString *argumentNames,
[all...]
/external/icu4c/i18n/
H A Dmsgfmt.cpp914 MessageFormat::format(const UnicodeString* argumentNames, argument
919 return format(arguments, argumentNames, count, appendTo, NULL, success);
924 const UnicodeString *argumentNames,
927 if (0 == argumentNames[i].compare(name)) {
937 const UnicodeString *argumentNames,
948 format(0, 0.0, arguments, argumentNames, cnt, app, pos, status);
952 // if argumentNames is NULL, this means arguments is a numeric array.
956 const UnicodeString *argumentNames,
989 if (argumentNames == NULL) {
1006 arg = getArgFromListByName(arguments, argumentNames, cn
923 getArgFromListByName(const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, UnicodeString& name) const argument
936 format(const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, UnicodeString& appendTo, FieldPosition* pos, UErrorCode& status) const argument
954 format(int32_t msgStart, double pluralNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, FieldPosition* ignore, UErrorCode& success) const argument
1096 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 482 milliseconds