HomeSort by relevance Sort by last modified time
    Searched refs:calculated (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /prebuilts/go/darwin-x86/src/crypto/sha512/
sha512_test.go 245 if calculated := hex.EncodeToString(oneShotResult); calculated != outHex {
246 t.Errorf("one-shot result for %s(%q) = %q, but expected %q", name, in, calculated, outHex)
259 if calculated := hex.EncodeToString(digestFunc.Sum(nil)); calculated != outHex {
260 t.Errorf("%s(%q) = %q (in pass #%d), but expected %q", name, in, calculated, pass, outHex)
  /prebuilts/go/linux-x86/src/crypto/sha512/
sha512_test.go 245 if calculated := hex.EncodeToString(oneShotResult); calculated != outHex {
246 t.Errorf("one-shot result for %s(%q) = %q, but expected %q", name, in, calculated, outHex)
259 if calculated := hex.EncodeToString(digestFunc.Sum(nil)); calculated != outHex {
260 t.Errorf("%s(%q) = %q (in pass #%d), but expected %q", name, in, calculated, pass, outHex)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
test_utils.py 91 calculated = bytes_to_hex(tree_hash(chunk_hashes(bytestring)))
95 return calculated
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/
btLemkeAlgorithm.cpp 33 static bool calculated=false; local
35 if (!calculated)
44 calculated=true;
  /external/chromium-trace/catapult/third_party/Paste/paste/debug/
fsdiff.py 61 self.before.calculated,
62 self.after.calculated))
103 self.calculated = None
118 self.calculated = datetime.now()
147 self.calculated or '(no calculation done)')
  /external/vboot_reference/scripts/
genpadding.sh 58 * Depending on the RSA key size and hash function, the padding is calculated
  /external/v8/test/mjsunit/
object-define-properties.js 59 // Make sure that all property descriptors are calculated before any
array-slice.js 117 // According to the spec (15.4.4.10), length is calculated before
array-splice.js 285 // According to the spec (15.4.4.12), length is calculated before
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-connector-basic/1.0.2.v20150114/
aether-connector-basic-1.0.2.v20150114.jar 
  /prebuilts/go/darwin-x86/src/runtime/
mstats.go 244 // are calculated by scanning all spans.
245 // Total number of mallocs is calculated as number of frees plus number of alive objects.
246 // Similarly, total amount of allocated memory is calculated as amount of freed memory
  /prebuilts/go/linux-x86/src/runtime/
mstats.go 244 // are calculated by scanning all spans.
245 // Total number of mallocs is calculated as number of frees plus number of alive objects.
246 // Similarly, total amount of allocated memory is calculated as amount of freed memory
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 196 // scores are calculated based on exact and prefix matches,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearchdomain/
layer1.py 311 document's field, a score is calculated for that field based on how
367 the relevance score calculated for each document, specify `_score`.
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 196 // scores are calculated based on exact and prefix matches,
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 38 calculated as follows:
  /external/ImageMagick/www/api/
distort.php 144 <dd> o "distort:viewport" Directly set the output image canvas area and offest to use for the resulting image, rather than use the original images canvas, or a calculated 'bestfit' canvas. </dd>
property.php 248 <p>x [x] where 'x' is a single letter properity, case sensitive). [type:name] where 'type' a is special and known prefix. [name] where 'name' is a specifically known attribute, calculated value, or a per-image property string name, or a per-image 'artifact' (as generated from a global option). It may contain ':' as long as the prefix is not special.</p>
352 <p>Attempting to set a property that is normally calculated will produce an exception.</p>
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_code.go 201 // of that level with the sum of the two nodes we've just calculated on
  /prebuilts/go/darwin-x86/src/math/cmplx/
cmath_test.go 39 // were obtained by printing them with "%.26f". The answers were calculated
  /prebuilts/go/linux-x86/src/compress/flate/
huffman_code.go 201 // of that level with the sum of the two nodes we've just calculated on
  /prebuilts/go/linux-x86/src/math/cmplx/
cmath_test.go 39 // were obtained by printing them with "%.26f". The answers were calculated
  /external/libunwind/doc/
libunwind-ia64.tex 78 previous stack-pointer value can be calculated simply as
  /prebuilts/go/darwin-x86/src/crypto/tls/
key_agreement.go 174 // pre-master secret is then calculated using ECDH. The signature may
  /prebuilts/go/linux-x86/src/crypto/tls/
key_agreement.go 174 // pre-master secret is then calculated using ECDH. The signature may

Completed in 1457 milliseconds

1 2 3 4