/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_hashlib.py | 162 computed = hash_object_constructor(data).hexdigest() 164 computed, digest, 168 computed, len(data), digest)) 177 computed = h.hexdigest() 179 computed, digest, 183 computed, len(data), digest))
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_hashlib.py | 162 computed = hash_object_constructor(data).hexdigest() 164 computed, digest, 168 computed, len(data), digest)) 177 computed = h.hexdigest() 179 computed, digest, 183 computed, len(data), digest))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_hashlib.py | 162 computed = hash_object_constructor(data).hexdigest() 164 computed, digest, 168 computed, len(data), digest)) 177 computed = h.hexdigest() 179 computed, digest, 183 computed, len(data), digest))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_hashlib.py | 162 computed = hash_object_constructor(data).hexdigest() 164 computed, digest, 168 computed, len(data), digest)) 177 computed = h.hexdigest() 179 computed, digest, 183 computed, len(data), digest))
|
/art/runtime/arch/ |
memcmp16_test.cc | 142 int32_t computed = art::testing::MemCmp16Testing(s1_pot_unaligned, s2_pot_unaligned, mod_min); 144 ASSERT_EQ(expected, computed) << "Run " << round << ", c1=" << count1 << " c2=" << count2;
|
/libcore/ojluni/src/main/java/sun/security/util/ |
SignatureFileVerifier.java | 307 debug.println( " computed " + toHex(computedHash)); 353 debug.println( " computed " + toHex(computedHash)); 423 byte[] computed; 425 computed = mde.digestWorkaround(digest); 427 computed = mde.digest(digest); 434 debug.println(" computed " + toHex(computed)); 438 if (MessageDigest.isEqual(computed, expected)) { 444 computed = mde.digestWorkaround(digest); 445 if (MessageDigest.isEqual(computed, expected)) [all...] |
/prebuilts/go/darwin-x86/test/ |
initializerr.go | 30 // These keys can be computed at compile time but they are
|
chanlinear.go | 53 // on the computed ratio.
|
/prebuilts/go/linux-x86/test/ |
initializerr.go | 30 // These keys can be computed at compile time but they are
|
/system/core/gatekeeperd/ |
SoftGateKeeper.h | 150 fast_hash_t computed = ComputeFastHash(password, fast_hash.salt); local 151 return memcmp(computed.digest, fast_hash.digest, SHA256_DIGEST_LENGTH) == 0;
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
TokenSource.pm | 26 computed from a CharStream; it only store indices into the char stream.
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
inter_arrival_unittest.cc | 168 bool computed = inter_arrival->ComputeDeltas(timestamp, local 174 EXPECT_EQ(computed, false); 190 bool computed = inter_arrival->ComputeDeltas(timestamp, local 196 EXPECT_EQ(true, computed);
|
/external/mesa3d/docs/OLD/ |
MESA_sprite_point.spec | 44 1. How are the texture coordinates computed? 53 texture coordinates. The r and q coordinates may have been computed 125 texture coordinates are computed as follows: 138 Point size may either be specified with PointSize or computed 143 unchanged and may have been computed with texgen and/or the texture
|
/external/v8/test/mjsunit/ |
object-literal-overwrite.js | 30 // Check that constants and computed properties are overwriting each other 104 // Check that the initializers of computed properties are executed, even if
|
/external/ImageMagick/www/api/ |
compare.php | 88 <dd>the computed distortion between the images. </dd> 128 <dd>the computed distortion between the images. </dd> 174 <p>IsImagesEqual() measures the difference between colors at each pixel location of two images. A value other than 0 means the colors match exactly. Otherwise an error measure is computed by summing over all pixels in an image the distance squared in RGB space between each image pixel and its corresponding pixel in the reconstruct image. The error measure is assigned to these image members:</p> 247 <dd>the computed similarity between the images. </dd>
|
/external/v8/test/mjsunit/compiler/ |
multiply-sub.js | 29 // Test expressions that can be computed with a multiply-add instruction.
|
multiply-add.js | 29 // Test expressions that can be computed with a multiply-add instruction.
|
/external/v8/test/mjsunit/regress/ |
regress-526.js | 28 // Test object literals with computed property and getter.
|
/prebuilts/go/darwin-x86/src/image/png/ |
paeth.go | 15 // of any number (except the smallest one) can be computed
|
/prebuilts/go/darwin-x86/src/math/ |
sinh.go | 15 Cosh(x) is computed from the exponential func for
|
exp.go | 117 // reduce; computed as r = hi - lo for extra precision. 159 // computed as r = hi - lo for extra precision.
|
/prebuilts/go/linux-x86/src/image/png/ |
paeth.go | 15 // of any number (except the smallest one) can be computed
|
/prebuilts/go/linux-x86/src/math/ |
sinh.go | 15 Cosh(x) is computed from the exponential func for
|
exp.go | 117 // reduce; computed as r = hi - lo for extra precision. 159 // computed as r = hi - lo for extra precision.
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
SPVerifier.java | 162 byte[] computed = digest.digest(iconData.getIconData()); 163 if (!Arrays.equals(computed, hash.getHash())) {
|