Home
last modified time | relevance | path

Searched refs:_attrs (Results 1 – 6 of 6) sorted by relevance

/external/fonttools/Lib/fontTools/
DafmLib.py85 _attrs = None variable in AFM
100 self._attrs = {}
158 self._attrs[word] = l, b, r, t
165 self._attrs[word] = rest
167 self._attrs[word] = value
205 attrs = self._attrs
282 if attr in self._attrs:
283 return self._attrs[attr]
292 self._attrs[attr] = value
303 del self._attrs[attr]
/external/jetty/src/java/org/eclipse/jetty/xml/
DXmlParser.java496 private Attribute[] _attrs; field in XmlParser.Node
508 _attrs = new Attribute[attrs.getLength()]; in Node()
514 _attrs[i] = new Attribute(name, attrs.getValue(i)); in Node()
550 return _attrs; in getAttributes()
572 if (_attrs == null || name == null) in getAttribute()
574 for (int i = 0; i < _attrs.length; i++) in getAttribute()
575 if (name.equals(_attrs[i].getName())) in getAttribute()
576 return _attrs[i].getValue(); in getAttribute()
722 if (_attrs != null) in toString()
724 for (int i = 0; i < _attrs.length; i++) in toString()
[all …]
/external/v8/tools/gyp/pylib/gyp/
DMSVSProject.py23 self._attrs = attrs or {}
24 self._attrs['Name'] = name
32 return ['Tool', self._attrs]
/external/clang/test/CodeGen/
Dpacked-union.c3 typedef struct _attrs { struct
/external/libxml2/python/
Ddrv_libxml2.py194 attributesNSImpl._attrs = attrs = {}
225 attributesImpl._attrs = attrs = {}
/external/chromium-trace/catapult/third_party/beautifulsoup4/doc/source/
Dindex.rst1244 .. _attrs: