HomeSort by relevance Sort by last modified time
    Searched refs:arguments (Results 276 - 300 of 1452) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/webkit/
interpreter-no-activation.js 24 description("Make sure arguments tearoff works correctly when a functions activation has not been created.");
29 return arguments[0];
37 return arguments[0];
unmatching-argument-count.js 27 for (var i = 0; i < arguments.length; i++)
28 args+=arguments[i]+ ((i == arguments.length - 1) ? "" : ", ");
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
ReflectionUtils.java 82 // type arguments
218 public static Object invokeMethod(Object object, String signature, Object... arguments)
221 Assert.isNotNull(arguments);
230 return method.invoke(refObject, arguments);
245 * @param arguments
253 Object[] arguments) throws Exception {
254 Assert.equals(parameterTypes.length, arguments.length);
256 return invokeMethod(object, signature, arguments);
  /external/emma/core/java12/com/vladium/util/exception/
ExceptionCommon.java 303 * @param arguments java.text.MessageFormat-style parameters to be substituted
314 static String getMessage (final Class namespace, final String code, final Object [] arguments)
321 if ((arguments == null) || (arguments.length == 0))
329 return MessageFormat.format (pattern, arguments);
338 for (int a = 0; a < arguments.length; a ++)
341 final Object arg = arguments [a];
  /external/icu4c/i18n/unicode/
msgfmt.h 50 * with optional arguments (variables/placeholders).
51 * The arguments can occur in any order, which is necessary for translation
55 * with arguments in {curly braces} which will be replaced by formatted values.
63 * subformats used for inserted arguments.
65 * <p>Arguments can be named (using identifiers) or numbered (using small ASCII-digit integers).
67 * if the pattern has named arguments (see {@link #usesNamedArguments()}).
91 * (when the pattern contains only numbered arguments)
92 * or as an array of names and and an array of arguments (which works for both named
93 * and numbered arguments).
149 * Use <code>plural</code> arguments for proper plural selection
    [all...]
  /external/skia/tools/lua/
skia.lua 26 -- 4 arguments
29 -- 2 arguments
32 -- 0 arguments
  /external/v8/test/mjsunit/
apply-arguments-gc-safepoint.js 31 // arguments in the case where arguments adaption is needed.
39 f.apply(this, arguments);
  /external/v8/test/mjsunit/regress/
regress-1149.js 30 // arguments object.
33 for (x in arguments) {
34 for (x in arguments) {
regress-crbug-87478.js 28 // Check that arguments access ICs correctly handle non-JSObject
31 function args(a) { return arguments; }
32 // Put the keyed load in f into the keyed-load-arguments state.
  /external/chromium_org/v8/src/
debug-debugger.js     [all...]
safepoint-table.cc 127 int arguments,
129 ASSERT(arguments >= 0);
132 info.arguments = arguments;
230 encoding |= SafepointEntry::ArgumentsField::encode(info.arguments);
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 463 # All arguments are parsed by Getopt
475 # --source and --target are required arguments
687 # argumentEscape(@arguments)
689 # Takes a list of @arguments and makes them shell-safe.
691 my(@arguments);
692 @arguments = @_;
694 foreach $argument (@arguments) {
718 # command(@arguments)
724 my(@arguments);
725 @arguments = @_
    [all...]
  /external/chromium/base/
string_util.h 53 va_list arguments)
61 const wchar_t* format, va_list arguments)
71 va_list arguments; local
72 va_start(arguments, format);
73 int result = vsnprintf(buffer, size, format, arguments);
74 va_end(arguments);
83 va_list arguments; local
84 va_start(arguments, format);
85 int result = vswprintf(buffer, size, format, arguments);
86 va_end(arguments);
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
util.js 10 * Returns a function that console.log's its arguments, prefixed by |msg|.
17 var ary = Array.apply(null, arguments);
20 opt_callback.call(arguments);
25 * Returns a function that throws an exception that includes its arguments
32 var ary = Array.apply(null, arguments);
  /external/chromium_org/base/strings/
string_util.h 47 int vsnprintf(char* buffer, size_t size, const char* format, va_list arguments)
55 const wchar_t* format, va_list arguments)
65 va_list arguments; local
66 va_start(arguments, format);
67 int result = vsnprintf(buffer, size, format, arguments);
68 va_end(arguments);
77 va_list arguments; local
78 va_start(arguments, format);
79 int result = vswprintf(buffer, size, format, arguments);
80 va_end(arguments);
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
function_sequence.js 97 this.callback_.apply(this, arguments);
103 this.steps_[this.currentStepIdx_].apply(this, arguments);
119 this.logger.log('Starting sequence with ' + arguments.length + ' arguments');
122 this.nextStep.apply(this, arguments);
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_definitions.py 140 def __init__(self, name=None, data_type=None, arguments=None):
143 self.arguments = arguments or []
147 for argument in self.arguments:
155 'callbackFunction::parameters': self.arguments,
287 def __init__(self, is_static=False, name=None, data_type=None, extended_attributes=None, specials=None, arguments=None, overloaded_index=None):
293 self.arguments = arguments or []
298 for argument in self.arguments:
307 'domFunction::parameters': self.arguments,
    [all...]
code_generator_v8.py 160 for parameter in operation.arguments:
336 arguments = []
342 arguments = [generate_argument(argument) for argument in operation.arguments]
346 'arguments': arguments,
347 'argument_declaration': ', '.join([argument_declaration(argument) for argument in operation.arguments]),
348 'handles': ', '.join(['%sHandle' % argument.name for argument in operation.arguments]),
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
ircbot.py 48 Arguments:
116 nick = e.arguments()[0]
126 modes = parse_channel_modes(" ".join(e.arguments()))
143 # e.arguments()[0] == "@" for secret channels,
146 # e.arguments()[1] == channel
147 # e.arguments()[2] == nick list
149 ch = e.arguments()[1]
150 for nick in e.arguments()[2].split():
187 Arguments:
200 Arguments
    [all...]
  /external/chromium_org/third_party/jinja2/
runtime.py 165 """Call the callable with the arguments and keyword arguments
285 """Cycles among the arguments with the current loop index."""
310 # the the loop without or with too many arguments.
353 def __init__(self, environment, func, name, arguments, defaults,
357 self._argument_count = len(arguments)
359 self.arguments = arguments
367 # try to consume the positional arguments
368 arguments = list(args[:self._argument_count]
    [all...]
  /external/proguard/src/proguard/
ConfigurationWriter.java 258 private void writeOption(String optionName, List arguments)
260 writeOption(optionName, arguments, false);
265 List arguments,
268 if (arguments != null)
270 if (arguments.isEmpty())
276 String argumentString = ListUtil.commaSeparatedString(arguments);
291 private void writeOption(String optionName, String arguments)
293 writeOption(optionName, arguments, false);
298 String arguments,
301 if (arguments != null
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 121 mi2.arguments().add(newNode);
198 List arguments = null; local
204 arguments = invoke.arguments();
210 arguments = newclass.arguments();
215 if (parent != null && arguments != null && methodBinding != null) {
218 // which should turn out to be one of the invocation arguments.
235 for (Object arg : arguments) {
242 if (index == arguments.size())
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/
antlr.js 41 * @param {Array.<String>} arguments 1-n namespaces to create
47 var a=arguments, o=null, i, j, d;
406 * @param {Array.<String>|boolean} [arguments] zero or more properties
418 var a=arguments, i, p, override=a[2];
439 * @param {Array.<String>|boolean} [arguments] zero or more properties methods
450 //var a=[].concat(arguments);
452 for (var i=2;i<arguments.length;i=i+1) {
453 a.push(arguments[i]);
462 * @param arguments {Object*} the objects to merge
466 var o={}, a=arguments;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
CppBoundClass.cpp 129 // NPObject, invokes it with the given arguments and returns a result. Otherwise,
132 const NPVariant* arguments, uint32_t argumentCount,
189 const NPVariant* arguments, uint32_t argumentCount,
193 return obj->boundClass->invoke(ident, arguments, argumentCount, result);
232 const NPVariant* arguments,
250 cppArguments[i].set(arguments[i]);
  /external/chromium_org/v8/src/extensions/i18n/
overrides.js 85 var locales = arguments[1];
86 var options = arguments[2];
113 var locales = arguments[0];
114 var options = arguments[1];
159 var locales = arguments[0];
160 var options = arguments[1];
184 var locales = arguments[0];
185 var options = arguments[1];
209 var locales = arguments[0];
210 var options = arguments[1]
    [all...]

Completed in 635 milliseconds

<<11121314151617181920>>