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

  /external/tpm2/
parsep3 15 head_spaces = re.compile('^\s*[0-9]+\s{0,4}') variable
19 line = head_spaces.sub('', line)
24 buffer = [head_spaces.sub('', x) for x in buffer]
parsep4 15 head_spaces = re.compile('^\s*[0-9]+\s{0,4}') variable
23 big_line = head_spaces.sub('', big_line)

Completed in 94 milliseconds