Home
last modified time | relevance | path

Searched refs:attrib (Results 1 – 16 of 16) 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() argument
268 if (!attrib) in element_new_extra()
269 attrib = Py_None; in element_new_extra()
271 Py_INCREF(attrib); in element_new_extra()
272 self->extra->attrib = attrib; in element_new_extra()
286 Py_DECREF(self->extra->attrib); in element_dealloc_extra()
298 element_new(PyObject* tag, PyObject* attrib) in element_new() argument
307 if (PyDict_CheckExact(attrib) && !PyDict_Size(attrib)) in element_new()
308 attrib = Py_None; in element_new()
[all …]
/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
208 attrib = attrib.copy()
209 attrib.update(extra)
211 self.attrib = attrib
224 def makeelement(self, tag, attrib): argument
225 return self.__class__(tag, attrib)
234 elem = self.makeelement(self.tag, self.attrib)
410 self.attrib.clear()
425 return self.attrib.get(key, default)
[all …]
/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
208 attrib = attrib.copy()
209 attrib.update(extra)
211 self.attrib = attrib
224 def makeelement(self, tag, attrib): argument
225 return self.__class__(tag, attrib)
234 elem = self.makeelement(self.tag, self.attrib)
410 self.attrib.clear()
425 return self.attrib.get(key, default)
[all …]
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp436 EGLBoolean eglDisplay::getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value) in getConfigAttrib() argument
438 if (attrib == EGL_FRAMEBUFFER_TARGET_ANDROID) { in getConfigAttrib()
442 if (attrib == EGL_COVERAGE_SAMPLES_NV || in getConfigAttrib()
443 attrib == EGL_COVERAGE_BUFFERS_NV) { in getConfigAttrib()
447 if (attrib == EGL_DEPTH_ENCODING_NV) { in getConfigAttrib()
451 if (attrib == EGL_COLOR_COMPONENT_TYPE_EXT) { in getConfigAttrib()
457 EGLBoolean ret = getAttribValue(config, m_attribs.valueFor(attrib), value); in getConfigAttrib()
486 EGLBoolean eglDisplay::setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value) in setConfigAttrib() argument
490 EGLBoolean ret = setAttribValue(config, m_attribs.valueFor(attrib), value); in setConfigAttrib()
DeglDisplay.h58 EGLBoolean getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value);
59 EGLBoolean setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl.cpp440 EGLint *attrib = NULL; in eglCreateContext() local
442 attrib = new EGLint[nAttribs]; in eglCreateContext()
443 memcpy(attrib, attrib_list, nAttribs * sizeof(EGLint)); in eglCreateContext()
448 if (attrib[i] == EGL_CONTEXT_CLIENT_VERSION && in eglCreateContext()
449 attrib[i + 1] == 2) { in eglCreateContext()
451 attrib[i + 1] = 1; // replace to version 1 in eglCreateContext()
455 EGLContext ctx = getDispatch()->eglCreateContext(dpy, config, share, attrib); in eglCreateContext()
456 delete[] attrib; in eglCreateContext()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_xml_etree.py127 check_mapping(element.attrib)
479 def attrib(): function
/device/generic/goldfish-opengl/
DREADME12 You should do this whenever you update one of the *.types, *.in and *.attrib
Dcommon.mk229 $$(GEN): $$(EMUGL_EMUGEN) $$(_emugl_src).attrib $$(_emugl_src).in $$(_emugl_src).types
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dparser.dlg911 fatal("$i attrib ref too big");
932 fatal("$i.field attrib ref too big");
955 if (strlen(zzbegexpr)>(size_t)85) fatal("$i.j attrib ref too big");
958 fatalFL("i of $i.j attrib ref too big",
965 fatalFL("j of $i.j attrib ref too big",
993 "$retval attrib ref too big");
Dantlr.g307 fatal("$i attrib ref too big");
324 fatal("$i.field attrib ref too big");
343 if (strlen(zzbegexpr)>(size_t)85) fatal("$i.j attrib ref too big");
346 fatalFL("i of $i.j attrib ref too big",
353 fatalFL("j of $i.j attrib ref too big",
378 "$retval attrib ref too big");
1576 * require most of the attrib variables to create the tree nodes
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch95 attrib/attrib.c | 6 +-
96 attrib/attrib.h | 3 +-
97 attrib/attrib.inf | 28 +--
2119 - attrib\AttribStrings.uni
2120 - attrib\attrib.c
2121 - attrib\attrib.h
2122 + attrib/AttribStrings.uni
2123 + attrib/attrib.c
2124 + attrib/attrib.h
2487 - attrib\AttribStrings.uni
[all …]
DShellR33.patch1 diff --ignore-file-name-case -Naur ShellR33/attrib/attrib.c GccShellR33/attrib/attrib.c
2 --- ShellR33/attrib/attrib.c 2006-08-07 02:14:38.000000000 -0700
3 +++ GccShellR33/attrib/attrib.c 2009-11-05 13:49:56.000000000 -0800
22 diff --ignore-file-name-case -Naur ShellR33/attrib/attrib.h GccShellR33/attrib/attrib.h
23 --- ShellR33/attrib/attrib.h 2005-08-23 00:16:36.000000000 -0700
24 +++ GccShellR33/attrib/attrib.h 2009-11-05 13:49:56.000000000 -0800
32 diff --ignore-file-name-case -Naur ShellR33/attrib/attrib.inf GccShellR33/attrib/attrib.inf
33 --- ShellR33/attrib/attrib.inf 2007-03-15 20:07:49.000000000 -0700
34 +++ GccShellR33/attrib/attrib.inf 2009-09-22 15:37:05.000000000 -0700
41 attrib.c
[all …]
DEdkShellPkg.dsc142 $(EDK_SHELL_DIR)/attrib/attrib.inf
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DUefiShellLevel2CommandsLib.uni186 ".TH attrib 0 "Displays or modifies the attributes of files or directories."\r\n"
211 " does not exist, attrib will continue processing the remaining files\r\n"
221 " fs0:\> attrib fs0:\ \r\n"
225 " fs0:\> attrib *\r\n"
228 " fs0:\> attrib +s *.efi\r\n"
231 " fs0:\> attrib -r *.inf\r\n"
546 " fs0:\Test> attrib +r Temp1\r\n"
685 " fs0:\> attrib +r Test\Temp1\readme.txt\r\n"
928 "LS [-r] [-a[attrib]][-sfo][file]\r\n"
936 " attrib - Specifies a file attribute list value:\r\n"
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
Dbuild.py1757 for (attrib, value) in self.ToolDef.ToolsDefTxtDictionary.iteritems():
1758 if attrib.upper().endswith('_GUID'):
1759 split = attrib.split('_')
1762 guid = self.ToolDef.ToolsDefTxtDictionary[attrib]