Home
last modified time | relevance | path

Searched refs:feature_string (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/testing/tools/
Dsuppressor.py11 def __init__(self, finder, feature_string): argument
12 feature_vector = feature_string.strip().split(",")
Dtest_runner.py188 self.feature_string = subprocess.check_output([self.pdfium_test_path,
190 self.test_suppressor = suppressor.Suppressor(finder, self.feature_string)