/packages/services/BuiltInPrintService/jni/lib/ |
D | lib_wprint.c | 832 int retry = 0; in _job_thread() local 867 } else if (retry >= MAX_IDLE_WAIT) { in _job_thread() 898 retry++; in _job_thread() 1195 int retry, result; in _job_thread() local 1198 for (retry = 0, result = ERROR; ((result == ERROR) && (retry <= MAX_START_WAIT)); in _job_thread() 1199 retry++) { in _job_thread() 1200 if (retry != 0) { in _job_thread() 1207 for (retry = 0, result = ERROR; ((result == ERROR) && (retry <= MAX_DONE_WAIT)); in _job_thread() 1208 retry++) { in _job_thread() 1209 if (retry != 0) { in _job_thread() [all …]
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarPackageManagerTest.java | 149 int retry = 0; in pollingCheck() local 151 while (!checked && (retry < maxRetry)) { in pollingCheck() 153 retry++; in pollingCheck()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/ |
D | RequestPushMessage.java | 44 boolean retry) { in RequestPushMessage() argument 49 oap.add(OAP_TAGID_RETRY, retry ? RETRY_ON : RETRY_OFF); in RequestPushMessage()
|
/packages/services/BuiltInPrintService/jni/ipphelper/ |
D | ipp_print.c | 478 bool retry; in _start_job() local 483 retry = false; in _start_job() 509 retry = true; in _start_job() 525 } while (retry); in _start_job()
|
D | ipphelper.c | 1230 bool retry; in ippSendRequest() local 1233 retry = false; in ippSendRequest() 1243 retry = true; in ippSendRequest() 1252 } while (retry); in ippSendRequest()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | BackgroundWorkerService.java | 144 final boolean retry = false; in doBackgroundWork() 151 if (retry) { in doBackgroundWork()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/ |
D | HdHomeRunDiscover.java | 72 for (int retry = 0; in findDevices() 73 retry < HDHOMERUN_DISCOVER_RETRY_LIMIT && resultList.isEmpty(); in findDevices() 74 retry++) { in findDevices()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransfer.java | 675 SocketConnectThread(BluetoothDevice device, boolean retry) { in SocketConnectThread() argument 681 mRetry = retry; in SocketConnectThread() 686 SocketConnectThread(BluetoothDevice device, boolean retry, boolean sdpInitiated, in SocketConnectThread() argument 693 mRetry = retry; in SocketConnectThread()
|
/packages/modules/DnsResolver/ |
D | README-DoT.md | 85 If there are any pending queries, `DnsTlsTransport` will retry them. 87 `DnsTlsQueryMap` imposes a retry limit of 3. `DnsTlsTransport` will retry the query up
|
D | res_send.cpp | 899 retry: in retrying_poll() 915 if (errno == EINTR) goto retry; in retrying_poll()
|
D | stats.proto | 360 // Number of DNS query retry times
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 2527 public int retry; field in BluetoothMapContentObserver.PushMsgInfo 2539 PushMsgInfo(long id, int transparent, int retry, String phone, Uri uri) { in PushMsgInfo() argument 2542 this.retry = retry; in PushMsgInfo() 2598 int retry = ap.getRetry(); in pushMessage() local 2699 (BluetoothMapbMessageMime) msg, transparent, retry); in pushMessage() 2738 (BluetoothMapbMessageMime) msg, transparent, retry); in pushMessage() 2803 new PushMsgInfo(handle, transparent, retry, phone, uri); in pushMessage() 2829 int transparent, int retry) { in sendMmsMessage() argument 2857 sentIntent.putExtra(EXTRA_MESSAGE_SENT_RETRY, retry); in sendMmsMessage() 3219 intentSent.putExtra(EXTRA_MESSAGE_SENT_RETRY, msgInfo.retry); in sendMessage() [all …]
|
D | BluetoothMapAppParams.java | 1196 public void setRetry(int retry) throws IllegalArgumentException { in setRetry() argument 1197 if (retry < 0 || retry > 0x0001) { in setRetry() 1200 this.mRetry = retry; in setRetry()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/ |
D | voicemail_transcription.proto | 34 // Resend the voicemail through TranscribeVoicemailAsync to retry. 38 // Resend the voicemail through TranscribeVoicemailAsync to retry.
|
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcTag.cpp | 720 int retry = 0; in reSelect() local 727 retry++; in reSelect() 729 __func__, retry, sConnectOk); in reSelect() 730 } while (sConnectOk == false && retry < 3); in reSelect()
|
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/activity/ |
D | AssociationActivity.java | 203 .setTitle(R.string.retry) in showConfirmButtons()
|
/packages/apps/Settings/src/com/android/settings/wifi/dpp/ |
D | WifiDppAddDeviceFragment.java | 166 mButtonRight.setText(R.string.retry); in showErrorUi()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/dpp/ |
D | WifiDppAddDeviceFragment.java | 166 mButtonRight.setText(R.string.retry); in showErrorUi()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |