Searched refs:el (Results 1 - 15 of 15) sorted by relevance

/device/google/dragon/audio/hal/
H A Dutlist.h110 #define LL_FOREACH(head, el) \
111 for (el = head; el; el = el->next)
113 #define LL_FOREACH_SAFE(head, el, tmp) \
114 for ((el) = (head); (el) && (tmp = (el)->next, 1); (el)
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_contains.py6 def __init__(self, el):
7 self.el = el
10 def __contains__(self, el):
11 return self.el == el
15 return [self.el][n]
H A Dtest_minidom.py222 el = dom.documentElement
223 el.setAttribute("spam", "jam2")
224 self.confirm(el.toxml() == '<abc spam="jam2"/>', "testAAA")
225 a = el.getAttributeNode("spam")
234 el = dom.documentElement
235 el.setAttribute("spam", "jam")
236 el.setAttribute("spam", "jam2")
237 self.confirm(el.toxml() == '<abc spam="jam2"/>', "testAAB")
307 el = dom.documentElement
308 el
[all...]
H A Dtest_sets.py688 for i, el in enumerate(dup_list):
689 self.assertIs(el, set_list[i])
H A Dtest_set.py1388 for el in self.set:
1389 self.assertIn(el, dup)
1390 pos = dup.index(el)
1391 self.assertIs(el, dup.pop(pos))
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dscan.c1361 { static char buf[300]; LabelEntry *el; local
1383 } else if ( (el=(LabelEntry *)hash_get(Elabel, &zzbegexpr[1]))!=NULL ) {
1388 /* MR10 */ if ( GenCC && (el->elem == NULL || el->elem->ntype==nRuleRef) )
1391 /* MR10 */ if ( !GenCC && (el->elem == NULL || el->elem->ntype==nRuleRef) && GenAST) {
1399 /* MR10 */ if (el->elem != NULL && el->elem->ntype == nToken) {
1400 /* MR10 */ list_add(&CurActionLabels,el);
H A Dantlr.g368 <<{ static char buf[300]; LabelEntry *el;
390 } else if ( (el=(LabelEntry *)hash_get(Elabel, &zzbegexpr[1]))!=NULL ) {
395 /* MR10 */ if ( GenCC && (el->elem == NULL || el->elem->ntype==nRuleRef) )
398 /* MR10 */ if ( !GenCC && (el->elem == NULL || el->elem->ntype==nRuleRef) && GenAST) {
406 /* MR10 */ if (el->elem != NULL && el->elem->ntype == nToken) {
407 /* MR10 */ list_add(&CurActionLabels,el);
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch64/
H A Darch.h284 #define SPSR_64(el, sp, daif) \
286 ((el) & MODE_EL_MASK) << MODE_EL_SHIFT | \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dtupleobject.c371 tuplecontains(PyTupleObject *a, PyObject *el) argument
377 cmp = PyObject_RichCompareBool(el, PyTuple_GET_ITEM(a, i),
H A Dlistobject.c438 list_contains(PyListObject *a, PyObject *el) argument
444 cmp = PyObject_RichCompareBool(el, PyList_GET_ITEM(a, i),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dtupleobject.c369 tuplecontains(PyTupleObject *a, PyObject *el) argument
375 cmp = PyObject_RichCompareBool(el, PyTuple_GET_ITEM(a, i),
H A Dlistobject.c438 list_contains(PyListObject *a, PyObject *el) argument
444 cmp = PyObject_RichCompareBool(el, PyList_GET_ITEM(a, i),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
H A Dxmlparse.c4493 ELEMENT_TYPE *el; local
4504 el = getElementType(parser, enc, s, nxt);
4505 if (!el)
4507 name = el->name;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
H A Dxmlparse.c4493 ELEMENT_TYPE *el; local
4504 el = getElementType(parser, enc, s, nxt);
4505 if (!el)
4507 name = el->name;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
H A Dxmlparse.c4615 ELEMENT_TYPE *el; local
4626 el = getElementType(parser, enc, s, nxt);
4627 if (!el)
4629 name = el->name;

Completed in 478 milliseconds