HomeSort by relevance Sort by last modified time
    Searched refs:MatchObject (Results 1 - 13 of 13) sorted by null

  /external/python/cpython3/Modules/clinic/
_sre.c.h 527 _sre_SRE_Match_expand_impl(MatchObject *self, PyObject *template);
530 _sre_SRE_Match_expand(MatchObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
560 _sre_SRE_Match_groups_impl(MatchObject *self, PyObject *default_value);
563 _sre_SRE_Match_groups(MatchObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
593 _sre_SRE_Match_groupdict_impl(MatchObject *self, PyObject *default_value);
596 _sre_SRE_Match_groupdict(MatchObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
623 _sre_SRE_Match_start_impl(MatchObject *self, PyObject *group);
626 _sre_SRE_Match_start(MatchObject *self, PyObject *const *args, Py_ssize_t nargs)
657 _sre_SRE_Match_end_impl(MatchObject *self, PyObject *group);
660 _sre_SRE_Match_end(MatchObject *self, PyObject *const *args, Py_ssize_t nargs
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
sre.h 59 } MatchObject;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
sre.h 49 } MatchObject;
_sre.c     [all...]
  /external/python/cpython2/Modules/
sre.h 59 } MatchObject;
_sre.c     [all...]
  /external/python/cpython3/Modules/
sre.h 53 } MatchObject;
_sre.c 265 class _sre.SRE_Match "MatchObject *" "&Match_Type"
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfParser.py 581 MatchObject = GFindSpecialCommentRe.search(Line)
582 if MatchObject:
585 if MatchObject.group(1).upper().startswith("EVENT"):
587 elif MatchObject.group(1).upper().startswith("HOB"):
589 elif MatchObject.group(1).upper().startswith("BOOTMODE"):
601 MatchObject = GFindNewSectionRe2.search(Line)
603 if MatchObject:
623 if MatchObject:
InfSectionParser.py 451 MatchObject = ReFindSpecialCommentRe.search(List[0][0])
452 HobSectionStr = MatchObject.group(1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
_sre.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
_sre.c     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
CommentParsing.py 393 MatchObject = ReFindFirstWordRe.match(Comment)
394 if not (MatchObject and MatchObject.group(1) in SUP_MODULE_LIST):

Completed in 544 milliseconds