/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 | 441 int32 step0 = 0; in HistogramArea() local 450 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()
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | inv_txfm_vsx.c | 166 step0 = vec_packs(temp1, temp2); \ 168 out0 = vec_add(step0, step1); \ 169 out1 = vec_sub(step0, step1); \ 206 int16x8_t step0, step1, tmp16_0; in vpx_idct4_vsx() local 295 step0 = in0; \ 304 STEP8_1(step0, step2, in1, in0, cospi16_v); \ 312 step0 = vec_add(in0, in3); \ 321 in0 = vec_add(step0, step7); \ 328 in7 = vec_sub(step0, step7); 334 int16x8_t step0, step1, step2, step3, step4, step5, step6, step7; in vpx_idct8_vsx() local
|