/libcore/ojluni/src/main/java/java/util/stream/ |
Sink.java | 197 Tripwire.trip(getClass(), "{0} calling Sink.OfInt.accept(Integer)"); 214 Tripwire.trip(getClass(), "{0} calling Sink.OfLong.accept(Long)"); 231 Tripwire.trip(getClass(), "{0} calling Sink.OfDouble.accept(Double)");
|
/external/tremolo/Tremolo/ |
bitwise.c | 437 /* does reading to exactly byte alignment *not* trip EOF? */ 443 /* does EOF trip properly after a single additional bit? */ 445 report("\nERROR: read past exact end did not trip EOF.\n"); 466 /* does reading to exactly byte alignment *not* trip EOF? */ 477 /* does EOF trip properly after a single additional bit? */ 484 report("\nERROR: read past exact end did not trip EOF.\n");
|
/libcore/ojluni/src/main/java/java/util/ |
Spliterator.java | 674 Tripwire.trip(getClass(), 697 Tripwire.trip(getClass(), [all...] |
/external/libvpx/libvpx/test/ |
dct32x32_test.cc | 179 << "Error: 32x32 FDCT/IDCT has an individual round-trip error > 1"; 182 << "Error: 32x32 FDCT/IDCT has average round-trip error > 1 per block";
|
/external/llvm/lib/Transforms/Scalar/ |
LoopDeletion.cpp | 11 // for eliminating loops with non-infinite computable trip counts that have no 172 // Don't remove loops for which we can't solve the trip count.
|
/external/llvm/test/Transforms/LoopUnroll/ |
runtime-loop.ll | 5 ; Tests for unrolling loops with run-time trip counts 39 ; Still try to completely unroll loops with compile-time trip counts
|
/external/webrtc/webrtc/modules/audio_device/linux/ |
audio_device_pulse_linux.h | 47 // For playback, there is a round-trip delay to fill the server-side playback 74 // There is a round-trip delay to ack the data to the server, so the
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
list-insns.s | 278 TRIP 0,0,0 279 TRIP 5,6,7
|
/art/test/530-checker-loops1/src/ |
Main.java | 301 // Range analysis has no problem with a trip-count defined by a 322 // arithmetic while computing the trip-count for this very large stride. 339 // Range analysis has no problem with a trip-count defined by a 360 // arithmetic while computing the trip-count for this very large stride.
|
/bionic/libc/dns/resolv/ |
res_stats.c | 27 /* Calculate the round-trip-time from start time t0 and end time t1. */
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
fgetln.c | 100 * accommodate the `rest' of the string, on each trip through the
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/ |
SyncAdapter.java | 88 // yet, this could involve a round-trip to the server to request
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
extra_types_test.py | 92 # We don't know json_d will round-trip, because of randomness in
|
/external/curl/docs/examples/ |
anyauthput.c | 164 also costs one extra round-trip and possibly sending of all the PUT
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_HTTPAUTH.3 | 38 extra network round-trip. Set the actual name and password with the
|
/external/guava/guava-tests/test/com/google/common/io/ |
FileBackedOutputStreamTest.java | 85 // Write just enough to not trip the threshold
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
NumberFormatRoundTripTest.java | 25 * Performs round-trip tests for NumberFormat
|
RbnfLenientScannerTest.java | 184 // because there are cases which do not round trip by design.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
TestDeprecatedNormalizerAPI.java | 168 errln("ERROR: Round trip invalid: " + hex(chStr) + " --> " + hex(decomp)
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
ReplaceableTest.java | 20 * @summary Round trip test of Transliterator
|
/external/icu/icu4c/source/test/intltest/ |
regcoll.h | 43 // Collator -> rules -> Collator round-trip broken for expanding characters
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/ |
RbnfLenientScannerTest.java | 180 // because there are cases which do not round trip by design.
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
NumberFormatRoundTripTest.java | 22 * Performs round-trip tests for NumberFormat
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
TestDeprecatedNormalizerAPI.java | 164 errln("ERROR: Round trip invalid: " + hex(chStr) + " --> " + hex(decomp)
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
ReplaceableTest.java | 17 * @summary Round trip test of Transliterator
|