Searched refs:roundtrip (Results 1 – 25 of 26) sorted by relevance
12
5 # it directly to the process, without roundtrip to gdb.
690 int len, roundtrip; in radius_client_receive() local779 roundtrip = (now.sec - req->last_attempt.sec) * 100 + in radius_client_receive()785 roundtrip / 100, roundtrip % 100); in radius_client_receive()786 rconf->round_trip_time = roundtrip; in radius_client_receive()
18 # |0 for exact 1-1 roundtrip mapping
23 # and NL codes to U+000A LF. U+000A<->cp+25 is the roundtrip. The fallbacks are
594 # ibm-943_P15A-2003 differs from windows-932-2000 only in a few roundtrip mappings:
50 collected 25,000 "ping" roundtrip times to a "distant" point (time.nist.gov).
52 collected 25,000 "ping" roundtrip times to a "distant" point (time.nist.gov).
362 // we just want to test the roundtrip through the Bridge, not that we can
587 // won't roundtrip.
1056 // Verify that a roundtrip mapping is used even when a fallback mapping is
4388 UChar32 roundtrip = 0; in TestImplicitGeneration() local4406 roundtrip = uprv_uca_getRawFromImplicit(current); in TestImplicitGeneration()4407 if (roundtrip != i) { in TestImplicitGeneration()4412 roundtrip = uprv_uca_getRawFromImplicit(j); in TestImplicitGeneration()4414 if (roundtrip != -1) { in TestImplicitGeneration()
3699 static const char roundtrip[TC_COUNT][MODES_COUNT][OPTIONS_COUNT] in assertRoundTrip() local3835 if (roundtrip[tc][mode][option][level]) { in assertRoundTrip()
570 user database to allow EAP-SIM/AKA selection without extra roundtrip
5828 Handle<String> roundtrip = v8_str(buffer); in WriteUtf8Helper() local5829 CHECK(roundtrip->Equals(string)); in WriteUtf8Helper()
26507 Tests: fast/forms/select-change-listbox-to-popup-roundtrip.html26508 fast/forms/select-change-popup-to-listbox-roundtrip.html26826 Tests: fast/forms/select-change-listbox-to-popup-roundtrip.html26827 fast/forms/select-change-popup-to-listbox-roundtrip.html
20151 (PlatformCAAnimation::PlatformCAAnimation): Changed not to needlessly roundtrip through
39931 (WebKit::WebPageProxy::goForward): Pass the item ID to avoid roundtrip.