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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
fixcid.py 219 InsideCommentPattern = '(' + '|'.join(InsideComment) + ')'
220 InsideCommentProgram = re.compile(InsideCommentPattern)
  /external/python/cpython2/Tools/scripts/
fixcid.py 220 InsideCommentPattern = '(' + '|'.join(InsideComment) + ')'
221 InsideCommentProgram = re.compile(InsideCommentPattern)
  /external/python/cpython3/Tools/scripts/
fixcid.py 220 InsideCommentPattern = '(' + '|'.join(InsideComment) + ')'
221 InsideCommentProgram = re.compile(InsideCommentPattern)

Completed in 85 milliseconds