/prebuilts/go/darwin-x86/src/crypto/sha1/ |
sha1_test.go | 36 {"55dee037eb7460d5a692d1ce11330b260e40c988", "Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave"},
|
/prebuilts/go/darwin-x86/src/crypto/sha512/ |
sha512_test.go | 124 "Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave",
|
/prebuilts/go/darwin-x86/src/hash/adler32/ |
adler32_test.go | 30 {0x16661315, "Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave"},
|
/prebuilts/go/darwin-x86/src/hash/crc32/ |
crc32_test.go | 32 {0x42080e8, 0x9e3be0c3, "Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave"},
|
/prebuilts/go/linux-x86/src/crypto/md5/ |
md5_test.go | 35 {"9e3cac8e9e9757a60c3ea391130d3689", "Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave"},
|
/prebuilts/go/linux-x86/src/crypto/sha1/ |
sha1_test.go | 36 {"55dee037eb7460d5a692d1ce11330b260e40c988", "Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave"},
|
/prebuilts/go/linux-x86/src/crypto/sha512/ |
sha512_test.go | 124 "Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave",
|
/prebuilts/go/linux-x86/src/hash/adler32/ |
adler32_test.go | 30 {0x16661315, "Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave"},
|
/prebuilts/go/linux-x86/src/hash/crc32/ |
crc32_test.go | 32 {0x42080e8, 0x9e3be0c3, "Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave"},
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/ |
Folders.py | 65 kALMPreferencesFolderType = FOUR_CHAR_CODE('trip')
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ |
android.pro | 43 # Switch off some optimizations that trip older versions of the Dalvik VM.
|
/art/compiler/optimizing/ |
induction_var_range_test.cc | 140 /** Constructs a trip-count. */ 191 bool IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) { 192 return range_.IsBodyTripCount(trip); 195 bool IsUnsafeTripCount(HInductionVarAnalysis::InductionInfo* trip) { 196 return range_.IsUnsafeTripCount(trip); [all...] |
/external/icu/icu4c/source/test/intltest/ |
transapi.cpp | 802 logln("Testing round trip"); 805 logln("OK: adoptFilter and getFilter round trip worked"); 807 errln("FAIL: adoptFilter or getFilter round trip failed"); 814 message="adoptFilter round trip"; 815 doTest("adoptFilter round trip", got, temp); [all...] |
callimts.cpp | 64 errln("FAIL:round trip for large milli, got: %.1lf wanted: %.1lf. (delta %.2lf greater than %.2lf)", 114 // longer apply. Instead, we now do basic round-trip testing of
|
/external/tinyxml/ |
xmltest.cpp | 467 // Round trip check: stream in, then stream back out to verify. The stream 478 XmlTest( "Stream round trip correct.", string( demoEnd ).c_str(), 534 // Now try for a round trip. 537 // Check the round trip. 558 XmlTest( "UTF-8: Verified multi-language round trip.", 1, okay );
|
/external/llvm/lib/Transforms/Scalar/ |
LoopIdiomRecognize.cpp | 527 // The trip count of the loop and the base pointer of the addrec SCEV is 559 // The # stored bytes is (BECount+1)*Size. Expand the trip count out to 635 // The trip count of the loop and the base pointer of the addrec SCEV is 690 // The # stored bytes is (BECount+1)*Size. Expand the trip count out to [all...] |
/external/icu/icu4c/source/data/unidata/norm2/ |
nfkc.txt | 10 # plus those canonical decompositions that change from NFC round-trip mappings 70 0385>00A8 0301 # NFC round-trip, NFKC one-way 74 03D3>03D2 0301 # NFC round-trip, NFKC one-way 75 03D4>03D2 0308 # NFC round-trip, NFKC one-way 196 1E9B>017F 0307 # NFC round-trip, NFKC one-way 200 1FC1>00A8 0342 # NFC round-trip, NFKC one-way 201 1FCD>1FBF 0300 # NFC round-trip, NFKC one-way 202 1FCE>1FBF 0301 # NFC round-trip, NFKC one-way 203 1FCF>1FBF 0342 # NFC round-trip, NFKC one-way 204 1FDD>1FFE 0300 # NFC round-trip, NFKC one-wa [all...] |
/external/autotest/client/cros/ |
power_status.py | 69 int num_trip_points: Number of thermal trip points that activate 71 int num_points_tripped: Temperature is above this many trip points 72 str trip_point_N_type: Trip point #N's type 73 int trip_point_N_temp: Trip point #N's temperature value 74 int cdevX_trip_point: Trip point o cooling device #X (index) 88 # Browse the thermal folder for trip point fields. 101 # Count the number of trip points. 119 logging.info('Temperature trip point #' + \ [all...] |
/external/curl/docs/examples/ |
synctime.c | 53 * as Round-Trip delay time is not taken into consideration. 55 * the Round-Trip delay time by half.
|
/external/guava/guava/src/com/google/common/base/ |
Converter.java | 38 * very common (perhaps <i>more</i> common) for round-trip conversion to be <i>lossy</i>. Consider 39 * an example round-trip using {@link com.google.common.primitives.Doubles#stringConverter}:
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
TimeUnitTest.java | 87 errln("No round trip: " + source + " => " + formatted + " => " + result); 309 errln("No round trip: " + source + " => " + formatted + " => " + result);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
WriteCharts.java | 314 out.println("<h2>Round Trip</h2>"); 336 else out.println("<hr><h2>Round Trip</h2>");
|
/external/icu/icu4c/source/test/cintltst/ |
utmstest.c | 105 log_err("Round-trip error: time scale = %d, value = %lld, round-trip = %lld.\n", scale, value, rt);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
TimeUnitTest.java | 83 errln("No round trip: " + source + " => " + formatted + " => " + result); 305 errln("No round trip: " + source + " => " + formatted + " => " + result);
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
WriteCharts.java | 313 out.println("<h2>Round Trip</h2>"); 335 else out.println("<hr><h2>Round Trip</h2>");
|