Home
last modified time | relevance | path

Searched refs:_get_attributes (Results 1 – 4 of 4) sorted by relevance

/third_party/node/tools/gyp/pylib/gyp/
Dxml_fix.py31 attrs = self._get_attributes()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxml_fix.py34 attrs = self._get_attributes()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglfilter.c1083 _get_attributes (GstGLFilter * filter) in _get_attributes() function
1119 _get_attributes (filter); in _draw_with_shader_cb()
1184 _get_attributes (filter); in _bind_buffer()
/third_party/python/Lib/xml/dom/
Dminidom.py880 attrs = self._get_attributes()
901 def _get_attributes(self): member in Element