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/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.cpp441 int32 step0 = 0; in HistogramArea() local
450 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.c18 v8i16 step0, step1, step2, step3; in fdct8x32_1d_column_load_butterfly() local
31 BUTTERFLY_8(in0, in1, in2, in3, in4, in5, in6, in7, step0, step1, step2, in fdct8x32_1d_column_load_butterfly()
35 ST_SH4(step0, step1, step2, step3, temp_buff, 8); in fdct8x32_1d_column_load_butterfly()
49 BUTTERFLY_8(in0, in1, in2, in3, in4, in5, in6, in7, step0, step1, step2, in fdct8x32_1d_column_load_butterfly()
53 ST_SH4(step0, step1, step2, step3, temp_buff + (8 * 8), 8); in fdct8x32_1d_column_load_butterfly()
258 v8i16 step0, step1, step2, step3, step4, step5, step6, step7; in fdct8x32_1d_row_load_butterfly() local
267 in12, in13, in14, in15, step0, step1, step2, step3, step4, step5, 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()
280 in12, in13, in14, in15, step0, step1, step2, step3, step4, step5, in fdct8x32_1d_row_load_butterfly()
282 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7, in fdct8x32_1d_row_load_butterfly()
/external/libvpx/libvpx/vpx_dsp/ppc/
Dinv_txfm_vsx.c166 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
/external/llvm-project/mlir/test/EDSC/
Dbuilder-api-test.cpp330 int64_t step0, step1, step2; in TEST_FUNC() local
331 std::tie(lb0, ub0, step0) = vA.range(0); in TEST_FUNC()
336 affineLoopNestBuilder({lb0, lb1}, {ub0, ub1}, {step0, step1}, [&](ValueRange ivs) { in TEST_FUNC()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DClosingFutureTest.java327 ClosingFuture<String> step0 = ClosingFuture.from(immediateFuture("value 0")); in testCancel_caught() local
329 step0.transform( in testCancel_caught()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DClosingFutureTest.java344 ClosingFuture<String> step0 = ClosingFuture.from(immediateFuture("value 0")); in testCancel_caught() local
346 step0.transform( in testCancel_caught()