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

<<11121314151617181920>>

  /cts/tools/dx-tests/src/dxc/junit/opcodes/ifeq/
Test_ifeq.java 26 * @title Argument = 5
38 * @title Argument = 0
46 * @title Arguments = -5
54 * @title Arguments = Integer.MAX_VALUE
62 * @title Arguments = Integer.MIN_VALUE
71 * @title number of arguments
84 * @title types of arguments - double
97 * @title types of arguments - long
110 * @title branch target shall be inside the
124 * @title branch target shall not be "inside" wid
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ifge/
Test_ifge.java 26 * @title Argument = 5
34 * @title Argument = 0
42 * @title Arguments = -5
54 * @title Arguments = Integer.MAX_VALUE
62 * @title Arguments = Integer.MIN_VALUE
71 * @title number of arguments
84 * @title types of arguments - double
97 * @title types of arguments - long
110 * @title branch target shall be inside the
124 * @title branch target shall not be "inside" wid
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ifgt/
Test_ifgt.java 26 * @title Argument = 5
34 * @title Argument = 0
42 * @title Arguments = -5
54 * @title Arguments = Integer.MAX_VALUE
62 * @title Arguments = Integer.MIN_VALUE
71 * @title number of arguments
84 * @title types of arguments - double
97 * @title types of arguments - long
110 * @title branch target shall be inside the
124 * @title branch target shall not be "inside" wid
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ifle/
Test_ifle.java 26 * @title Argument = 5
38 * @title Argument = 0
46 * @title Arguments = -5
54 * @title Arguments = Integer.MAX_VALUE
62 * @title Arguments = Integer.MIN_VALUE
71 * @title number of arguments
84 * @title types of arguments - double
97 * @title types of arguments - long
110 * @title branch target shall be inside the
124 * @title branch target shall not be "inside" wid
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/iflt/
Test_iflt.java 26 * @title Argument = 5
38 * @title Argument = 0
46 * @title Arguments = -5
54 * @title Arguments = Integer.MAX_VALUE
62 * @title Arguments = Integer.MIN_VALUE
71 * @title number of arguments
84 * @title types of arguments - double
97 * @title types of arguments - long
110 * @title branch target shall be inside the
124 * @title branch target shall not be "inside" wid
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ifne/
Test_ifne.java 26 * @title Argument = 5
34 * @title Argument = 0
46 * @title Arguments = -5
54 * @title Arguments = Integer.MAX_VALUE
62 * @title Arguments = Integer.MIN_VALUE
71 * @title number of arguments
84 * @title types of arguments - double
97 * @title types of arguments - long
110 * @title branch target shall be inside the
124 * @title branch target shall not be "inside" wid
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ineg/
Test_ineg.java 27 * @title Argument = 1
35 * @title Argument = -1
43 * @title Argument = 32768
51 * @title Argument = 0
59 * @title Check that -x == (~x + 1)
67 * @title Argument = Integer.MAX_VALUE
75 * @title Argument = Integer.MIN_VALUE
84 * @title number of arguments
97 * @title type of argument - double
110 * @title type of argument - lon
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ireturn/
Test_ireturn.java 30 * @title simple
38 * @title check that frames are discarded and reinstananted correctly
46 * @title check that monitor is released by ireturn
53 * @title Method is synchronized but thread is not monitor owner
66 * @title Lock structural rule 1 is violated
83 * @title method's return type - void
96 * @title method's return type - double
109 * @title number of arguments
122 * @title types of argument - double
135 * @title stack siz
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/l2i/
Test_l2i.java 26 * @title Argument = 0xAAAAFFEEDDCCl
34 * @title Argument = -123456789
42 * @title Argument = 1
50 * @title Argument = -1
58 * @title Argument = Long.MAX_VALUE
66 * @title Argument = Long.MIN_VALUE
74 * @title Argument = 0
83 * @title number of arguments
96 * @title type of argument - double
109 * @title type of argument - floa
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lreturn/
Test_lreturn.java 30 * @title simple
38 * @title check that frames are discarded and reinstananted correctly
46 * @title check that monitor is released by lreturn
54 * @title Method is synchronized but thread is not monitor owner
67 * @title Lock structural rule 1 is violated
85 * @title method's return type - void
98 * @title method's return type - float
111 * @title number of arguments
124 * @title types of argument - float
137 * @title stack siz
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lxor/
Test_lxor.java 26 * @title Arguments = 23423432423777l, 23423432423778l
34 * @title Arguments = 0xfffffff5, 0xfffffff1
42 * @title Arguments = 0xABCDEFAB & -1
50 * @title Arguments = 0 & -1
58 * @title Arguments = Long.MAX_VALUE & Long.MIN_VALUE
66 * @title Arguments = Long.MAX_VALUE & Long.MAX_VALUE
75 * @title number of arguments
88 * @title types of arguments - double & long
101 * @title types of arguments - int & long
114 * @title types of arguments - float & lon
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/tableswitch/
Test_tableswitch.java 26 * @title normal test
42 * @title check Integer.MAX_VALUE
50 * @title check Integer.MIN_VALUE
59 * @title number of arguments
72 * @title type of argument - float
85 * @title branch target shall be inside the
99 * @title branch target shall not be "inside" wide
113 * @title low value shall be less than high
127 * @title non-zero padding
140 * @title type of argument - referenc
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/check_cast/
Test_check_cast.java 29 * @title (String)(Object)String
38 * @title (String)(Object)null
46 * @title check assignment compatibility rules
54 * @title expected ClassCastException
68 * @title constant pool index
82 * @title type of argument - int
96 * @title type of argument - long
110 * @title number of registers
124 * @title Attempt to access inaccessible class. Java throws IllegalAccessError
140 * @title Attempt to access undefined class. Java throws NoClassDefFoundError on
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/filled_new_array/
Test_filled_new_array.java 27 * @title array of ints
39 * @title array of objects
53 * @title invalid constant pool index
66 * @title number of registers
80 * @title try to pass obj ref instead of int
93 * @title try to pass long instead of int
106 * @title try to create non-array type
119 * @title invalid arg count
132 * @title attempt to instantiate String[] and fill it with reference to assignment-incompatible class
145 * @title attempt to instantiate array of non-existent clas
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/filled_new_array_range/
Test_filled_new_array_range.java 27 * @title array of ints
39 * @title array of objects
53 * @title invalid constant pool index
66 * @title number of registers
79 * @title try to pass obj ref instead of int
92 * @title try to pass long instead of int
105 * @title try to create non-array type
118 * @title invalid arg count
131 * @title attempt to instantiate String[] and fill it with reference to assignment-incompatible class
144 * @title attempt to instantiate array of non-existent clas
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/int_to_double/
Test_int_to_double.java 27 * @title Argument = 300000000
35 * @title Argument = 1
43 * @title Argument = -1
51 * @title Type of argument - float. Dalvik doens't distinguish 32-bits types internally,
64 * @title Argument = Integer.MAX_VALUE
72 * @title Argument = Integer.MIN_VALUE
80 * @title Argument = 0
90 * @title type of argument - long
103 * @title number of registers
116 * @title type of argument - referenc
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/long_to_double/
Test_long_to_double.java 26 * @title Argument = 50000000000
34 * @title Argument = 1
42 * @title Argument = -1
50 * @title Type of argument - double. Dalvik doens't distinguish 64-bits types internally,
62 * @title Argument = Long.MAX_VALUE
70 * @title Argument = Long.MIN_VALUE
78 * @title Argument = 0
89 * @title type of argument - float
103 * @title type of argument - integer
117 * @title type of argument - referenc
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/xor_long/
Test_xor_long.java 26 * @title Arguments = 23423432423777l, 23423432423778l
34 * @title Arguments = 0xfffffff5, 0xfffffff1
42 * @title Arguments = 0xABCDEFAB & -1
50 * @title Types of arguments - double, long. Dalvik doens't distinguish 64-bits types internally,
62 * @title Arguments = 0 & -1
70 * @title Arguments = Long.MAX_VALUE & Long.MIN_VALUE
78 * @title Arguments = Long.MAX_VALUE & Long.MAX_VALUE
87 * @title number of registers
103 * @title types of arguments - int, long
117 * @title types of arguments - float, lon
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/xor_long_2addr/
Test_xor_long_2addr.java 26 * @title Arguments = 23423432423777l, 23423432423778l
34 * @title Arguments = 0xfffffff5, 0xfffffff1
42 * @title Arguments = 0xABCDEFAB & -1
50 * @title Types of arguments - double, long. Dalvik doens't distinguish 64-bits types internally,
63 * @title Arguments = 0 & -1
71 * @title Arguments = Long.MAX_VALUE & Long.MIN_VALUE
79 * @title Arguments = Long.MAX_VALUE & Long.MAX_VALUE
88 * @title (number of registers).
104 * @title types of arguments - int, long
118 * @title types of arguments - float, lon
    [all...]
  /packages/apps/Camera/res/xml/
camera_preferences.xml 20 camera:title="@string/pref_camera_settings_category">
24 camera:title="@string/pref_camera_flashmode_title"
32 camera:title="@string/pref_exposure_title" />
36 camera:title="@string/pref_camera_scenemode_title"
42 camera:title="@string/pref_camera_whitebalance_title"
50 camera:title="@string/pref_camera_coloreffect_title"
56 camera:title="@string/pref_camera_recordlocation_title"
63 camera:title="@string/pref_camera_picturesize_title"
69 camera:title="@string/pref_camera_jpegquality_title"
75 camera:title="@string/pref_camera_focusmode_title
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/areturn/
Test_areturn.java 33 * @title simple
41 * @title simple
49 * @title simple
58 * @title test for null
66 * @title check that frames are discarded and reinstananted correctly
74 * @title check that monitor is released by areturn
81 * @title assignment compatibility (TChild returned as TSuper)
92 * @title assignment compatibility (TChild returned as TInterface)
103 * @title Method is synchronized but thread is not monitor owner
116 * @title Lock structural rule 1 is violate
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dsub/
Test_dsub.java 26 * @title Arguments = 2.7d, 3.14d
34 * @title Arguments = 0, -3.14d
42 * @title Arguments = -3.14d, -2.7d
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, +0
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/if_icmpge/
Test_if_icmpge.java 26 * @title Arguments = 5, 6
38 * @title Arguments = 0x0f0e0d0c, 0x0f0e0d0c
46 * @title Arguments = 5, -5
54 * @title Arguments = 0x0f0e0d0d, 0x0f0e0d0c
62 * @title Arguments = 0x1234, 0x01001234
70 * @title Arguments = -5, 5
78 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE
86 * @title Arguments = Integer.MIN_VALUE, Integer.MIN_VALUE
94 * @title Arguments = 1234567, 0
102 * @title Arguments = 0, 123456
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/if_icmpgt/
Test_if_icmpgt.java 26 * @title Arguments = 5, 6
38 * @title Arguments = 0x0f0e0d0c, 0x0f0e0d0c
46 * @title Arguments = 5, -5
54 * @title Arguments = 0x0f0e0d0d, 0x0f0e0d0c
62 * @title Arguments = 0x1234, 0x01001234
70 * @title Arguments = -5, 5
78 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE
86 * @title Arguments = Integer.MIN_VALUE, Integer.MIN_VALUE
94 * @title Arguments = 1234567, 0
102 * @title Arguments = 0, 123456
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/if_icmple/
Test_if_icmple.java 26 * @title Arguments = 5, 6
35 * @title Arguments = 0x0f0e0d0c, 0x0f0e0d0c
43 * @title Arguments = 5, -5
55 * @title Arguments = 0x0f0e0d0d, 0x0f0e0d0c
63 * @title Arguments = 0x1234, 0x01001234
71 * @title Arguments = -5, 5
79 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE
87 * @title Arguments = Integer.MIN_VALUE, Integer.MIN_VALUE
95 * @title Arguments = 1234567, 0
103 * @title Arguments = 0, 123456
    [all...]

Completed in 435 milliseconds

<<11121314151617181920>>