Home
last modified time | relevance | path

Searched refs:R (Results 1 – 25 of 1055) sorted by relevance

12345678910>>...43

/cts/tests/tests/content/src/android/content/res/cts/
DFractionTest.java23 import android.content.cts.R;
39 tryFraction(R.dimen.frac100perc, 1, 1, 1); in testFractions()
40 tryFraction(R.dimen.frac1perc, 1, 1, .01f); in testFractions()
41 tryFraction(R.dimen.fracp1perc, 1, 1, .001f); in testFractions()
42 tryFraction(R.dimen.fracp01perc, 1, 1, .0001f); in testFractions()
43 tryFraction(R.dimen.frac0perc, 1, 1, 0); in testFractions()
44 tryFraction(R.dimen.frac1p1perc, 1, 1, .011f); in testFractions()
45 tryFraction(R.dimen.frac100p1perc, 1, 1, 1.001f); in testFractions()
46 tryFraction(R.dimen.frac25510perc, 1, 1, 255.1f); in testFractions()
47 tryFraction(R.dimen.frac25610perc, 1, 1, 256.1f); in testFractions()
[all …]
DTypedArrayTest.java23 import android.content.cts.R;
66 .obtainStyledAttributes(R.style.Whatever, R.styleable.style1); in setUp()
77 R.style.Whatever, R.styleable.style1); in testGetType()
79 assertEquals(TypedValue.TYPE_INT_BOOLEAN, t.getType(R.styleable.style1_type1)); in testGetType()
80 assertEquals(TypedValue.TYPE_INT_BOOLEAN, t.getType(R.styleable.style1_type2)); in testGetType()
81 assertEquals(TypedValue.TYPE_INT_COLOR_ARGB8, t.getType(R.styleable.style1_type3)); in testGetType()
82 assertEquals(TypedValue.TYPE_INT_COLOR_ARGB8, t.getType(R.styleable.style1_type4)); in testGetType()
83 assertEquals(TypedValue.TYPE_DIMENSION, t.getType(R.styleable.style1_type5)); in testGetType()
84 assertEquals(TypedValue.TYPE_DIMENSION, t.getType(R.styleable.style1_type6)); in testGetType()
85 assertEquals(TypedValue.TYPE_DIMENSION, t.getType(R.styleable.style1_type7)); in testGetType()
[all …]
DConfigTest.java34 import android.content.cts.R;
233 checkValue(res, bagRes, R.styleable.TestConfig, in checkPair()
245 checkValue(res, R.configVarying.simple, "simple default"); in testAllEmptyConfigs()
246 checkValue(res, R.configVarying.bag, in testAllEmptyConfigs()
247 R.styleable.TestConfig, new String[]{"bag default"}); in testAllEmptyConfigs()
252 checkValue(res, R.configVarying.simple, "simple xx"); in testAllEmptyConfigs()
253 checkValue(res, R.configVarying.bag, in testAllEmptyConfigs()
254 R.styleable.TestConfig, new String[]{"bag xx"}); in testAllEmptyConfigs()
260 checkValue(res, R.configVarying.simple, "simple xx-rYY"); in testAllEmptyConfigs()
261 checkValue(res, R.configVarying.bag, in testAllEmptyConfigs()
[all …]
DPrimitiveTest.java24 import android.content.cts.R;
36 final TypedArray sa = mContext.obtainStyledAttributes(resid, R.styleable.EnumStyle); in tryEnum()
37 final int value = sa.getInt(R.styleable.EnumStyle_testEnum, -1); in tryEnum()
46 tryEnum(R.style.TestEnum1, 1); in testEnum()
47 tryEnum(R.style.TestEnum2, 2); in testEnum()
48 tryEnum(R.style.TestEnum10, 10); in testEnum()
49 tryEnum(R.style.TestEnum1_EmptyInherit, 1); in testEnum()
53 final TypedArray sa = mContext.obtainStyledAttributes(resid, R.styleable.FlagStyle); in tryFlag()
54 final int value = sa.getInt(R.styleable.FlagStyle_testFlags, -1); in tryFlag()
63 tryFlag(R.style.TestFlag1, 0x1); in testFlags()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DEnterprisePrivacyTestListActivity.java31 import com.android.cts.verifier.R;
83 setContentView(R.layout.pass_fail_list); in onCreate()
110 new ButtonInfo(R.string.enterprise_privacy_open_settings, in buildCommandTest()
118 new ButtonInfo(R.string.enterprise_privacy_reset, buildCommandIntent( in buildAdminGrantedPermissionTest()
123 new ButtonInfo(R.string.enterprise_privacy_grant, buildCommandIntent( in buildAdminGrantedPermissionTest()
128 new ButtonInfo(R.string.enterprise_privacy_open_settings, in buildAdminGrantedPermissionTest()
134 R.string.enterprise_privacy_page, in addTestsToAdapter()
135 R.string.enterprise_privacy_page_info, in addTestsToAdapter()
136 new ButtonInfo(R.string.go_button_text, new Intent(Settings.ACTION_SETTINGS)))); in addTestsToAdapter()
138 R.string.enterprise_privacy_network_logging, in addTestsToAdapter()
[all …]
DDeviceOwnerPositiveTestActivity.java37 import com.android.cts.verifier.R;
98 getString(R.string.device_owner_incorrect_device_owner), null); in onCreate()
104 setContentView(R.layout.positive_device_owner); in onCreate()
105 setInfoResources(R.string.device_owner_positive_tests, in onCreate()
106 R.string.device_owner_positive_tests_info, 0); in onCreate()
110 adapter.add(TestListItem.newCategory(this, R.string.device_owner_positive_category)); in onCreate()
123 View setDeviceOwnerButton = findViewById(R.id.set_device_owner_button); in onCreate()
129 .setIcon(android.R.drawable.ic_dialog_info) in onCreate()
130 .setTitle(R.string.set_device_owner_dialog_title) in onCreate()
131 .setMessage(R.string.set_device_owner_dialog_text) in onCreate()
[all …]
DPolicyTransparencyTestActivity.java37 import com.android.cts.verifier.R;
77 R.string.auto_time_required_set_step, in POLICY_TEST_ITEMS.put()
78 R.string.set_auto_time_required_action, in POLICY_TEST_ITEMS.put()
79 R.string.set_auto_time_required_widget_label, in POLICY_TEST_ITEMS.put()
80 R.id.switch_widget, in POLICY_TEST_ITEMS.put()
83 R.string.disallow_keyguard_unredacted_notifications_set_step, in POLICY_TEST_ITEMS.put()
84 R.string.disallow_keyguard_unredacted_notifications_action, in POLICY_TEST_ITEMS.put()
85 R.string.disallow_keyguard_unredacted_notifications_widget_label, in POLICY_TEST_ITEMS.put()
86 R.id.switch_widget, in POLICY_TEST_ITEMS.put()
89 R.string.lock_screen_info_set_step, in POLICY_TEST_ITEMS.put()
[all …]
DUserRestrictions.java26 import com.android.cts.verifier.R;
65 R.string.disallow_add_user,
66 R.string.disallow_adjust_volume,
67 R.string.disallow_apps_control,
68 R.string.disallow_config_cell_broadcasts,
69 R.string.disallow_config_credentials,
70 R.string.disallow_config_mobile_networks,
71 R.string.disallow_config_tethering,
72 R.string.disallow_config_wifi,
73 R.string.disallow_debugging_features,
[all …]
DByodFlowTestActivity.java36 import com.android.cts.verifier.R;
115 super(R.layout.provisioning_byod, in ByodFlowTestActivity()
116 R.string.provisioning_byod, R.string.provisioning_byod_info, in ByodFlowTestActivity()
117 R.string.provisioning_byod_instructions); in ByodFlowTestActivity()
129 mPrepareTestButton.setText(R.string.provisioning_byod_start); in onCreate()
205 R.string.provisioning_byod_profileowner, in setupTests()
214 R.string.provisioning_byod_disk_encryption, in setupTests()
229 R.string.provisioning_byod_workapps_visible, in setupTests()
231 R.string.provisioning_byod_workapps_visible_instruction, in setupTests()
233 R.drawable.badged_icon); in setupTests()
[all …]
DAlwaysOnVpnSettingsTestActivity.java26 import com.android.cts.verifier.R;
42 super(R.layout.provisioning_byod, in AlwaysOnVpnSettingsTestActivity()
43 R.string.provisioning_byod_always_on_vpn, in AlwaysOnVpnSettingsTestActivity()
44 R.string.provisioning_byod_always_on_vpn_info, in AlwaysOnVpnSettingsTestActivity()
45 R.string.provisioning_byod_always_on_vpn_instruction); in AlwaysOnVpnSettingsTestActivity()
51 R.string.provisioning_byod_always_on_vpn_api23, in setupTests()
53 R.string.provisioning_byod_always_on_vpn_api23_instruction, in setupTests()
57 R.string.provisioning_byod_always_on_vpn_api24, in setupTests()
59 R.string.provisioning_byod_always_on_vpn_api24_instruction, in setupTests()
63 R.string.provisioning_byod_always_on_vpn_not_always_on, in setupTests()
[all …]
DWifiLockdownTestActivity.java31 import com.android.cts.verifier.R;
46 private static final int NONE = R.id.device_owner_keymgmnt_none;
47 private static final int WPA = R.id.device_owner_keymgmnt_wpa;
48 private static final int WEP = R.id.device_owner_keymgmnt_wep;
63 setContentView(R.layout.wifi_lockdown); in onCreate()
64 setInfoResources(R.string.device_owner_wifi_lockdown_test, in onCreate()
65 R.string.device_owner_wifi_lockdown_info, 0); in onCreate()
71 R.string.wifi_lockdown_go_settings_wifi_button, in onCreate()
74 R.string.switch_wifi_lockdown_off_button, in onCreate()
83 R.string.switch_wifi_lockdown_on_button, in onCreate()
[all …]
DDeviceOwnerRequestingBugreportTestActivity.java35 import com.android.cts.verifier.R;
77 getString(R.string.device_owner_incorrect_device_owner), null); in onCreate()
86 setContentView(R.layout.requesting_bugreport_device_owner); in onCreate()
87 setInfoResources(R.string.device_owner_requesting_bugreport_tests, in onCreate()
88 R.string.device_owner_requesting_bugreport_tests_info, 0); in onCreate()
93 R.string.device_owner_requesting_bugreport_category)); in onCreate()
106 View setDeviceOwnerButton = findViewById(R.id.set_device_owner_button); in onCreate()
112 .setIcon(android.R.drawable.ic_dialog_info) in onCreate()
113 .setTitle(R.string.set_device_owner_dialog_title) in onCreate()
114 .setMessage(R.string.set_device_owner_dialog_text) in onCreate()
[all …]
/cts/tests/tests/view/src/android/view/cts/
DMenuInflaterTest.java83 mMenuInflater.inflate(R.menu.browser, mMenu); in testInflate()
96 mMenuInflater.inflate(R.menu.browser, null); in testInflateNullMenu()
104 mMenuInflater.inflate(R.menu.visible_shortcut, mMenu); in testInflateAlphabeticShortcutFromXml()
106 assertTrue(mMenu.findItem(R.id.visible_item).isVisible()); in testInflateAlphabeticShortcutFromXml()
107 assertEquals('a', mMenu.findItem(R.id.visible_item).getAlphabeticShortcut()); in testInflateAlphabeticShortcutFromXml()
109 assertFalse(mMenu.findItem(R.id.hidden_item).isVisible()); in testInflateAlphabeticShortcutFromXml()
110 assertEquals('b', mMenu.findItem(R.id.hidden_item).getAlphabeticShortcut()); in testInflateAlphabeticShortcutFromXml()
112 assertEquals(R.id.hidden_group, mMenu.findItem(R.id.hidden_by_group).getGroupId()); in testInflateAlphabeticShortcutFromXml()
113 assertFalse(mMenu.findItem(R.id.hidden_by_group).isVisible()); in testInflateAlphabeticShortcutFromXml()
114 assertEquals('c', mMenu.findItem(R.id.hidden_by_group).getAlphabeticShortcut()); in testInflateAlphabeticShortcutFromXml()
[all …]
DDragDropTest.java361 injectMouse5(R.id.draggable, MotionEvent.ACTION_DOWN); in startDrag()
365 View v = mActivity.findViewById(R.id.draggable); in startDrag()
389 setRejectingHandlersOnTree(mActivity.findViewById(R.id.drag_drop_activity_main)); in testNoExtraEvents()
392 mActivity.findViewById(R.id.inner).setOnDragListener((v, ev) -> { in testNoExtraEvents()
396 mActivity.findViewById(R.id.subcontainer).setOnDragListener((v, ev) -> { in testNoExtraEvents()
406 injectMouse5(R.id.container, MotionEvent.ACTION_MOVE); in testNoExtraEvents()
408 injectMouse5(R.id.inner, MotionEvent.ACTION_UP); in testNoExtraEvents()
410 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.inner, R.id.draggable); in testNoExtraEvents()
411 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.subcontainer, R.id.draggable); in testNoExtraEvents()
412 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.container, R.id.draggable); in testNoExtraEvents()
[all …]
/cts/hostsidetests/theme/app/src/android/theme/app/
DThemeDeviceActivity.java79 setContentView(R.layout.theme_test); in onCreate()
81 mViewGroup = (ReferenceViewGroup) findViewById(R.id.reference_view_group); in onCreate()
204 new Theme(Theme.HOLO, android.R.style.Theme_Holo,
206 new Theme(Theme.HOLO, android.R.style.Theme_Holo_Dialog,
208 new Theme(Theme.HOLO, android.R.style.Theme_Holo_Dialog_MinWidth,
210 new Theme(Theme.HOLO, android.R.style.Theme_Holo_Dialog_NoActionBar,
212 new Theme(Theme.HOLO, android.R.style.Theme_Holo_Dialog_NoActionBar_MinWidth,
214 new Theme(Theme.HOLO, android.R.style.Theme_Holo_DialogWhenLarge,
216 new Theme(Theme.HOLO, android.R.style.Theme_Holo_DialogWhenLarge_NoActionBar,
218 new Theme(Theme.HOLO, android.R.style.Theme_Holo_InputMethod,
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DHceReaderTestActivity.java23 import com.android.cts.verifier.R;
35 setContentView(R.layout.pass_fail_list); in onCreate()
36 setInfoResources(R.string.nfc_test, R.string.nfc_hce_reader_test_info, 0); in onCreate()
42 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_reader_tests)); in onCreate()
44 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_protocol_params_reader, in onCreate()
48 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_single_payment_reader, in onCreate()
49 getString(R.string.nfc_hce_single_payment_reader), in onCreate()
52 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_dual_payment_reader, in onCreate()
53 getString(R.string.nfc_hce_dual_payment_reader), in onCreate()
56 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_change_default_reader, in onCreate()
[all …]
/cts/tests/tests/preference2/src/android/preference2/cts/
DPreferenceFromCodeActivity.java19 import android.preference2.cts.R;
46 prefCat.setTitle(R.string.inline_preferences); in addPreferenceCategory()
53 checkboxPref.setIcon(R.drawable.ic_launcher); in addPreferenceCategory()
54 checkboxPref.setTitle(R.string.title_checkbox_preference); in addPreferenceCategory()
55 checkboxPref.setSummary(R.string.summary_checkbox_preference); in addPreferenceCategory()
56 checkboxPref.setSummaryOn(R.string.summary_on_checkbox_preference); in addPreferenceCategory()
57 checkboxPref.setSummaryOff(R.string.summary_off_checkbox_preference); in addPreferenceCategory()
65 switchPref.setTitle(R.string.title_switch_preference); in addPreferenceCategory()
66 switchPref.setSummary(R.string.summary_switch_preference); in addPreferenceCategory()
67 switchPref.setSummaryOn(R.string.summary_on_switch_preference); in addPreferenceCategory()
[all …]
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DVectorDrawableTest.java33 import android.graphics.cts.R;
63 R.drawable.vector_icon_create,
64 R.drawable.vector_icon_delete,
65 R.drawable.vector_icon_heart,
66 R.drawable.vector_icon_schedule,
67 R.drawable.vector_icon_settings,
68 R.drawable.vector_icon_random_path_1,
69 R.drawable.vector_icon_random_path_2,
70 R.drawable.vector_icon_repeated_cq,
71 R.drawable.vector_icon_repeated_st,
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java122 mRemoteViews = new RemoteViews(PACKAGE_NAME, R.layout.remoteviews_good); in setup()
128 (R.id.remoteView_host); in setup()
139 new RemoteViews(PACKAGE_NAME, R.layout.remoteviews_good); in testConstructor()
148 mRemoteViews = new RemoteViews(null, R.layout.remoteviews_good); in testGetPackage()
154 assertEquals(R.layout.remoteviews_good, mRemoteViews.getLayoutId()); in testGetLayoutId()
156 mRemoteViews = new RemoteViews(PACKAGE_NAME, R.layout.listview_layout); in testGetLayoutId()
157 assertEquals(R.layout.listview_layout, mRemoteViews.getLayoutId()); in testGetLayoutId()
168 View view = mResult.findViewById(R.id.remoteView_frame); in testSetContentDescription()
172 CharSequence contentDescription = mContext.getString(R.string.remote_content_description); in testSetContentDescription()
173 mRemoteViews.setContentDescription(R.id.remoteView_frame, contentDescription); in testSetContentDescription()
[all …]
DTextViewFontWeightTest.java49 (ViewGroup) inflater.inflate(R.layout.textview_weight_test_layout, null); in getTextView()
132 assertFontSelected(getTextView(R.id.textView_weight100_upright), new FontStyle(100, false)); in testWeight()
133 assertFontSelected(getTextView(R.id.textView_weight100_italic), new FontStyle(100, true)); in testWeight()
134 assertFontSelected(getTextView(R.id.textView_weight200_upright), new FontStyle(200, false)); in testWeight()
135 assertFontSelected(getTextView(R.id.textView_weight200_italic), new FontStyle(200, true)); in testWeight()
136 assertFontSelected(getTextView(R.id.textView_weight300_upright), new FontStyle(300, false)); in testWeight()
137 assertFontSelected(getTextView(R.id.textView_weight300_italic), new FontStyle(300, true)); in testWeight()
138 assertFontSelected(getTextView(R.id.textView_weight400_upright), new FontStyle(400, false)); in testWeight()
139 assertFontSelected(getTextView(R.id.textView_weight400_italic), new FontStyle(400, true)); in testWeight()
140 assertFontSelected(getTextView(R.id.textView_weight500_upright), new FontStyle(500, false)); in testWeight()
[all …]
/cts/tests/tests/transition/src/android/transition/cts/
DActivityTransitionTest.java131 enterScene(R.layout.scene10); in viewsNotStripped()
133 View sharedElement = mActivity.findViewById(R.id.blueSquare); in viewsNotStripped()
137 intent.putExtra(TargetActivity.EXTRA_LAYOUT_ID, R.layout.scene12); in viewsNotStripped()
147 R.id.redSquare, R.id.greenSquare, R.id.blueSquare, R.id.yellowSquare); in viewsNotStripped()
148 assertTargetExcludes(targetActivity.enterTransition, R.id.holder); in viewsNotStripped()
150 assertTargetContains(targetActivity.sharedElementEnterTransition, R.id.holder); in viewsNotStripped()
152 R.id.redSquare, R.id.greenSquare, R.id.blueSquare, R.id.yellowSquare); in viewsNotStripped()
154 assertTargetContains(mExitTransition, R.id.redSquare, R.id.greenSquare, R.id.yellowSquare); in viewsNotStripped()
155 assertTargetExcludes(mExitTransition, R.id.blueSquare, R.id.holder); in viewsNotStripped()
157 assertEquals(View.VISIBLE, targetActivity.findViewById(R.id.redSquare).getVisibility()); in viewsNotStripped()
[all …]
/cts/tests/tests/theme/src/android/theme/cts/
DDeviceDefaultTest.java34 assertActionBar(android.R.style.Theme_DeviceDefault); in testGetActionBar_DeviceDefault()
38 assertNoActionBar(android.R.style.Theme_DeviceDefault_Dialog); in testGetActionBar_DeviceDefault_Dialog()
42 assertNoActionBar(android.R.style.Theme_DeviceDefault_Dialog_MinWidth); in testGetActionBar_DeviceDefault_MinWidth()
46 assertNoActionBar(android.R.style.Theme_DeviceDefault_Dialog_NoActionBar); in testGetActionBar_DeviceDefault_Dialog_NoActionBar()
50 assertNoActionBar(android.R.style.Theme_DeviceDefault_Dialog_NoActionBar_MinWidth); in testGetActionBar_DeviceDefault_Dialog_NoActionBar_MinWidth()
54 assertActionBarWhenLarge(android.R.style.Theme_DeviceDefault_DialogWhenLarge); in testGetActionBar_DeviceDefault_DialogWhenLarge()
58 assertNoActionBar(android.R.style.Theme_DeviceDefault_DialogWhenLarge_NoActionBar); in testGetActionBar_DeviceDefault_DialogWhenLarge_NoActionBar()
63 assertNoActionBar(android.R.style.Theme_DeviceDefault_InputMethod); in testGetActionBar_DeviceDefault_InputMethod()
67 assertActionBar(android.R.style.Theme_DeviceDefault_Light); in testGetActionBar_DeviceDefault_Light()
71 assertActionBar(android.R.style.Theme_DeviceDefault_Light_DarkActionBar); in testGetActionBar_DeviceDefault_Light_DarkActionBar()
[all …]
/cts/tests/tests/graphics/src/android/graphics/cts/
DColorTest.java42 { 0xff000000, android.R.color.background_dark }, in resourceColor()
43 { 0xffffffff, android.R.color.background_light }, in resourceColor()
44 { 0xff000000, android.R.color.black }, in resourceColor()
45 { 0xffaaaaaa, android.R.color.darker_gray }, in resourceColor()
46 { 0xff00ddff, android.R.color.holo_blue_bright }, in resourceColor()
47 { 0xff0099cc, android.R.color.holo_blue_dark }, in resourceColor()
48 { 0xff33b5e5, android.R.color.holo_blue_light }, in resourceColor()
49 { 0xff669900, android.R.color.holo_green_dark }, in resourceColor()
50 { 0xff99cc00, android.R.color.holo_green_light }, in resourceColor()
51 { 0xffff8800, android.R.color.holo_orange_dark }, in resourceColor()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/voicemail/
DVisualVoicemailServiceActivity.java29 import com.android.cts.verifier.R;
62 mInsertSimImage.setImageDrawable(getDrawable(R.drawable.fs_good));
63 mInsertSimText.setText(getText(R.string.visual_voicemail_service_insert_sim_received));
70 mRemoveSimImage.setImageDrawable(getDrawable(R.drawable.fs_good));
71 mRemoveSimText.setText(getText(R.string.visual_voicemail_service_remove_sim_received));
80 View view = getLayoutInflater().inflate(R.layout.visual_voicemail_service, null); in onCreate()
82 setInfoResources(R.string.visual_voicemail_service_test, in onCreate()
83 R.string.visual_voicemail_service_instructions, -1); in onCreate()
89 mSetDefaultDialerImage = (ImageView) findViewById(R.id.set_default_dialer_image); in onCreate()
90 mRestoreDefaultDialerImage = (ImageView) findViewById(R.id.restore_default_dialer_image); in onCreate()
[all …]
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DFontRenderingTests.java26 import android.uirendering.cts.R;
74 R.drawable.hello1); in testDefaultFont()
81 R.drawable.bold1); in testBoldFont()
88 R.drawable.italic1); in testItalicFont()
95 R.drawable.bolditalic1); in testBoldItalicFont()
102 R.drawable.medium1); in testMediumFont()
110 R.drawable.black1); in testMediumBoldFont()
117 R.drawable.mediumitalic1); in testMediumItalicFont()
124 R.drawable.blackitalic1); in testMediumBoldItalicFont()
131 R.drawable.light1); in testLightFont()
[all …]

12345678910>>...43