OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:end_slice
(Results
1 - 13
of
13
) sorted by null
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
shard_life_cycle.py
17
*
end_slice
is called at the end of a slice. Slice may still fail
62
def
end_slice
(self, slice_ctx):
member in class:_ShardLifeCycle
output_writers.py
759
def
end_slice
(self, slice_ctx):
member in class:_GoogleCloudStorageOutputWriter
1004
def
end_slice
(self, slice_ctx):
member in class:GoogleCloudStorageConsistentOutputWriter
1119
def
end_slice
(self, slice_ctx):
member in class:_GoogleCloudStorageRecordOutputWriterBase
[
all
...]
handlers.py
402
obj.
end_slice
(slice_context)
[
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
115
def
end_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
57
No RPC should take place in this method. Use start_slice/
end_slice
instead.
70
No RPC should take place in this method. Use start_slice/
end_slice
instead.
124
def
end_slice
(self, slice_ctx):
member in class:OutputWriter
/hardware/intel/img/psb_video/src/
tng_vld_dec.h
63
void (*
end_slice
)(struct context_DEC_s *);
member in struct:context_DEC_s
tng_vld_dec.c
337
ctx->
end_slice
(ctx);
pnw_MPEG2.c
660
ctx->dec_ctx.
end_slice
= psb__MPEG2_end_slice;
[
all
...]
tng_VP8.c
470
ctx->dec_ctx.
end_slice
= tng__VP8_end_slice;
[
all
...]
tng_jpegdec.c
299
ctx->dec_ctx.
end_slice
= tng__JPEG_end_slice;
[
all
...]
pnw_MPEG4.c
[
all
...]
pnw_H264.c
428
ctx->dec_ctx.
end_slice
= psb__H264_end_slice;
[
all
...]
pnw_VC1.c
464
ctx->dec_ctx.
end_slice
= psb__VC1_end_slice;
[
all
...]
Completed in 265 milliseconds