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

1 2 3 4 5 6 7 8

  /external/chromium/third_party/icu/source/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
  /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
  /external/chromium/base/
sys_string_conversions_unittest.cc 185 std::wstring trip = base::SysNativeMBToWide(base::SysWideToNativeMB(wide)); local
186 EXPECT_EQ(wide.size(), trip.size());
187 EXPECT_EQ(wide, trip);
193 std::wstring trip = base::SysNativeMBToWide(WideToUTF8(wide)); local
194 EXPECT_EQ(wide.size(), trip.size());
195 EXPECT_EQ(wide, trip);
200 std::wstring trip = UTF8ToWide(base::SysWideToNativeMB(wide)); local
201 EXPECT_EQ(wide.size(), trip.size());
202 EXPECT_EQ(wide, trip);
weak_ptr_unittest.cc 117 // thread, but use it on another. This tests that we do not trip runtime
126 // thread, but use it on another. This tests that we do not trip runtime
  /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 */
  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 124 private final Condition trip = lock.newCondition(); field in class:CyclicBarrier
140 * Updates state on barrier trip and wakes up everyone.
145 trip.signalAll();
158 trip.signalAll();
200 trip.await();
202 nanos = trip.awaitNanos(nanos);
232 * Creates a new <tt>CyclicBarrier</tt> that will trip when the
251 * Creates a new <tt>CyclicBarrier</tt> that will trip when the
264 * Returns the number of parties required to trip this barrier.
266 * @return the number of parties required to trip this barrie
    [all...]
  /external/chromium/base/crypto/
signature_creator_unittest.cc 13 // Do a verify round trip.
  /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");
155 * Returns the round trip time of the NTP transaction
157 * @return round trip time in milliseconds.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
route.h 57 #define RTF_IRTT 0x0100 /* Initial round trip time */
watchdog.h 52 #define WDIOS_TEMPPANIC 0x0004 /* Kernel panic on temperature trip */
  /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

Completed in 332 milliseconds

1 2 3 4 5 6 7 8