/external/libchrome/base/strings/ |
D | sys_string_conversions_unittest.cc | 174 std::wstring trip = SysNativeMBToWide(SysWideToNativeMB(wide)); in TEST() local 175 EXPECT_EQ(wide.size(), trip.size()); in TEST() 176 EXPECT_EQ(wide, trip); in TEST() 182 std::wstring trip = SysNativeMBToWide(WideToUTF8(wide)); in TEST() local 183 EXPECT_EQ(wide.size(), trip.size()); in TEST() 184 EXPECT_EQ(wide, trip); in TEST() 189 std::wstring trip = UTF8ToWide(SysWideToNativeMB(wide)); in TEST() local 190 EXPECT_EQ(wide.size(), trip.size()); in TEST() 191 EXPECT_EQ(wide, trip); in TEST()
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | CodeMangler.java | 328 void trip(boolean trip) { in processFile() argument 329 if (!tripped & trip) { in processFile() 337 State push(int lc, String line, boolean trip) { in processFile() argument 342 ret.emit = this.emit & trip; in processFile() 343 ret.tripped = trip; in processFile() 449 state.trip(true); in processFile() 534 state.trip(eval); in processFile()
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
D | vect.omp.force.small-tc.ll | 1 …8.0 -mcpu=corei7-avx -debug-only=loop-vectorize -stats -S -vectorizer-min-trip-count=21 2>&1 | Fil… 24 ; This loop will be vectorized, although the trip count is below the threshold, but vectorization i… 50 ; This loop will not be vectorized as the trip count is below the threshold.
|
D | unroll-small-loops.ll | 9 ; We don't unroll this loop because it has a small constant trip count. 43 ; trip count.
|
D | min-trip-count-switch.ll | 1 ; RUN: opt < %s -loop-vectorize -force-vector-interleave=1 -vectorizer-min-trip-count=1 -force-vec…
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | 2008-11-18-Stride1.ll | 7 ; ScalarEvolution can't compute a trip count because it doesn't know if 9 ; be teaching it how to use a more elaborate trip count computation.
|
D | trip-count3.ll | 3 ; ScalarEvolution can't compute a trip count because it doesn't know if 5 ; be teaching it how to use a more elaborate trip count computation.
|
D | 2011-10-04-ConstEvolve.ll | 6 ; Just check that it actually ran trip count analysis.
|
D | avoid-smax-0.ll | 5 ; We don't want to use a max in the trip count expression in
|
D | sle.ll | 4 ; this loop has a finite trip count.
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | scevunroll.ll | 3 ; Unit tests for loop unrolling using ScalarEvolution to compute trip counts. 34 ; case, the computed trip count based on a canonical IV is *not* for a 99 ; a known trip count, regardless of the early exit trip counts. The
|
D | high-cost-trip-count-computation.ll | 5 ;; Check that we don't emit expensive instructions to compute trip
|
/external/nanopb-c/tests/basic_buffer/ |
D | SConscript | 1 # Build and run a basic round-trip test using memory buffer encoding.
|
/external/llvm/test/Feature/ |
D | weirdnames.ll | 9 @"\\03foo" = global float 0x3FB99999A0000000 ; Make sure funny char gets round trip
|
/external/nanopb-c/tests/basic_stream/ |
D | SConscript | 1 # Build and run a basic round-trip test using direct stream encoding.
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | pr24952.ll | 21 ; %be.cond deliberately 'false' -- we want want the trip count to be 0.
|
D | lftr-udiv-tripcount.ll | 5 ; It is okay to do LFTR on this loop even though the trip count is a
|
D | tripcount_infinite.ll | 1 ; These tests have an infinite trip count. We obviously shouldn't remove the
|
/external/llvm/test/Transforms/PlaceSafepoints/ |
D | finite-loops.ll | 3 ;; RUN: opt %s -place-safepoints -spp-counted-loop-trip-width=32 -S | FileCheck %s 4 ;; RUN: opt %s -place-safepoints -spp-counted-loop-trip-width=64 -S | FileCheck %s -check-prefix=CO…
|
/external/llvm/test/Transforms/LoopDeletion/ |
D | multiple-exit-conditions.ll | 4 ; it can't represent the exact trip count as an expression. That's
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fixed-point-scalar-cvt-dagcombine.ll | 4 ; extract_vector_elt of a conversion, which saves a round trip of copies
|
/external/llvm/test/DebugInfo/Generic/ |
D | 2009-11-05-DeadGlobalVariable.ll | 2 ; Here variable bar is optimized away. Do not trip over while trying to generate debug info.
|
/external/llvm/test/Transforms/LoopUnroll/PowerPC/ |
D | a2-high-cost-trip-count-computation.ll | 5 ;; Check that we do emit expensive instructions to compute trip
|
/external/iputils/doc/ |
D | ping.sgml | 65 Adaptive ping. Interpacket interval adapts to round-trip time, so that 390 prints network round trip time, which can be different 436 ``pinged''. Round-trip times and packet loss statistics are computed. 438 loss calculation, although the round trip time of these packets is used 439 in calculating the minimum/average/maximum round-trip time numbers. 489 a timestamp which it uses in the computation of round trip times. 490 If the data space is shorter, no round trip times are given. 577 will be 255 minus the number of routers in the round-trip path.
|
/external/llvm/test/Transforms/LoopUnroll/AArch64/ |
D | runtime-loop.ll | 3 ; Tests for unrolling loops with run-time trip counts
|