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/
H A Dresolv.h54 uint16_t nsmap[MAXNS]; member
/third_party/musl/porting/liteos_m/kernel/include/
H A Dresolv.h54 uint16_t nsmap[MAXNS]; member
/third_party/musl/porting/uniproton/kernel/include/
H A Dresolv.h54 uint16_t nsmap[MAXNS]; member
/third_party/musl/include/
H A Dresolv.h54 uint16_t nsmap[MAXNS]; member
/third_party/python/Lib/test/
H A Dtest_xml_etree.py2977 nsmap = {'xx': 'X'}
2978 self.assertEqual(len(root.findall(".//xx:b", namespaces=nsmap)), 2)
2979 self.assertEqual(len(root.findall(".//b", namespaces=nsmap)), 2)
2980 nsmap = {'xx': 'Y'}
2981 self.assertEqual(len(root.findall(".//xx:b", namespaces=nsmap)), 1)
2982 self.assertEqual(len(root.findall(".//b", namespaces=nsmap)), 2)
2983 nsmap = {'xx': 'X', '': 'Y'}
2984 self.assertEqual(len(root.findall(".//xx:b", namespaces=nsmap)), 2)
2985 self.assertEqual(len(root.findall(".//b", namespaces=nsmap)), 1)
3480 nsmap
[all...]

Completed in 7 milliseconds