/external/autotest/frontend/afe/doctests/ |
D | 003_misc_rpc_features.txt | 18 job.next_step('step0') 24 def step0(): 48 job.next_step('step0') 53 def step0(): 74 job.next_step('step0') 79 def step0(): 105 step0() 106 def step0():
|
D | 001_rpc_test.txt | 394 job.next_step('step0') 395 def step0():
|
/external/autotest/client/tests/error_skip_step/ |
D | control | 7 DOC = """Raise TestNAError during step1. step0, 2 and 3 should run.""" 15 job.next_step('step0') 20 def step0(): 21 print 'step0 is the coolest!' 29 print 'screw you step0, I am the coolest. -step2'
|
/external/dng_sdk/source/ |
D | dng_pixel_buffer.cpp | 55 uint32 step0; in OptimizeOrder() local 114 step0 = (uint32) dStep0; in OptimizeOrder() 165 step0 = (uint32) sStep0; in OptimizeOrder() 171 if (count0 == 1) step0 = 0xFFFFFFFF; in OptimizeOrder() 179 if (step0 >= step1) in OptimizeOrder() 189 else if (step2 >= step0) in OptimizeOrder() 208 if (step0 >= step2) in OptimizeOrder()
|
D | dng_utils.cpp | 459 int32 step0 = 0; in HistogramArea() local 468 step0, in HistogramArea()
|
D | dng_bottlenecks.h | 562 int32 step0, 1694 int32 step0, in DoMapArea16() argument 1704 step0, in DoMapArea16()
|
D | dng_reference.h | 512 int32 step0,
|
D | dng_reference.cpp | 2619 int32 step0, in RefMapArea16() argument 2741 dPtr += step0; in RefMapArea16() 2773 dPtr += step0; in RefMapArea16()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | fwd_dct32x32_msa.c | 17 v8i16 step0, step1, step2, step3; in fdct8x32_1d_column_load_butterfly() local 30 BUTTERFLY_8(in0, in1, in2, in3, in4, in5, in6, in7, step0, step1, step2, in fdct8x32_1d_column_load_butterfly() 34 ST_SH4(step0, step1, step2, step3, temp_buff, 8); in fdct8x32_1d_column_load_butterfly() 48 BUTTERFLY_8(in0, in1, in2, in3, in4, in5, in6, in7, step0, step1, step2, in fdct8x32_1d_column_load_butterfly() 52 ST_SH4(step0, step1, step2, step3, temp_buff + (8 * 8), 8); in fdct8x32_1d_column_load_butterfly() 257 v8i16 step0, step1, step2, step3, step4, step5, step6, step7; in fdct8x32_1d_row_load_butterfly() local 266 in12, in13, in14, in15, step0, step1, step2, step3, step4, step5, in fdct8x32_1d_row_load_butterfly() 268 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7, output, 8); in fdct8x32_1d_row_load_butterfly() 279 in12, in13, in14, in15, step0, step1, step2, step3, step4, step5, in fdct8x32_1d_row_load_butterfly() 281 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7, in fdct8x32_1d_row_load_butterfly()
|