Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/cache/
H A 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
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/cache/
H A 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
/aosp_15_r20/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 …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/
H A 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
H A Dtflite_driver.cc202 TS computed = Value<T>(tensor.data.raw, i); in TypedCheck() local
318 int32_t computed = in QuantizedCheck() local
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/rnn_vad/
H A Dtest_utils.cc74 rtc::ArrayView<const float> computed) { in ExpectEqualFloatArray()
83 rtc::ArrayView<const float> computed, in ExpectNearAbsolute()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DCameraProtectionLoader.kt75 val computed = RectF() in loadCameraProtectionInfoList() constant
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/features/
H A 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
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/
H A DCameraAvailabilityListenerTest.kt54 val computed = RectF() in rectFromPath() constant
/aosp_15_r20/external/webrtc/modules/remote_bitrate_estimator/
H A Dinter_arrival_unittest.cc173 bool computed = inter_arrival->ComputeDeltas( in InternalExpectFalse() local
193 bool computed = inter_arrival->ComputeDeltas( in InternalExpectTrue() local
/aosp_15_r20/external/compiler-rt/test/builtins/Unit/ppc/
H A Dfloatunditf_test.c13 DD computed; in main() local
H A Dfloatditf_test.c13 DD computed; in main() local
H A Dqsub_test.c118 long double computed = __gcc_qsub(a.ld, b.ld); in testEdgeCases() local
/aosp_15_r20/external/dokka/core/src/main/kotlin/Kotlin/
H A DDescriptorDocumentationParser.kt320 private var computed = false variable in org.jetbrains.dokka.Kotlin.ParameterInfoNode
/aosp_15_r20/external/boringssl/src/crypto/cipher_extra/
H A Dcipher_test.cc617 uint8_t computed[SHA_DIGEST_LENGTH]; in TEST() local
664 uint8_t computed[SHA256_DIGEST_LENGTH]; in TEST() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/cipher_extra/
H A Dcipher_test.cc617 uint8_t computed[SHA_DIGEST_LENGTH]; in TEST() local
664 uint8_t computed[SHA256_DIGEST_LENGTH]; in TEST() local
/aosp_15_r20/external/dokka/core/src/main/kotlin/Model/
H A DContent.kt39 private var computed = false variable in org.jetbrains.dokka.LazyContentBlock
/aosp_15_r20/external/coreboot/util/nvramtool/
H A Dcmos_ops.c198 uint16_t computed, actual; in cmos_checksum_verify() local
/aosp_15_r20/external/jemalloc_new/test/unit/
H A Dhash.c67 uint32_t computed, expected; in hash_variant_verify_key() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/
H A DTestDoubleSumAverage.java150 private static int compareUlpDifference(double expected, double computed, double threshold) { in compareUlpDifference()
/aosp_15_r20/art/runtime/arch/
H A Dmemcmp16_test.cc143 int32_t computed = art::testing::MemCmp16Testing(s1_pot_unaligned, s2_pot_unaligned, mod_min); in CheckSeparate() local
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/
H A Dbiquad_filter_unittest.cc63 rtc::ArrayView<const float> computed, in ExpectNearRelative()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-core/src/crypto/
Dtest_suite.rs494 let computed = cs.mac(&case.key, &case.data).await.unwrap(); in verify_mac_tests() localVariable
510 let computed = cs.hash(&case.input).await.unwrap(); in verify_hash_tests() localVariable
/aosp_15_r20/libcore/ojluni/src/test/java/math/BigDecimal/
H A DSquareRootTests.java203 BigDecimal computed = TWO.sqrt(mc); in squareRootTwoTests() local

123456789