Home
last modified time | relevance | path

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

/external/angle/build/android/docs/
Dclass_verification_failures.md42 ### Why does that fail?
50 ### Huh? But we have an SDK check!
61 ### Class verification on ART
/external/cronet/build/android/docs/
Dclass_verification_failures.md42 ### Why does that fail?
50 ### Huh? But we have an SDK check!
61 ### Class verification on ART
/external/mockito/src/main/java/org/mockito/internal/verification/
DDescription.java19 private final VerificationMode verification; field in Description
27 public Description(VerificationMode verification, String description) { in Description()
/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
/external/rust/crates/ring/src/ec/suite_b/
Decdsa.rs3 pub mod verification; module
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp4567 std::string verification; in test_shader_compilation() local
4628 const std::string& function_use, const std::string& verification) in execute_dispatch_test()
4722 const std::string& function_use, const std::string& verification) in execute_draw_test()
4868 const std::string& function_use, const std::string& verification) in prepare_compute_shader()
4908 const std::string& function_use, const std::string& verification) in prepare_fragment_shader()
4967 const std::string& function_use, const std::string& verification) in prepare_geometry_shader()
5055 const std::string& function_use, const std::string& verification) in prepare_tess_ctrl_shader()
5118 const std::string& function_use, const std::string& verification) in prepare_tess_eval_shader()
5182 const std::string& function_use, const std::string& verification) in prepare_vertex_shader()
5308 std::string verification; in test_shader_compilation() local
[all …]
/external/rust/crates/ring/src/ec/curve25519/
Ded25519.rs21 pub mod verification; module
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcholesky_test.cc244 XlaOp verification; in XLA_TEST_P() local
289 XlaOp verification; in XLA_TEST_P() local
/external/rust/crates/ring/src/
Drsa.rs78 pub(crate) mod verification; module
/external/tensorflow/tensorflow/compiler/tests/
Dcholesky_op_test.py38 def _verifyCholeskyBase(self, sess, placeholder, x, chol, verification, atol): argument
Dmatrix_triangular_solve_op_test.py47 placeholder_b, a, clean_a, b, verification, argument
/external/tensorflow/tensorflow/python/kernel_tests/linalg/
Dlu_op_test.py42 def _verifyLuBase(self, x, lower, upper, perm, verification, argument
Dcholesky_op_test.py88 def _verifyCholeskyBase(self, x, chol, verification): argument
/external/mockito/src/test/java/org/mockito/
DStaticMockingExperimentTest.java72 …Invocation verification = Mockito.framework().getInvocationFactory().createInvocation(mock, withSe… in verify_static_method() local
/external/guava/guava-tests/test/com/google/common/hash/
DHashTestUtils.java75 int verification = Integer.reverseBytes(Ints.fromByteArray(result)); in verifyHashFunction() local
/external/guava/android/guava-tests/test/com/google/common/hash/
DHashTestUtils.java75 int verification = Integer.reverseBytes(Ints.fromByteArray(result)); in verifyHashFunction() local
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dmybusinessverifications.v1.json297 "verification": { object
674 "verification": { object
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp6543 std::string verification = "if (LIST)\n" in test() local
6759 std::string verification; in test() local
6786 const std::string& verification = in test() local
7315 …const std::string& verification = getVerificationSnippet(test_case_index, program_interface, stage… in test() local
8467 std::string verification; in test() local
8574 std::string verification = "{\n" in test() local
8818 …std::string verification = "if ( (PREFIXblock.at_first_offset != PREFIXblock.at_eigth_offset ) … in test() local
10791 …std::string verification = "if ( (PREFIXblock.at_first_offset != PREFIXblock.at_eigth_offset ) … in test() local
12772 std::string verification; in test() local
Dgl4cShaderSubroutineTests.cpp8773 const _subroutine_uniform_value_verification& verification) in verifySubroutineUniformValues()
8803 const _shader_stage& shader_stage, const _subroutine_uniform_value_verification& verification) in verifySubroutineUniformValuesForShaderStage()
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderMiscTestsEXT.cpp1565 std::ostringstream verification; in initPrograms() local
1769 std::ostringstream verification; in initPrograms() local
DvktMeshShaderMiscTests.cpp1512 std::ostringstream verification; in initPrograms() local
1714 std::ostringstream verification; in initPrograms() local
/external/python/cpython2/Modules/
D_ssl.c1488 int verification; in PySSL_peercert() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc1113 auto verification = VerifyShapeOperandAndResult( in verify() local
/external/python/cpython3/Modules/
D_ssl.c1817 int verification; in _ssl__SSLSocket_getpeercert_impl() local