HomeSort by relevance Sort by last modified time
    Searched refs:test_spec (Results 1 - 10 of 10) sorted by null

  /external/autotest/venv/skylab_suite/
suite_runner.py 69 for test_spec in test_specs:
72 bot_id_tag = 'id:%s' % test_spec.bot_id
75 tasks = [t for t in all_tasks if t['name']==test_spec.test.name]
78 not_yet_scheduled.append(test_spec)
84 remaining_retries = test_spec.test.job_retries - len(tasks)
90 test_spec=test_spec,
144 for test_spec in test_specs:
146 test_spec,
153 test_spec=test_spec
    [all...]
suite_tracking.py 44 anchor_test = hspec.test_spec.test.name
46 anchor_test += '-' + hspec.test_spec.dut_name
287 name = test_handler_spec.test_spec.test.name
288 dut_name = test_handler_spec.test_spec.dut_name
cros_suite.py 65 'test_spec',
228 t['task_id']).test_spec.dut_name
  /external/tensorflow/tensorflow/contrib/model_pruning/python/
pruning_test.py 120 test_spec = ",".join(hparams)
121 pruning_hparams = pruning.get_pruning_hparams().parse(test_spec)
191 test_spec = ",".join(param_list)
192 pruning_hparams = pruning.get_pruning_hparams().parse(test_spec)
221 test_spec = ",".join(param_list)
222 pruning_hparams = pruning.get_pruning_hparams().parse(test_spec)
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p1.cpp 61 void test_spec(X0<void*> xvp, void *vp) { function
p2.cpp 131 void test_spec(N0::X0<void*> xvp, void *vp) { function
p2-0x.cpp 136 void test_spec(N0::X0<void*> xvp, void *vp) { function
  /external/pdfium/testing/tools/coverage/
coverage_report.py 156 test_spec = COVERAGE_TESTS[name]
157 if test_spec.use_test_runner:
158 binary_path = os.path.join(testing_tools_directory, test_spec.binary)
160 binary_path = os.path.join(self.build_directory, test_spec.binary)
161 coverage_tests[name] = TestSpec(binary_path, test_spec.use_test_runner)
  /external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
translate.py 126 test_spec = 'x:'
128 test_spec += '.'.join(scope[:i]) + '.'
129 test_spec += mojom_name
130 kind = kinds.get(test_spec)
145 test_spec = '.'.join(scope[:i])
146 if test_spec:
147 test_spec += '.'
148 test_spec += mojom_name
149 value = values.get(test_spec)
  /external/python/cpython3/Lib/test/test_importlib/
test_abc.py 370 def test_spec(self): member in class:MetaPathFinderFindModuleTests
    [all...]

Completed in 461 milliseconds