Home
last modified time | relevance | path

Searched defs:verification (Results 1 – 25 of 169) sorted by relevance

1234567

/aosp_15_r20/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
H A DEventOrderingVerificationTest.java38 EventOrderingVerification verification = getVerification(); in testNoEvents() local
48 EventOrderingVerification verification = getVerification(0, 1, 2, 3, 4); in testSequentialTimestamp() local
58 EventOrderingVerification verification = getVerification(0, 2, 1, 3, 4); in testSingleOutofOrder() local
75 EventOrderingVerification verification = getVerification(4, 0, 1, 2, 3); in testMultipleOutOfOrder() local
95 EventOrderingVerification verification = new EventOrderingVerification(); in getVerification() local
H A DJitterVerificationTest.java51 ISensorVerification verification = getVerification(1, timestamps); in testVerify() local
75 JitterVerification verification = getVerification(1, timestamps); in testCalculateDelta() local
110 JitterVerification verification = in getVerification() local
H A DEventBasicVerificationTest.java51 EventBasicVerification verification; in testVerify() local
102 EventBasicVerification verification = in getVerification() local
H A DOffsetVerificationTest.java100 OffsetVerification verification = getVerification(threshold, values); in runStats() local
121 OffsetVerification verification = new OffsetVerification(threshold); in getVerification() local
H A DMagnitudeVerificationTest.java54 MagnitudeVerification verification = getVerification(expected, threshold, values); in runStats() local
75 MagnitudeVerification verification = new MagnitudeVerification(expected, threshold); in getVerification() local
H A DFrequencyVerificationTest.java40 ISensorVerification verification = getVerification(999.0, 1001.0, timestamps); in testVerifification() local
87 FrequencyVerification verification = in getVerification() local
H A DStandardDeviationVerificationTest.java65 StandardDeviationVerification verification = getVerification(threshold, values); in runVerification() local
92 StandardDeviationVerification verification = new StandardDeviationVerification(threshold); in getVerification() local
H A DMeanLargerThanVerificationTest.java46 MeanLargerThanVerification verification = getVerification(expected, thresholds, values); in testVerify() local
85 MeanLargerThanVerification verification = in getVerification() local
H A DMeanVerificationTest.java50 MeanVerification verification = in testVerify() local
145 MeanVerification verification = in getVerification() local
H A DEventGapVerificationTest.java71 ISensorVerification verification = getVerification(expected, timestamps); in runVerification() local
101 EventGapVerification verification = new EventGapVerification(expected); in getVerification() local
H A DInitialValueVerificationTest.java72 InitialValueVerification verification = in getVerification() local
95 InitialValueVerification verification = in verifyStatsWithTwoWindows() local
H A DTimestampClockSourceVerificationTest.java167 ISensorVerification verification = getVerification(expectedUs, timestamps); in runVerification() local
208 … TimestampClockSourceVerification verification = new TimestampClockSourceVerification(expectedUs); in getVerification() local
/aosp_15_r20/external/tink/cc/mac/internal/
H A Dchunked_mac_test.cc95 util::StatusOr<std::unique_ptr<ChunkedMacVerification>> verification = in TEST_P() local
125 util::StatusOr<std::unique_ptr<ChunkedMacVerification>> verification = in TEST() local
151 util::StatusOr<std::unique_ptr<ChunkedMacVerification>> verification = in TEST() local
178 util::StatusOr<std::unique_ptr<ChunkedMacVerification>> verification = in TEST() local
212 util::StatusOr<std::unique_ptr<ChunkedMacVerification>> verification = in TEST() local
H A Dchunked_mac_wrapper.cc77 std::unique_ptr<ChunkedMacVerification> verification, in ChunkedMacVerificationWithPrefixType()
203 util::StatusOr<std::unique_ptr<ChunkedMacVerification>> verification = in CreateVerification() local
220 util::StatusOr<std::unique_ptr<ChunkedMacVerification>> verification = in CreateVerification() local
H A Dchunked_mac_wrapper_test.cc184 util::StatusOr<std::unique_ptr<ChunkedMacVerification>> verification = in TEST() local
220 util::StatusOr<std::unique_ptr<ChunkedMacVerification>> verification = in TEST() local
253 util::StatusOr<std::unique_ptr<ChunkedMacVerification>> verification = in TEST() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cArrayOfArraysTests.cpp4584 std::string verification; in test_shader_compilation() local
4645 const std::string &function_use, const std::string &verification) in execute_dispatch_test()
4739 … const std::string &function_use, const std::string &verification) in execute_draw_test()
4885 const std::string &function_use, const std::string &verification) in prepare_compute_shader()
4925 const std::string &function_use, const std::string &verification) in prepare_fragment_shader()
4984 const std::string &function_use, const std::string &verification) in prepare_geometry_shader()
5072 const std::string &function_use, const std::string &verification) in prepare_tess_ctrl_shader()
5135 const std::string &function_use, const std::string &verification) in prepare_tess_eval_shader()
5199 const std::string &function_use, const std::string &verification) in prepare_vertex_shader()
5323 std::string verification; in test_shader_compilation() local
[all …]
/aosp_15_r20/external/cronet/build/android/docs/
H A Dclass_verification_failures.md42 ### Why does that fail?
50 ### Huh? But we have an SDK check!
61 ### Class verification on ART
/aosp_15_r20/external/angle/build/android/docs/
H A Dclass_verification_failures.md42 ### Why does that fail?
50 ### Huh? But we have an SDK check!
61 ### Class verification on ART
/aosp_15_r20/external/rust/crates/openssl/src/
Decdsa.rs174 let verification = res.verify(data.as_bytes(), &public_key).unwrap(); in sign_and_verify() localVariable
197 let verification = res.verify(data.as_bytes(), &public_key).unwrap(); in check_private_components() localVariable
221 let verification = sig.verify(data.as_bytes(), &public_key).unwrap(); in serialize_deserialize() localVariable
/aosp_15_r20/external/cronet/third_party/anonymous_tokens/src/anonymous_tokens/cpp/privacy_pass/
H A Drsa_bssa_public_metadata_client_test.cc320 absl::Status verification = PrivacyPassRsaBssaPublicMetadataClient::Verify( in TEST_F() local
350 absl::Status verification = PrivacyPassRsaBssaPublicMetadataClient::Verify( in TEST_F() local
382 absl::Status verification = PrivacyPassRsaBssaPublicMetadataClient::Verify( in TEST_F() local
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/verification/
H A DDescription.java19 private final VerificationMode verification; field in Description
27 public Description(VerificationMode verification, String description) { in Description()
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/util/
H A DAdvancedTlsX509TrustManager.java53 private final Verification verification; field in AdvancedTlsX509TrustManager
59 private AdvancedTlsX509TrustManager(Verification verification, in AdvancedTlsX509TrustManager()
/aosp_15_r20/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
H A DTestSensorOperation.java126 public void addVerification(ISensorVerification verification) { in addVerification()
190 ISensorVerification verification, in evaluateResults()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dcholesky_test.cc244 XlaOp verification; in XLA_TEST_P() local
289 XlaOp verification; in XLA_TEST_P() local
/aosp_15_r20/external/tink/cc/mac/
H A Daes_cmac_key_manager_test.cc212 util::StatusOr<std::unique_ptr<ChunkedMacVerification>> verification = in TEST() local
250 util::StatusOr<std::unique_ptr<ChunkedMacVerification>> verification = in TEST() local

1234567