Home
last modified time | relevance | path

Searched refs:nsmap (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dresolv.h54 uint16_t nsmap[MAXNS]; member
/third_party/musl/porting/liteos_m/kernel/include/
Dresolv.h54 uint16_t nsmap[MAXNS]; member
/third_party/musl/include/
Dresolv.h54 uint16_t nsmap[MAXNS]; member
/third_party/musl/porting/uniproton/kernel/include/
Dresolv.h54 uint16_t nsmap[MAXNS]; member
/third_party/python/Lib/test/
Dtest_xml_etree.py2972 nsmap = {'xx': 'X'}
2973 self.assertEqual(len(root.findall(".//xx:b", namespaces=nsmap)), 2)
2974 self.assertEqual(len(root.findall(".//b", namespaces=nsmap)), 2)
2975 nsmap = {'xx': 'Y'}
2976 self.assertEqual(len(root.findall(".//xx:b", namespaces=nsmap)), 1)
2977 self.assertEqual(len(root.findall(".//b", namespaces=nsmap)), 2)
2978 nsmap = {'xx': 'X', '': 'Y'}
2979 self.assertEqual(len(root.findall(".//xx:b", namespaces=nsmap)), 2)
2980 self.assertEqual(len(root.findall(".//b", namespaces=nsmap)), 1)
3475 nsmap = {'h': 'hello', 'f': 'foo'}
[all …]