Home
last modified time | relevance | path

Searched refs:step0 (Results 1 – 11 of 11) sorted by relevance

/external/autotest/client/tests/error_skip_step/
Dcontrol7 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/
D003_misc_rpc_features.txt18 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 …]
D001_rpc_test.txt461 job.next_step('step0')
463 def step0():
500 job.next_step('step0')
501 def step0():
/external/opencv/cxcore/include/
Dcxmisc.h756 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/
Ddng_pixel_buffer.cpp55 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()
Ddng_utils.cpp459 int32 step0 = 0; in HistogramArea() local
468 step0, in HistogramArea()
Ddng_bottlenecks.h562 int32 step0,
1694 int32 step0, in DoMapArea16() argument
1704 step0, in DoMapArea16()
Ddng_reference.h512 int32 step0,
Ddng_reference.cpp2619 int32 step0, in RefMapArea16() argument
2741 dPtr += step0; in RefMapArea16()
2773 dPtr += step0; in RefMapArea16()
/external/libvpx/libvpx/vpx_dsp/mips/
Dfwd_dct32x32_msa.c17 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/
Dcvhistogram.cpp1211 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()