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

  /external/chromium_org/v8/tools/testrunner/local/
old_statusfile.py 372 PREFIX_PATTERN = re.compile(r'^\s*prefix\s+([\w\_\.\-\/]+)$')
454 prefix_match = PREFIX_PATTERN.match(line)
  /external/v8/tools/
test.py 1137 PREFIX_PATTERN = re.compile(r'^\s*prefix\s+([\w\_\.\-\/]+)$')
1170 prefix_match = PREFIX_PATTERN.match(line)
    [all...]

Completed in 105 milliseconds