Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/lang/c/enum_types/
DTestEnumTypes.py127name_matches = ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday", "kNu…
131 num_matches = len(name_matches)
136 self.assertEqual(member.name, name_matches[idx], "Name matches for %d"%(idx))
/external/python/cpython3/Objects/
Dcapsule.c32 name_matches(const char *name1, const char *name2) { in name_matches() function
75 name_matches(capsule->name, name)); in PyCapsule_IsValid()
88 if (!name_matches(name, capsule->name)) { in PyCapsule_GetPointer()
/external/python/cpython2/Objects/
Dcapsule.c32 name_matches(const char *name1, const char *name2) { in name_matches() function
75 name_matches(capsule->name, name)); in PyCapsule_IsValid()
88 if (!name_matches(name, capsule->name)) { in PyCapsule_GetPointer()
/external/libevent/
Devdns.c1039 int name_matches = 0; in reply_parse() local
1098 name_matches = 1; in reply_parse()
1101 name_matches = 1; in reply_parse()
1109 if (!name_matches) in reply_parse()