Searched refs:expected_id (Results 1 – 7 of 7) sorted by relevance
/third_party/libunwind/src/dwarf/ |
D | Gfde.c | 83 const uint32_t expected_id = (is_debug_frame) ? 0xffffffff : 0; in parse_cie() local 89 if (cie_id != expected_id) in parse_cie() 101 const uint64_t expected_id = (is_debug_frame) ? 0xffffffffffffffffull : 0; in parse_cie() local 109 if (cie_id != expected_id) in parse_cie()
|
/third_party/boost/boost/geometry/algorithms/detail/is_valid/ |
D | complement_graph.hpp | 45 std::size_t expected_id) in complement_graph_vertex() argument 46 : m_id(expected_id) in complement_graph_vertex()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_attributes.function | 74 mbedtls_svc_key_id_t expected_id = 86 psa_get_key_id( &attributes ), expected_id ) );
|
/third_party/ninja/src/ |
D | deps_log.cc | 243 int expected_id = ~checksum; in Load() local 245 if (id != expected_id) { in Load()
|
/third_party/openssl/test/ |
D | evp_extra_test.c | 1077 int expected_id = ak->evptype; in test_d2i_AutoPrivateKey() local 1082 || !TEST_int_eq(EVP_PKEY_id(pkey), expected_id)) in test_d2i_AutoPrivateKey() 1515 int expected_id = ak->evptype; in test_EVP_PKEY_check() local 1528 || !TEST_int_eq(EVP_PKEY_id(pkey), expected_id)) in test_EVP_PKEY_check()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcKHRDebugTests.hpp | 402 … inspectMessageLog(glw::GLenum expected_source, glw::GLenum expected_type, glw::GLuint expected_id,
|
D | glcKHRDebugTests.cpp | 2143 …:inspectMessageLog(glw::GLenum expected_source, glw::GLenum expected_type, glw::GLuint expected_id, in inspectMessageLog() argument 2183 if (expected_id != id) in inspectMessageLog() 2186 << ", expected " << expected_id << tcu::TestLog::EndMessage; in inspectMessageLog()
|