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

<<11121314151617181920>>

  /external/chromium-libpac/test/js-unittest/
bindings.js 20 // Call dnsResolve with some wonky arguments.
33 // Call alert with some wonky arguments.
47 // Call myIpAddress() with wonky arguments
51 // Call myIpAddressEx() correctly (no arguments).
  /external/e2fsprogs/intl/
printf-args.h 126 arguments; typedef in typeref:struct:__anon10027
129 /* Fetch the arguments, putting them into a. */
135 int printf_fetchargs (va_list args, arguments *a);
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
MessageFormat.java 46 * <p>When formatting, MessageFormat takes a collection of arguments
47 * and produces a user-readable string. The arguments may be passed
60 * subformats used for inserted arguments.
63 * In ICU 3.8 MessageFormat supports named arguments. If a named argument
64 * is used, all arguments must be named. Names start with a character in
66 * in particular they do not start with a digit. If named arguments
69 * <p>The other new methods supporting named arguments are
75 * with patterns that do not used named arguments-- in these cases
80 * <p>When named arguments are used, certain methods on MessageFormat that take or
96 * format uses named arguments, this argument must not be a
    [all...]
  /external/ltrace/
param.h 35 * typically be references to other arguments, but constants might
42 /* This is for emitting arguments in two bunches. This is
51 * arguments. For example if the last argument is sometimes
63 PPCB_STOP, /* Stop fetching the arguments. */
87 struct value_dict *arguments);
123 * ltrace core what to do next: whether there are more arguments, and
131 struct value_dict *arguments),
140 * parameter the pack arguments and calls the init callback. See the
  /external/objenesis/tck/src/org/objenesis/tck/candidates/
candidates.properties 69 # Constructors that work with arguments passed in.
72 org.objenesis.tck.candidates.ConstructorWithArguments = Constructor with arguments
73 org.objenesis.tck.candidates.SerializableConstructorWithArguments = Constructor with arguments (serializable)
74 org.objenesis.tck.candidates.ConstructorWithMandatoryArguments = Constructor with mandatory arguments
75 org.objenesis.tck.candidates.SerializableConstructorWithMandatoryArguments = Constructor with mandatory arguments (serializable)
  /external/v8/test/mjsunit/compiler/
regress-600593.js 15 return arguments.length;
  /external/v8/test/mjsunit/es6/
spread-call.js 7 function countArgs() { return arguments.length; }
38 var sum = arguments[0];
39 for (var i = 1; i < arguments.length; ++i) {
40 sum += arguments[i];
67 for (var i = 0; i < arguments.length; ++i) {
68 result.push(arguments[i]);
159 function countArgs() { return arguments.length; }
190 var sum = arguments[0];
191 for (var i = 1; i < arguments.length; ++i) {
192 sum += arguments[i]
    [all...]
  /external/v8/test/mjsunit/harmony/regress/
regress-618603.js 13 return (async () => {[...await arguments] })();
  /external/v8/test/mjsunit/regress/
regress-1513.js 28 // Deleting a mapped arguments property and adding it via
33 delete arguments[0];
34 Object.defineProperty(arguments, "0", {
40 assertEquals(10, arguments[0]);
regress-347262.js 32 return g.arguments;
37 return arguments[0];
49 return g.arguments;
56 return arguments[0] + a[0].o2;
regress-386034.js 10 v.apply(this, arguments);
regress-457935.js 10 return g.arguments;
regress-5004.js 15 super(...arguments)
regress-arg-materialize-store.js 8 return f.arguments;
regress-crbug-350867.js 9 return f1(arguments, index);
regress-crbug-354391.js 12 return load(arguments, index);
regress-crbug-500824.js 9 return Object.getOwnPropertyDescriptor(arguments, "callee").get;
regress-crbug-601617.js 8 var res = g.arguments[0].x;
regress-crbug-613919.js 8 if (a) return arguments;
regress-no-dummy-use-for-arguments-object.js 8 arguments.length;
  /external/v8/test/mjsunit/
regress-keyed-store-non-strict-arguments.js 5 function args(arg) { return arguments; }
  /external/v8/test/webkit/
dfg-arguments-out-of-bounds.js 25 "Tests accessing arguments with an out-of-bounds index when the arguments have not been created but might be."
33 return arguments;
34 return arguments[0];
42 expected = "\"[object Arguments]\"";
dfg-create-inlined-arguments-in-closure-inline.js 25 "Tests that if the DFG tries to create inlined arguments from within a inlined call frame corresponding to a closure call, then we don't crash."
35 for (var j = 0; j < arguments.length; ++j)
36 result += arguments[j];
37 return [result, arguments];
dfg-inline-arguments-out-of-bounds.js 25 "Tests accessing arguments with an out-of-bounds index in an inlined function when the arguments have not been created but might be."
32 return arguments;
33 return arguments[0];
44 expected = "\"[object Arguments]\"";
dfg-tear-off-function-dot-arguments.js 25 "Tests a function that might create 'arguments' but doesn't, but does create function.arguments."
29 return foo.arguments;
35 return arguments[0];

Completed in 514 milliseconds

<<11121314151617181920>>