Home
last modified time | relevance | path

Searched refs:expected_id (Results 1 – 7 of 7) sorted by relevance

/third_party/libunwind/src/dwarf/
DGfde.c83 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/
Dcomplement_graph.hpp45 std::size_t expected_id) in complement_graph_vertex() argument
46 : m_id(expected_id) in complement_graph_vertex()
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_attributes.function74 mbedtls_svc_key_id_t expected_id =
86 psa_get_key_id( &attributes ), expected_id ) );
/third_party/ninja/src/
Ddeps_log.cc243 int expected_id = ~checksum; in Load() local
245 if (id != expected_id) { in Load()
/third_party/openssl/test/
Devp_extra_test.c1077 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/
DglcKHRDebugTests.hpp402 … inspectMessageLog(glw::GLenum expected_source, glw::GLenum expected_type, glw::GLuint expected_id,
DglcKHRDebugTests.cpp2143 …: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()