HomeSort by relevance Sort by last modified time
    Searched full:trip (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/icu4c/test/intltest/
itrbnfrt.h 25 * Perform an exhaustive round-trip test on the English spellout rules
30 * Perform an exhaustive round-trip test on the duration-formatting rules
35 * Perform an exhaustive round-trip test on the Spanish spellout rules
40 * Perform an exhaustive round-trip test on the French spellout rules
45 * Perform an exhaustive round-trip test on the Swiss French spellout rules
50 * Perform an exhaustive round-trip test on the Italian spellout rules
55 * Perform an exhaustive round-trip test on the German spellout rules
60 * Perform an exhaustive round-trip test on the Swedish spellout rules
65 * Perform an exhaustive round-trip test on the Dutch spellout rules
70 * Perform an exhaustive round-trip test on the Japanese spellout rule
    [all...]
itrbnfrt.cpp 58 * Perform an exhaustive round-trip test on the English spellout rules
76 * Perform an exhaustive round-trip test on the duration-formatting rules
94 * Perform an exhaustive round-trip test on the Spanish spellout rules
112 * Perform an exhaustive round-trip test on the French spellout rules
130 * Perform an exhaustive round-trip test on the Swiss French spellout rules
148 * Perform an exhaustive round-trip test on the Italian spellout rules
166 * Perform an exhaustive round-trip test on the German spellout rules
184 * Perform an exhaustive round-trip test on the Swedish spellout rules
202 * Perform an exhaustive round-trip test on the Dutch spellout rules
220 * Perform an exhaustive round-trip test on the Japanese spellout rule
    [all...]
transrt.h 22 * @summary Round trip test of Transliterator
nmfmtrt.h 19 * Performs round-trip tests for NumberFormat
tsnmfmt.h 21 * This test does round-trip testing (format -> parse -> format -> parse -> etc.) of
dtfmtrtts.h 21 * Performs round-trip tests for DateFormat
tzfmttst.cpp 185 logln("Canonical round trip failed (as expected); tz=" + *tzid
190 errln("Canonical round trip failed; tz=" + *tzid
215 errln((UnicodeString)"Offset round trip failed; tz=" + *tzid
223 errln((UnicodeString)"Raw offset round trip failed; tz=" + *tzid
421 UnicodeString msg = (UnicodeString)"Time round trip failed for "
tufmtts.cpp 80 dataerrln("No round trip: ");
87 dataerrln("No round trip: ");
regcoll.h 43 // Collator -> rules -> Collator round-trip broken for expanding characters
  /dalvik/tests/068-classloader/src/
BaseOkay.java 34 * that the existence of an interface doesn't trip the check.
  /external/kernel-headers/original/linux/sunrpc/
timer.h 16 unsigned long srtt[5]; /* smoothed round trip time << 3 */
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
CyclicBarrier.java 122 private final Condition trip = lock.newCondition(); field in class:CyclicBarrier
138 * Updates state on barrier trip and wakes up everyone.
143 trip.signalAll();
156 trip.signalAll();
198 trip.await();
200 nanos = trip.awaitNanos(nanos);
230 * Creates a new <tt>CyclicBarrier</tt> that will trip when the
249 * Creates a new <tt>CyclicBarrier</tt> that will trip when the
262 * Returns the number of parties required to trip this barrier.
264 * @return the number of parties required to trip this barrie
    [all...]
  /external/kernel-headers/original/linux/
route.h 60 #define RTF_IRTT 0x0100 /* Initial round trip time */
  /external/qemu/slirp/
tcp_var.h 106 short t_rtt; /* round trip time */
108 short t_srtt; /* smoothed round-trip time */
109 short t_rttvar; /* variance in round-trip time */
134 * The smoothed round-trip time and estimated variance
  /frameworks/base/core/java/android/net/
SntpClient.java 64 // round trip time in milliseconds
115 // if (Config.LOGD) Log.d(TAG, "round trip: " + roundTripTime + " ms");
151 * Returns the round trip time of the NTP transaction
153 * @return round trip time in milliseconds.
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_add_iv.c 52 /* trip the ivmode flag */
  /external/qemu/slirp-android/
tcp_var.h 111 short t_rtt; /* round trip time */
113 short t_srtt; /* smoothed round-trip time */
114 short t_rttvar; /* variance in round-trip time */
139 * The smoothed round-trip time and estimated variance
  /external/ping/
ping_common.h 105 extern long tmin; /* minimum round trip time */
106 extern long tmax; /* maximum round trip time */
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
h245inf.h 79 E_User_Rtd_Rjt_Idc , /* (20) Round trip delay Reject Indication */
93 E_User_Rtd_Instruct , /* ( 4) Round trip delay */
287 E_TmrId_Rtd_T105 , /* ( 7) Round Trip Delay */
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
pv_2way_h324m_interface.h 207 * Sends a Round Trip Determination message to the peer and indicates the round trip delay to the caller
208 * on completion of the command. The round trip delay is stored in 4 bytes in the local buffer of the completion event
269 * T105 Round Trip Delay (in units of 1s)
  /external/webkit/WebKit/chromium/src/
WebStorageNamespaceImpl.cpp 69 // not round-trip for file URLs because file:// looks like a
  /external/tremolo/Tremolo/
bitwise.c 435 /* does reading to exactly byte alignment *not* trip EOF? */
441 /* does EOF trip properly after a single additional bit? */
443 report("\nERROR: read past exact end did not trip EOF.\n");
464 /* does reading to exactly byte alignment *not* trip EOF? */
475 /* does EOF trip properly after a single additional bit? */
482 report("\nERROR: read past exact end did not trip EOF.\n");
  /bionic/libc/stdio/
fgetln.c 106 * accommodate the `rest' of the string, on each trip through the
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
rtd.h 30 /* file contents : Round Trip Deray Signalling Entity */
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
rtd.cpp 30 /* file contents : Round Trip Deray Signalling Entity Management */
398 /* function outline : Start mesurement of Round Trip Delay */
415 /* function outline : Stop mesurement of Round Trip Delay */
418 /* output data : Round Trip Delay time (milli second) */

Completed in 80 milliseconds

1 2 3 4 5 6