/external/llvm/test/Feature/ |
weirdnames.ll | 9 @"\\03foo" = global float 0x3FB99999A0000000 ; Make sure funny char gets round trip
|
/external/nanopb-c/tests/basic_buffer/ |
SConscript | 1 # Build and run a basic round-trip test using memory buffer encoding.
|
/external/nanopb-c/tests/basic_stream/ |
SConscript | 1 # Build and run a basic round-trip test using direct stream encoding.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
reloc8-r.d | 15 c: ff000000 trip 0,0,0
|
reloc8.d | 13 c: ff000000 trip 0,0,0
|
reloc8.l | 8 5 000c FF000000 TRIP fee-1,fie\+1,foe\+3
|
zerop-1.d | 17 8: ff000000 trip 0,0,0
|
/external/skia/tools/ |
ThermalManager.h | 51 // Certain trip points seem to start tripped. For example, I have seen trip points of 0 or
|
ThermalManager.cpp | 31 * In any case, the goal of this class is to sleep right before a trip point is about to be 98 fDisabled = fBase + fThreshold >= fPoint; // We disable any trip point which start off 101 SkDebugf("Trip point %s base - %d trip point-%d\n", fullPath.c_str(), 111 SkDebugf("%s/%s would trip {%d,%d,%d,%d}\n", fThermalZoneRoot.c_str(),
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timescale/ |
TimeScaleMonkeyTest.java | 23 * that they round-trip correctly. 98 errln("Round-trip error: time scale = " + scale + ", value = " + value + ", round-trip = " + rt);
|
/art/test/068-classloader/src/ |
BaseOkay.java | 34 * that the existence of an interface doesn't trip the check.
|
/external/icu/icu4c/source/test/intltest/ |
transrt.h | 22 * @summary Round trip test of Transliterator
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-fixed-point-scalar-cvt-dagcombine.ll | 4 ; extract_vector_elt of a conversion, which saves a round trip of copies
|
/external/llvm/test/Transforms/IndVarSimplify/ |
pr24952.ll | 21 ; %be.cond deliberately 'false' -- we want want the trip count to be 0.
|
/external/llvm/test/Transforms/LoopDeletion/ |
multiple-exit-conditions.ll | 4 ; it can't represent the exact trip count as an expression. That's
|
/art/compiler/optimizing/ |
induction_var_range.h | 138 bool IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) const; 139 bool IsUnsafeTripCount(HInductionVarAnalysis::InductionInfo* trip) const; 142 HInductionVarAnalysis::InductionInfo* trip, 146 HInductionVarAnalysis::InductionInfo* trip, 150 HInductionVarAnalysis::InductionInfo* trip, 155 HInductionVarAnalysis::InductionInfo* trip, 160 HInductionVarAnalysis::InductionInfo* trip, 195 HInductionVarAnalysis::InductionInfo* trip,
|
induction_var_analysis.h | 68 // Trip-counts. 73 // Comparisons for trip-count tests. 92 * (5) trip-count: 177 // Trip count information.
|
/external/llvm/test/Analysis/ScalarEvolution/ |
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.
|
/docs/source.android.com/src/devices/audio/ |
latency_measurements.jd | 28 This article gives round-trip audio latency measurements for select devices and 39 <a href="latency_measure.html#measuringRoundTrip">round-trip latency</a>. 40 Round-trip latency is defined as the time it takes for 45 <img src="images/round_trip_on_device.png" alt="Round-trip audio latency on device" id="figure1" /> 47 <strong>Figure 1.</strong> Round-trip audio latency on device: T<sub>output</sub> - T<sub>input</sub> 90 We measure round-trip latency via the headset connector for several reasons: 98 Measuring round-trip latency of the on-device microphone and speaker can 112 matter, but they are usually for one direction, not round-trip. 119 <img src="images/round_trip_via_headset_connector.png" alt="Round-trip latency via headset connector" id="figure2" /> 121 <strong>Figure 2.</strong> Round-trip latency via headset connector: T<sub>output</sub> - T<sub>input</sub [all...] |
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/ |
CalculateLimits.java | 83 // round-trip test the from limits 85 System.out.println("OOPS: min didn't round trip!"); 89 System.out.println("OOPS: max didn't round trip!");
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
UncachedInputMethodManagerUtils.java | 33 * CAVEAT: This may cause a round trip IPC. 52 * CAVEAT: This may cause a round trip IPC. 68 * CAVEAT: This may cause a round trip IPC.
|
/art/test/546-regression-simplify-catch/smali/ |
TestCase.smali | 63 # and this used to trip a DCHECK (b/25492628). 83 # and this used to trip a DCHECK (b/25492628).
|
/bionic/libc/dns/include/ |
resolv_stats.h | 36 uint16_t rtt; // round-trip time in ms 49 /* Calculate the round-trip-time from start time t0 and end time t1. */
|
/libcore/ojluni/src/main/java/java/util/ |
Tripwire.java | 43 * Tripwire.trip(getClass(), "{0} calling PrimitiveIterator.OfInt.nextInt()"); 66 static void trip(Class<?> trippingClass, String msg) { method in class:Tripwire
|
/libcore/ojluni/src/main/java/java/util/stream/ |
Tripwire.java | 43 * Tripwire.trip(getClass(), "{0} calling Sink.OfInt.accept(Integer)"); 66 static void trip(Class<?> trippingClass, String msg) { method in class:Tripwire
|