HomeSort by relevance Sort by last modified time
    Searched full:title (Results 226 - 250 of 6500) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/dx-tests/src/dxc/junit/opcodes/daload/
Test_daload.java 26 * @title normal test. Trying different indexes
36 * @title normal test. Trying different indexes
46 * @title expected ArrayIndexOutOfBoundsException
60 * @title expected NullPointerException
73 * @title expected ArrayIndexOutOfBoundsException
88 * @title number of arguments
101 * @title number of arguments
114 * @title types of arguments - array, double
127 * @title types of arguments - array, long
140 * @title types of arguments - Object, in
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dastore/
Test_dastore.java 26 * @title normal test. Trying different indexes
36 * @title normal test. Trying different indexes
46 * @title expected ArrayIndexOutOfBoundsException
60 * @title expected NullPointerException
73 * @title expected ArrayIndexOutOfBoundsException
88 * @title number of arguments
101 * @title number of arguments
114 * @title types of arguments - array, double,
128 * @title types of arguments - array, int, long
141 * @title types of arguments - object, int
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dneg/
Test_dneg.java 26 * @title Argument = 1
34 * @title Argument = -1
42 * @title Argument = +0
50 * @title Argument = -2.7
59 * @title Argument = Double.NaN
67 * @title Argument = Double.NEGATIVE_INFINITY
75 * @title Argument = Double.POSITIVE_INFINITY
83 * @title Argument = Double.MAX_VALUE
91 * @title Argument = Double.MIN
100 * @title number of argument
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/f2i/
Test_f2i.java 26 * @title Argument = 2.999999f
34 * @title Argument = 1
42 * @title Argument = -1
50 * @title Argument = -0f
58 * @title Argument = Float.MAX_VALUE
66 * @title Argument = Float.MIN_VALUE
74 * @title Argument = NaN
82 * @title Argument = POSITIVE_INFINITY
90 * @title Argument = NEGATIVE_INFINITY
99 * @title number of argument
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/faload/
Test_faload.java 26 * @title normal test. Trying different indexes
36 * @title normal test. Trying different indexes
46 * @title expected ArrayIndexOutOfBoundsException
60 * @title expected NullPointerException
73 * @title expected ArrayIndexOutOfBoundsException
88 * @title number of arguments
101 * @title number of arguments
114 * @title types of arguments - array, double
127 * @title types of arguments - array, long
140 * @title types of arguments - Object, in
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/fastore/
Test_fastore.java 26 * @title normal test. Trying different indexes
36 * @title normal test. Trying different indexes
46 * @title expected ArrayIndexOutOfBoundsException
60 * @title expected NullPointerException
73 * @title expected ArrayIndexOutOfBoundsException
88 * @title number of arguments
101 * @title number of arguments
114 * @title types of arguments - array, double,
128 * @title types of arguments - array, int, long
141 * @title types of arguments - object, int
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/fneg/
Test_fneg.java 26 * @title Argument = 1
34 * @title Argument = -1
42 * @title Argument = +0
50 * @title Argument = -2.7
58 * @title Argument = Float.NaN
66 * @title Argument = Float.NEGATIVE_INFINITY
74 * @title Argument = Float.POSITIVE_INFINITY
82 * @title Argument = Float.MAX_VALUE
90 * @title Argument = Float.MIN
99 * @title number of argument
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/iaload/
Test_iaload.java 26 * @title Normal test/. Trying different indexes
36 * @title Normal test/. Trying different indexes
46 * @title expected ArrayIndexOutOfBoundsException
60 * @title expected NullPointerException
73 * @title expected ArrayIndexOutOfBoundsException
88 * @title number of arguments
101 * @title number of arguments
114 * @title types of arguments - array, double
127 * @title types of arguments - array, long
140 * @title types of arguments - Object, in
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/iastore/
Test_iastore.java 26 * @title Normal test/. Trying different indexes
36 * @title Normal test/. Trying different indexes
46 * @title expected ArrayIndexOutOfBoundsException
60 * @title expected NullPointerException
73 * @title expected ArrayIndexOutOfBoundsException
88 * @title number of arguments
101 * @title number of arguments
114 * @title types of arguments - array, double,
128 * @title types of arguments - array, int, long
141 * @title types of arguments - object, int, in
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/imul/
Test_imul.java 26 * @title Arguments = 8, 4
34 * @title Arguments = -2, 255
42 * @title Arguments = 0x7ffffffe, 2
50 * @title Arguments = 4, 0x80000001
58 * @title Arguments = 0, Integer.MAX_VALUE
66 * @title Arguments = Integer.MAX_VALUE, 1
74 * @title Arguments = Integer.MIN_VALUE, 1
82 * @title Arguments = Integer.MAX_VALUE, Integer.MIN_VALUE
91 * @title Arguments = 0, 0
101 * @title number of argument
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ishl/
Test_ishl.java 26 * @title 15 << 1
34 * @title 33 << 2
42 * @title -15 << 1
50 * @title Arguments = 1 & -1
58 * @title Verify that shift distance is actually in range 0 to 32.
71 * @title Arguments = 0 & -1
79 * @title Arguments = Integer.MAX_VALUE & 1
87 * @title Arguments = Integer.MIN_VALUE & 1
95 * @title Arguments = 1 & 0
104 * @title number of argument
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ishr/
Test_ishr.java 26 * @title 15 >> 1
34 * @title 33 >> 2
42 * @title -15 >> 1
50 * @title Arguments = 1 & -1
58 * @title Verify that shift distance is actually in range 0 to 32.
66 * @title Arguments = 0 & -1
74 * @title Arguments = Integer.MAX_VALUE & 1
82 * @title Arguments = Integer.MIN_VALUE & 1
90 * @title Arguments = 1 & 0
99 * @title number of argument
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/iushr/
Test_iushr.java 26 * @title 15 >> 1
34 * @title 33 >> 2
42 * @title -15 >> 1
50 * @title Arguments = 1 & -1
58 * @title Verify that shift distance is actually in range 0 to 32.
66 * @title Arguments = 0 & -1
74 * @title Arguments = Integer.MAX_VALUE & 1
82 * @title Arguments = Integer.MIN_VALUE & 1
90 * @title Arguments = 1 & 0
99 * @title number of argument
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lastore/
Test_lastore.java 26 * @title normal test. trying different indexes
36 * @title normal test. trying different indexes
46 * @title Exception - ArrayIndexOutOfBoundsException
60 * @title Exception - NullPointerException
73 * @title Exception - ArrayIndexOutOfBoundsException
88 * @title number of arguments
101 * @title number of arguments
114 * @title types of arguments - array, double,
128 * @title types of arguments - array, int, int
141 * @title types of arguments - object, int, lon
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/saload/
Test_saload.java 26 * @title normal test. trying different indexes
36 * @title normal test. trying different indexes
46 * @title expected ArrayIndexOutOfBoundsException
60 * @title expected NullPointerException
73 * @title expected ArrayIndexOutOfBoundsException
88 * @title number of arguments
101 * @title number of arguments
114 * @title types of arguments - array, double
127 * @title types of arguments - array, long
140 * @title types of arguments - Object, in
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/sastore/
Test_sastore.java 26 * @title normal test. trying different indexes
36 * @title normal test. trying different indexes
46 * @title expected ArrayIndexOutOfBoundsException
60 * @title expected NullPointerException
73 * @title expected ArrayIndexOutOfBoundsException
88 * @title number of arguments
101 * @title number of arguments
114 * @title types of arguments - array, double,
128 * @title types of arguments - array, int, long
141 * @title types of arguments - object, int, in
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/aget/
Test_aget.java 26 * @title get int from array
36 * @title get int from array
46 * @title Type of index argument - float. Dalvik doens't distinguish 32-bits types internally,
60 * @title expected ArrayIndexOutOfBoundsException
74 * @title expected NullPointerException
87 * @title expected ArrayIndexOutOfBoundsException (negative index)
104 * @title types of arguments - array, double
117 * @title types of arguments - array, long
130 * @title types of arguments - Object, int
143 * @title types of arguments - double[], in
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/aget_boolean/
Test_aget_boolean.java 26 * @title get boolean from array
36 * @title get boolean from array
46 * @title Type of index argument - float. Dalvik doens't distinguish 32-bits types internally,
60 * @title expected ArrayIndexOutOfBoundsException
74 * @title expected NullPointerException
87 * @title expected ArrayIndexOutOfBoundsException (negative index)
104 * @title types of arguments - array, double
117 * @title types of arguments - array, long
130 * @title types of arguments - Object, int
143 * @title types of arguments - double[], in
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/aget_byte/
Test_aget_byte.java 27 * @title get byte from array
37 * @title get byte from array
47 * @title Type of index argument - float. Dalvik doens't distinguish 32-bits types internally,
60 * @title expected ArrayIndexOutOfBoundsException
74 * @title expected NullPointerException
87 * @title expected ArrayIndexOutOfBoundsException (negative index)
104 * @title types of arguments - array, double
117 * @title types of arguments - array, long
130 * @title types of arguments - Object, short
143 * @title types of arguments - double[], in
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/aget_char/
Test_aget_char.java 26 * @title get char from array
36 * @title get char from array
46 * @title Type of index argument - float. Dalvik doens't distinguish 32-bits types internally,
60 * @title expected ArrayIndexOutOfBoundsException
74 * @title expected NullPointerException
87 * @title expected ArrayIndexOutOfBoundsException (negative index)
104 * @title types of arguments - array, double
117 * @title types of arguments - array, long
130 * @title types of arguments - Object, char
143 * @title types of arguments - double[], cha
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/aget_object/
Test_aget_object.java 27 * @title get reference from array
36 * @title get reference from array
45 * @title Type of index argument - float. Dalvik doens't distinguish 32-bits types internally,
59 * @title expected ArrayIndexOutOfBoundsException
73 * @title expected ArrayIndexOutOfBoundsException (negative index)
87 * @title expected NullPointerException
102 * @title types of arguments - array, double
115 * @title types of arguments - array, long
128 * @title types of arguments - Object, int
141 * @title types of arguments - float[], in
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/aget_short/
Test_aget_short.java 26 * @title get short from array
36 * @title get short from array
46 * @title Type of index argument - float. Dalvik doens't distinguish 32-bits types internally,
60 * @title expected ArrayIndexOutOfBoundsException
74 * @title expected NullPointerException
87 * @title expected ArrayIndexOutOfBoundsException (negative index)
104 * @title types of arguments - array, double
117 * @title types of arguments - array, long
130 * @title types of arguments - Object, int
143 * @title types of arguments - double[], in
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/aput/
Test_aput.java 27 * @title put int into array
37 * @title put int into array
47 * @title Type of index argument - float. Dalvik doens't distinguish 32-bits types internally,
61 * @title expected ArrayIndexOutOfBoundsException
75 * @title expected NullPointerException
88 * @title expected ArrayIndexOutOfBoundsException (negative index)
105 * @title types of arguments - array, double, int
118 * @title types of arguments - array, int, long
131 * @title types of arguments - object, int, int
144 * @title types of arguments - double[], int, in
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/cmpg_double/
Test_cmpg_double.java 26 * @title Arguments = 3.14d, 2.7d
34 * @title Arguments = -3.14d, 2.7d
42 * @title Arguments = 3.14, 3.14
50 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally,
62 * @title Arguments = Double.NaN, Double.MAX_VALUE
70 * @title Arguments = +0, -0
78 * @title Arguments = Double.NEGATIVE_INFINITY, Double.MIN_VALUE
86 * @title Arguments = Double.POSITIVE_INFINITY, Double.MAX_VALUE
94 * @title Arguments = Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY
106 * @title types of arguments - double, floa
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/cmpg_float/
Test_cmpg_float.java 26 * @title Arguments = 3.14f, 2.7f
34 * @title Arguments = -3.14f, 2.7f
42 * @title Arguments = 3.14, 3.14
50 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally,
62 * @title Arguments = Float.NaN, Float.MAX_VALUE
70 * @title Arguments = +0, -0
78 * @title Arguments = Float.NEGATIVE_INFINITY, Float.MIN_VALUE
86 * @title Arguments = Float.POSITIVE_INFINITY, Float.MAX_VALUE
94 * @title Arguments = Float.POSITIVE_INFINITY,
107 * @title types of arguments - float, doubl
    [all...]

Completed in 226 milliseconds

1 2 3 4 5 6 7 8 91011>>