Searched refs:start_file_index (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
D | input_readers.py | 1630 def __init__(self, blob_key, start_file_index, end_file_index, offset, argument 1648 self._start_file_index = start_file_index 1728 start_file_index = 0 1734 readers.append(cls(blob_key, start_file_index, next_file_index, 0, 1737 start_file_index = next_file_index 1739 readers.append(cls(blob_key, start_file_index, next_file_index, 0,
|