OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_pools
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
context.py
432
self.
_pools
= {}
438
for pool in self.
_pools
.values():
448
self.
_pools
[key] = pool
459
return self.
_pools
.get(key, None)
shuffler.py
426
self.
_pools
= [None] * len(filehandles)
467
for pool in self.
_pools
:
534
pool = self.
_pools
[file_index]
538
self.
_pools
[file_index] = pool
/external/autotest/site_utils/
lab_inventory.py
243
self.
_pools
= {
255
self.
_pools
[pool].record_host(host_history)
272
for counts in self.
_pools
.values()])
274
return get_pool_count(self.
_pools
[pool])
287
for p in self.
_pools
.values():
315
for p in self.
_pools
.values():
[
all
...]
Completed in 729 milliseconds