/cts/tools/dx-tests/src/dxc/junit/opcodes/if_icmplt/ |
Test_if_icmplt.java | 26 * @title Arguments = 5, 6 34 * @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/vm-tests/src/dot/junit/opcodes/add_double/ |
Test_add_double.java | 27 * @title Arguments = 2.7d, 3.14d 35 * @title Arguments = 0, -3.14d 43 * @title Arguments = -3.14d, -2.7d 53 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally, 65 * @title Arguments = Double.MAX_VALUE, Double.NaN 73 * @title Arguments = Double.POSITIVE_INFINITY, 83 * @title Arguments = Double.POSITIVE_INFINITY, 93 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d 102 * @title Arguments = +0, -0 110 * @title Arguments = -0d, -0 [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/add_double_2addr/ |
Test_add_double_2addr.java | 26 * @title Arguments = 2.7d, 3.14d 34 * @title Arguments = 0, -3.14d 42 * @title Arguments = -3.14d, -2.7d 50 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally, 62 * @title Arguments = Double.MAX_VALUE, Double.NaN 70 * @title Arguments = Double.POSITIVE_INFINITY, 80 * @title Arguments = Double.POSITIVE_INFINITY, 90 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d 99 * @title Arguments = +0, -0 107 * @title Arguments = -0d, -0 [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/add_float/ |
Test_add_float.java | 26 * @title Arguments = 2.7f, 3.14f 34 * @title Arguments = 0, -3.14f 42 * @title Arguments = -3.14f, -2.7f 50 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally, 63 * @title Arguments = Float.MAX_VALUE, Float.NaN 71 * @title Arguments = Float.POSITIVE_INFINITY, 81 * @title Arguments = Float.POSITIVE_INFINITY, 91 * @title Arguments = Float.POSITIVE_INFINITY, -2.7f 100 * @title Arguments = +0, -0f 108 * @title Arguments = -0f, -0 [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/add_float_2addr/ |
Test_add_float_2addr.java | 26 * @title Arguments = 2.7f, 3.14f 34 * @title Arguments = 0, -3.14f 42 * @title Arguments = -3.14f, -2.7f 50 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally, 63 * @title Arguments = Float.MAX_VALUE, Float.NaN 71 * @title Arguments = Float.POSITIVE_INFINITY, 81 * @title Arguments = Float.POSITIVE_INFINITY, 91 * @title Arguments = Float.POSITIVE_INFINITY, -2.7f 100 * @title Arguments = +0, -0f 108 * @title Arguments = -0f, -0 [all...] |
/cts/tools/vm-tests/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 74 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally, 88 * @title Arguments = 0, Integer.MAX_VALUE 96 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE 104 * @title Arguments = Integer.MAX_VALUE, [all...] |
/cts/tools/vm-tests/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 Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally, 87 * @title Arguments = 0, Integer.MAX_VALUE 95 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE 103 * @title Arguments = Integer.MAX_VALUE, [all...] |
/cts/tools/vm-tests/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 Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally, 98 * @title Arguments = 0 + Short.MAX_VALUE 106 * @title Arguments = Integer.MAX_VALUE + Short.MAX_VALUE 114 * @title Arguments = Integer.MAX_VALUE + [all...] |
/cts/tools/vm-tests/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 Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally, 98 * @title Arguments = 0 + Byte.MAX_VALUE 106 * @title Arguments = Integer.MAX_VALUE + Byte.MAX_VALUE 114 * @title Arguments = Integer.MAX_VALUE + [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/aput_object/ |
Test_aput_object.java | 29 * @title put reference into array 39 * @title put reference into array 52 * @title put reference into array 63 * @title Check assignement compatibility rules 72 * @title Type of index argument - float. Dalvik doens't distinguish 32-bits types internally, 85 * @title expected ArrayIndexOutOfBoundsException 99 * @title expected ArrayIndexOutOfBoundsException (negative index) 113 * @title expected NullPointerException 127 * @title expected ArrayStoreException 143 * @title types of arguments - array, double, Strin [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/div_double/ |
Test_div_double.java | 26 * @title Arguments = 2.7d, 3.14d 35 * @title Dividend = 0 43 * @title Dividend is negative 52 * @title Dividend is negative 61 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally, 73 * @title Arguments = Double.POSITIVE_INFINITY, 83 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d 92 * @title Arguments = -2.7d, Double.NEGATIVE_INFINITY 100 * @title Arguments = 0, 0 108 * @title Arguments = 0, -2. [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/div_double_2addr/ |
Test_div_double_2addr.java | 26 * @title Arguments = 2.7d, 3.14d 35 * @title Dividend = 0 43 * @title Dividend is negative 52 * @title Dividend is negative 61 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally, 73 * @title Arguments = Double.POSITIVE_INFINITY, 83 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d 92 * @title Arguments = -2.7d, Double.NEGATIVE_INFINITY 100 * @title Arguments = 0, 0 108 * @title Arguments = 0, -2. [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/div_float/ |
Test_div_float.java | 26 * @title Arguments = 2.7f, 3.14f 34 * @title Dividend = 0 42 * @title Dividend is negative 50 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally, 63 * @title Arguments = Float.MAX_VALUE, Float.NaN 71 * @title Arguments = Float.POSITIVE_INFINITY, 81 * @title Arguments = Float.POSITIVE_INFINITY, -2.7f 90 * @title Arguments = -2.7f, Float.NEGATIVE_INFINITY 98 * @title Arguments = 0, 0 106 * @title Arguments = 0, -2. [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/div_float_2addr/ |
Test_div_float_2addr.java | 26 * @title Arguments = 2.7f, 3.14f 34 * @title Dividend = 0 42 * @title Dividend is negative 50 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally, 63 * @title Arguments = Float.MAX_VALUE, Float.NaN 71 * @title Arguments = Float.POSITIVE_INFINITY, 81 * @title Arguments = Float.POSITIVE_INFINITY, -2.7f 90 * @title Arguments = -2.7f, Float.NEGATIVE_INFINITY 98 * @title Arguments = 0, 0 106 * @title Arguments = 0, -2. [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/rem_double/ |
Test_rem_double.java | 27 * @title Arguments = 2.7d, 3.14d 35 * @title Dividend = 0 43 * @title Dividend is negative 51 * @title Types of arguments - double, long. Dalvik doens't distinguish 64-bits types internally, 63 * @title Arguments = Double.MAX_VALUE, Double.NaN 71 * @title Arguments = Double.POSITIVE_INFINITY, 81 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d 89 * @title Arguments = -2.7d, Double.NEGATIVE_INFINITY 97 * @title Arguments = 0, 0 105 * @title Arguments = 0, -2. [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/rem_double_2addr/ |
Test_rem_double_2addr.java | 27 * @title Arguments = 2.7d, 3.14d 35 * @title Dividend = 0 43 * @title Dividend is negative 51 * @title Types of arguments - double, long. Dalvik doens't distinguish 64-bits types internally, 63 * @title Arguments = Double.MAX_VALUE, Double.NaN 71 * @title Arguments = Double.POSITIVE_INFINITY, 81 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d 89 * @title Arguments = -2.7d, Double.NEGATIVE_INFINITY 97 * @title Arguments = 0, 0 105 * @title Arguments = 0, -2. [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/rem_float/ |
Test_rem_float.java | 27 * @title Arguments = 2.7f, 3.14f 35 * @title Dividend = 0 43 * @title Dividend is negative 51 * @title Types of arguments - float, int. Dalvik doens't distinguish 32-bits types internally, 63 * @title Arguments = Float.MAX_VALUE, Float.NaN 71 * @title Arguments = Float.POSITIVE_INFINITY, 81 * @title Arguments = Float.POSITIVE_INFINITY, -2.7f 89 * @title Arguments = -2.7f, Float.NEGATIVE_INFINITY 97 * @title Arguments = 0, 0 105 * @title Arguments = 0, -2. [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/rem_float_2addr/ |
Test_rem_float_2addr.java | 27 * @title Arguments = 2.7f, 3.14f 35 * @title Dividend = 0 43 * @title Dividend is negative 51 * @title Types of arguments - float, int. Dalvik doens't distinguish 32-bits types internally, 63 * @title Arguments = Float.MAX_VALUE, Float.NaN 71 * @title Arguments = Float.POSITIVE_INFINITY, 81 * @title Arguments = Float.POSITIVE_INFINITY, -2.7f 89 * @title Arguments = -2.7f, Float.NEGATIVE_INFINITY 97 * @title Arguments = 0, 0 105 * @title Arguments = 0, -2. [all...] |
/frameworks/base/core/java/android/provider/ |
DrmStore.java | 71 * The title of the file content 74 public static final String TITLE = "title"; 99 * @param title The title for the content (or null) 102 public static final Intent addDrmFile(ContentResolver cr, File file, String title) { 108 if (title == null) { 109 title = file.getName(); 110 int lastDot = title.lastIndexOf('.'); 112 title = title.substring(0, lastDot) [all...] |
/packages/apps/Settings/res/xml/ |
device_info_settings.xml | 18 android:title="@string/about_settings"> 22 android:title="@string/system_update_settings_list_item_title" 29 android:title="@string/device_status" 38 android:title="@string/power_usage_summary_title" 48 android:title="@string/legal_information"> 51 fill the title with the label of the activity with the corresponding action. 58 android:title="@string/copyright_title"> 65 android:title="@string/license_title"> 72 android:title="@string/terms_title"> 80 android:title="@string/settings_safetylegal_title" [all...] |
/external/dbus/doc/ |
dbus-test-plan.xml | 9 <title>D-Bus Test Plan</title> 23 <title>Introduction</title> 28 <title>The importance of testing</title> 49 <title>Testing the D-Bus client library</title> 57 <title>Data Structures</title> [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/iput_boolean/ |
Test_iput_boolean.java | 31 * @title put boolean into field 42 * @title modification of final field 52 * @title modification of protected field from subclass 66 * @title expected NullPointerException 80 * @title constant pool index 93 * @title number of registers 107 * @title put boolean into long field - only field with same name but 122 * @title put value '2' into boolean field 136 * @title type of field doesn't match opcode - attempt to modify double 151 * @title Attempt to set static field. Java throws IncompatibleClassChangeError [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/iput_byte/ |
Test_iput_byte.java | 29 * @title put byte into field 40 * @title modification of final field 50 * @title modification of protected field from subclass 62 * @title expected NullPointerException 76 * @title constant pool index 90 * @title number of registers 105 * @title put byte into long field - only field with same name but 120 * @title put value '256' into byte field 134 * @title type of field doesn't match opcode - attempt to modify double 149 * @title Attempt to set static field. Java throws IncompatibleClassChangeError [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/iput_char/ |
Test_iput_char.java | 29 * @title put char into field 40 * @title modification of final field 50 * @title modification of protected field from subclass 62 * @title expected NullPointerException 77 * @title constant pool index 91 * @title number of registers 106 * @title put char into long field - only field with same name but 121 * @title put value '66000' into byte field 135 * @title type of field doesn't match opcode - attempt to modify double 150 * @title Attempt to set static field. Java throws IncompatibleClassChangeError [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/iput_object/ |
Test_iput_object.java | 29 * @title put reference into field 40 * @title modification of final field 50 * @title modification of protected field from subclass 62 * @title expected NullPointerException 77 * @title constant pool index 91 * @title number of registers 106 * @title put object into long field - only field with same name but 122 * @title type of field doesn't match opcode - attempt to modify double 137 * @title Attempt to set non-static field. Java throws IncompatibleClassChangeError 151 * @title Attempt to modify inaccessible protected field. Java throws IllegalAccessError [all...] |