OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_procs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/lit/lit/
TestRunner.py
46
self.
_procs
= []
50
# to
_procs
and _doneKillPass
67
self.
_procs
.append(proc)
102
which won't yet be in ``self.
_procs
``. By locking here and in
107
for p in self.
_procs
:
110
self.
_procs
= [] # Python2 doesn't have list.clear()
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
TestRunner.py
74
self.
_procs
= []
78
# to
_procs
and _doneKillPass
95
self.
_procs
.append(proc)
130
which won't yet be in ``self.
_procs
``. By locking here and in
135
for p in self.
_procs
:
138
self.
_procs
= [] # Python2 doesn't have list.clear()
[
all
...]
Completed in 5672 milliseconds