HomeSort by relevance Sort by last modified time
    Searched full:stackfunction_pattern (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/tools/deep_memory_profiler/lib/
policy.py 39 stackfunction_pattern=None,
49 if stackfunction_pattern:
51 stackfunction_pattern + r'\Z')
84 def stackfunction_pattern(self): member in class:Rule
159 (not rule.stackfunction_pattern or
160 rule.stackfunction_pattern.match(stackfunction)) and
203 (not rule.stackfunction_pattern or
204 rule.stackfunction_pattern.match(stackfunction)) and

Completed in 188 milliseconds