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

1 2 3 4 5 6 7 8 91011>>

  /art/test/529-long-split/
info.txt 1 Regression test for optimizing that used to trip
  /art/test/467-regalloc-pair/
info.txt 2 that used to trip when compiling TestCase.testCase on x86.
  /art/test/526-long-regalloc/
info.txt 1 Regression test for optimizing that used to trip when allocating a register
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
swym-op.s 4 TRIP 132,3567
8 TRIP X,Y,Z
9 TRIP X,YZ
swym-op.d 8 4: ff840def trip 132,13,239
12 14: ff170c43 trip 23,12,67
13 18: ff175678 trip 23,86,120
swym-op-r.d 10 4: ff840def trip 132,13,239
14 14: ff170c43 trip 23,12,67
15 18: ff175678 trip 23,86,120
swym-opreg1.s 17 TRIP $11,22,$33
20 TRIP 1234567
23 TRIP 255*255*257
odd-1.s 3 TRIP 1,$100,small
zerop-1.s 6 TRIP
swym-op.l 7 4 0004 FF840DEF TRIP 132,3567
11 8 0014 FF170C43 TRIP X,Y,Z
12 9 0018 FF175678 TRIP X,YZ
reloc8.s 5 TRIP fee-1,fie+1,foe+3
swym-opreg1.d 23 40: ff0b1621 trip 11,22,33
26 4c: ff12d687 trip 18,214,135
29 58: fffeff01 trip 254,255,1
  /external/icu/icu4c/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...]
  /art/test/468-checker-bool-simplifier-regression/
info.txt 2 that used to trip when a boolean value was the input of an If.
  /art/test/501-regression-packed-switch/
info.txt 2 to trip when compiled code contained a packed switch with no targets.
  /art/compiler/optimizing/
induction_var_range.cc 154 HInductionVarAnalysis::InductionInfo* trip = local
157 *min_val = GetVal(info, trip, in_body, /* is_min */ true);
158 *max_val = SimplifyMax(GetVal(info, trip, in_body, /* is_min */ false));
159 *needs_finite_test = NeedsTripCount(info) && IsUnsafeTripCount(trip);
240 bool in_body = true; // no known trip count
278 bool InductionVarRange::IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) const {
279 if (trip != nullptr) {
280 if (trip->induction_class == HInductionVarAnalysis::kInvariant) {
281 return trip->operation == HInductionVarAnalysis::kTripCountInBody ||
282 trip->operation == HInductionVarAnalysis::kTripCountInBodyUnsafe
599 HInductionVarAnalysis::InductionInfo* trip = local
625 HInductionVarAnalysis::InductionInfo* trip = local
    [all...]
  /art/test/083-compiler-regressions/
expected.txt 42 LiveFlags passes trip 3
43 LiveFlags passes trip 1
  /art/test/534-checker-bce-deoptimization/
info.txt 4 The runtime used to trip on that test because it used to deopt the
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RbnfRoundTripTest.java 33 * Perform an exhaustive round-trip test on the English spellout rules
44 * Perform an exhaustive round-trip test on the duration-formatting rules
55 * Perform an exhaustive round-trip test on the Spanish spellout rules
66 * Perform an exhaustive round-trip test on the French spellout rules
77 * Perform an exhaustive round-trip test on the Swiss French spellout rules
88 * Perform an exhaustive round-trip test on the Italian spellout rules
99 * Perform an exhaustive round-trip test on the German spellout rules
110 * Perform an exhaustive round-trip test on the Swedish spellout rules
121 * Perform an exhaustive round-trip test on the Dutch spellout rules
132 * Perform an exhaustive round-trip test on the Japanese spellout rule
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RbnfRoundTripTest.java 29 * Perform an exhaustive round-trip test on the English spellout rules
40 * Perform an exhaustive round-trip test on the duration-formatting rules
51 * Perform an exhaustive round-trip test on the Spanish spellout rules
62 * Perform an exhaustive round-trip test on the French spellout rules
73 * Perform an exhaustive round-trip test on the Swiss French spellout rules
84 * Perform an exhaustive round-trip test on the Italian spellout rules
95 * Perform an exhaustive round-trip test on the German spellout rules
106 * Perform an exhaustive round-trip test on the Swedish spellout rules
117 * Perform an exhaustive round-trip test on the Dutch spellout rules
128 * Perform an exhaustive round-trip test on the Japanese spellout rule
    [all...]
  /external/clang/test/CodeGenCXX/
2010-03-09-AnonAggregate.cpp 5 // This test case causes crashes if malloc is configured to trip buffer overruns.
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/
TimeScaleMonkeyTest.java 20 * that they round-trip correctly.
94 errln("Round-trip error: time scale = " + scale + ", value = " + value + ", round-trip = " + rt);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Ping.java 50 * Returns the round trip time for this ping in nanoseconds, waiting for the
60 * Returns the round trip time for this ping in nanoseconds, or -1 if the
62 * trip completed.
  /external/libchrome/base/strings/
sys_string_conversions_unittest.cc 174 std::wstring trip = SysNativeMBToWide(SysWideToNativeMB(wide)); local
175 EXPECT_EQ(wide.size(), trip.size());
176 EXPECT_EQ(wide, trip);
182 std::wstring trip = SysNativeMBToWide(WideToUTF8(wide)); local
183 EXPECT_EQ(wide.size(), trip.size());
184 EXPECT_EQ(wide, trip);
189 std::wstring trip = UTF8ToWide(SysWideToNativeMB(wide)); local
190 EXPECT_EQ(wide.size(), trip.size());
191 EXPECT_EQ(wide, trip);

Completed in 412 milliseconds

1 2 3 4 5 6 7 8 91011>>