HomeSort by relevance Sort by last modified time
    Searched full:arguments (Results 551 - 575 of 11668) sorted by null

<<21222324252627282930>>

  /external/chromium_org/v8/test/webkit/
dfg-arguments-alias-one-block.js 25 "Tests that if you alias the arguments in a very small function, arguments simplification still works."
29 var args = arguments;
dfg-arguments-mixed-alias.js 25 "Tests functions that use 'arguments' in both an aliased and a non-aliased way."
30 var a = arguments;
32 result += arguments[i];
dfg-arguments-osr-exit.js 25 "Tests aliased uses of 'arguments' that require reification of the Arguments object on OSR exit."
34 var a = arguments;
dfg-arguments-unexpected-escape.js 25 "Tests aliased uses of 'arguments' that have an unexpected escape."
29 return foo.arguments;
34 var a = arguments;
dfg-inline-arguments-simple.js 25 "This tests that inlining preserves basic function.arguments functionality."
29 return bar.arguments;
51 shouldBe("argsToStr(baz(\"a\" + __i, \"b\" + __i, \"c\" + __i))", "\"[object Arguments]: a" + __i + ", b" + __i + ", c" + __i + "\"");
dfg-inline-arguments-use-directly-from-inlined-code.js 25 "This tests that inlining preserves basic function.arguments functionality when said functionality is used directly from within an inlined code block."
29 return foo.arguments;
47 shouldBe("argsToStr(bar(\"a\" + __i, \"b\" + __i, \"c\" + __i))", "\"[object Arguments]: a" + __i + ", b" + __i + ", c" + __i + "\"");
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];
stack-unwinding.js 32 stack.push({ "args": twoHostFunctions.arguments });
33 stack.push({ "args": twoHostFunctions.arguments });
52 stack.push({ "args": hostAndException.arguments });
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
deduction.cpp 11 // No explicitly-specified arguments
20 // Two explicitly-specialized arguments
24 // FIXME: Extension of explicitly-specified arguments
  /external/clang/test/SemaCXX/
default1.cpp 50 j(); // expected-error{{too few arguments to function call, expected 1, have 0; did you mean '::j'?}}
55 jj(); // expected-error{{too few arguments to function call, single argument 'f' was not specified}}
62 j(2, 3); // expected-error{{too many arguments to function call, expected at most single argument 'f', have 2}}
  /external/e2fsprogs/intl/
printf-parse.h 67 arguments and the needed count of arguments. */
73 int printf_parse (const char *format, char_directives *d, arguments *a);
wprintf-parse.h 67 arguments and the needed count of arguments. */
73 int wprintf_parse (const wchar_t *format, wchar_t_directives *d, arguments *a);
  /external/mockito/src/org/mockito/internal/invocation/
ArgumentsProcessor.java 41 public static List<Matcher> argumentsToMatchers(Object[] arguments) {
42 List<Matcher> matchers = new ArrayList<Matcher>(arguments.length);
43 for (Object arg : 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-1079.js 30 // Getting the arguments property of an optimized function should not crash,
34 return unoptimized.apply(null, arguments);
40 return optimized.arguments;
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.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_ComputeTextureErrorBlock.c 28 * Input Arguments:
36 * Output Arguments:
44 * OMX_Sts_BadArgErr - bad arguments:
omxVCCOMM_Copy16x16.c 28 * Input Arguments:
36 * Output Arguments:
44 * OMX_Sts_BadArgErr - bad arguments; returned under any of the following
omxVCCOMM_Copy8x8.c 28 * Input Arguments:
36 * Output Arguments:
44 * OMX_Sts_BadArgErr - bad arguments; returned under any of the following
omxVCCOMM_SAD_16x.c 29 * Input Arguments:
38 * Output Arguments:
45 * OMX_Sts_BadArgErr - bad arguments. Returned if one or more of the
omxVCCOMM_SAD_8x.c 29 * Input Arguments:
38 * Output Arguments:
45 * OMX_Sts_BadArgErr - bad arguments. Returned if one or more of the
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_SAD_4x.c 29 * Input Arguments:
38 * Output Arguments:
44 * OMX_Sts_BadArgErr - bad arguments: if one of the following cases occurs:
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DCT8x8blk.c 31 * Input Arguments:
37 * Output Arguments:
45 * OMX_Sts_BadArgErr - bad arguments, returned if:
omxVCM4P2_IDCT8x8blk.c 33 * Input Arguments:
40 * Output Arguments:
48 * OMX_Sts_BadArgErr - bad arguments:

Completed in 869 milliseconds

<<21222324252627282930>>