Home
last modified time | relevance | path

Searched defs:computed (Results 1 – 25 of 55) sorted by relevance

123

/external/guava/guava-tests/test/com/google/common/cache/
DNullCacheTest.java44 Object computed = new Object(); in testGet() local
62 Object computed = new Object(); in testGet_expireAfterWrite() local
80 Object computed = new Object(); in testGet_expireAfterAccess() local
/external/guava/android/guava-tests/test/com/google/common/cache/
DNullCacheTest.java44 Object computed = new Object(); in testGet() local
62 Object computed = new Object(); in testGet_expireAfterWrite() local
80 Object computed = new Object(); in testGet_expireAfterAccess() local
/external/rust/android-crates-io/crates/zerotrie/src/byte_phf/
Dmod.rs305 let computed = PerfectByteHashMap::try_new(&keys).expect(keys_str); in test_smaller() localVariable
333 let computed = PerfectByteHashMap::try_new(&keys).expect(keys_str); in test_larger() localVariable
365 let computed = PerfectByteHashMap::try_new(&keys).unwrap(); in test_hard_cases() localVariable
477 let computed = PerfectByteHashMap::try_new(cas.keys.as_bytes()).expect(cas.keys); in test_build_read_small() localVariable
/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Dtest_utils.cc74 rtc::ArrayView<const float> computed) { in ExpectEqualFloatArray()
83 rtc::ArrayView<const float> computed, in ExpectNearAbsolute()
/external/compiler-rt/test/builtins/Unit/ppc/
Dfloatditf_test.c13 DD computed; in main() local
Dfloatunditf_test.c13 DD computed; in main() local
Dqsub_test.c118 long double computed = __gcc_qsub(a.ld, b.ld); in testEdgeCases() local
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dparse_testdata.cc202 float computed = data[idx]; in CheckOutputs() local
220 int32_t computed = data[idx]; in CheckOutputs() local
231 int64_t computed = data[idx]; in CheckOutputs() local
/external/tensorflow/tensorflow/lite/testing/
Dparse_testdata.cc204 float computed = data[idx]; in CheckOutputs() local
222 int32_t computed = data[idx]; in CheckOutputs() local
233 int64_t computed = data[idx]; in CheckOutputs() local
Dtflite_driver.cc202 TS computed = Value<T>(tensor.data.raw, i); in TypedCheck() local
318 int32_t computed = in QuantizedCheck() local
/external/cldr/docs/site/assets/js/
Dcldrsite.js103 computed: { property
182 computed: { property
/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/features/
DPropertyInitializerTest.kt40 val computed: Int = valProperty + varProperty + 2, constant in kotlinx.serialization.features.PropertyInitializerTest.InternalClass
63 val computed: Int = valProperty + varProperty + 2, constant in kotlinx.serialization.features.PropertyInitializerTest.ExternalClass
/external/coreboot/util/nvramtool/
Dcmos_ops.c198 uint16_t computed, actual; in cmos_checksum_verify() local
/external/jemalloc_new/test/unit/
Dhash.c67 uint32_t computed, expected; in hash_variant_verify_key() local
/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dfunctional.hpp194 static const bool computed ; member
196 static const bool computed = false ; member
212 const bool scalar_assign<T1,T2>::computed = false; member in boost::numeric::ublas::scalar_assign<T1,T2>
221 static const bool computed ; member
223 static const bool computed = true ; member
239 const bool scalar_plus_assign<T1,T2>::computed = true; member in boost::numeric::ublas::scalar_plus_assign<T1,T2>
248 static const bool computed ; member
250 static const bool computed = true ; member
266 const bool scalar_minus_assign<T1,T2>::computed = true; member in boost::numeric::ublas::scalar_minus_assign<T1,T2>
274 static const bool computed = true; member
[all …]
/external/webrtc/modules/audio_processing/agc2/
Dbiquad_filter_unittest.cc63 rtc::ArrayView<const float> computed, in ExpectNearRelative()
/external/webrtc/modules/remote_bitrate_estimator/
Dinter_arrival_unittest.cc173 bool computed = inter_arrival->ComputeDeltas( in InternalExpectFalse() local
193 bool computed = inter_arrival->ComputeDeltas( in InternalExpectTrue() local
/external/rust/android-crates-io/crates/mls-rs/src/
Dhash_reference.rs161 let computed = HashReference::compute(value, label, &cs).await.unwrap(); in test_basic_crypto_test_vectors() localVariable
/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_cs_intrinsics.c35 bool computed; member
/external/rust/android-crates-io/crates/mls-rs/src/psk/
Dsecret.rs232 let computed = in expected_psk_secret_is_produced() localVariable
/external/cronet/tot/crypto/
Dhmac.cc156 base::span<uint8_t> computed = in Verify() local
/external/cronet/stable/crypto/
Dhmac.cc156 base::span<uint8_t> computed = in Verify() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtranspose_test.cc124 auto computed = ConstantR2FromArray2D<float>(&builder, input); in TEST_F() local
/external/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc573 uint8_t computed[SHA_DIGEST_LENGTH]; in TEST() local
620 uint8_t computed[SHA256_DIGEST_LENGTH]; in TEST() local
/external/cronet/stable/third_party/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc617 uint8_t computed[SHA_DIGEST_LENGTH]; in TEST() local
664 uint8_t computed[SHA256_DIGEST_LENGTH]; in TEST() local

123