/external/boringssl/src/ssl/ |
ssl_test.cc | 619 fprintf(stderr, "SSL_SESSION_to_bytes did not round-trip\n"); 657 fprintf(stderr, "i2d_SSL_SESSION did not round-trip\n"); [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
TestReorderingMode.java | 447 errln("\nRound trip failed for case=" + tc + 456 logln("\nExpected round trip failure for case=" + tc + [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
JamoTest.java | 88 // Handle case where round-trip is expected to fail 97 * round trip test.
|
/external/icu/icu4c/source/test/intltest/ |
dtfmtrtts.cpp | 122 errln("Round trip failure: \"%S\" (%f), \"%S\" (%f)", result[0].getBuffer(), date[1], result[1].getBuffer(), date[2]); 394 // in PST, then need one more round trip. There are two cases
|
tufmtts.cpp | 146 dataerrln("No round trip: "); 153 dataerrln("No round trip: ");
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
TestReorderingMode.java | 443 errln("\nRound trip failed for case=" + tc + 452 logln("\nExpected round trip failure for case=" + tc + [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
JamoTest.java | 84 // Handle case where round-trip is expected to fail 93 * round trip test.
|
/external/libvpx/libvpx/test/ |
dct16x16_test.cc | 389 << "Error: 16x16 FHT/IHT has an individual round trip error > 1"; 392 << "Error: 16x16 FHT/IHT has average round trip error > 1 per block";
|
/external/llvm/docs/ |
BigEndianNEON.rst | 171 The main problem with the ``LD1`` solution is dealing with bitconverts (or bitcasts, or reinterpret casts). These are pseudo instructions that only change the compiler's interpretation of data, not the underlying data itself. A requirement is that if data is loaded and then saved again (called a "round trip"), the memory contents should be the same after the store as before the load. If a vector is loaded and is then bitconverted to a different vector type before storing, the round trip will currently be broken.
|
Vectorizers.rst | 143 Loops with unknown trip count 146 The Loop Vectorizer supports loops with an unknown trip count.
|
/external/llvm/lib/Analysis/ |
ScalarEvolution.cpp | 99 "Number of trip counts computed with array length"); 105 "Number of loops with trip counts computed by force"); [all...] |
/external/llvm/test/Transforms/LoopUnroll/ |
unloop.ll | 129 ; This test must be disabled until trip count computation can be optimized... 130 ; rdar:14038809 [SCEV]: Optimize trip count computation for multi-exit loops.
|
/external/mesa3d/src/gallium/tests/unit/ |
u_format_test.c | 277 * TODO: Do a round trip conversion. 390 * TODO: Do a round trip conversion.
|
/external/pdfium/third_party/lcms2-2.6/src/ |
cmssamp.c | 39 // PCS -> PCS round trip transform, always uses relative intent on the device -> pcs 515 // curve fitting: The round-trip curve normally looks like a nearly constant section at the black point,
|
/external/webrtc/webrtc/base/ |
httpbase.cc | 599 // HTTP is inherently sensitive to round trip latency, since a frequent use 602 // round trip time. As a result, it is to our benefit to pack as much data
|
/external/webrtc/webrtc/modules/audio_coding/include/ |
audio_coding_module.h | 730 // estimate of the round-trip-time (in milliseconds). Missing packets which 731 // will be playout in a shorter time than the round-trip-time (with respect
|
/external/webrtc/webrtc/modules/audio_device/ios/ |
audio_device_unittest_ios.cc | 77 // Length of round-trip latency measurements. Number of transmitted impulses 81 // Utilized in round-trip latency measurements to avoid capturing noise samples. [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/ |
tokenize.py | 331 Round-trip invariant for full input: 334 Round-trip invariant for limited intput:
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/ |
tokenize.py | 331 Round-trip invariant for full input: 334 Round-trip invariant for limited intput:
|
/prebuilts/go/darwin-x86/src/net/rpc/ |
server_test.go | 512 fmt.Printf("mallocs per rpc round trip: %v\n", countMallocs(dialDirect, t)) 522 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
|
/prebuilts/go/linux-x86/src/net/rpc/ |
server_test.go | 512 fmt.Printf("mallocs per rpc round trip: %v\n", countMallocs(dialDirect, t)) 522 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
tokenize.py | 331 Round-trip invariant for full input: 334 Round-trip invariant for limited intput:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
tokenize.py | 331 Round-trip invariant for full input: 334 Round-trip invariant for limited intput:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
list-in-n.d | 280 43c: ff000000 trip 0,0,0 281 440: ff050607 trip 5,6,7
|
list-in-r.d | 314 43c: ff000000 trip 0,0,0 315 440: ff050607 trip 5,6,7
|