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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
doctest.py 560 _IS_BLANK_OR_COMMENT = re.compile(r'^[ ]*(#.*)?$').match
588 if not self._IS_BLANK_OR_COMMENT(source):
701 if options and self._IS_BLANK_OR_COMMENT(source):
    [all...]
  /external/python/cpython2/Lib/
doctest.py 621 _IS_BLANK_OR_COMMENT = re.compile(r'^[ ]*(#.*)?$').match
649 if not self._IS_BLANK_OR_COMMENT(source):
762 if options and self._IS_BLANK_OR_COMMENT(source):
    [all...]
  /external/python/cpython3/Lib/
doctest.py 619 _IS_BLANK_OR_COMMENT = re.compile(r'^[ ]*(#.*)?$').match
647 if not self._IS_BLANK_OR_COMMENT(source):
760 if options and self._IS_BLANK_OR_COMMENT(source):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
doctest.py 595 _IS_BLANK_OR_COMMENT = re.compile(r'^[ ]*(#.*)?$').match
623 if not self._IS_BLANK_OR_COMMENT(source):
736 if options and self._IS_BLANK_OR_COMMENT(source):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
doctest.py 595 _IS_BLANK_OR_COMMENT = re.compile(r'^[ ]*(#.*)?$').match
623 if not self._IS_BLANK_OR_COMMENT(source):
736 if options and self._IS_BLANK_OR_COMMENT(source):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 595 _IS_BLANK_OR_COMMENT = re.compile(r'^[ ]*(#.*)?$').match
623 if not self._IS_BLANK_OR_COMMENT(source):
736 if options and self._IS_BLANK_OR_COMMENT(source):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 595 _IS_BLANK_OR_COMMENT = re.compile(r'^[ ]*(#.*)?$').match
623 if not self._IS_BLANK_OR_COMMENT(source):
736 if options and self._IS_BLANK_OR_COMMENT(source):
    [all...]

Completed in 181 milliseconds