HomeSort by relevance Sort by last modified time
    Searched refs:test_run (Results 26 - 50 of 57) sorted by null

12 3

  /external/toolchain-utils/crosperf/
machine_manager_unittest.py 456 test_run = MockBenchmarkRun('test run', bench, LABEL_LUMPY, 1, [], self.mm,
464 self.mock_lumpy1.test_run = test_run
465 self.mock_lumpy2.test_run = test_run
466 self.mock_lumpy3.test_run = test_run
467 self.mock_daisy1.test_run = test_run
468 self.mock_daisy2.test_run = test_ru
    [all...]
machine_manager.py 56 self.test_run = None
420 m.test_run = threading.current_thread()
425 m.test_run = threading.current_thread()
440 m.test_run = threading.current_thread()
485 if m.test_run:
486 test_name = m.test_run.name
487 test_status = m.test_run.timeline.GetLastEvent()
621 self.test_run = None
download_images_unittest.py 157 def test_run(self): member in class:ImageDownloaderTestcast
benchmark_run_unittest.py 119 def test_run(self): member in class:BenchmarkRunTest
121 'test_run', self.test_benchmark, self.test_label, 1,
126 'Helper function for test_run.'
131 'Helper function for test_run.'
136 'Helper function for test_run.'
140 'Helper function for test_run.'
146 'Helper function for test_run.'
156 'Helper function for test_run.'
160 'Helper function for test_run.'
166 'Helper function for test_run.
    [all...]
suite_runner_unittest.py 85 def test_run(self): member in class:SuiteRunnerTest
  /external/ltp/testcases/kernel/controllers/cgroup_xattr/
cgroup_xattr.c 108 static void test_run(void);
127 test_run();
186 static void test_run(void) function
  /external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
trainer_hooks_test.py 52 def test_run(self): member in class:FeatureImportanceSummarySaverTest
  /external/toolchain-utils/automation/clients/report/
validate_failures.py 151 test_run = DejaGnuTestRun.FromFile(summary)
152 failures = set(Manifest.FromDejaGnuTestRun(test_run))
  /external/deqp/external/openglcts/modules/gl/
gl4cTextureViewTests.cpp 2674 _test_run& test_run = *it; local
3068 const _test_run& test_run = *test_run_iterator; local
    [all...]
  /external/ltp/testcases/kernel/security/prot_hsymlinks/
prot_hsymlinks.c 167 static int test_run(void);
183 test_run();
235 static int test_run(void) function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_clib.py 105 def test_run(self): member in class:BuildCLibTestCase
  /external/python/cpython2/Lib/distutils/tests/
test_build_clib.py 106 def test_run(self): member in class:BuildCLibTestCase
  /external/python/cpython3/Lib/distutils/tests/
test_build_clib.py 106 def test_run(self): member in class:BuildCLibTestCase
  /external/python/cpython3/Lib/test/
test_profile.py 83 def test_run(self): member in class:ProfileTest
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TimerTaskTest.java 225 public void test_run() { method in class:TimerTaskTest
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_clib.py 105 def test_run(self): member in class:BuildCLibTestCase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_clib.py 105 def test_run(self): member in class:BuildCLibTestCase
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_suite.py 192 def test_run(self): member in class:Test_TestSuite
  /external/autotest/server/
autotest_unittest.py 173 def test_run(self): member in class:TestAutotest
  /external/python/cpython2/Lib/unittest/test/
test_suite.py 192 def test_run(self): member in class:Test_TestSuite
  /external/python/cpython3/Lib/unittest/test/
test_suite.py 218 def test_run(self): member in class:Test_TestSuite
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_suite.py 192 def test_run(self): member in class:Test_TestSuite
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_suite.py 192 def test_run(self): member in class:Test_TestSuite
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_suite.py 192 def test_run(self): member in class:Test_TestSuite
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_suite.py 192 def test_run(self): member in class:Test_TestSuite

Completed in 560 milliseconds

12 3