Home
last modified time | relevance | path

Searched defs:attrib (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_elementtree.c219 PyObject* attrib; member
262 element_new_extra(ElementObject* self, PyObject* attrib) in element_new_extra()
298 element_new(PyObject* tag, PyObject* attrib) in element_new()
472 PyObject* attrib = NULL; in element() local
502 PyObject* attrib = NULL; in subelement() local
633 PyObject* attrib; in element_deepcopy() local
1106 PyObject* attrib; in element_makeelement() local
1210 PyObject* attrib; in element_set() local
1703 PyObject* attrib)
1965 PyObject* attrib = Py_None; local
[all …]
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp436 EGLBoolean eglDisplay::getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value) in getConfigAttrib()
486 EGLBoolean eglDisplay::setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value) in setConfigAttrib()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
DElementTree.py187 attrib = None variable in Element
207 def __init__(self, tag, attrib={}, **extra): argument
224 def makeelement(self, tag, attrib): argument
527 def SubElement(parent, tag, attrib={}, **extra): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
DElementTree.py187 attrib = None variable in Element
207 def __init__(self, tag, attrib={}, **extra): argument
224 def makeelement(self, tag, attrib): argument
527 def SubElement(parent, tag, attrib={}, **extra): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_xml_etree.py479 def attrib(): function
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl.cpp440 EGLint *attrib = NULL; in eglCreateContext() local