/frameworks/base/core/tests/coretests/src/android/widget/ |
D | TextViewTest.java | 34 TextView tv = new TextView(mContext); in testArray() local 39 tv.setText(c, 1, 4); in testArray() 40 CharSequence oldText = tv.getText(); in testArray() 42 tv.setText(c, 4, 5); in testArray() 43 CharSequence newText = tv.getText(); in testArray() 63 TextView tv = new TextView(mContext); in testProcessTextActivityResultNonEditable() local 65 tv.setText(originalText, TextView.BufferType.SPANNABLE); in testProcessTextActivityResultNonEditable() 66 assertEquals(originalText, tv.getText().toString()); in testProcessTextActivityResultNonEditable() 67 tv.setTextIsSelectable(true); in testProcessTextActivityResultNonEditable() 68 Selection.setSelection((Spannable) tv.getText(), 0, tv.getText().length()); in testProcessTextActivityResultNonEditable() [all …]
|
/frameworks/base/core/tests/coretests/src/android/text/util/ |
D | LinkifyTest.java | 31 TextView tv; in testNothing() local 33 tv = new TextView(getContext()); in testNothing() 34 tv.setText("Hey, foo@google.com, call 415-555-1212."); in testNothing() 36 assertFalse(tv.getMovementMethod() instanceof LinkMovementMethod); in testNothing() 37 assertTrue(tv.getUrls().length == 0); in testNothing() 42 TextView tv; in testNormal() local 44 tv = new TextView(getContext()); in testNormal() 45 tv.setAutoLinkMask(Linkify.ALL); in testNormal() 46 tv.setText("Hey, foo@google.com, call 415-555-1212."); in testNormal() 48 assertTrue(tv.getMovementMethod() instanceof LinkMovementMethod); in testNormal() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackView.java | 61 public void onTaskViewClicked(TaskStackView stackView, TaskView tv, TaskStack stack, Task t, in onTaskViewClicked() argument 135 TaskView tv = taskViews.get(i); in TaskStackView() 136 tv.startNoUserInteractionAnimation(); in TaskStackView() 204 TaskView tv = iter.next(); in reset() local 205 tv.reset(); in reset() 253 TaskView tv = taskViews.get(i); in getChildViewForTask() local 254 if (tv.getTask() == t) { in getChildViewForTask() 255 return tv; in getChildViewForTask() 360 TaskView tv = taskViews.get(i); in synchronizeStackViewsWithModel() local 361 Task task = tv.getTask(); in synchronizeStackViewsWithModel() [all …]
|
D | TaskStackViewFilterAlgorithm.java | 64 for (final TaskView tv : childViewTransforms.keySet()) { in startFilteringAnimation() 65 TaskViewTransform t = childViewTransforms.get(tv); in startFilteringAnimation() 66 tv.animate().cancel(); in startFilteringAnimation() 67 tv.animate() in startFilteringAnimation() 71 childViewTransforms.remove(tv); in startFilteringAnimation() 74 for (TaskView tv : childrenToRemove) { in startFilteringAnimation() 75 mViewPool.returnViewToPool(tv); in startFilteringAnimation() 83 for (final TaskView tv : childViewTransforms.keySet()) { in startFilteringAnimation() 84 TaskViewTransform t = childViewTransforms.get(tv); in startFilteringAnimation() 85 tv.updateViewPropertiesToTaskTransform(t, duration); in startFilteringAnimation() [all …]
|
/frameworks/base/core/java/android/view/animation/ |
D | ScaleAnimation.java | 70 TypedValue tv = a.peekValue( in ScaleAnimation() local 73 if (tv != null) { in ScaleAnimation() 74 if (tv.type == TypedValue.TYPE_FLOAT) { in ScaleAnimation() 76 mFromX = tv.getFloat(); in ScaleAnimation() 78 mFromXType = tv.type; in ScaleAnimation() 79 mFromXData = tv.data; in ScaleAnimation() 82 tv = a.peekValue( in ScaleAnimation() 85 if (tv != null) { in ScaleAnimation() 86 if (tv.type == TypedValue.TYPE_FLOAT) { in ScaleAnimation() 88 mToX = tv.getFloat(); in ScaleAnimation() [all …]
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | ActiveSourceHandler.java | 64 HdmiCecLocalDeviceTv tv = mSource; in process() local 67 tv.startNewDeviceAction(newActive, deviceType); in process() 70 if (!tv.isProhibitMode()) { in process() 71 ActiveSource old = ActiveSource.of(tv.getActiveSource()); in process() 72 tv.updateActiveSource(newActive); in process() 75 tv.setPrevPortId(tv.getActivePortId()); in process() 77 tv.updateActiveInput(newActive.physicalAddress, notifyInputChange); in process() 83 ActiveSource current = tv.getActiveSource(); in process() 88 tv.updateActiveSource(current); in process() 91 tv.startRoutingControl(newActive.physicalAddress, current.physicalAddress, true, in process()
|
D | SystemAudioAutoInitiationAction.java | 52 tv().setSystemAudioMode(false, true); in sendGiveSystemAudioModeStatus() 80 boolean systemAudioModeSetting = tv().getSystemAudioModeSetting(); in handleSystemAudioModeStatusMessage() 82 addAndStartAction(new SystemAudioActionFromTv(tv(), mAvrAddress, systemAudioModeSetting, in handleSystemAudioModeStatusMessage() 101 if (tv().getSystemAudioModeSetting()) { in handleSystemAudioModeStatusTimeout() 103 addAndStartAction(new SystemAudioActionFromTv(tv(), mAvrAddress, true, null)); in handleSystemAudioModeStatusTimeout() 106 tv().setSystemAudioMode(false, true); in handleSystemAudioModeStatusTimeout() 112 return !(tv().hasAction(SystemAudioActionFromTv.class) in canChangeSystemAudio() 113 || tv().hasAction(SystemAudioActionFromAvr.class)); in canChangeSystemAudio()
|
D | HotplugDetectionAction.java | 118 if (tv().isSystemAudioActivated()) { in pollDevices() 151 BitSet currentInfos = infoListToBitSet(tv().getDeviceInfoList(false), audioOnly); in checkHotplug() 159 HdmiDeviceInfo avr = tv().getAvrDeviceInfo(); in checkHotplug() 160 if (avr != null && tv().isConnected(avr.getPortId())) { in checkHotplug() 228 tv().removeCecDevice(removedAddress); in removeDevice() 232 HdmiDeviceInfo info = tv().getCecDeviceInfo(address); in mayChangeRoutingPath() 234 tv().handleRemoveActiveRoutingPath(info.getPhysicalAddress()); in mayChangeRoutingPath() 266 tv().setSystemAudioMode(false, true); in mayDisableSystemAudioAndARC() 267 if (tv().isArcEstablished()) { in mayDisableSystemAudioAndARC() 268 tv().setAudioReturnChannel(false); in mayDisableSystemAudioAndARC()
|
D | HdmiControlService.java | 53 import android.media.tv.TvInputManager; 54 import android.media.tv.TvInputManager.TvInputCallback; 464 mCecController.setOption(OPTION_CEC_AUTO_WAKEUP, toInt(tv().getAutoWakeup())); in onInitializeCecComplete() 515 tv().setAutoWakeup(enabled); in onChange() 760 return tv() == null ? null : tv().getCecDeviceInfo(logicalAddress); in getDeviceInfo() 1200 HdmiCecLocalDeviceTv tv = tv(); in getActiveSource() local 1201 if (tv == null) { in getActiveSource() 1205 ActiveSource activeSource = tv.getActiveSource(); in getActiveSource() 1211 int activePath = tv.getActivePath(); in getActiveSource() 1213 HdmiDeviceInfo info = tv.getSafeDeviceInfoByPath(activePath); in getActiveSource() [all …]
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
D | EffectsTest.java | 181 TextView tv = new TextView(mContext); in set() local 182 tv.setText("Effect "+ position); in set() 183 addView(tv, new LinearLayout.LayoutParams( in set() 185 tv = new TextView(mContext); in set() 186 tv.setText(" type: "+ effectUuidToString(mDescriptors[position].type)); in set() 187 addView(tv, new LinearLayout.LayoutParams( in set() 189 tv = new TextView(mContext); in set() 190 tv.setText(" uuid: "+ mDescriptors[position].uuid.toString()); in set() 191 addView(tv, new LinearLayout.LayoutParams( in set() 193 tv = new TextView(mContext); in set() [all …]
|
/frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/ |
D | tv.jd | 2 page.image=/design/tv/images/atv-home.jpg 3 meta.tags="tv", "publish", "quality" 4 page.tags="tv", "publish", "googleplay" 21 <li><a href="{@docRoot}distribute/essentials/quality/tv.html">Качество телеприложений</a></li> 38 <a href="{@docRoot}distribute/essentials/quality/tv.html">Качество телеприложений</a>, 56 <img src="{@docRoot}images/gp-tv-process.png"> 70 …<a href="{@docRoot}design/tv/index.html">Рекомендации по разработке приложений для Android TV</a>,… 74 …нформация содержится в документе <a href="{@docRoot}distribute/essentials/quality/tv.html">Качество 89 …Обдумывая свое будущее телеприложение, изучите <a href="{@docRoot}training/tv/start/index.html">до… 145 …<li>Предусмотрите соблюдение критериев <a href="{@docRoot}distribute/essentials/quality/tv.html">К… [all …]
|
/frameworks/base/docs/html-intl/intl/zh-tw/distribute/googleplay/ |
D | tv.jd | 2 page.image=/design/tv/images/atv-home.jpg 3 meta.tags="tv", "publish", "quality" 4 page.tags="tv", "publish", "googleplay" 21 <li><a href="{@docRoot}distribute/essentials/quality/tv.html">電視應用程式品質</a></li> 32 …的應用程式應符合的可用性與品質標準的資訊,請務必閱讀<a href="{@docRoot}distribute/essentials/quality/tv.html">電視應用程式品質</a>。若… 44 <img src="{@docRoot}images/gp-tv-process.png"> 52 …若要準備在 Android 電視上成功推出應用程式,首先請檢閱有關在電視上營造絕佳應用程式體驗的指導方針。請參閱 <a href="{@docRoot}design/tv/index.html">… 56 …符合一組基本的品質準則,則可以參加。如需詳細資料,請參閱<a href="{@docRoot}distribute/essentials/quality/tv.html">電視應用程式品質</a>。 66 …考慮電視應用程式時,請檢閱<a href="{@docRoot}training/tv/start/index.html">開發人員文件</a>以及可用性指導方針,然後對以可能的最大限度提供支援進… 96 <li>符合<a href="{@docRoot}distribute/essentials/quality/tv.html">電視應用程式品質</a>指導方針 <ul> [all …]
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/ |
D | tv.jd | 2 page.image=/design/tv/images/atv-home.jpg 3 meta.tags="tv", "publish", "quality" 4 page.tags="tv", "publish", "googleplay" 21 <li><a href="{@docRoot}distribute/essentials/quality/tv.html">电视应用的质量</a></li> 38 <a href="{@docRoot}distribute/essentials/quality/tv.html">电视应用的质量</a> 56 <img src="{@docRoot}images/gp-tv-process.png"> 65 请参考 <a href="{@docRoot}design/tv/index.html">Android TV 设计准则</a>,了解有关针对电视扩展应用的建议,以及有关设计和可用性的详情。 74 参考<a href="{@docRoot}distribute/essentials/quality/tv.html">电视 89 在考虑您的电视应用时,请查看<a href="{@docRoot}training/tv/start/index.html">开发者文档</a>和可用性准则,并且尽可能支持这些准则。 145 <li>符合<a href="{@docRoot}distribute/essentials/quality/tv.html">电视应用的质量</a>准则 [all …]
|
/frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/ |
D | tv.jd | 2 page.image=/design/tv/images/atv-home.jpg 3 meta.tags="tv", "publish", "quality" 4 page.tags="tv", "publish", "googleplay" 21 <li><a href="{@docRoot}distribute/essentials/quality/tv.html">TV アプリの品質</a></li> 32 …ay からユーザーに配布する方法を確認してください。<a href="{@docRoot}distribute/essentials/quality/tv.html">TV アプリの品質</a>を… 44 <img src="{@docRoot}images/gp-tv-process.png"> 52 …ことから始めます。アプリを TV 用に拡張する場合の考え方、設計とユーザビリティの詳細については、<a href="{@docRoot}design/tv/index.html">Android … 56 …、アプリを参加させることができます。詳細については、<a href="{@docRoot}distribute/essentials/quality/tv.html">TV アプリの品質</a>を… 66 …TV アプリを検討する際には、<a href="{@docRoot}training/tv/start/index.html">デベロッパー向けドキュメント</a>とユーザビリティのガイドラインを… 96 <li><a href="{@docRoot}distribute/essentials/quality/tv.html">TV アプリの品質</a>に関するガイドラインに適合させる <ul> [all …]
|
/frameworks/base/docs/html-intl/intl/ko/distribute/googleplay/ |
D | tv.jd | 2 page.image=/design/tv/images/atv-home.jpg 3 meta.tags="tv", "publish", "quality" 4 page.tags="tv", "publish", "googleplay" 21 <li><a href="{@docRoot}distribute/essentials/quality/tv.html">TV 앱 품질</a></li> 37 …앱이 충족해야 하는 유용성 및 품질 표준에 대한 내용은 <a href="{@docRoot}distribute/essentials/quality/tv.html">TV 앱 품질</… 56 <img src="{@docRoot}images/gp-tv-process.png"> 64 …어보십시오. 앱을 TV용으로 확장하는 아이디어와 디자인 및 유용성에 대한 자세한 내용은 <a href="{@docRoot}design/tv/index.html">Android … 74 자세한 내용은 <a href="{@docRoot}distribute/essentials/quality/tv.html">TV 앱 품질</a>을 참조하십시오. 89 …TV 앱을 고려할 때는 <a href="{@docRoot}training/tv/start/index.html">개발자 문서</a> 및 유용성 가이드라인을 검토하고 최대한 지원 … 145 <li><a href="{@docRoot}distribute/essentials/quality/tv.html">TV 앱 품질</a> 가이드라인을 충족합니다. [all …]
|
/frameworks/base/docs/html/training/tv/tif/ |
D | tvinput.jd | 2 page.tags=tv, tif 19 <li><a href="{@docRoot}reference/android/media/tv/package-summary.html"> 20 android.media.tv</a></li> 21 <li><a class="external-lin" href="http://source.android.com/devices/tv/index.html"> 37 <a class="external-link" href="http://source.android.com/devices/tv/index.html"> 43 <li>{@link android.media.tv.TvInputService} provides long-running and background availability for 45 <li>{@link android.media.tv.TvInputService.Session} maintains the TV input state and communicates 47 <li>{@link android.media.tv.TvContract} describes the channels and programs available to the TV 49 <li>{@link android.media.tv.TvContract.Channels} represents information about a TV channel</li> 50 <li>{@link android.media.tv.TvContract.Programs} describes a TV program with data such as program [all …]
|
D | ui.jd | 2 page.tags=tv, tif 31 <img src="{@docRoot}images/tv/do-not-attempt.png" id="figure1"> 44 the {@link android.media.tv.TvInputService.Session#onSetSurface(android.view.Surface) TvInputServic… 97 {@link android.media.tv.TvInputService.Session#setOverlayViewEnabled(boolean) TvInputService.Sessio… 110 <p>Use a {@link android.view.View} object for the overlay, returned from {@link android.media.tv.Tv… 156 <p>When the user selects a channel, your TV input handles the {@link android.media.tv.TvInputServic… 157 onTune()} callback in the {@link android.media.tv.TvInputService.Session} object. The system TV 160 {@link android.media.tv.TvInputService.Session} <code>notify</code> methods that 166 video artifacts before your TV input renders the content. When you call {@link android.media.tv.TvI… 167 you can prevent the video from being presented by calling {@link android.media.tv.TvInputService.Se… [all …]
|
/frameworks/base/docs/html/training/tv/publishing/ |
D | checklist.jd | 2 page.tags="tv", "checklist" 18 <li><a href="{@docRoot}distribute/essentials/quality/tv.html">TV App Quality</a></li> 43 <a href="{@docRoot}distribute/essentials/quality/tv.html">TV App Quality</a>. 55 <p>See <a href="{@docRoot}training/tv/start/start.html#tv-activity">Declare a TV Activity</a>.</p> 65 …<p>See <a href="{@docRoot}training/tv/start/start.html#banner">Provide a home screen banner</a>.</… 70 …<p>See <a href="{@docRoot}training/tv/start/hardware.html#declare-hardware-requirements">Declaring… 75 …<p>See <a href="{@docRoot}training/tv/start/hardware.html#hardware-permissions">Declaring permissi… 89 …<p>See <a href="{@docRoot}training/tv/start/layouts.html#structure">Build Basic TV Layouts</a>.</p> 94 …<p>See <a href="{@docRoot}training/tv/start/layouts.html#visibility">Build Useable Text and Contro… 99 …<p>See <a href="{@docRoot}training/tv/start/layouts.html#density-resources">Manage Layout Resource… [all …]
|
/frameworks/base/media/java/android/media/tv/ |
D | ITvInputManager.aidl | 17 package android.media.tv; 22 import android.media.tv.DvbDeviceInfo; 23 import android.media.tv.ITvInputClient; 24 import android.media.tv.ITvInputHardware; 25 import android.media.tv.ITvInputHardwareCallback; 26 import android.media.tv.ITvInputManagerCallback; 27 import android.media.tv.TvContentRatingSystemInfo; 28 import android.media.tv.TvInputHardwareInfo; 29 import android.media.tv.TvInputInfo; 30 import android.media.tv.TvStreamConfig; [all …]
|
/frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/quality/ |
D | tv.jd | 3 page.image=/distribute/images/gp-tv-quality.png 25 <img src="{@docRoot}distribute/images/gp-tv-quality.png" style="width:480px;"> 38 …соблюдение <a href="{@docRoot}design/tv/index.html">Рекомендаций по разработке приложений для Andr… 40 …ознакомиться с учебным материалом <a href="{@docRoot}training/tv/start/index.html">Создание телепр… 51 <a href="{@docRoot}distribute/googleplay/tv.html">Распространение приложений в Android TV</a>.</p> 93 (<a href="{@docRoot}training/tv/start/start.html#tv-activity">См. как это сделать</a>) 105 (<a href="{@docRoot}design/tv/patterns.html#banner">См. как это сделать</a>) 117 (<a href="{@docRoot}design/tv/patterns.html#banner">См. как это сделать</a>) 129 (<a href="{@docRoot}training/tv/games/index.html#manifest">См. как это сделать</a>) 145 (<a href="{@docRoot}training/tv/start/layouts.html#structure">См. как это сделать</a>) [all …]
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/quality/ |
D | tv.jd | 3 page.image=/distribute/images/gp-tv-quality.png 25 <img src="{@docRoot}distribute/images/gp-tv-quality.png" style="width:480px;"> 38 <a href="{@docRoot}design/tv/index.html">Android TV 设计准则</a>,其中提供了关于如何为电视应用打造最佳用户体验的指导。 40 <a href="{@docRoot}training/tv/start/index.html">构建电视应用</a>培训,以了解电视应用的基本实现要求。 50 …g>有关如何在 Google Play 中发布电视应用的信息,请参见<a href="{@docRoot}distribute/googleplay/tv.html">分发到 Android TV… 93 (<a href="{@docRoot}training/tv/start/start.html#tv-activity">了解方法</a>) 105 (<a href="{@docRoot}design/tv/patterns.html#banner">了解方法</a>) 117 (<a href="{@docRoot}design/tv/patterns.html#banner">了解方法</a>) 129 (<a href="{@docRoot}training/tv/games/index.html#manifest">了解方法</a>) 145 (<a href="{@docRoot}training/tv/start/layouts.html#structure">了解方法</a>) [all …]
|
/frameworks/base/docs/html-intl/intl/zh-tw/distribute/googleplay/quality/ |
D | tv.jd | 3 page.image=/distribute/images/gp-tv-quality.png 23 <img src="{@docRoot}distribute/images/gp-tv-quality.png" style="width:480px;"> 31 …href="{@docRoot}design/tv/index.html">Android 電視設計指導方針</a>,這些指導方針針對如何為電視應用程式建置最優的使用者體驗提供了指示。此外,您還應… 38 …有關如何在 Google Play 中發行電視應用程式的資訊,請參閱<a href="{@docRoot}distribute/googleplay/tv.html">散佈至 Android 電視… 78 …應用程式在安裝後,會在 Android 電視啟動器中顯示啟動器圖示。(<a href="{@docRoot}training/tv/start/start.html#tv-activity">進行… 89 …在 Android 電視啟動器中,應用程式會顯示 320px x 180px 的完整大小橫幅作為其啟動器圖示。(<a href="{@docRoot}design/tv/patterns.html… 100 應用程式啟動橫幅包含應用程式的名稱。(<a href="{@docRoot}design/tv/patterns.html#banner">進行了解</a>) 112 (<a href="{@docRoot}training/tv/games/index.html#manifest">進行了解</a>) 127 所有應用程式介面都以橫向顯示。(<a href="{@docRoot}training/tv/start/layouts.html#structure">進行了解</a>) 138 應用程式顯示的核心文字大小至少為 16sp。(<a href="{@docRoot}design/tv/style.html#typography">進行了解</a>) [all …]
|
/frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/quality/ |
D | tv.jd | 3 page.image=/distribute/images/gp-tv-quality.png 24 <img src="{@docRoot}distribute/images/gp-tv-quality.png" style="width:480px;"> 32 …ref="{@docRoot}design/tv/index.html">Android TV の設計ガイドライン</a>を確認し、これに従うことです。また、TV アプリ実装の基本要件を理解するた… 39 … アプリを Google Play に公開する方法について詳しくは、<a href="{@docRoot}distribute/googleplay/tv.html">Android TV への配… 79 …に Android TV ランチャーにランチャー アイコンを表示します。(<a href="{@docRoot}training/tv/start/start.html#tv-activity">… 90 …のフルサイズ バナーを Android TV ランチャーにランチャー アイコンとして表示します。(<a href="{@docRoot}design/tv/patterns.html#banner… 101 … アプリのランチャー バナーにアプリの名前が含まれています。(<a href="{@docRoot}design/tv/patterns.html#banner">こちらを参照してください</a>) 113 (<a href="{@docRoot}training/tv/games/index.html#manifest">こちらを参照してください</a>) 128 …すべてのアプリのインターフェイスが横長方向で表示されます。(<a href="{@docRoot}training/tv/start/layouts.html#structure">こちらを参照し… 139 …アプリは 16sp 以上のサイズで主要テキストを表示します。(<a href="{@docRoot}design/tv/style.html#typography">こちらを参照してください</a… [all …]
|
/frameworks/base/docs/html-intl/intl/ko/distribute/googleplay/quality/ |
D | tv.jd | 3 page.image=/distribute/images/gp-tv-quality.png 25 <img src="{@docRoot}distribute/images/gp-tv-quality.png" style="width:480px;"> 37 …는 첫 번째 단계는 최고의 TV 앱 사용자 경험을 제공하는 방법에 대한 지침을 안내하는 <a href="{@docRoot}design/tv/index.html">Android … 39 …또한 <a href="{@docRoot}training/tv/start/index.html">TV 앱 작성</a> 교육 자료를 검토하여 기본적인 TV 앱 구현 요구사항을 이해해… 50 …ong> Google Play에서 TV 앱을 게시하는 방법은 <a href="{@docRoot}distribute/googleplay/tv.html">Android TV에 배포… 93 (<a href="{@docRoot}training/tv/start/start.html#tv-activity">방법 알아보기</a>) 105 (<a href="{@docRoot}design/tv/patterns.html#banner">방법 알아보기</a>) 117 (<a href="{@docRoot}design/tv/patterns.html#banner">방법 알아보기</a>) 129 (<a href="{@docRoot}training/tv/games/index.html#manifest">방법 알아보기</a>) 145 (<a href="{@docRoot}training/tv/start/layouts.html#structure">방법 알아보기</a>) [all …]
|
/frameworks/native/cmds/bugreport/ |
D | bugreport.cpp | 53 struct timeval tv; in main() local 54 tv.tv_sec = 3 * 60; in main() 55 tv.tv_usec = 0; in main() 56 if (setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, &tv, sizeof(tv)) == -1) { in main()
|