Home
last modified time | relevance | path

Searched refs:expected_name (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/file/python/
H A Dtests.py13 expected_name = 'Python script, ASCII text executable' variable in MagicTestCase
18 self.assertEqual(result.name, self.expected_name)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp231 llvm::StringRef expected_name = context[0].name; in GetTypes() local
239 SearchFor(*m_apple_types_up, expected_name, callback, expected_tag, in GetTypes()
246 SearchFor(*m_apple_names_up, expected_name, callback); in GetTypes()
265 SearchFor(*m_apple_types_up, expected_name, callback, expected_tag); in GetTypes()
/freebsd/contrib/wpa/hs20/client/
H A Dspp_client.c42 const char *expected_name) in hs20_spp_validate() argument
56 if (strcmp(expected_name, name) != 0) { in hs20_spp_validate()
58 name, expected_name); in hs20_spp_validate()
60 name, expected_name); in hs20_spp_validate()
/freebsd/contrib/expat/tests/
H A Dhandlers.h508 # define assert_record_handler_called(storage, index, expected_name, \ argument
513 assert_true(strcmp(e->name, expected_name) == 0); \