Searched refs:retry (Results 201 - 225 of 274) sorted by relevance

1234567891011

/external/e2fsprogs/lib/ext2fs/
H A Dextent.c325 retry:
565 goto retry;
570 goto retry;
/external/ipsec-tools/src/racoon/
H A Disakmp_inf.c1693 isakmp_sched_r_u(iph1, retry)
1695 int retry;
1706 if(retry)
H A Dpfkey.c2833 int retry = 0; local
2838 plog(LLV_DEBUG, LOCATION, NULL, "pk_recv: retry[%d] recv() \n", retry );
2840 retry++;
2842 while (*lenp < 0 && errno == EAGAIN && retry < 3);
/external/boringssl/src/crypto/x509/
H A Dx509_vfy.c189 int num, j, retry, trust; local
406 retry = 0;
432 retry = 1;
437 } while (retry);
/external/doclava/res/assets/templates-sdk/assets/js/
H A Dprettify.js20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],K=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransaction.java757 InetAddress receiverAddress, int receiverPort, boolean retry)
756 sendMessage(byte[] messageBytes, InetAddress receiverAddress, int receiverPort, boolean retry) argument
/external/toybox/generated/
H A Dglobals.h543 long retry, timeout, errortimeout; member in struct:dhcp6_data
/external/wpa_supplicant_8/wpa_supplicant/
H A Dscan.c203 int retry = wpa_s->last_scan_req != MANUAL_SCAN_REQ && local
207 retry = 0;
215 ret, retry ? " retry=1" : "");
218 if (retry) {
/external/autotest/client/tests/aiostress/
H A Daio-stress.c507 retry:
519 goto retry;
761 * retry
/external/autotest/server/cros/bluetooth/
H A Dbluetooth_adapter_tests.py79 """retry the emulated device's method.
122 logging.info('%s: retry the 2nd time.', method_name)
280 logging.info('retry: creating a new serial device...')
292 def retry(test_method, instance, *args, **kwargs): function
298 @param test_method: the test method to retry
313 logging.info('%s: retry the 2nd time.', test_method.__name__)
324 logging.info('%s: retry the 2nd time.', test_method.__name__)
335 1. the test_method to conduct and retry: should retry the test_method.
338 2. the retry fla
[all...]
/external/freetype/src/sfnt/
H A Dsfobjs.c763 retry:
780 /* Swap out stream and retry! */
782 goto retry;
H A Dttsbit.c1497 retry:
1540 goto retry;
/external/libxml2/
H A Dnanohttp.c1373 retry:
1553 goto retry;
H A Drngparser.c262 retry:
279 goto retry;
H A Dencoding.c2410 retry:
2458 goto retry;
2542 goto retry;
2579 retry:
2622 goto retry;
2707 goto retry;
/external/llvm/lib/Support/Windows/
H A DSignals.inc386 /// AvoidMessageBoxHook - Emulates hitting "retry" from an "abort, retry,
387 /// ignore" CRT debug report dialog. "retry" raises an exception which
391 // Set *Return to the retry code for the return value of _CrtDbgReport:
/external/ltp/testcases/kernel/io/ltp-aiodio/
H A Daio-stress.c522 retry:
534 goto retry;
777 * retry
/external/mksh/src/
H A Dhistrap.c784 retry:
864 /* nuke the bogus file then retry, at most once */
867 goto retry;
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H A DSignals.inc387 /// AvoidMessageBoxHook - Emulates hitting "retry" from an "abort, retry,
388 /// ignore" CRT debug report dialog. "retry" raises an exception which
392 // Set *Return to the retry code for the return value of _CrtDbgReport:
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.c870 retry:
874 goto retry;
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.c870 retry:
874 goto retry;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.c870 retry:
874 goto retry;
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c193 rd->soa.serial, rd->soa.refresh, rd->soa.retry, rd->soa.expire, rd->soa.min);
1124 rdb->soa.retry +
1178 b1->soa.retry == b2->soa.retry &&
1672 ptr = putVal32(ptr, rdb->soa.retry);
2228 rdb->soa.retry = (mDNSu32) ((mDNSu32)ptr[0x08] << 24 | (mDNSu32)ptr[0x09] << 16 | (mDNSu32)ptr[0x0A] << 8 | ptr[0x0B]);
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DURLConnectionTest.java662 * Verify that we don't retry connections on certificate verification errors.
1830 RecordedRequest retry = server.takeRequest();
1831 assertEquals("GET /foo HTTP/1.1", retry.getRequestLine());
1833 assertEquals("Expected connection reuse", 1, retry.getSequenceNumber());
1852 RecordedRequest retry = server.takeRequest();
1853 assertEquals("GET /foo HTTP/1.1", retry.getRequestLine());
1854 assertEquals("Expected connection reuse", 1, retry.getSequenceNumber());
/external/libdrm/intel/
H A Dintel_bufmgr_gem.c762 retry:
798 goto retry;
805 goto retry;
1054 retry:
1059 goto retry;

Completed in 675 milliseconds

1234567891011