/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/cache/ |
H A D | NullCacheTest.java | 44 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 D | NullCacheTest.java | 44 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/ |
D | functional.hpp | 194 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 D | parse_testdata.cc | 202 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 D | parse_testdata.cc | 204 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 D | tflite_driver.cc | 202 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 D | test_utils.cc | 74 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 D | CameraProtectionLoader.kt | 75 val computed = RectF() in loadCameraProtectionInfoList() constant
|
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/features/ |
H A D | PropertyInitializerTest.kt | 40 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 D | CameraAvailabilityListenerTest.kt | 54 val computed = RectF() in rectFromPath() constant
|
/aosp_15_r20/external/webrtc/modules/remote_bitrate_estimator/ |
H A D | inter_arrival_unittest.cc | 173 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 D | floatunditf_test.c | 13 DD computed; in main() local
|
H A D | floatditf_test.c | 13 DD computed; in main() local
|
H A D | qsub_test.c | 118 long double computed = __gcc_qsub(a.ld, b.ld); in testEdgeCases() local
|
/aosp_15_r20/external/dokka/core/src/main/kotlin/Kotlin/ |
H A D | DescriptorDocumentationParser.kt | 320 private var computed = false variable in org.jetbrains.dokka.Kotlin.ParameterInfoNode
|
/aosp_15_r20/external/boringssl/src/crypto/cipher_extra/ |
H A D | cipher_test.cc | 617 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 D | cipher_test.cc | 617 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 D | Content.kt | 39 private var computed = false variable in org.jetbrains.dokka.LazyContentBlock
|
/aosp_15_r20/external/coreboot/util/nvramtool/ |
H A D | cmos_ops.c | 198 uint16_t computed, actual; in cmos_checksum_verify() local
|
/aosp_15_r20/external/jemalloc_new/test/unit/ |
H A D | hash.c | 67 uint32_t computed, expected; in hash_variant_verify_key() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/ |
H A D | TestDoubleSumAverage.java | 150 private static int compareUlpDifference(double expected, double computed, double threshold) { in compareUlpDifference()
|
/aosp_15_r20/art/runtime/arch/ |
H A D | memcmp16_test.cc | 143 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 D | biquad_filter_unittest.cc | 63 rtc::ArrayView<const float> computed, in ExpectNearRelative()
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-core/src/crypto/ |
D | test_suite.rs | 494 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 D | SquareRootTests.java | 203 BigDecimal computed = TWO.sqrt(mc); in squareRootTwoTests() local
|