Home
last modified time | relevance | path

Searched defs:_Element (Results 1 – 3 of 3) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
Detree.py75 _Element = Element variable
79 from xml.etree.ElementTree import Element as _Element unknown
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Duninitialized_algorithms.h389 using _Element = remove_extent_t<_ValueType>; in __allocator_destroy_multidimensional() local
418 using _Element = remove_extent_t<_Tp>; in __allocator_construct_at_multidimensional() local
458 using _Element = remove_extent_t<_Tp>; in __allocator_construct_at_multidimensional() local
/external/python/cpython2/Lib/xml/etree/
DElementTree.py511 _Element = _ElementInterface = Element variable