HomeSort by relevance Sort by last modified time
    Searched full:step0 (Results 1 - 13 of 13) sorted by null

  /external/autotest/client/tests/error_skip_step/
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/
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...]
001_rpc_test.txt 461 job.next_step('step0')
463 def step0():
500 job.next_step('step0')
501 def step0():
    [all...]
  /external/autotest/cli/
job_unittest.py 146 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n testkernel = job.kernel(\'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\')\n \n testkernel.install()\n testkernel.boot(args=\'console_always_print=1\')\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
167 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n testkernel = job.kernel(\'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\')\n \n testkernel.install()\n testkernel.boot(args=\'console_always_print=1\')\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
189 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n testkernel = job.kernel(\'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\')\n \n testkernel.install()\n testkernel.boot(args=\'console_always_print=1\')\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
265 u'control_file': u'def step_init():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "mbligh@google.com (Martin Bligh)"\n NAME = "Kernbench"\n TIME = "SHORT"\n TEST_CLASS = "Kernel"\n TEST_CATEGORY = "Benchmark"\n TEST_TYPE = "client"\n \n DOC = """\n A standard CPU benchmark. Runs a kernel compile and measures the performance.\n """\n \n job.run_test(\'kernbench\')',
283 u'job': {u'control_file': u'def step_init():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "mbligh@google.com (Martin Bligh)"\n NAME = "Kernbench"\n TIME = "SHORT"\n (…)
    [all...]
  /external/opencv/cxcore/include/
cxmisc.h     [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
fwd_dct32x32_msa.c 17 v8i16 step0, step1, step2, step3; local
31 step0, step1, step2, step3, in4, in5, in6, in7);
34 ST_SH4(step0, step1, step2, step3, temp_buff, 8);
49 step0, step1, step2, step3, in4, in5, in6, in7);
52 ST_SH4(step0, step1, step2, step3, temp_buff + (8 * 8), 8);
257 v8i16 step0, step1, step2, step3, step4, step5, step6, step7; local
267 step0, step1, step2, step3, step4, step5, step6, step7,
269 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7, output, 8);
281 step0, step1, step2, step3, step4, step5, step6, step7,
283 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7
    [all...]
  /external/dng_sdk/source/
dng_pixel_buffer.cpp 55 uint32 step0; local
114 step0 = (uint32) dStep0;
165 step0 = (uint32) sStep0;
171 if (count0 == 1) step0 = 0xFFFFFFFF;
179 if (step0 >= step1)
189 else if (step2 >= step0)
208 if (step0 >= step2)
    [all...]
dng_utils.cpp 459 int32 step0 = 0; local
468 step0,
dng_reference.h 512 int32 step0,
dng_bottlenecks.h 562 int32 step0,
    [all...]
dng_reference.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
histogram.cpp 780 int sz = size[0], d0 = deltas[0], step0 = deltas[1];
783 for( ; imsize.height--; p0 += step0, mask += mstep )
812 int d0 = deltas[0], step0 = deltas[1],
818 for( ; imsize.height--; p0 += step0, p1 += step1, mask += mstep )
855 int d0 = deltas[0], step0 = deltas[1],
863 for( ; imsize.height--; p0 += step0, p1 += step1, p2 += step2, mask += mstep )
    [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 1211 int step0 = ((CvMatND*)(hist->bins))->dim[0].step\/sizeof(float); local
1903 int step0 = ((CvMatND*)(hist->bins))->dim[0].step\/sizeof(float); local
    [all...]

Completed in 408 milliseconds