Searched refs:nsmap (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | resolv.h | 54 uint16_t nsmap[MAXNS]; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | resolv.h | 54 uint16_t nsmap[MAXNS]; member
|
/third_party/musl/include/ |
D | resolv.h | 54 uint16_t nsmap[MAXNS]; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | resolv.h | 54 uint16_t nsmap[MAXNS]; member
|
/third_party/python/Lib/test/ |
D | test_xml_etree.py | 2972 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 …]
|