/cts/tools/vm-tests/src/dot/junit/opcodes/rem_int_lit8/ |
Test_rem_int_lit8.java | 34 * @title Arguments = 8, 4 42 * @title Arguments = 123, 4 50 * @title Dividend = 0 58 * @title Dividend is negative 66 * @title Divisor is negative 74 * @title Both Dividend and divisor are negative 82 * @title Types of arguments - float, int. Dalvik doens't distinguish 32-bits types internally, 94 * @title Arguments = Byte.MIN_VALUE, -1 102 * @title Arguments = Byte.MIN_VALUE, 1 110 * @title Arguments = Byte.MAX_VALUE, [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/rem_long/ |
Test_rem_long.java | 27 * @title Arguments = 10000000000l, 4000000000l 35 * @title Arguments = 1234567890123l, 123456789l 43 * @title Dividend = 0 51 * @title Dividend is negative 59 * @title Divisor is negative 67 * @title Both Dividend and divisor are negative 75 * @title Types of arguments - double, long. Dalvik doens't distinguish 64-bits types internally, 87 * @title Arguments = Long.MIN_VALUE, -1l 95 * @title Arguments = Long.MIN_VALUE, 1l 103 * @title Arguments = Long.MAX_VALUE, 1 [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/rem_long_2addr/ |
Test_rem_long_2addr.java | 27 * @title Arguments = 10000000000l, 4000000000l 35 * @title Arguments = 1234567890123l, 123456789l 43 * @title Dividend = 0 51 * @title Dividend is negative 59 * @title Divisor is negative 67 * @title Both Dividend and divisor are negative 75 * @title Types of arguments - double, long. Dalvik doens't distinguish 64-bits types internally, 87 * @title Arguments = Long.MIN_VALUE, -1l 95 * @title Arguments = Long.MIN_VALUE, 1l 103 * @title Arguments = Long.MAX_VALUE, 1 [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/sget_boolean/ |
Test_sget_boolean.java | 29 * @title get boolean from static field 38 * @title access protected field from subclass 49 * @title attempt to access non-static field 63 * @title initialization of referenced class throws exception 79 * @title constant pool index 93 * @title number of registers 107 * @title read boolean from long field - only field with same name but 121 * @title Attempt to read inaccessible field. Java throws IllegalAccessError 137 * @title Attempt to read field of undefined class. Java throws NoClassDefFoundError 151 * @title Attempt to read undefined field. Java throws NoSuchFieldError [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/sget_byte/ |
Test_sget_byte.java | 29 * @title get byte from static field 38 * @title access protected field from subclass 49 * @title attempt to access non-static field 63 * @title initialization of referenced class throws exception 79 * @title constant pool index 93 * @title number of registers 107 * @title read byte from long field - only field with same name but 121 * @title Attempt to read inaccessible field. Java throws IllegalAccessError 137 * @title Attempt to read field of undefined class. Java throws NoClassDefFoundError 151 * @title Attempt to read undefined field. Java throws NoSuchFieldError [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/sget_char/ |
Test_sget_char.java | 29 * @title get char from static field 38 * @title access protected field from subclass 49 * @title attempt to access non-static field 63 * @title initialization of referenced class throws exception 79 * @title constant pool index 93 * @title number of registers 107 * @title read char from long field - only field with same name but 121 * @title Attempt to read inaccessible field. Java throws IllegalAccessError 137 * @title Attempt to read field of undefined class. Java throws NoClassDefFoundError 151 * @title Attempt to read undefined field. Java throws NoSuchFieldError [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/sget_short/ |
Test_sget_short.java | 29 * @title get short from static field 38 * @title access protected field from subclass 49 * @title attempt to access non-static field 63 * @title initialization of referenced class throws exception 79 * @title constant pool index 93 * @title number of registers 107 * @title read short from long field - only field with same name but 121 * @title Attempt to read inaccessible field. Java throws IllegalAccessError 137 * @title Attempt to read field of undefined class. Java throws NoClassDefFoundError 151 * @title Attempt to read undefined field. Java throws NoSuchFieldError [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/sub_double/ |
Test_sub_double.java | 27 * @title Arguments = 2.7d, 3.14d 35 * @title Arguments = 0, -3.14d 43 * @title 51 * @title Types of arguments - long, double. 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, 91 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d 100 * @title Arguments = +0, -0d 108 * @title Arguments = -0d, -0 [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/sub_double_2addr/ |
Test_sub_double_2addr.java | 26 * @title Arguments = 2.7d, 3.14d 34 * @title Arguments = 0, -3.14d 42 * @title 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, -0d 107 * @title Arguments = -0d, -0 [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/sub_int/ |
Test_sub_int.java | 27 * @title Arguments = 8, 4 35 * @title Arguments = 0, 255 43 * @title Arguments = 0, -65536 51 * @title Arguments = 0, -2147483647 59 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally, 71 * @title Arguments = 0, Integer.MAX_VALUE 79 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE 87 * @title Arguments = Integer.MAX_VALUE, -1 95 * @title Arguments = Integer.MIN_VALUE, 1 103 * @title Arguments = 0, [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/sub_int_2addr/ |
Test_sub_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 Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally, 70 * @title Arguments = 0, Integer.MAX_VALUE 78 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE 86 * @title Arguments = Integer.MAX_VALUE, -1 94 * @title Arguments = Integer.MIN_VALUE, 1 102 * @title Arguments = 0, [all...] |
/packages/apps/Browser/res/menu/ |
browser.xml | 20 android:title="@string/new_tab" 24 android:title="@string/bookmarks" 29 android:title="@string/active_tabs" 35 android:title="@string/forward" 39 android:title="@string/save_to_bookmarks" 43 android:title="@string/find_dot" 46 android:title="@string/select_dot" 49 android:title="@string/page_info" 52 android:title="@string/share_page" 55 android:title="@string/menu_view_download [all...] |
/packages/apps/Settings/res/xml/ |
device_info_status.xml | 18 android:title="@string/device_status_activity_title"> 22 android:title="@string/battery_status_title" 27 android:title="@string/battery_level_title" 32 android:title="@string/status_number" 38 android:title="@string/status_min_number" 44 android:title="@string/status_prl_version" 50 android:title="@string/status_meid_number" 55 android:title="@string/status_operator" 60 android:title="@string/status_signal_strength" 65 android:title="@string/status_network_type [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/invokevirtual/ |
Test_invokevirtual.java | 39 * @title normal test 52 * @title Check that monitor is acquired if method is synchronized 59 * @title Invoke protected method of superclass 68 * @title Private method call 76 * @title Check that new frame is created by invokevirtual and 86 * @title Recursion of method lookup procedure 95 * @title 109 * @title Native method can't be linked 122 * @title Attempt to invoke static method 138 * @title Attempt to invoke abstract metho [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/invoke_direct/ |
Test_invoke_direct.java | 30 * @title private method call 39 * @title Check that new frame is created by invoke_direct 49 * @title objref is null 62 * @title Native method can't be linked 76 * @title invalid constant pool index 89 * @title invoke-direct may not be used to invoke <clinit> 102 * @title invoke-direct target must be in self or superclass 117 * @title number of arguments 130 * @title int is passed instead of obj ref 144 * @title number of arguments passed to metho [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/invoke_direct_range/ |
Test_invoke_direct_range.java | 30 * @title private method call 39 * @title Check that new frame is created by invoke_direct_range 49 * @title objref is null 62 * @title Native method can't be linked 76 * @title invalid constant pool index 89 * @title invoke-direct may not be used to invoke <clinit> 102 * @title invoke-direct target must be in self or superclass 117 * @title number of arguments 130 * @title int is passed instead of obj ref 144 * @title number of arguments passed to metho [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/iput/ |
Test_iput.java | 32 * @title type - int 42 * @title type - float 53 * @title modification of final field 63 * @title modification of protected field from subclass 75 * @title Trying to put float into integer field. Dalvik doens't distinguish 32-bits types 88 * @title expected NullPointerException 102 * @title constant pool index 116 * @title number of registers 131 * @title put integer into long field - only field with same name but 146 * @title type of field doesn't match opcode - attempt to modify double field [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/iput_wide/ |
Test_iput_wide.java | 30 * @title put long into field 40 * @title put double into field 51 * @title modification of final field 61 * @title modification of protected field from subclass 73 * @title expected NullPointerException 89 * @title constant pool index 103 * @title number of registers 118 * @title put int into long field - only field with same name but 135 * @title type of field doesn't match opcode - attempt to modify float 150 * @title Attempt to set non-static field. Java throws IncompatibleClassChangeError [all...] |
/external/clearsilver/cs/ |
test.cs.gold | 42 Title: </title><script>alert(1)</script> 48 Title: </title><script>alert(1)</script> 55 Title: </title><script>alert(1)</script> 62 Title: \x3C\x2Ftitle\x3E\x3Cscript\x3Ealert(1)\x3C\x2Fscript\x3E 69 Title: %3C%2Ftitle%3E%3Cscript%3Ealert(1)%3C%2Fscript%3E 77 html -> Title: </title><script>alert(1)</script> [all...] |
/external/jsr305/javadoc/ |
overview-tree.html | 6 <TITLE> 8 </TITLE> 11 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> 16 parent.document.title="Class Hierarchy"; 29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A> 89 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/MatchesPattern.Checker.html" title="class in javax.annotation"><B>MatchesPattern.Checker</B></A> (implements javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A><A>) 90 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/Nonnegative.Checker.html" title="class in javax.annotation"><B>Nonnegative.Checker</B></A> (implements javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A><A>) 91 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/Nonnull.Checker.html" title="class in javax.annotation"><B>Nonnull.Checker</B></A> (implements javax.annotation.meta.<A HREF=" (…) [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/dreturn/ |
Test_dreturn.java | 30 * @title simple 38 * @title check that frames are discarded and reinstananted correctly 46 * @title check that monitor is released by dreturn 54 * @title Method is synchronized but thread is not monitor owner 67 * @title Lock structural rule 1 is violated 84 * @title method's return type - void 97 * @title method's return type - float 110 * @title number of arguments 123 * @title types of argument - float 136 * @title stack siz [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/freturn/ |
Test_freturn.java | 30 * @title simple 38 * @title check that frames are discarded and reinstananted correctly 46 * @title check that monitor is released by freturn 53 * @title Method is synchronized but thread is not monitor owner 66 * @title Lock structural rule 1 is violated 84 * @title method's return type - void 97 * @title method's return type - double 110 * @title number of arguments 123 * @title types of argument - double 136 * @title stack siz [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/i2d/ |
Test_i2d.java | 26 * @title Argument = 300000000 34 * @title Argument = 1 42 * @title Argument = -1 51 * @title Argument = Integer.MAX_VALUE 59 * @title Argument = Integer.MIN_VALUE 67 * @title Argument = 0 76 * @title number of arguments 89 * @title type of argument - float 102 * @title type of argument - long 115 * @title stack siz [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/i2f/ |
Test_i2f.java | 26 * @title Argument = 123456 34 * @title Argument = 1 42 * @title Argument = -1 50 * @title Argument = 33564439 58 * @title Argument = 0 66 * @title Argument = Argument = Integer.MAX_VALUE 74 * @title Argument = Integer.MIN_VALUE 83 * @title number of arguments 96 * @title type of argument - double 109 * @title type of argument - lon [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/i2l/ |
Test_i2l.java | 26 * @title Argument = 123456 34 * @title Argument = 1 42 * @title Argument = -1 50 * @title Argument = 0 58 * @title Argument = Integer.MAX_VALUE 66 * @title Argument = Integer.MIN_VALUE 75 * @title number of arguments 88 * @title type of argument - double 101 * @title type of argument - long 114 * @title stack siz [all...] |