/cts/tools/dx-tests/src/dxc/junit/opcodes/dmul/ |
Test_dmul.java | 26 * @title Arguments = 2.7d, 3.14d 35 * @title Arguments = 0, -3.14d 43 * @title Arguments = -2.7d, -3.14d 51 * @title Arguments = Double.MAX_VALUE, Double.NaN 59 * @title Arguments = Double.POSITIVE_INFINITY, 0 67 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d 76 * @title Arguments = Double.POSITIVE_INFINITY, 86 * @title Arguments = +0, -0d 94 * @title Arguments = -0d, -0d 102 * @title Arguments = Double.MAX_VALUE, Double.MAX_VALU [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/fmul/ |
Test_fmul.java | 26 * @title Arguments = 2.7f, 3.14f 34 * @title Arguments = 0, -3.14f 42 * @title Arguments = -2.7f, -3.14f 50 * @title Arguments = Float.MAX_VALUE, Float.NaN 58 * @title Arguments = Float.POSITIVE_INFINITY, 0 66 * @title Arguments = Float.POSITIVE_INFINITY, -2.7f 75 * @title Arguments = Float.POSITIVE_INFINITY, 85 * @title Arguments = +0, -0f 93 * @title Arguments = -0f, -0f 101 * @title Arguments = Float.MAX_VALUE, Float.MAX_VALU [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/lushr/ |
Test_lushr.java | 26 * @title Arguments = 40000000000l, 3 34 * @title Arguments = 40000000000l, 1 42 * @title Arguments = -123456789l, 1 50 * @title Arguments = 1, -1 58 * @title Arguments = 123456789l, 64 66 * @title Arguments = 123456789l, 63 74 * @title Arguments = 0, -1 82 * @title Arguments = Long.MAX_VALUE, 1 90 * @title Arguments = Long.MIN_VALUE, 1 98 * @title Arguments = 1, [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/double_to_float/ |
Test_double_to_float.java | 26 * @title Argument = 2.71 34 * @title Argument = 1 42 * @title Argument = -1 50 * @title Type of argument - long. Dalvik doens't distinguish 64-bits types internally, 62 * @title Argument = Double.MAX_VALUE 70 * @title Argument = Double.MIN_VALUE 78 * @title Argument = -0 86 * @title Argument = NaN 94 * @title Argument = POSITIVE_INFINITY 102 * @title Argument = NEGATIVE_INFINIT [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/float_to_double/ |
Test_float_to_double.java | 26 * @title Argument = 0.5 34 * @title Argument = 1 42 * @title Argument = -1 50 * @title Type of argument - int. Dalvik doens't distinguish 32-bits types internally, 63 * @title Argument = Float.MAX_VALUE 72 * @title Argument = Float.MIN_VALUE 81 * @title Argument = -0 89 * @title Argument = NaN 97 * @title Argument = POSITIVE_INFINITY 105 * @title Argument = NEGATIVE_INFINIT [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/if_eqz/ |
Test_if_eqz.java | 13 * @title Argument = 5 and -5 26 * @title Arguments = not null 35 * @title Types of arguments - float. Dalvik doens't distinguish 32-bits types internally, 44 * @title Arguments = Integer.MAX_VALUE 52 * @title Arguments = Integer.MIN_VALUE 60 * @title Arguments = Float.MAX_VALUE 68 * @title Arguments = Float.MIN_VALUE 76 * @title Arguments = 0 84 * @title Compare with null 93 * @title number of register [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/int_to_short/ |
Test_int_to_short.java | 26 * @title Argument = 1 34 * @title Argument = -1 42 * @title Argument = 32767 50 * @title Argument = -32768 58 * @title Argument = -32769 66 * @title Argument = 32768 74 * @title Argument = 0x10fedc; 82 * @title Type of argument - float. Dalvik doens't distinguish 32-bits types internally, 95 * @title Argument = 0 103 * @title Argument = Integer.MAX_VALU [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/mul_double/ |
Test_mul_double.java | 26 * @title Arguments = 2.7d, 3.14d 35 * @title Arguments = 0, -3.14d 43 * @title Arguments = -2.7d, -3.14d 51 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally, 64 * @title Arguments = Double.MAX_VALUE, Double.NaN 72 * @title Arguments = Double.POSITIVE_INFINITY, 0 80 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d 89 * @title Arguments = Double.POSITIVE_INFINITY, 99 * @title Arguments = +0, -0d 107 * @title Arguments = -0d, -0 [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/mul_double_2addr/ |
Test_mul_double_2addr.java | 27 * @title Arguments = 2.7d, 3.14d 36 * @title Arguments = 0, -3.14d 44 * @title Arguments = -2.7d, -3.14d 52 * @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, 0 81 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d 90 * @title Arguments = Double.POSITIVE_INFINITY, 100 * @title Arguments = +0, -0d 108 * @title Arguments = -0d, -0 [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/mul_long/ |
Test_mul_long.java | 27 * @title Arguments = 222000000000l, 5000000000l 35 * @title Arguments = -123456789l, 123456789l 43 * @title Arguments = -123456789l, -123456789l 51 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally, 64 * @title Arguments = 0, Long.MAX_VALUE 72 * @title Arguments = Long.MAX_VALUE, 1 80 * @title Arguments = Long.MIN_VALUE, 1 88 * @title Arguments = Long.MAX_VALUE, Long.MIN_VALUE 97 * @title Arguments = 0, 0 105 * @title Arguments = Long.MAX_VALUE, - [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/mul_long_2addr/ |
Test_mul_long_2addr.java | 27 * @title Arguments = 222000000000l, 5000000000l 35 * @title Arguments = -123456789l, 123456789l 43 * @title Arguments = -123456789l, -123456789l 51 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally, 64 * @title Arguments = 0, Long.MAX_VALUE 72 * @title Arguments = Long.MAX_VALUE, 1 80 * @title Arguments = Long.MIN_VALUE, 1 88 * @title Arguments = Long.MAX_VALUE, Long.MIN_VALUE 97 * @title Arguments = 0, 0 105 * @title Arguments = Long.MAX_VALUE, - [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/not_int/ |
Test_not_int.java | 27 * @title Argument = 5; 256 36 * @title Argument = -5, -256 45 * @title Argument = 0xcafe; 0x12c 54 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally, 66 * @title Argument = Integer.MAX_VALUE 74 * @title Argument = Integer.MIN_VALUE 82 * @title Argument = 1 90 * @title Argument = 0 98 * @title Argument = -1 106 * @title Argument = Short.MAX_VALU [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/shl_long/ |
Test_shl_long.java | 11 * @title Arguments = 5000000000l, 3 19 * @title Arguments = 5000000000l, 1 27 * @title Arguments = -5000000000l, 1 35 * @title Arguments = 1 & -1 43 * @title Verify that shift distance is actually in range 0 to 64. 51 * @title Types of arguments - double, int. Dalvik doens't distinguish 64-bits types internally, 65 * @title Arguments = 0 & -1 73 * @title Arguments = 1 & 0 81 * @title Arguments = Long.MAX_VALUE & 1 89 * @title Arguments = Long.MIN_VALUE & [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/shl_long_2addr/ |
Test_shl_long_2addr.java | 11 * @title Arguments = 5000000000l, 3 19 * @title Arguments = 5000000000l, 1 27 * @title Arguments = -5000000000l, 1 35 * @title Arguments = 1 & -1 43 * @title Verify that shift distance is actually in range 0 to 64. 51 * @title Types of arguments - double, int. Dalvik doens't distinguish 64-bits types internally, 65 * @title Arguments = 0 & -1 73 * @title Arguments = 1 & 0 81 * @title Arguments = Long.MAX_VALUE & 1 89 * @title Arguments = Long.MIN_VALUE & [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/shr_long/ |
Test_shr_long.java | 11 * @title Arguments = 40000000000l, 3 19 * @title Arguments = 40000000000l, 1 27 * @title Arguments = -40000000000l, 1 35 * @title Arguments = 1 & -1 43 * @title Verify that shift distance is actually in range 0 to 64. 51 * @title Types of arguments - double, int. Dalvik doens't distinguish 64-bits types internally, 64 * @title Arguments = 0 & -1 72 * @title Arguments = 1 & 0 80 * @title Arguments = Long.MAX_VALUE & 1 88 * @title Arguments = Long.MIN_VALUE & [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/shr_long_2addr/ |
Test_shr_long_2addr.java | 11 * @title Arguments = 40000000000l, 3 19 * @title Arguments = 40000000000l, 1 27 * @title Arguments = -40000000000l, 1 35 * @title Arguments = 1 & -1 43 * @title Verify that shift distance is actually in range 0 to 64. 51 * @title Types of arguments - double, int. Dalvik doens't distinguish 64-bits types internally, 64 * @title Arguments = 0 & -1 72 * @title Arguments = 1 & 0 80 * @title Arguments = Long.MAX_VALUE & 1 88 * @title Arguments = Long.MIN_VALUE & [all...] |
/packages/apps/Settings/res/xml/ |
apn_editor.xml | 19 android:title="@string/apn_edit"> 21 android:title="@string/apn_name" 28 android:title="@string/apn_apn" 35 android:title="@string/apn_http_proxy" 42 android:title="@string/apn_http_port" 49 android:title="@string/apn_user" 56 android:title="@string/apn_password" 63 android:title="@string/apn_server" 70 android:title="@string/apn_mmsc" 77 android:title="@string/apn_mms_proxy [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/l2d/ |
Test_l2d.java | 26 * @title Argument = 50000000000 34 * @title Argument = 1 42 * @title Argument = -1 50 * @title Argument = Long.MAX_VALUE 58 * @title Argument = Long.MIN_VALUE 66 * @title Argument = 0 75 * @title number of arguments 88 * @title type of argument - float 101 * @title type of argument - integer 114 * @title type of argument - referenc [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/l2f/ |
Test_l2f.java | 26 * @title Argument = 123456789012345 34 * @title Argument = 1 42 * @title Argument = -1 50 * @title Argument = Long.MAX_VALUE 58 * @title Argument = Long.MIN_VALUE 66 * @title Argument = 0 75 * @title number of arguments 88 * @title type of argument - double 101 * @title type of argument - integer 114 * @title type of argument - referenc [all...] |
/external/clearsilver/cs/ |
test_cgi_escape.cs | 5 <head><title><?cs var:Title ?></title> 18 implicit: <?cs var:Title ?> 19 explicit escape: <?cs var:html_escape(Title) ?> 20 uvar: <?cs uvar:Title ?> 21 implicit_slice: <?cs var:string.slice(Title, 7, 100) ?> 22 slice_explicit_escape: <?cs var:string.slice(html_escape(Title), 7, 100) ?> 23 explicit_escape_slice: <?cs var:html_escape(string.slice(Title, 7, 100)) ?> 26 non-html output: <?cs var:Title ? [all...] |
/external/jsr305/javadoc/javax/annotation/meta/ |
package-frame.html | 6 <TITLE> 8 </TITLE> 12 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> 26 <A HREF="TypeQualifierValidator.html" title="interface in javax.annotation.meta" target="classFrame"><I>TypeQualifierValidator</I></A></FONT></TD> 37 <A HREF="When.html" title="enum in javax.annotation.meta" target="classFrame">When</A></FONT></TD> 48 <A HREF="Exclusive.html" title="annotation in javax.annotation.meta" target="classFrame">Exclusive</A> 50 <A HREF="Exhaustive.html" title="annotation in javax.annotation.meta" target="classFrame">Exhaustive</A> 52 <A HREF="TypeQualifier.html" title="annotation in javax.annotation.meta" target="classFrame">TypeQualifier</A> 54 <A HREF="TypeQualifierDefault.html" title="annotation in javax.annotation.meta" target="classFrame">TypeQualifierDefault</A> 56 <A HREF="TypeQualifierNickname.html" title="annotation in javax.annotation.meta" target="classFrame">TypeQualifierNickname</A></FONT></TD [all...] |
/packages/apps/Browser/res/xml/ |
debug_preferences.xml | 20 android:title="@string/pref_development_title" 28 android:title="@string/pref_development_error_console" /> 33 android:title="@string/pref_development_single_column_rendering" /> 38 android:title="@string/pref_development_viewport" /> 43 android:title="@string/pref_development_normal_rendering" /> 48 android:title="@string/pref_development_trace" /> 53 android:title="Enable light touch" /> 58 android:title="@string/pref_development_nav_dump" /> 62 android:title="@string/js_engine_flags" 67 android:title="@string/pref_development_uastring [all...] |
/packages/inputmethods/LatinIME/java/res/xml/ |
prefs.xml | 18 android:title="@string/english_ime_settings" 23 android:title="@string/vibrate_on_keypress" 29 android:title="@string/sound_on_keypress" 35 android:title="@string/auto_cap" 42 android:title="@string/voice_input" 50 android:title="@string/language_selection_title" 57 android:title="@string/prediction_category" 62 android:title="@string/quick_fixes" 70 android:title="@string/show_suggestions" 78 android:title="@string/auto_complete [all...] |
/external/guava/javadoc/com/google/common/io/ |
package-frame.html | 6 <TITLE> 8 </TITLE> 12 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> 26 <A HREF="ByteArrayDataInput.html" title="interface in com.google.common.io" target="classFrame"><I>ByteArrayDataInput</I></A> 28 <A HREF="ByteArrayDataOutput.html" title="interface in com.google.common.io" target="classFrame"><I>ByteArrayDataOutput</I></A> 30 <A HREF="ByteProcessor.html" title="interface in com.google.common.io" target="classFrame"><I>ByteProcessor</I></A> 32 <A HREF="InputSupplier.html" title="interface in com.google.common.io" target="classFrame"><I>InputSupplier</I></A> 34 <A HREF="LineProcessor.html" title="interface in com.google.common.io" target="classFrame"><I>LineProcessor</I></A> 36 <A HREF="OutputSupplier.html" title="interface in com.google.common.io" target="classFrame"><I>OutputSupplier</I></A></FONT></TD> 47 <A HREF="ByteStreams.html" title="class in com.google.common.io" target="classFrame">ByteStreams</A [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/d2f/ |
Test_d2f.java | 26 * @title Argument = 2.71 34 * @title Argument = 1 42 * @title Argument = -1 50 * @title Argument = Double.MAX_VALUE 58 * @title Argument = Double.MIN_VALUE 66 * @title Argument = -0 74 * @title Argument = NaN 82 * @title Argument = POSITIVE_INFINITY 90 * @title Argument = NEGATIVE_INFINITY 99 * @title Argument = -Double.MIN_VALU [all...] |