/cts/tools/vm-tests/src/dot/junit/opcodes/int_to_long/ |
Test_int_to_long.java | 26 * @title Argument = 123456 34 * @title Argument = 1 42 * @title Argument = -1 50 * @title Type of argument - float. Dalvik doens't distinguish 32-bits types internally, 63 * @title Argument = 0 71 * @title Argument = Integer.MAX_VALUE 79 * @title Argument = Integer.MIN_VALUE 90 * @title type of argument - double 104 * @title type of argument - long 117 * @title number of register [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/long_to_int/ |
Test_long_to_int.java | 26 * @title Argument = 0xAAAAFFEEDDCCl 34 * @title Argument = -123456789 42 * @title Argument = 1 50 * @title Argument = -1 58 * @title Type of argument - double. Dalvik doens't distinguish 64-bits types internally, 70 * @title Argument = Long.MAX_VALUE 78 * @title Argument = Long.MIN_VALUE 86 * @title Argument = 0 97 * @title type of argument - float 111 * @title type of argument - referenc [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/neg_int/ |
Test_neg_int.java | 28 * @title Argument = 1 36 * @title Argument = -1 44 * @title Argument = 32768 52 * @title Argument = 0 60 * @title Check that -x == (~x + 1) 68 * @title Types of arguments - float, int. Dalvik doens't distinguish 32-bits types internally, 80 * @title Argument = Integer.MAX_VALUE 88 * @title Argument = Integer.MIN_VALUE 97 * @title number of registers 113 * @title type of argument - doubl [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/neg_long/ |
Test_neg_long.java | 28 * @title Argument = 123123123272432432l 36 * @title Argument = 1 44 * @title Argument = -1 52 * @title Check that -x == (~x + 1) 60 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally, 74 * @title Argument = 0 82 * @title Argument = Long.MAX_VALUE 90 * @title Argument = Long.MIN_VALUE 99 * @title number of registers 114 * @title type of argument - in [all...] |
/development/apps/SpareParts/res/xml/ |
spare_parts.xml | 22 android:title="@string/device_info_title"> 25 android:title="@string/title_battery_history" 33 android:title="@string/title_battery_information" 41 android:title="@string/title_usage_statistics" 51 android:title="@string/general_title"> 55 android:title="@string/title_window_animations" 63 android:title="@string/title_transition_animations" 71 android:title="@string/title_fancy_ime_animations" 77 android:title="@string/title_font_size" 85 android:title="@string/title_end_button [all...] |
/development/samples/ApiDemos/res/xml/ |
preferences.xml | 22 android:title="@string/inline_preferences"> 26 android:title="@string/title_toggle_preference" 32 android:title="@string/dialog_based_preferences"> 36 android:title="@string/title_edittext_preference" 42 android:title="@string/title_list_preference" 51 android:title="@string/launch_preferences"> 58 android:title="@string/title_screen_preference" 65 android:title="@string/title_next_screen_toggle_preference" 71 android:title="@string/title_intent_preference" 82 android:title="@string/preference_attributes" [all...] |
/development/simulator/app/assets/danger-hiptop-m1/ |
layout.xml | 5 <!-- title for menus --> 6 <title>Danger hiptop M1</title>
|
/external/grub/stage2/ |
preset_menu.c | 9 "title sysloader\n" 14 "title recovery\n" 19 "title std_boot\n"
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
lexical-041.js | 15 var TITLE = "Identifiers"; 18 writeHeaderToLog( SECTION + " "+ TITLE); 20 writeHeaderToLog( SECTION + " "+ TITLE);
|
lexical-042.js | 15 var TITLE = "Identifiers"; 18 writeHeaderToLog( SECTION + " "+ TITLE); 21 writeHeaderToLog( SECTION + " "+ TITLE);
|
/external/webkit/WebCore/manual-tests/wml/ |
onevent-prev.wml | 4 <card id="card1" title="Card 1"> 7 <anchor title="Go to card2">Go 12 <card id="card2" title="Card 2">
|
select-element.wml | 4 <card id="card1" title="Select Test"> 8 <select name="cars" title="SELECT" multiple="true"> 21 <card id="card2" title="Answer">
|
/packages/apps/Phone/res/xml/ |
gsm_umts_additional_options.xml | 4 android:title="@string/additional_gsm_call_settings"> 8 android:title="@string/labelCallerId" 17 android:title="@string/labelCW"
|
gsm_umts_call_options.xml | 4 android:title="@string/labelGSMMore"> 8 android:title="@string/labelCF" 18 android:title="@string/additional_gsm_call_settings"
|
/external/webkit/WebKit/gtk/webkit/ |
webkitwebhistoryitem.cpp | 38 * A history item consists out of a title and a uri. It can be part of the 57 WebCore::CString title; member in struct:_WebKitWebHistoryItemPrivate 116 priv->title = WebCore::CString(); 136 * WebKitWebHistoryItem:title: 138 * The title of the history item. 145 "title", 146 _("Title"), 147 _("The title of the history item"), 152 * WebKitWebHistoryItem:alternate-title: 154 * The alternate title of the history item [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/dup2/ |
Test_dup2.java | 29 * @title type of argument - int, int 37 * @title type of argument - float, float 45 * @title type of argument - double, int 53 * @title type of argument - long, int 62 * @title number of arguments 75 * @title stack size
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/dup2_x1/ |
Test_dup2_x1.java | 29 * @title type of argument - int, int, int 37 * @title type of argument - float, float, float 45 * @title type of argument - double, int 53 * @title type of argument - long, int 62 * @title number of arguments 75 * @title stack size
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/goto_w/ |
Test_goto_w.java | 27 * @title normal test 35 * @title normal test 43 * @title negative offset 52 * @title branch target is inside instruction 65 * @title branch target shall be inside the 79 * @title branch target shall not be "inside" wide
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/opc_goto/ |
Test_opc_goto.java | 27 * @title normal test 35 * @title normal test 43 * @title negative offset 52 * @title branch target is inside instruction 65 * @title branch target shall be inside the 79 * @title branch target shall not be "inside" wide
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/i18n/ |
MessageBundle.java | 10 * title entry key 12 public static final String TITLE_ENTRY = "title"; 40 * Returns the title message in the given locale and timezone. 43 * @return the title message. 52 * Returns the title message in the given locale and the default timezone. 54 * @return the title message.
|
/external/bluetooth/glib/docs/reference/gobject/ |
gobject-query.xml | 26 <refsect1><title>Description</title> 33 <refsect1><title>Invocation</title> 39 <refsect2><title>Options</title>
|
/packages/apps/AlarmClock/res/xml/ |
alarm_prefs.xml | 18 android:title="@string/set_alarm"> 21 android:title="@string/time"/> 24 android:title="@string/alert" 31 android:title="@string/alarm_vibrate"/> 35 android:title="@string/alarm_repeat" /> 38 android:title="@string/label"
|
settings.xml | 19 android:title="@string/settings"> 23 android:title="@string/alarm_in_silent_mode_title" 27 android:title="@string/alarm_volume_title" 35 android:title="@string/snooze_duration_title" 43 android:title="@string/volume_button_setting_title" 51 android:title="@string/default_ringtone_setting_title"
|
/packages/apps/Contacts/res/menu/ |
edit.xml | 22 android:title="@string/menu_done" /> 28 android:title="@string/menu_doNotSave" /> 33 android:title="@string/menu_newContact" /> 38 android:title="@string/menu_deleteContact" /> 43 android:title="@string/menu_splitAggregate" /> 48 android:title="@string/menu_joinAggregate" />
|
/packages/apps/Email/res/menu/ |
message_list_option.xml | 22 android:title="@string/refresh_action" 27 android:title="@string/compose_action" 32 android:title="@string/deselect_all_action" 37 android:title="@string/folders_action" 41 android:title="@string/accounts_action" 45 android:title="@string/account_settings_action"
|