HomeSort by relevance Sort by last modified time
    Searched refs:MIN_VALUE (Results 101 - 125 of 667) sorted by null

1 2 3 45 6 7 8 91011>>

  /cts/tools/vm-tests/src/dot/junit/opcodes/rem_long/
Test_rem_long.java 87 * @title Arguments = Long.MIN_VALUE, -1l
91 assertEquals(0l, t.run(Long.MIN_VALUE, -1l));
95 * @title Arguments = Long.MIN_VALUE, 1l
99 assertEquals(0l, t.run(Long.MIN_VALUE, 1l));
111 * @title Arguments = Long.MIN_VALUE, Long.MAX_VALUE
115 assertEquals(-1l, t.run(Long.MIN_VALUE, Long.MAX_VALUE));
127 * @title Arguments = 1l, Long.MIN_VALUE
131 assertEquals(1l, t.run(1l, Long.MIN_VALUE));
  /cts/tools/vm-tests/src/dot/junit/opcodes/rem_long_2addr/
Test_rem_long_2addr.java 87 * @title Arguments = Long.MIN_VALUE, -1l
91 assertEquals(0l, t.run(Long.MIN_VALUE, -1l));
95 * @title Arguments = Long.MIN_VALUE, 1l
99 assertEquals(0l, t.run(Long.MIN_VALUE, 1l));
111 * @title Arguments = Long.MIN_VALUE, Long.MAX_VALUE
115 assertEquals(-1l, t.run(Long.MIN_VALUE, Long.MAX_VALUE));
127 * @title Arguments = 1l, Long.MIN_VALUE
131 assertEquals(1l, t.run(1l, Long.MIN_VALUE));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_int/
Test_add_int.java 95 assertEquals(Integer.MIN_VALUE, t.run(Integer.MAX_VALUE, 1));
99 * @title Arguments = Integer.MIN_VALUE, 1
103 assertEquals(-2147483647, t.run(Integer.MIN_VALUE, 1));
115 * @title Arguments = Integer.MIN_VALUE, Integer.MIN_VALUE
119 assertEquals(0, t.run(Integer.MIN_VALUE, Integer.MIN_VALUE));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_int_2addr/
Test_add_int_2addr.java 94 assertEquals(Integer.MIN_VALUE, t.run(Integer.MAX_VALUE, 1));
98 * @title Arguments = Integer.MIN_VALUE, 1
102 assertEquals(-2147483647, t.run(Integer.MIN_VALUE, 1));
114 * @title Arguments = Integer.MIN_VALUE, Integer.MIN_VALUE
118 assertEquals(0, t.run(Integer.MIN_VALUE, Integer.MIN_VALUE));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_long/
Test_div_long.java 75 * @title Arguments = Long.MIN_VALUE, -1
79 assertEquals(-9223372036854775808L, t.run(Long.MIN_VALUE, -1));
83 * @title Arguments = Long.MIN_VALUE, 1
87 assertEquals(-9223372036854775808L, t.run(Long.MIN_VALUE, 1));
99 * @title Arguments = Long.MIN_VALUE, Long.MAX_VALUE
103 assertEquals(-1, t.run(Long.MIN_VALUE, Long.MAX_VALUE));
115 * @title Arguments = 1, Long.MIN_VALUE
119 assertEquals(0, t.run(1, Long.MIN_VALUE));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_long_2addr/
Test_div_long_2addr.java 74 * @title Arguments = Long.MIN_VALUE, -1
78 assertEquals(-9223372036854775808L, t.run(Long.MIN_VALUE, -1));
82 * @title Arguments = Long.MIN_VALUE, 1
86 assertEquals(-9223372036854775808L, t.run(Long.MIN_VALUE, 1));
98 * @title Arguments = Long.MIN_VALUE, Long.MAX_VALUE
102 assertEquals(-1, t.run(Long.MIN_VALUE, Long.MAX_VALUE));
114 * @title Arguments = 1, Long.MIN_VALUE
118 assertEquals(0, t.run(1, Long.MIN_VALUE));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/not_int/
Test_not_int.java 58 assertEquals(Integer.MIN_VALUE, t.run(Integer.MAX_VALUE));
62 * @title Argument = Integer.MIN_VALUE
66 assertEquals(Integer.MAX_VALUE, t.run(Integer.MIN_VALUE));
98 assertEquals(Short.MIN_VALUE, t.run(Short.MAX_VALUE));
102 * @title Argument = Short.MIN_VALUE
106 assertEquals(Short.MAX_VALUE, t.run(Short.MIN_VALUE));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int/
Test_rem_int.java 75 * @title Arguments = Integer.MIN_VALUE, -1
79 assertEquals(0, t.run(Integer.MIN_VALUE, -1));
83 * @title Arguments = Integer.MIN_VALUE, 1
87 assertEquals(0, t.run(Integer.MIN_VALUE, 1));
99 * @title Arguments = Integer.MIN_VALUE, Integer.MAX_VALUE
103 assertEquals(-1, t.run(Integer.MIN_VALUE, Integer.MAX_VALUE));
115 * @title Arguments = 1, Integer.MIN_VALUE
119 assertEquals(1, t.run(1, Integer.MIN_VALUE));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int_2addr/
Test_rem_int_2addr.java 75 * @title Arguments = Integer.MIN_VALUE, -1
79 assertEquals(0, t.run(Integer.MIN_VALUE, -1));
83 * @title Arguments = Integer.MIN_VALUE, 1
87 assertEquals(0, t.run(Integer.MIN_VALUE, 1));
99 * @title Arguments = Integer.MIN_VALUE, Integer.MAX_VALUE
103 assertEquals(-1, t.run(Integer.MIN_VALUE, Integer.MAX_VALUE));
115 * @title Arguments = 1, Integer.MIN_VALUE
119 assertEquals(1, t.run(1, Integer.MIN_VALUE));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_long/
Test_rem_long.java 75 * @title Arguments = Long.MIN_VALUE, -1l
79 assertEquals(0l, t.run(Long.MIN_VALUE, -1l));
83 * @title Arguments = Long.MIN_VALUE, 1l
87 assertEquals(0l, t.run(Long.MIN_VALUE, 1l));
99 * @title Arguments = Long.MIN_VALUE, Long.MAX_VALUE
103 assertEquals(-1l, t.run(Long.MIN_VALUE, Long.MAX_VALUE));
115 * @title Arguments = 1l, Long.MIN_VALUE
119 assertEquals(1l, t.run(1l, Long.MIN_VALUE));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_long_2addr/
Test_rem_long_2addr.java 75 * @title Arguments = Long.MIN_VALUE, -1l
79 assertEquals(0l, t.run(Long.MIN_VALUE, -1l));
83 * @title Arguments = Long.MIN_VALUE, 1l
87 assertEquals(0l, t.run(Long.MIN_VALUE, 1l));
99 * @title Arguments = Long.MIN_VALUE, Long.MAX_VALUE
103 assertEquals(-1l, t.run(Long.MIN_VALUE, Long.MAX_VALUE));
115 * @title Arguments = 1l, Long.MIN_VALUE
119 assertEquals(1l, t.run(1l, Long.MIN_VALUE));
  /frameworks/base/core/java/android/widget/
Adapter.java 141 static final int NO_SELECTION = Integer.MIN_VALUE;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
MathTest.java 149 1.7031839360032603E-108, Math.cbrt(Double.MIN_VALUE), 0D);
169 Double.MIN_NORMAL, Double.MIN_NORMAL / 2, Double.MIN_VALUE, +0.0,
170 0.0, -0.0, -Double.MIN_VALUE, -Double.MIN_NORMAL / 2,
242 Float.MIN_NORMAL, Float.MIN_NORMAL / 2, Float.MIN_VALUE, +0.0f,
243 0.0f, -0.0f, -Float.MIN_VALUE, -Float.MIN_NORMAL / 2,
343 assertEquals("Should return 1.0", 1.0, Math.cosh(Double.MIN_VALUE), 0D);
384 assertEquals("Should return MIN_VALUE", Double.MIN_VALUE, Math
385 .expm1(Double.MIN_VALUE), 0D);
425 -Double.MIN_NORMAL / 2, Double.MIN_VALUE, -Double.MIN_VALUE, +0.0
    [all...]
StrictMathTest.java 156 1.7031839360032603E-108, StrictMath.cbrt(Double.MIN_VALUE));
348 .cosh(Double.MIN_VALUE));
390 assertEquals("Should return MIN_VALUE", Double.MIN_VALUE, StrictMath
391 .expm1(Double.MIN_VALUE));
483 -5413.7185, Double.MIN_VALUE));
546 StrictMath.log10(Double.MIN_VALUE));
577 assertEquals("Should return Double.MIN_VALUE", Double.MIN_VALUE,
578 StrictMath.log1p(Double.MIN_VALUE));
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ineg/
Test_ineg.java 75 * @title Argument = Integer.MIN_VALUE
79 assertEquals(Integer.MIN_VALUE, t.run(Integer.MIN_VALUE));
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dop.java 23 /** DalvOps.MIN_VALUE..DalvOps.MAX_VALUE; the opcode value itself */
26 /** DalvOps.MIN_VALUE..DalvOps.MAX_VALUE; the opcode family */
41 * @param opcode {@code DalvOps.MIN_VALUE..DalvOps.MAX_VALUE;} the opcode
43 * @param family {@code DalvOps.MIN_VALUE..DalvOps.MAX_VALUE;} the opcode family
51 if ((opcode < DalvOps.MIN_VALUE) || (opcode > DalvOps.MAX_VALUE)) {
55 if ((family < DalvOps.MIN_VALUE) || (family > DalvOps.MAX_VALUE)) {
83 * @return {@code DalvOps.MIN_VALUE..DalvOps.MAX_VALUE;} the opcode value
93 * @return {@code DalvOps.MIN_VALUE..DalvOps.MAX_VALUE;} the opcode family
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
IllegalFormatPrecisionExceptionTest.java 33 Integer.MIN_VALUE);
34 assertEquals(Integer.MIN_VALUE, illegalFormatPrecisionException
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
ParsePositionTest.java 30 ParsePosition pp1 = new ParsePosition(Integer.MIN_VALUE);
31 assertTrue("Initialization failed.", pp1.getIndex() == Integer.MIN_VALUE);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragmentCarousel.java 42 private int mAllowedHorizontalScrollLength = Integer.MIN_VALUE;
48 private int mLowerThreshold = Integer.MIN_VALUE;
54 private int mUpperThreshold = Integer.MIN_VALUE;
60 private int mMinFragmentWidth = Integer.MIN_VALUE;
115 if (mAllowedHorizontalScrollLength == Integer.MIN_VALUE) {
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SuggestionCursorWithExtrasTest.java 63 checkCursorExtraInt(Integer.MIN_VALUE);
77 checkCursorExtraRowDouble(Double.MIN_VALUE);
91 checkCursorExtraRowFloat(Float.MIN_VALUE);
104 checkExtraRowLong(Long.MIN_VALUE);
119 checkCursorExtraRowShort(Short.MIN_VALUE);
  /external/v8/test/mjsunit/
number-limits.js 28 // Ensure that Number.MAX_VALUE and Number.MIN_VALUE are extreme.
34 var mulBelowMin = Number.MIN_VALUE * (1 - eps);
35 var addBelowMin = Number.MIN_VALUE - eps;
40 assertTrue(mulBelowMin == Number.MIN_VALUE ||
42 assertTrue(addBelowMin == Number.MIN_VALUE ||
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 718 hf = uc.getHeaderFieldDate("Content-Encoding", Long.MIN_VALUE);
720 Long.MIN_VALUE, hf);
721 hf = uc.getHeaderFieldDate("Content-Length", Long.MIN_VALUE);
723 Long.MIN_VALUE, hf);
724 hf = uc.getHeaderFieldDate("Content-Type", Long.MIN_VALUE);
726 Long.MIN_VALUE, hf);
727 hf = uc.getHeaderFieldDate("content-type", Long.MIN_VALUE);
729 Long.MIN_VALUE, hf);
730 hf = uc.getHeaderFieldDate("Date", Long.MIN_VALUE);
733 hf = uc.getHeaderFieldDate("SERVER", Long.MIN_VALUE);
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
MatrixCursorTest.java 94 builder.add(Integer.MIN_VALUE);
96 assertEquals(Integer.MIN_VALUE, mMatrixCursor.getInt(COLUMN0_INDEX));
102 assertEquals(Integer.MIN_VALUE, mMatrixCursor.getInt(COLUMN0_INDEX));
109 assertEquals(Integer.MIN_VALUE, mMatrixCursor.getInt(COLUMN0_INDEX));
146 mMatrixCursor.addRow(new Long[] { Long.MIN_VALUE, 0l, Long.MAX_VALUE });
150 assertEquals(Long.MIN_VALUE, mMatrixCursor.getLong(COLUMN0_INDEX));
255 mMatrixCursor.addRow(new Short[] { Short.MIN_VALUE, 0, Short.MAX_VALUE });
262 assertEquals(Short.MIN_VALUE, mMatrixCursor.getShort(COLUMN0_INDEX));
266 assertEquals(Short.MIN_VALUE, mMatrixCursor.getInt(COLUMN0_INDEX));
270 assertEquals(Short.MIN_VALUE, mMatrixCursor.getLong(COLUMN0_INDEX))
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lmul/
Test_lmul.java 64 * @title Arguments = Long.MIN_VALUE, 1
68 assertEquals(-9223372036854775808L, t.run(Long.MIN_VALUE, 1));
71 * @title Arguments = Long.MAX_VALUE, Long.MIN_VALUE
76 Long.MIN_VALUE));
93 * @title Arguments = Long.MIN_VALUE, -1
97 assertEquals(-9223372036854775808L, t.run(Long.MIN_VALUE, -1));
  /cts/tools/vm-tests/src/dot/junit/opcodes/mul_int_lit16/
Test_mul_int_lit16.java 99 * @title Arguments = 1, Short.MIN_VALUE
103 assertEquals(Short.MIN_VALUE, t.run(Short.MIN_VALUE));
107 * @title Arguments = 32767, Short.MIN_VALUE
111 assertEquals(-1073709056, t.run(Short.MIN_VALUE));

Completed in 332 milliseconds

1 2 3 45 6 7 8 91011>>