Searched refs:epilog (Results 1 - 25 of 95) sorted by relevance

1234

/external/autotest/client/bin/
H A Dscreenshot.py8 epilog="I can output PNG, JPEG, GIF, and other PIL-supported formats.") variable
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_iterate.h65 (* epilog)( member in struct:tgsi_iterate_context
H A Dtgsi_iterate.c80 if (ctx->epilog)
81 if (!ctx->epilog( ctx ))
H A Dtgsi_transform.h63 void (*epilog)(struct tgsi_transform_context *ctx); member in struct:tgsi_transform_context
H A Dtgsi_transform.c216 if (ctx->epilog) {
217 ctx->epilog(ctx);
/external/autotest/scheduler/
H A Dprejob_task.py10 and epilog of each task.
25 epilog:
32 epilog:
48 will flip the host to 'RepairFailed' in its epilog, and it will remain in this
83 def epilog(self): member in class:PreJobTask
84 super(PreJobTask, self).epilog()
204 def epilog(self): member in class:VerifyTask
205 super(VerifyTask, self).epilog()
256 def epilog(self): member in class:CleanupTask
257 super(CleanupTask, self).epilog()
304 def epilog(self): member in class:ResetTask
357 def epilog(self): member in class:ProvisionTask
406 def epilog(self): member in class:RepairTask
[all...]
H A Dpostjob_task.py259 def epilog(self): member in class:GatherLogsTask
260 super(GatherLogsTask, self).epilog()
339 def epilog(self): member in class:FinalReparseTask
340 super(FinalReparseTask, self).epilog()
380 def epilog(self): member in class:ArchiveResultsTask
381 super(ArchiveResultsTask, self).epilog()
/external/chromium-trace/catapult/tracing/bin/
H A Dwhy_imported27 usage='%(prog)s <options> moduleNames', epilog=__doc__)
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dvpx_subpixel_bilinear_sse2.asm151 ; begin epilog
176 ; begin epilog
204 ; begin epilog
229 ; begin epilog
254 ; begin epilog
282 ; begin epilog
308 ; begin epilog
334 ; begin epilog
362 ; begin epilog
388 ; begin epilog
[all...]
H A Dvpx_subpixel_bilinear_ssse3.asm129 ; begin epilog
154 ; begin epilog
181 ; begin epilog
206 ; begin epilog
231 ; begin epilog
258 ; begin epilog
284 ; begin epilog
310 ; begin epilog
337 ; begin epilog
363 ; begin epilog
[all...]
H A Dvpx_high_subpixel_bilinear_sse2.asm191 ; begin epilog
217 ; begin epilog
245 ; begin epilog
271 ; begin epilog
297 ; begin epilog
325 ; begin epilog
352 ; begin epilog
378 ; begin epilog
406 ; begin epilog
433 ; begin epilog
[all...]
H A Dsad_mmx.asm106 ; begin epilog
178 ; begin epilog
248 ; begin epilog
337 ; begin epilog
424 ; begin epilog
H A Dsad_sse4.asm200 ; begin epilog
237 ; begin epilog
274 ; begin epilog
315 ; begin epilog
350 ; begin epilog
H A Dvpx_high_subpixel_8t_sse2.asm262 ; begin epilog
321 ; begin epilog
384 ; begin epilog
445 ; begin epilog
494 ; begin epilog
547 ; begin epilog
622 ; begin epilog
688 ; begin epilog
765 ; begin epilog
831 ; begin epilog
[all...]
H A Dvpx_subpixel_8t_sse2.asm238 ; begin epilog
297 ; begin epilog
360 ; begin epilog
418 ; begin epilog
467 ; begin epilog
520 ; begin epilog
594 ; begin epilog
669 ; begin epilog
764 ; begin epilog
829 ; begin epilog
[all...]
/external/skia/tools/
H A Dembed_resources.py27 epilog='''The output (when compiled and linked) can be used as:
/external/mesa3d/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py234 def epilog(): function
242 epilog()
/external/webrtc/tools/network_emulator/
H A Demulate.py52 """Custom parser to let us show the epilog without weird line breaking."""
55 return self.epilog
68 parser = NonStrippingEpilogOptionParser(epilog=(
/external/autotest/client/cros/video/
H A Dcollect_golden_images.py24 epilog='''
/external/chromium-trace/catapult/catapult_build/
H A Dprint_project_info35 epilog='Prints the source paths for the provided catapult project\n')
/external/chromium-trace/catapult/tracing/tracing_build/
H A Dvulcanize_trace_viewer.py18 epilog=('Produces a standalone HTML import that contains the\n'
H A Dtrace2html.py22 epilog='Takes the provided trace file and produces a standalone HTML\n'
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dencodeopt.asm57 ; begin epilog
122 ; begin epilog
199 ; begin epilog
268 ; begin epilog
326 ; begin epilog
383 ; begin epilog
/external/chromium-trace/catapult/third_party/typ/tools/
H A Dcov.py58 parser.epilog = textwrap.dedent("""
/external/libhevc/common/arm/
H A Dihevc_inter_pred_luma_copy_w16out.s143 sub r7,r7,#4 @subtract one for epilog
175 beq epilog @jumps to epilog
219 epilog: label

Completed in 2753 milliseconds

1234