/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cArrayOfArraysTests.cpp | 4569 std::string verification; in test_shader_compilation() local 4586 verification = iterator_declaration; in test_shader_compilation() 4587 verification += " float result = 1.0;\n"; in test_shader_compilation() 4588 verification += iteration_loop_start; in test_shader_compilation() 4589 verification += " if (my_array[a][b][c][d] " + in test_shader_compilation() 4597 verification += iteration_loop_end; in test_shader_compilation() 4601 execute_draw_test(tested_shader_type, function_definition, function_use, verification); in test_shader_compilation() 4605 execute_dispatch_test(tested_shader_type, function_definition, function_use, verification); in test_shader_compilation() 4625 * @param verification Snippet that verifies results 4630 const std::string& function_use, const std::string& verification) in execute_dispatch_test() 4628 execute_dispatch_test( typename TestCaseBase<API>::TestShaderType tested_shader_type, const std::string& function_definition, const std::string& function_use, const std::string& verification) execute_dispatch_test() argument 4722 execute_draw_test(typename TestCaseBase<API>::TestShaderType tested_shader_type, const std::string& function_definition, const std::string& function_use, const std::string& verification) execute_draw_test() argument 4868 prepare_compute_shader( typename TestCaseBase<API>::TestShaderType tested_shader_type, const std::string& function_definition, const std::string& function_use, const std::string& verification) prepare_compute_shader() argument 4908 prepare_fragment_shader( typename TestCaseBase<API>::TestShaderType tested_shader_type, const std::string& function_definition, const std::string& function_use, const std::string& verification) prepare_fragment_shader() argument 4967 prepare_geometry_shader( typename TestCaseBase<API>::TestShaderType tested_shader_type, const std::string& function_definition, const std::string& function_use, const std::string& verification) prepare_geometry_shader() argument 5055 prepare_tess_ctrl_shader( typename TestCaseBase<API>::TestShaderType tested_shader_type, const std::string& function_definition, const std::string& function_use, const std::string& verification) prepare_tess_ctrl_shader() argument 5118 prepare_tess_eval_shader( typename TestCaseBase<API>::TestShaderType tested_shader_type, const std::string& function_definition, const std::string& function_use, const std::string& verification) prepare_tess_eval_shader() argument 5182 prepare_vertex_shader( typename TestCaseBase<API>::TestShaderType tested_shader_type, const std::string& function_definition, const std::string& function_use, const std::string& verification) prepare_vertex_shader() argument 5310 std::string verification; test_shader_compilation() local 5415 std::string verification; test_shader_compilation() local 5536 std::string verification; test_shader_compilation() local 5658 std::string verification; test_shader_compilation() local 5780 std::string verification; test_shader_compilation() local 5902 std::string verification; test_shader_compilation() local 6024 std::string verification; test_shader_compilation() local 9066 std::string verification; test_shader_compilation() local 9147 execute_dispatch_test(typename TestCaseBase<API>::TestShaderType tested_shader_type, const std::string& function_definition, const std::string& function_use, const std::string& verification, bool use_original, bool expect_invalid_result) execute_dispatch_test() argument 9271 execute_draw_test(typename TestCaseBase<API>::TestShaderType tested_shader_type, const std::string& function_definition, const std::string& function_use, const std::string& verification, bool use_original, bool expect_invalid_result) execute_draw_test() argument 9487 prepare_compute_shader( typename TestCaseBase<API>::TestShaderType tested_shader_type, const std::string& function_definition, const std::string& function_use, const std::string& verification) prepare_compute_shader() argument 9527 prepare_fragment_shader( typename TestCaseBase<API>::TestShaderType tested_shader_type, const std::string& function_definition, const std::string& function_use, const std::string& verification) prepare_fragment_shader() argument 9586 prepare_geometry_shader( typename TestCaseBase<API>::TestShaderType tested_shader_type, const std::string& function_definition, const std::string& function_use, const std::string& verification) prepare_geometry_shader() argument 9674 prepare_tess_ctrl_shader( typename TestCaseBase<API>::TestShaderType tested_shader_type, const std::string& function_definition, const std::string& function_use, const std::string& verification) prepare_tess_ctrl_shader() argument 9737 prepare_tess_eval_shader( typename TestCaseBase<API>::TestShaderType tested_shader_type, const std::string& function_definition, const std::string& function_use, const std::string& verification) prepare_tess_eval_shader() argument 9801 prepare_vertex_shader( typename TestCaseBase<API>::TestShaderType tested_shader_type, const std::string& function_definition, const std::string& function_use, const std::string& verification) prepare_vertex_shader() argument 9927 std::string verification; test_shader_compilation() local 10058 std::string verification; test_shader_compilation() local 10229 std::string verification; test_shader_compilation() local 10400 std::string verification; test_shader_compilation() local 10571 std::string verification; test_shader_compilation() local [all...] |
H A D | es31cArrayOfArraysTests.hpp | 1626 const std::string& verification); 1630 const std::string& verification); 1634 const std::string& verification); 1638 const std::string& verification); 1642 const std::string& verification); 1646 const std::string& verification); 1650 const std::string& verification); 1654 const std::string& verification); 2297 const std::string& verification, bool use_original, bool expect_invalid_result); 2301 const std::string& verification, boo [all...] |
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/witness/tlog/ |
H A D | index.js | 43 const promise = entry?.verification?.signedEntryTimestamp 44 ? inclusionPromise(entry.verification.signedEntryTimestamp) 46 const proof = entry?.verification?.inclusionProof 47 ? inclusionProof(entry.verification.inclusionProof)
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | ecdsa.rs | 174 let verification = res.verify(data.as_bytes(), &public_key).unwrap(); in sign_and_verify() 175 assert!(verification); in sign_and_verify() 197 let verification = res.verify(data.as_bytes(), &public_key).unwrap(); in check_private_components() 198 assert!(verification); in check_private_components() 221 let verification = sig.verify(data.as_bytes(), &public_key).unwrap(); in serialize_deserialize() 222 assert!(verification); in serialize_deserialize()
|
/third_party/python/Lib/test/test_importlib/builtin/ |
H A D | test_loader.py | 16 self.verification = {'__name__': 'errno', '__package__': '', 22 for attr, value in self.verification.items():
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.h | 149 // Verify that the reference can be found via marking, if verification is 163 ReferenceVerification verification); 166 ReferenceVerification verification = kVerify); 169 ReferenceVerification verification = kVerify); 173 ReferenceVerification verification = kVerify) { in SetIndexedAutoIndexReference() 175 verification); in SetIndexedAutoIndexReference() 181 ReferenceVerification verification = kVerify); 476 HeapEntry::ReferenceVerification verification = HeapEntry::kVerify); 593 // The reverse lookup map is only populated if the verification flag is in FindHeapThingForHeapEntry()
|
H A D | heap-snapshot-generator.cc | 106 // Use this function with care, since it bypasses verification. 151 // skipping those objects doesn't weaken verification. in GetIndirectStrongReferences() 230 ReferenceVerification verification) { in VerifyReference() 232 if (verification == kOffHeapPointer || generator->verifier() == nullptr) { in VerifyReference() 233 // Off-heap pointers are outside the scope of this verification; we just in VerifyReference() 235 // then verification is disabled. in VerifyReference() 238 if (verification == kCustomWeakPointer) { in VerifyReference() 264 } else if (verification == kEphemeron) { in VerifyReference() 280 ReferenceVerification verification) { in SetNamedReference() 283 VerifyReference(type, entry, generator, verification); in SetNamedReference() 228 VerifyReference(HeapGraphEdge::Type type, HeapEntry* entry, HeapSnapshotGenerator* generator, ReferenceVerification verification) VerifyReference() argument 277 SetNamedReference(HeapGraphEdge::Type type, const char* name, HeapEntry* entry, HeapSnapshotGenerator* generator, ReferenceVerification verification) SetNamedReference() argument 286 SetIndexedReference(HeapGraphEdge::Type type, int index, HeapEntry* entry, HeapSnapshotGenerator* generator, ReferenceVerification verification) SetIndexedReference() argument 295 SetNamedAutoIndexReference(HeapGraphEdge::Type type, const char* description, HeapEntry* child, StringsStorage* names, HeapSnapshotGenerator* generator, ReferenceVerification verification) SetNamedAutoIndexReference() argument 2147 SetWeakReference( HeapEntry* parent_entry, const char* reference_name, Object child_obj, int field_offset, HeapEntry::ReferenceVerification verification) SetWeakReference() argument [all...] |
/third_party/node/test/fixtures/wpt/WebCryptoAPI/sign_verify/ |
H A D | ecdsa_vectors.js | 38 // For verification tests. 101 vector.name = `${vector.name} - The signature was made using ${vector.hashName}, however verification is being done using ${hashName}`;
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.cpp | 1117 * @return true if verification is positive, false otherwise 1213 * @return true if verification is positive, false otherwise 1297 * @return true if verification is positive, false otherwise 1373 * @return true if verification is positive, false otherwise 1450 * @return true if verification is positive, false otherwise 1472 * @return true if verification is positive, false otherwise 1494 * @return true if verification is positive, false otherwise 6232 << tcu::TestLog::Message << "Error in shader compilation was expected, logged for verification: " in test() 6256 << "Error in program linking was expected, logged for verification: " << tcu::TestLog::EndMessage; in test() 6322 << tcu::TestLog::Message << "Error in shader compilation was expected, logged for verification in test() 6543 std::string verification = "if (LIST)\\n" test() local 6759 std::string verification; test() local 6786 const std::string& verification = test() local 7315 const std::string& verification = getVerificationSnippet(test_case_index, program_interface, stage); test() local 8467 std::string verification; test() local 8574 std::string verification = "{\\n" test() local 8818 std::string verification = "if ( (PREFIXblock.at_first_offset != PREFIXblock.at_eigth_offset ) ||\\n" test() local 10791 std::string verification = "if ( (PREFIXblock.at_first_offset != PREFIXblock.at_eigth_offset ) ||\\n" test() local 12772 std::string verification; test() local [all...] |
H A D | gl4cShaderSubroutineTests.hpp | 915 const _subroutine_uniform_value_verification& verification); 918 const _subroutine_uniform_value_verification& verification);
|
H A D | gl4cShaderSubroutineTests.cpp | 6302 * @return true if verification result is positive, false otherwise 8374 TEST_CASE_SWITCH_TO_DIFFERENT_PROGRAM_OBJECT, /* makes the verification routine use program object descriptor */ in initTest() 8386 TEST_CASE_SWITCH_TO_DIFFERENT_PROGRAM_PIPELINE_OBJECT, /* makes the verification routine use pipeline object descriptor */ in initTest() 8768 * @param test_case Test case the verification is to be performed for. 8769 * @param n_id Index of the program/pipeline object to use for the verification 8770 * @param verification Verification method. 8773 const _subroutine_uniform_value_verification& verification) in verifySubroutineUniformValues() 8791 verifySubroutineUniformValuesForShaderStage(current_stage, verification); in verifySubroutineUniformValues() 8796 * shader stage. If the verification fails, m_has_test_passed will be set to false. 8799 * @param verification Typ 8772 verifySubroutineUniformValues(const _test_case& test_case, const unsigned int& n_id, const _subroutine_uniform_value_verification& verification) verifySubroutineUniformValues() argument 8802 verifySubroutineUniformValuesForShaderStage( const _shader_stage& shader_stage, const _subroutine_uniform_value_verification& verification) verifySubroutineUniformValuesForShaderStage() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 288 // Create a memory buffer for verification. in iterate() 366 // Copy color buffer to verification buffer. in iterate() 1512 std::ostringstream verification; in initPrograms() local 1513 verification in initPrograms() 1565 << verification.str() in initPrograms() 1582 replacements["BODY"] = verification.str(); in initPrograms() 1714 std::ostringstream verification; in initPrograms() local 1715 verification in initPrograms() 1765 << verification.str() in initPrograms() 1783 replacements["BODY"] = verification in initPrograms() [all...] |
H A D | vktMeshShaderMiscTestsEXT.cpp | 292 // Create a memory buffer for verification. in iterate() 371 // Copy color buffer to verification buffer. in iterate() 1583 std::ostringstream verification; in initPrograms() local 1584 verification in initPrograms() 1645 << verification.str() in initPrograms() 1663 replacements["BODY"] = verification.str(); in initPrograms() 1787 std::ostringstream verification; in initPrograms() local 1788 verification in initPrograms() 1847 << verification.str() in initPrograms() 1867 replacements["BODY"] = verification in initPrograms() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 288 // Create a memory buffer for verification. in iterate() 366 // Copy color buffer to verification buffer. in iterate() 1512 std::ostringstream verification; in initPrograms() local 1513 verification in initPrograms() 1565 << verification.str() in initPrograms() 1582 replacements["BODY"] = verification.str(); in initPrograms() 1714 std::ostringstream verification; in initPrograms() local 1715 verification in initPrograms() 1765 << verification.str() in initPrograms() 1783 replacements["BODY"] = verification in initPrograms() [all...] |
H A D | vktMeshShaderMiscTestsEXT.cpp | 292 // Create a memory buffer for verification. in iterate() 371 // Copy color buffer to verification buffer. in iterate() 1565 std::ostringstream verification; in initPrograms() local 1566 verification in initPrograms() 1627 << verification.str() in initPrograms() 1645 replacements["BODY"] = verification.str(); in initPrograms() 1769 std::ostringstream verification; in initPrograms() local 1770 verification in initPrograms() 1829 << verification.str() in initPrograms() 1849 replacements["BODY"] = verification in initPrograms() [all...] |
/third_party/pcre2/pcre2/ |
H A D | RunTest.bat | 517 @echo for input and verification should be found automatically when (from the
|
/third_party/python/Modules/ |
H A D | _ssl.c | 1822 int verification; in _ssl__SSLSocket_getpeercert_impl() local 1839 verification = SSL_CTX_get_verify_mode(SSL_get_SSL_CTX(self->ssl)); in _ssl__SSLSocket_getpeercert_impl() 1840 if ((verification & SSL_VERIFY_PEER) == 0) in _ssl__SSLSocket_getpeercert_impl() 5866 /* CRL verification for verification_flags */ in sslmodule_init_constants()
|