/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
shard_life_cycle.py | 16 * begin_slice is called at the beginning of every slice attempt. 51 def begin_slice(self, slice_ctx): member in class:_ShardLifeCycle
|
handlers.py | 378 def _maintain_LC(self, obj, slice_id, last_slice=False, begin_slice=True, 386 begin_slice: whether this is the beginning or the end of a slice. 397 if begin_slice: 400 obj.begin_slice(slice_context) 413 begin_slice=False) 415 begin_slice=False) 417 begin_slice=False) [all...] |
output_writers.py | 905 "write buffer called but empty, begin_slice missing?") 971 def begin_slice(self, slice_ctx): member in class:GoogleCloudStorageConsistentOutputWriter 1116 def begin_slice(self, slice_ctx): member in class:_GoogleCloudStorageRecordOutputWriterBase [all...] |
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/ |
input_reader.py | 19 3. beging_shard/end_shard/begin_slice/end_slice are called at the time 107 def begin_slice(self, slice_ctx): member in class:InputReader
|
output_writer.py | 26 2) beging_shard/end_shard/begin_slice/end_slice are called at the time 116 def begin_slice(self, slice_ctx): member in class:OutputWriter
|
/hardware/intel/img/psb_video/src/ |
tng_vld_dec.h | 61 void (*begin_slice)(struct context_DEC_s *, VASliceParameterBufferBase *); member in struct:context_DEC_s
|
tng_vld_dec.c | 295 ctx->begin_slice(ctx, slice_param);
|
pnw_MPEG2.c | 658 ctx->dec_ctx.begin_slice = psb__MPEG2_begin_slice; [all...] |
tng_VP8.c | 468 ctx->dec_ctx.begin_slice = tng__VP8_begin_slice; [all...] |
tng_jpegdec.c | 297 ctx->dec_ctx.begin_slice = tng__JPEG_begin_slice; [all...] |
pnw_MPEG4.c | [all...] |
pnw_H264.c | 426 ctx->dec_ctx.begin_slice = psb__H264_begin_slice; [all...] |
pnw_VC1.c | 462 ctx->dec_ctx.begin_slice = psb__VC1_begin_slice; [all...] |