/cts/tools/vm-tests/src/dot/junit/opcodes/cmpl_double/ |
Test_cmpl_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, 108 * @title types of arguments - double, floa [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/cmpl_float/ |
Test_cmpl_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, 106 * @title types of arguments - float, doubl [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/if_gez/ |
Test_if_gez.java | 11 * @title Argument = 5 19 * @title Argument = -5 27 * @title Types of arguments - float. Dalvik doens't distinguish 32-bits types internally, 36 * @title Arguments = Integer.MAX_VALUE 44 * @title Arguments = Integer.MIN_VALUE 52 * @title Arguments = 0 61 * @title number of registers 76 * @title types of arguments - double 89 * @title types of arguments - long 102 * @title types of arguments - referenc [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/if_gtz/ |
Test_if_gtz.java | 11 * @title Argument = 5 19 * @title Argument = -5 27 * @title Types of arguments - float. Dalvik doens't distinguish 32-bits types internally, 36 * @title Arguments = Integer.MAX_VALUE 44 * @title Arguments = Integer.MIN_VALUE 52 * @title Arguments = 0 61 * @title number of registers 75 * @title types of arguments - double 88 * @title types of arguments - long 101 * @title types of arguments - referenc [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/if_lez/ |
Test_if_lez.java | 11 * @title Argument = 5 19 * @title Argument = -5 27 * @title Types of arguments - float. Dalvik doens't distinguish 32-bits types internally, 36 * @title Arguments = Integer.MAX_VALUE 44 * @title Arguments = Integer.MIN_VALUE 52 * @title Arguments = 0 61 * @title number of registers 76 * @title types of arguments - double 89 * @title types of arguments - long 102 * @title types of arguments - referenc [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/if_ltz/ |
Test_if_ltz.java | 11 * @title Argument = 5 19 * @title Argument = -5 27 * @title Types of arguments - float. Dalvik doens't distinguish 32-bits types internally, 36 * @title Arguments = Integer.MAX_VALUE 44 * @title Arguments = Integer.MIN_VALUE 52 * @title Arguments = 0 61 * @title number of registers 75 * @title types of arguments - double 88 * @title types of arguments - long 101 * @title types of arguments - referenc [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/int_to_char/ |
Test_int_to_char.java | 27 * @title Argument = 65 35 * @title Argument = 65537 43 * @title Argument = -2 51 * @title Argument = 0x110000 59 * @title Type of argument - float. Dalvik doens't distinguish 32-bits types internally, 72 * @title Argument = 0 80 * @title Argument = 65535 88 * @title Argument = Integer.MAX_VALUE 96 * @title Argument = Integer.MIN_VALUE 106 * @title type of argument - doubl [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/not_long/ |
Test_not_long.java | 27 * @title Argument = 500000l 35 * @title Argument = -500000l 43 * @title Argument = 0xcafe; 0x12c 52 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally, 64 * @title Argument = Long.MAX_VALUE 72 * @title Argument = Long.MIN_VALUE 80 * @title Argument = 1l 88 * @title Argument = 0l 96 * @title Argument = -1l 105 * @title number of register [all...] |
/packages/apps/Phone/res/xml/ |
call_feature_setting.xml | 18 android:title="@string/call_settings"> 22 android:title="@string/fdn" 34 android:title="@string/voicemail" 38 android:title="@string/voicemail_provider" 44 android:title="@string/voicemail_settings" 58 android:title="@string/voicemail_settings_number_label" 68 android:title="@string/other_settings" 73 android:title="@string/auto_retry_mode_title" 79 android:title="@string/tty_mode_option_title" 87 android:title="@string/hac_mode_title [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/iand/ |
Test_iand.java | 26 * @title Arguments = 15, 8 34 * @title Arguments = 0xfffffff8, 0xfffffff1 42 * @title Arguments = 0xcafe & -1 50 * @title Arguments = 0 & -1 58 * @title Arguments = Integer.MAX_VALUE & Integer.MIN_VALUE 67 * @title number of arguments 80 * @title types of arguments - double & int 93 * @title types of arguments - long & int 106 * @title types of arguments - int & reference
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/ior/ |
Test_ior.java | 26 * @title Arguments = 15, 8 34 * @title Arguments = 0xfffffff8, 0xfffffff1 42 * @title Arguments = 0xcafe & -1 50 * @title Arguments = 0 & -1 58 * @title Arguments = Integer.MAX_VALUE & Integer.MIN_VALUE 67 * @title number of arguments 80 * @title types of arguments - double & int 93 * @title types of arguments - long & int 106 * @title types of arguments - reference & int
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/ixor/ |
Test_ixor.java | 26 * @title Arguments = 15, 8 34 * @title Arguments = 0xfffffff8, 0xfffffff1 42 * @title Arguments = 0xcafe & -1 50 * @title Arguments = 0 & -1 58 * @title Arguments = Integer.MAX_VALUE & Integer.MIN_VALUE 67 * @title number of arguments 80 * @title types of arguments - double & int 93 * @title types of arguments - long & int 106 * @title types of arguments - reference & int
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/land/ |
Test_land.java | 26 * @title Arguments = 0xfffffff8aal, 0xfffffff1aal 34 * @title Arguments = 987654321, 123456789 42 * @title Arguments = 0xABCDEF & -1 50 * @title Arguments = 0 & -1 58 * @title Arguments = Long.MAX_VALUE & Long.MIN_VALUE 67 * @title number of arguments 80 * @title types of arguments - float & long 93 * @title types of arguments - int & long 106 * @title types of arguments - reference & long
|
/cts/tools/vm-tests/src/dot/junit/opcodes/xor_int/ |
Test_xor_int.java | 26 * @title Arguments = 15, 8 34 * @title Arguments = 0xfffffff8, 0xfffffff1 42 * @title Arguments = 0xcafe, -1 50 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally, 62 * @title Arguments = 0, -1 70 * @title Arguments = Integer.MAX_VALUE, Integer.MIN_VALUE 81 * @title types of arguments - long, int 94 * @title types of arguments - reference, int 108 * @title number of registers
|
/cts/tools/vm-tests/src/dot/junit/opcodes/xor_int_2addr/ |
Test_xor_int_2addr.java | 26 * @title Arguments = 15, 8 34 * @title Arguments = 0xfffffff8, 0xfffffff1 42 * @title Arguments = 0xcafe, -1 50 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally, 62 * @title Arguments = 0, -1 70 * @title Arguments = Integer.MAX_VALUE, Integer.MIN_VALUE 81 * @title types of arguments - long, int 94 * @title types of arguments - reference, int 107 * @title number of registers
|
/packages/apps/Calendar/res/xml/ |
preferences.xml | 18 <PreferenceCategory android:title="@string/preferences_general_title"> 22 android:title="@string/preferences_hide_declined_title" /> 25 <PreferenceCategory android:title="@string/preferences_alerts_title"> 29 android:title="@string/preferences_alerts_type_title" 37 android:title="@string/preferences_alerts_ringtone_title" 44 android:title="@string/preferences_alerts_vibrateWhen_title" 54 android:title="@string/preferences_default_reminder_title" 61 android:title="@string/preferences_about_title"> 64 android:title="@string/preferences_build_version" />
|
/packages/apps/Settings/res/xml/ |
tts_settings.xml | 18 android:title="@string/tts_settings_title"> 23 android:title="@string/tts_play_example_title" 28 android:title="@string/use_default_tts_settings_title" 33 android:title="@string/tts_default_settings_section"> 36 android:title="@string/tts_default_synth_title" 45 android:title="@string/tts_install_data_title" 50 android:title="@string/tts_default_rate_title" 58 android:title="@string/tts_default_lang_title" 67 android:title="@string/tts_engines_section" />
|
security_settings_picker.xml | 21 android:title="@string/lock_settings_picker_title"> 25 android:title="@string/unlock_set_unlock_none_title" 31 android:title="@string/unlock_set_unlock_pattern_title" 37 android:title="@string/unlock_set_unlock_pin_title" 43 android:title="@string/unlock_set_unlock_password_title"
|
wifi_settings.xml | 18 android:title="@string/wifi_settings_category"> 22 android:title="@string/wifi_quick_toggle_title" 29 android:title="@string/wifi_notify_open_networks" 36 android:title="@string/wifi_access_points" 42 android:title="@string/wifi_add_network"
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
RssItem.java | 24 public String title; field in class:RssItem 29 public RssItem(String url, String title){ 31 this.title = title; 35 return title;
|
/development/samples/RSSReader/src/com/example/android/rssreader/ |
RssItem.java | 21 * title, link, description. 34 public RssItem(CharSequence title, CharSequence link, CharSequence description) { 35 mTitle = title; 60 public void setTitle(CharSequence title) { 61 mTitle = title;
|
/packages/apps/Contacts/res/menu/ |
list.xml | 21 android:title="@string/menu_search" /> 26 android:title="@string/menu_newContact" 32 android:title="@string/menu_displayGroup" /> 37 android:title="@string/menu_accounts" /> 42 android:title="@string/menu_import_export" />
|
/packages/apps/Email/res/menu/ |
account_folder_list_context.xml | 19 android:title="@string/open_action" /> 21 android:title="@string/compose_action" /> 23 android:title="@string/refresh_action" /> 25 android:title="@string/account_settings_action" /> 27 android:title="@string/remove_account_action" />
|
account_folder_list_option.xml | 20 android:title="@string/refresh_action" 25 android:title="@string/compose_action" 29 android:title="@string/add_account_action" 34 android:title="@string/search_action" /> 36 android:title="@string/preferences_action" />
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/ldiv/ |
Test_ldiv.java | 26 * @title Arguments = 100000000000l, 40000000000l 34 * @title Rounding 42 * @title Dividend = 0 50 * @title Dividend is negative 58 * @title Divisor is negative 66 * @title Both Dividend and divisor are negative 74 * @title Arguments = Long.MIN_VALUE, -1 81 * @title Arguments = Long.MIN_VALUE, 1 88 * @title Arguments = Long.MAX_VALUE, 1 95 * @title Arguments = Long.MIN_VALUE, Long.MAX_VALU [all...] |