/packages/services/BuiltInPrintService/jni/lib/ |
D | lib_wprint.c | 829 int retry = 0; in _job_thread() local 875 } else if (retry >= MAX_IDLE_WAIT) { in _job_thread() 906 retry++; in _job_thread() 1208 int retry, result; in _job_thread() local 1211 for (retry = 0, result = ERROR; ((result == ERROR) && (retry <= MAX_START_WAIT)); in _job_thread() 1212 retry++) { in _job_thread() 1213 if (retry != 0) { in _job_thread() 1220 for (retry = 0, result = ERROR; ((result == ERROR) && (retry <= MAX_DONE_WAIT)); in _job_thread() 1221 retry++) { in _job_thread() 1222 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 | 1242 bool retry; in ippSendRequest() local 1245 retry = false; in ippSendRequest() 1255 retry = true; in ippSendRequest() 1264 } 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/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransfer.java | 676 SocketConnectThread(BluetoothDevice device, boolean retry) { in SocketConnectThread() argument 682 mRetry = retry; in SocketConnectThread() 687 SocketConnectThread(BluetoothDevice device, boolean retry, boolean sdpInitiated, in SocketConnectThread() argument 694 mRetry = retry; in SocketConnectThread()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
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()
|
D | BluetoothMapContentObserver.java | 2516 public int retry; field in BluetoothMapContentObserver.PushMsgInfo 2528 PushMsgInfo(long id, int transparent, int retry, String phone, Uri uri) { in PushMsgInfo() argument 2531 this.retry = retry; in PushMsgInfo() 2556 int retry = ap.getRetry(); in pushMessage() local 2684 transparent, retry); in pushMessage() 2749 new PushMsgInfo(handle, transparent, retry, phone, uri); in pushMessage() 2775 int transparent, int retry) { in sendMmsMessage() argument 2803 sentIntent.putExtra(EXTRA_MESSAGE_SENT_RETRY, retry); in sendMmsMessage() 3165 intentSent.putExtra(EXTRA_MESSAGE_SENT_RETRY, msgInfo.retry); in sendMessage() 3287 if (msgInfo.retry == 1) { in actionMessageSent()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/ |
D | voicemail_transcription.proto | 35 // Resend the voicemail through TranscribeVoicemailAsync to retry. 39 // Resend the voicemail through TranscribeVoicemailAsync to retry.
|
/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/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | AbstractActivityController.java | 4000 actionTextResourceId = R.string.retry;
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|