Home
last modified time | relevance | path

Searched refs:groupindex (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsre.h27 PyObject* groupindex; member
D_sre.c1873 Py_XDECREF(self->groupindex); in pattern_dealloc()
2517 Py_XINCREF(self->groupindex); in pattern_copy()
2542 if (!deepcopy(&copy->groupindex, memo) || in pattern_deepcopy()
2619 {"groupindex", T_OBJECT, PAT_OFF(groupindex), READONLY},
2668 PyObject* groupindex = NULL; in _compile() local
2672 &groupindex, &indexgroup)) in _compile()
2682 self->groupindex = NULL; in _compile()
2711 Py_XINCREF(groupindex); in _compile()
2712 self->groupindex = groupindex; in _compile()
3242 if (self->pattern->groupindex) { in match_getindex()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsre.h37 PyObject* groupindex; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcsv.py234 n = regexp.groupindex['quote'] - 1
239 n = regexp.groupindex['delim'] - 1
246 n = regexp.groupindex['space'] - 1
Dsre_compile.py587 groupindex = p.pattern.groupdict
589 for k, i in groupindex.items():
595 groupindex, indexgroup
Dsre_parse.py778 index = pattern.groupindex[name]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcsv.py230 n = regexp.groupindex['quote'] - 1
235 n = regexp.groupindex['delim'] - 1
242 n = regexp.groupindex['space'] - 1
Dsre_compile.py515 groupindex = p.pattern.groupdict
517 for k, i in groupindex.items():
523 groupindex, indexgroup
Dsre_parse.py735 index = pattern.groupindex[name]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c1873 Py_XDECREF(self->groupindex); in pattern_dealloc()
2517 Py_XINCREF(self->groupindex); in pattern_copy()
2542 if (!deepcopy(&copy->groupindex, memo) || in pattern_deepcopy()
2619 {"groupindex", T_OBJECT, PAT_OFF(groupindex), READONLY},
2668 PyObject* groupindex = NULL; in _compile() local
2672 &groupindex, &indexgroup)) in _compile()
2682 self->groupindex = NULL; in _compile()
2711 Py_XINCREF(groupindex); in _compile()
2712 self->groupindex = groupindex; in _compile()
3242 if (self->pattern->groupindex) { in match_getindex()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c1887 Py_XDECREF(self->groupindex); in pattern_dealloc()
2596 Py_XINCREF(self->groupindex); in pattern_copy()
2621 if (!deepcopy(&copy->groupindex, memo) || in pattern_deepcopy()
2698 {"groupindex", T_OBJECT, PAT_OFF(groupindex), READONLY},
2747 PyObject* groupindex = NULL; in _compile() local
2751 &groupindex, &indexgroup)) in _compile()
2761 self->groupindex = NULL; in _compile()
2797 Py_XINCREF(groupindex); in _compile()
2798 self->groupindex = groupindex; in _compile()
3323 if (self->pattern->groupindex) { in match_getindex()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dspark.py44 for name, number in self.re.groupindex.items():
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_re.py818 for i in result.re.groupindex.keys():