/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_int/ |
Test_add_int.java | 26 * @title Arguments = 8, 4 34 * @title Arguments = 0, 255 42 * @title Arguments = 0, -65536 50 * @title Arguments = 0, -2147483647 58 * @title Arguments = 0x7ffffffe, 2 66 * @title Arguments = -1, 1 75 * @title Arguments = 0, Integer.MAX_VALUE 83 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE 91 * @title Arguments = Integer.MAX_VALUE, 1 99 * @title Arguments = Integer.MIN_VALUE, [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_int_2addr/ |
Test_add_int_2addr.java | 26 * @title Arguments = 8, 4 34 * @title Arguments = 0, 255 42 * @title Arguments = 0, -65536 50 * @title Arguments = 0, -2147483647 58 * @title Arguments = 0x7ffffffe, 2 66 * @title Arguments = -1, 1 74 * @title Arguments = 0, Integer.MAX_VALUE 82 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE 90 * @title Arguments = Integer.MAX_VALUE, 1 98 * @title Arguments = Integer.MIN_VALUE, [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_int_lit16/ |
Test_add_int_lit16.java | 37 * @title Arguments = 8 + 4 45 * @title Arguments = 0 + 255 53 * @title Arguments = 0 + (-32768) 61 * @title Arguments = (-2147483647) + 0 69 * @title Arguments = 0x7ffffffe + 2 77 * @title Arguments = -1 + 1 85 * @title Arguments = 0 + Short.MAX_VALUE 93 * @title Arguments = Integer.MAX_VALUE + Short.MAX_VALUE 101 * @title Arguments = Integer.MAX_VALUE + 1 109 * @title Arguments = Integer.MIN_VALUE + [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_int_lit8/ |
Test_add_int_lit8.java | 37 * @title Arguments = 8 + 4 45 * @title Arguments = Byte.MIN_VALUE + Byte.MAX_VALUE 53 * @title Arguments = 0 + (-128) 61 * @title Arguments = (-2147483647) + 0 69 * @title Arguments = 0x7ffffffe + 2 77 * @title Arguments = -1 + 1 85 * @title Arguments = 0 + Byte.MAX_VALUE 93 * @title Arguments = Integer.MAX_VALUE + Byte.MAX_VALUE 101 * @title Arguments = Integer.MAX_VALUE + 1 109 * @title Arguments = Integer.MIN_VALUE + [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double/ |
Test_sub_double.java | 27 * @title Arguments = 2.7d, 3.14d 35 * @title Arguments = 0, -3.14d 51 * @title Arguments = Double.MAX_VALUE, Double.NaN 59 * @title Arguments = Double.POSITIVE_INFINITY, 69 * @title Arguments = Double.POSITIVE_INFINITY, 79 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d 88 * @title Arguments = +0, -0d 96 * @title Arguments = -0d, -0d 104 * @title Arguments = +0d, +0d 112 * @title Arguments = 2.7d, 2.7 [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double_2addr/ |
Test_sub_double_2addr.java | 26 * @title Arguments = 2.7d, 3.14d 34 * @title Arguments = 0, -3.14d 50 * @title Arguments = Double.MAX_VALUE, Double.NaN 58 * @title Arguments = Double.POSITIVE_INFINITY, 68 * @title Arguments = Double.POSITIVE_INFINITY, 78 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d 87 * @title Arguments = +0, -0d 95 * @title Arguments = -0d, -0d 103 * @title Arguments = +0d, +0d 111 * @title Arguments = 2.7d, 2.7 [all...] |
/dalvik/dx/tests/047-dex-wide-args/ |
info.txt | 2 wide (category-2) arguments get treated reasonably.
|
/dalvik/dx/tests/109-int-branch/ |
info.txt | 1 This tests that an int branch with valid arguments is properly translated.
|
/external/chromium/base/ |
string_util_posix.h | 33 const char* format, va_list arguments) { 34 return ::vsnprintf(buffer, size, format, arguments); 46 const wchar_t* format, va_list arguments) { 54 return ::vswprintf(buffer, size, format, arguments);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/ |
util.js | 11 return func.apply(obj, arguments);
|
/external/chromium/net/data/proxy_resolver_v8_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/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/chromium-trace/trace-viewer/src/tracing/trace_model/ |
instant_event.js | 20 tracing.trace_model.TraceModelEvent.apply(this, arguments); 30 InstantEvent.apply(this, arguments); 39 InstantEvent.apply(this, arguments); 48 InstantEvent.apply(this, arguments);
|
/external/chromium_org/base/strings/ |
string_util_posix.h | 33 const char* format, va_list arguments) { 34 return ::vsnprintf(buffer, size, format, arguments); 46 const wchar_t* format, va_list arguments) { 48 return ::vswprintf(buffer, size, format, arguments);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/ |
util.js | 11 return func.apply(obj, arguments);
|
/external/chromium_org/net/data/proxy_resolver_v8_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/chromium_org/v8/test/webkit/fast/js/ |
caller-property-expected.txt | 33 FAIL nonStrictCaller(strictCallee) should throw TypeError: Type error. Threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them. 35 FAIL strictCaller(strictCallee) should throw TypeError: Type error. Threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them. 37 FAIL nonStrictCaller(boundStrictCallee) should throw TypeError: Type error. Threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them. 39 FAIL strictCaller(boundStrictCallee) should throw TypeError: Type error. Threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them. 42 FAIL nonStrictGetter(strictAccessor) should throw TypeError: Type error. Threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them [all...] |
/external/clang/test/Sema/ |
arg-duplicate.c | 13 f3 (1, 1, 2, 3, 4); // expected-warning{{too many arguments}}
|
attr-naked.c | 11 void t2() __attribute__((naked(2))); // expected-error {{'naked' attribute takes no arguments}}
|
attr-nodebug.c | 11 void t2() __attribute__((nodebug(2))); // expected-error {{'nodebug' attribute takes no arguments}}
|
attr-noinline.c | 7 void t2() __attribute__((noinline(2))); // expected-error {{'noinline' attribute takes no arguments}}
|
attr-returns-twice.c | 10 void t2() __attribute__((returns_twice(2))); // expected-error {{'returns_twice' attribute takes no arguments}}
|
/external/clang/test/SemaCXX/ |
PR7944.cpp | 11 MACRO(a.b->f()); // expected-error{{reference to non-static member function must be called; did you mean to call it with no arguments?}}
|
/external/llvm/test/MC/AsmParser/ |
macro-err1.s | 10 // CHECK: Too many arguments
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1531.js | 28 // Regression test for computing elements keys of arguments object. Should 31 arguments[10] = 0; 33 for (var p in arguments) arr.push(p); 38 // Regression test for lookup after delete of a dictionary-mode arguments 42 arguments.__defineGetter__("5", function () { return 0; }); 44 delete arguments[5]; 46 return arguments[2];
|