/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/autotest/frontend/afe/doctests/ |
D | 003_misc_rpc_features.txt | 18 job.next_step('step0') 24 def step0(): 46 job.next_step('step0') 51 def step0(): 70 job.next_step('step0') 75 def step0(): 117 job.next_step('step0') 118 def step0(): 199 step0() 200 def step0(): [all …]
|
D | 001_rpc_test.txt | 461 job.next_step('step0') 463 def step0(): 500 job.next_step('step0') 501 def step0():
|
/external/opencv/cxcore/include/ |
D | cxmisc.h | 756 typedef CvStatus (CV_STDCALL *CvFunc2D_2A)( void* arr0, int step0, 759 typedef CvStatus (CV_STDCALL *CvFunc2D_2A1P)( void* arr0, int step0, 763 typedef CvStatus (CV_STDCALL *CvFunc2DnC_2A1P)( void* arr0, int step0, 768 typedef CvStatus (CV_STDCALL *CvFunc2DnC_2A1P)( void* arr0, int step0, 773 typedef CvStatus (CV_STDCALL *CvFunc2D_2A2P)( void* arr0, int step0, 777 typedef CvStatus (CV_STDCALL *CvFunc2DnC_2A2P)( void* arr0, int step0, 782 typedef CvStatus (CV_STDCALL *CvFunc2D_2A1P1I)( void* arr0, int step0, 786 typedef CvStatus (CV_STDCALL *CvFunc2D_2A4P)( void* arr0, int step0, 791 typedef CvStatus (CV_STDCALL *CvFunc2DnC_2A4P)( void* arr0, int step0, 797 typedef CvStatus (CV_STDCALL *CvFunc2D_3A)( void* arr0, int step0, [all …]
|
/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 31 step0, step1, step2, step3, in4, in5, in6, in7); in fdct8x32_1d_column_load_butterfly() 34 ST_SH4(step0, step1, step2, step3, temp_buff, 8); in fdct8x32_1d_column_load_butterfly() 49 step0, step1, step2, step3, in4, in5, in6, in7); 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 267 step0, step1, step2, step3, step4, step5, step6, step7, in fdct8x32_1d_row_load_butterfly() 269 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7, output, 8); in fdct8x32_1d_row_load_butterfly() 281 step0, step1, step2, step3, step4, step5, step6, step7, in fdct8x32_1d_row_load_butterfly() 283 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7, in fdct8x32_1d_row_load_butterfly()
|
/external/opencv/cv/src/ |
D | cvhistogram.cpp | 1211 int step0 = ((CvMatND*)(hist->bins))->dim[0].step/sizeof(float); in icvCalcHist_32f_C1R() local 1227 bins[v0*step0 + v1]++; in icvCalcHist_32f_C1R() 1241 bins[v0*step0 + v1]++; in icvCalcHist_32f_C1R() 1903 int step0 = ((CvMatND*)(hist->bins))->dim[0].step/sizeof(float); in icvCalcBackProject_32f_C1R() local 1917 dst[x] = bins[v0*step0 + v1]; in icvCalcBackProject_32f_C1R()
|