Home
last modified time | relevance | path

Searched refs:fulfilled (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/scripts/test/
Dapp_test.py115 fulfilled = [False for x in check_entries]
119 if not fulfilled[i] and name in line:
125 fulfilled[i] = True
127 self.check_fulfilled_entries(fulfilled, check_entries)
133 fulfilled = [False for _ in check_entries]
137 if fulfilled[i] or line.find(entry[0]) == -1:
141 fulfilled[i] = True
143 self.check_fulfilled_entries(fulfilled, check_entries)
Dtest_utils.py195 fulfilled = [content.find(s) != -1 for s in strings]
196 self.check_fulfilled_entries(fulfilled, strings)
198 def check_fulfilled_entries(self, fulfilled, entries): argument
200 for ok, entry in zip(fulfilled, entries):
/system/extras/simpleperf/runtest/
Druntest.py503 fulfilled = req.check_overhead(matched_overhead[i])
504 if not fulfilled:
518 fulfilled = req.check_overhead(symbol.children_overhead)
519 if not fulfilled:
538 fulfilled = req.check_relation(symbol.call_tree)
539 if not fulfilled: