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

<<11121314151617181920>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/and_int/
Test_and_int.java 27 * @title Arguments = 15, 8
35 * @title Arguments = 0xfffffff8, 0xfffffff1
43 * @title Arguments = 0xcafe & -1
51 * @title Arguments = 0 & -1
59 * @title Arguments = Integer.MAX_VALUE & Integer.MIN_VALUE
70 * @title Types of arguments - int, float. The verifier checks that ints
84 * @title types of arguments - double & int
97 * @title types of arguments - long & int
110 * @title types of arguments - int & reference
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/and_int_2addr/
Test_and_int_2addr.java 26 * @title Arguments = 15, 8
34 * @title Arguments = 0xfffffff8, 0xfffffff1
42 * @title Arguments = 0xcafe & -1
50 * @title Arguments = 0 & -1
58 * @title Arguments = Integer.MAX_VALUE & Integer.MIN_VALUE
69 * @title Types of arguments - int, float. The verifier checks that ints
83 * @title types of arguments - double & int
96 * @title types of arguments - long & int
109 * @title types of arguments - int & reference
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/and_int_lit16/
Test_and_int_lit16.java 30 * @title Arguments = 15 & 8
38 * @title Arguments = 0xfffffff8 & -8
46 * @title Arguments = 0xcafe & -1
54 * @title Arguments = 0 & -1
62 * @title Arguments = Short.MAX_VALUE & Short.MIN_VALUE
73 * @title types of arguments - double & int
86 * @title types of arguments - long & int
99 * @title types of arguments - int & reference
125 * @title Types of arguments - int, float. The verifier checks that ints
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/and_int_lit8/
Test_and_int_lit8.java 30 * @title Arguments = 15 & 8
38 * @title Arguments = 0xfffffff8 & -8
46 * @title Arguments = 0xcafe & -1
54 * @title Arguments = 0 & -1
62 * @title Arguments = Short.MAX_VALUE & Short.MIN_VALUE
73 * @title types of arguments - double & int
86 * @title types of arguments - long & int
99 * @title types of arguments - int & reference
125 * @title Types of arguments - int, float. The verifier checks that ints
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/and_long/
Test_and_long.java 27 * @title Arguments = 0xfffffff8aal, 0xfffffff1aal
35 * @title Arguments = 987654321, 123456789
43 * @title Arguments = 0xABCDEF & -1
51 * @title Arguments = 0 & -1
59 * @title Arguments = Long.MAX_VALUE & Long.MIN_VALUE
71 * @title types of arguments - float & long
84 * @title types of arguments - int & long
97 * @title types of arguments - reference & long
123 * @title Types of arguments - long, double. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/and_long_2addr/
Test_and_long_2addr.java 26 * @title Arguments = 0xfffffff8aal, 0xfffffff1aal
34 * @title Arguments = 987654321, 123456789
42 * @title Arguments = 0xABCDEF & -1
50 * @title Arguments = 0 & -1
58 * @title Arguments = Long.MAX_VALUE & Long.MIN_VALUE
70 * @title types of arguments - float & long
83 * @title types of arguments - int & long
96 * @title types of arguments - reference & long
122 * @title Types of arguments - long, double. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_ge/
Test_if_ge.java 35 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE
43 * @title Arguments = Integer.MIN_VALUE, Integer.MAX_VALUE
51 * @title Arguments = Integer.MAX_VALUE, Integer.MIN_VALUE
59 * @title Arguments = 0, Integer.MIN_VALUE
67 * @title Arguments = 0, 0
91 * @title types of arguments - int, double
104 * @title types of arguments - long, int
117 * @title types of arguments - int, reference
130 * @title Types of arguments - int, float. The verifier checks that ints
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gt/
Test_if_gt.java 35 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE
43 * @title Arguments = Integer.MIN_VALUE, Integer.MAX_VALUE
51 * @title Arguments = Integer.MAX_VALUE, Integer.MIN_VALUE
59 * @title Arguments = 0, Integer.MIN_VALUE
67 * @title Arguments = 0, 0
90 * @title types of arguments - int, double
103 * @title types of arguments - long, int
116 * @title types of arguments - int, reference
168 * @title Types of arguments - int, float. The verifier checks that ints
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_le/
Test_if_le.java 35 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE
43 * @title Arguments = Integer.MIN_VALUE, Integer.MAX_VALUE
51 * @title Arguments = Integer.MAX_VALUE, Integer.MIN_VALUE
59 * @title Arguments = 0, Integer.MIN_VALUE
67 * @title Arguments = 0, 0
91 * @title types of arguments - int, double
104 * @title types of arguments - long, int
117 * @title types of arguments - int, reference
169 * @title Types of arguments - int, float. The verifier checks that ints
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_lt/
Test_if_lt.java 35 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE
43 * @title Arguments = Integer.MIN_VALUE, Integer.MAX_VALUE
51 * @title Arguments = Integer.MAX_VALUE, Integer.MIN_VALUE
59 * @title Arguments = 0, Integer.MIN_VALUE
67 * @title Arguments = 0, 0
90 * @title types of arguments - int, double
103 * @title types of arguments - long, int
116 * @title types of arguments - int, reference
168 * @title Types of arguments - int, float. The verifier checks that ints
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int/
Test_or_int.java 27 * @title Arguments = 15, 8
35 * @title Arguments = 0xfffffff8, 0xfffffff1
43 * @title Arguments = 0xcafe & -1
51 * @title Arguments = 0 & -1
59 * @title Arguments = Integer.MAX_VALUE & Integer.MIN_VALUE
83 * @title types of arguments - double & int
96 * @title types of arguments - long & int
109 * @title types of arguments - reference & int
122 * @title Types of arguments - float, int. The verifier checks that ints
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int_2addr/
Test_or_int_2addr.java 27 * @title Arguments = 15, 8
35 * @title Arguments = 0xfffffff8, 0xfffffff1
43 * @title Arguments = 0xcafe & -1
51 * @title Arguments = 0 & -1
59 * @title Arguments = Integer.MAX_VALUE & Integer.MIN_VALUE
83 * @title types of arguments - double & int
96 * @title types of arguments - long & int
109 * @title types of arguments - reference & int
122 * @title Types of arguments - float, int. The verifier checks that ints
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int_lit16/
Test_or_int_lit16.java 30 * @title Arguments = 15, 8
38 * @title Arguments = 0x5ff5, 0x7ff7
46 * @title Arguments = 0xcafe & -1
54 * @title Arguments = 0 & -1
62 * @title Arguments = Short.MAX_VALUE & Short.MIN_VALUE
86 * @title types of arguments - double & int
99 * @title types of arguments - long & int
112 * @title types of arguments - reference & int
125 * @title Types of arguments - float, int. The verifier checks that ints
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int_lit8/
Test_or_int_lit8.java 30 * @title Arguments = 15, 8
38 * @title Arguments = 0x5f, 0x7f
46 * @title Arguments = 0xcafe & -1
54 * @title Arguments = 0 & -1
62 * @title Arguments = Short.MAX_VALUE & Short.MIN_VALUE
86 * @title types of arguments - double & int
99 * @title types of arguments - long & int
112 * @title types of arguments - reference & int
125 * @title Types of arguments - float, int. The verifier checks that ints
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_long/
Test_or_long.java 27 * @title Arguments = 123456789121l, 2l
35 * @title Arguments = 0xffffffffffffff8l, 0xffffffffffffff1l
44 * @title Arguments = 0xabcdefabcdef & -1
52 * @title Arguments = 0 & -1
60 * @title Arguments = Long.MAX_VALUE & Long.MIN_VALUE
84 * @title types of arguments - int & long
97 * @title types of arguments - float & long
110 * @title types of arguments - reference & long
123 * @title Types of arguments - double, long. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_long_2addr/
Test_or_long_2addr.java 27 * @title Arguments = 123456789121l, 2l
35 * @title Arguments = 0xffffffffffffff8l, 0xffffffffffffff1l
44 * @title Arguments = 0xabcdefabcdef & -1
52 * @title Arguments = 0 & -1
60 * @title Arguments = Long.MAX_VALUE & Long.MIN_VALUE
84 * @title types of arguments - int & long
97 * @title types of arguments - float & long
110 * @title types of arguments - reference & long
123 * @title Types of arguments - double, long. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_int/
Test_shl_int.java 35 * @title Arguments = 1 & -1
52 * @title Arguments = 0 & -1
60 * @title Arguments = Integer.MAX_VALUE & 1
68 * @title Arguments = Integer.MIN_VALUE & 1
76 * @title Arguments = 1 & 0
100 * @title types of arguments - double & int
113 * @title types of arguments - long & int
126 * @title types of arguments - reference & int
139 * @title Types of arguments - float, float. The verifier checks that ints
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_int_2addr/
Test_shl_int_2addr.java 35 * @title Arguments = 1 & -1
52 * @title Arguments = 0 & -1
60 * @title Arguments = Integer.MAX_VALUE & 1
68 * @title Arguments = Integer.MIN_VALUE & 1
76 * @title Arguments = 1 & 0
100 * @title types of arguments - double & int
113 * @title types of arguments - long & int
126 * @title types of arguments - reference & int
139 * @title Types of arguments - float, float. The verifier checks that ints
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_int/
Test_shr_int.java 35 * @title Arguments = 1 & -1
53 * @title Arguments = 0 & -1
61 * @title Arguments = Integer.MAX_VALUE & 1
69 * @title Arguments = Integer.MIN_VALUE & 1
77 * @title Arguments = 1 & 0
101 * @title types of arguments - double, int
114 * @title types of arguments - long, int
127 * @title types of arguments - reference, int
140 * @title Types of arguments - float, float. The verifier checks that ints
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_int_2addr/
Test_shr_int_2addr.java 35 * @title Arguments = 1 & -1
53 * @title Arguments = 0 & -1
61 * @title Arguments = Integer.MAX_VALUE & 1
69 * @title Arguments = Integer.MIN_VALUE & 1
77 * @title Arguments = 1 & 0
101 * @title types of arguments - double, int
114 * @title types of arguments - long, int
127 * @title types of arguments - reference, int
140 * @title Types of arguments - float, float. The verifier checks that ints
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_int_lit8/
Test_shr_int_lit8.java 39 * @title Arguments = 1 & -1
56 * @title Arguments = 0 & -1
64 * @title Arguments = Integer.MAX_VALUE & 1
72 * @title Arguments = Integer.MIN_VALUE & 1
80 * @title Arguments = 1 & 0
104 * @title types of arguments - double, int
117 * @title types of arguments - long, int
130 * @title types of arguments - reference, int
143 * @title Types of arguments - float. The verifier checks that ints
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/ushr_int/
Test_ushr_int.java 50 * @title Arguments = 1 & -1
67 * @title Arguments = 0 & -1
75 * @title Arguments = Integer.MAX_VALUE & 1
83 * @title Arguments = Integer.MIN_VALUE & 1
91 * @title Arguments = 1 & 0
102 * @title types of arguments - double, int
115 * @title types of arguments - int, long
128 * @title types of arguments - reference, int
154 * @title Types of arguments - int, float. The verifier checks that ints
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/ushr_int_2addr/
Test_ushr_int_2addr.java 50 * @title Arguments = 1 & -1
67 * @title Arguments = 0 & -1
75 * @title Arguments = Integer.MAX_VALUE & 1
83 * @title Arguments = Integer.MIN_VALUE & 1
91 * @title Arguments = 1 & 0
102 * @title types of arguments - double, int
115 * @title types of arguments - int, long
128 * @title types of arguments - reference, int
154 * @title Types of arguments - int, float. The verifier checks that ints
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
NPRuntimeRemoveProperty.cpp 105 bool invoke(NPIdentifier methodName, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result)
112 if (!NPVARIANT_IS_OBJECT(arguments[0]))
115 if (!NPVARIANT_IS_STRING(arguments[1]) && !NPVARIANT_IS_DOUBLE(arguments[1]))
119 if (NPVARIANT_IS_STRING(arguments[1])) {
120 string propertyNameString(arguments[1].value.stringValue.UTF8Characters,
121 arguments[1].value.stringValue.UTF8Length);
125 int32_t number = static_cast<int32_t>(arguments[1].value.doubleValue);
129 pluginTest()->NPN_RemoveProperty(NPVARIANT_TO_OBJECT(arguments[0]), propertyName);
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-function-apply.js 30 // Test inlining and deoptimization of function.apply(this, arguments)
31 // calls for which the exact number of arguments is known.
52 var r = "B" + dispatcher.func.apply(this, arguments);
53 assertSame(argumentsCount, arguments.length);
54 for (var i = 0; i < arguments.length; i++) {
55 assertSame(10 + i, arguments[i]);
64 assertSame(argumentsCount, arguments.length);
65 for (var i = 0; i < arguments.length; i++) {
66 assertSame(10 + i, arguments[i]);

Completed in 1440 milliseconds

<<11121314151617181920>>