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

  /external/v8/tools/testrunner/testproc/
execution.py 62 for pool_result in it:
63 self._unpack_result(pool_result)
83 def _unpack_result(self, pool_result):
84 if pool_result.heartbeat:
88 job_result = pool_result.value
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
run.py 159 def consume_test_result(self, pool_result):
173 (test_index, test_with_result) = pool_result

Completed in 1478 milliseconds