HomeSort by relevance Sort by last modified time
    Searched refs:test_case (Results 51 - 75 of 104) sorted by null

1 23 4 5

  /external/chromium-trace/catapult/third_party/typ/typ/
runner.py 46 from typ.test_case import TestCase as TypTestCase
834 test_case = tests[0]
835 if isinstance(test_case, TypTestCase):
836 test_case.child = child
837 test_case.context = child.context_after_setup
846 _run_under_debugger(h, test_case, suite, test_result)
857 def _run_under_debugger(host, test_case, suite,
860 test_func = getattr(test_case, test_case._testMethodName)
932 for test_case in suite
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 3431 const TestCase* const test_case = impl->current_test_case(); local
4323 const TestCase& test_case = *unit_test.GetTestCase(i); local
5662 const std::vector<TestCase*>::const_iterator test_case = local
5952 TestCase* const test_case = test_cases_[i]; local
6020 const TestCase* const test_case = test_cases_[i]; local
    [all...]
  /external/opencv3/modules/ts/src/
ts_gtest.cpp 3447 const TestCase* const test_case = impl->current_test_case(); local
4347 const TestCase& test_case = *unit_test.GetTestCase(i); local
5686 const std::vector<TestCase*>::const_iterator test_case = local
5976 TestCase* const test_case = test_cases_[i]; local
6050 const TestCase* const test_case = test_cases_[i]; local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 3431 const TestCase* const test_case = impl->current_test_case(); local
4323 const TestCase& test_case = *unit_test.GetTestCase(i); local
5662 const std::vector<TestCase*>::const_iterator test_case = local
5952 TestCase* const test_case = test_cases_[i]; local
6020 const TestCase* const test_case = test_cases_[i]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc 3431 const TestCase* const test_case = impl->current_test_case(); local
4323 const TestCase& test_case = *unit_test.GetTestCase(i); local
5662 const std::vector<TestCase*>::const_iterator test_case = local
5952 TestCase* const test_case = test_cases_[i]; local
6020 const TestCase* const test_case = test_cases_[i]; local
    [all...]
  /external/v8/build/android/pylib/gtest/
gtest_test_instance.py 127 test_case = test.split()[0]
128 if test_case.endswith('.'):
129 current = test_case
  /external/v8/test/unittests/base/platform/
time-unittest.cc 241 for (const auto& test_case : cases) {
244 test_case.func();
254 printf("%s: %1.2fus per call\n", test_case.description,
  /external/autotest/client/site_tests/graphics_dEQP/
graphics_dEQP.py 245 for test_case in test_cases:
247 logging.info('[%d/%d] TestCase: %s', i, len(test_cases), test_case)
248 log_file = '%s.log' % os.path.join(log_path, test_case)
257 (executable, test_case, width, height, log_file))
  /ndk/tests/
tests.py 244 for test_case in glob.glob(os.path.join(test_dir, '*.in')):
245 golden_path = re.sub(r'\.in$', '.out', test_case)
261 for test_case in glob.glob(os.path.join(self.test_dir, '*.in')):
262 golden_path = re.sub(r'\.in$', '.out', test_case)
263 result = self.run_case(out_dir, test_case, golden_path,
269 def run_case(self, out_dir, test_case, golden_out_path, test_filters):
270 case_name = os.path.splitext(os.path.basename(test_case))[0]
278 with open(test_case, 'r') as test_in, open(out_path, 'w') as out_file:
281 awk_path, self.script, test_case, out_path))
  /art/test/004-JniTest/
jni_test.cc 445 void CallMethod(jobject o, jclass c, jmethodID m, bool nonstatic, const char* test_case) {
446 printf("RUNNING %s\n", test_case);
451 printf("FAILED %s due to missing exception\n", test_case);
456 printf("FAILED %s due to pending exception\n", test_case);
458 env_->FatalError(test_case);
460 printf("PASSED %s\n", test_case);
527 void TestnonstaticCallNonvirtualMethod(bool super_object, bool super_class, bool super_method, const char* test_case) {
541 CallMethod(o, c, m, true, test_case);
  /cts/tools/testng/
gen-test-list-xml.py 152 test_case = self.get_or_create_test_case(just_class_name)
153 return test_case.add_method(method_name)
  /cts/tools/utils/cts/
tools.py 47 test_case = self.test_cases.setdefault(names[0], [])
48 test_case.append(names[1])
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_tempfile_test.py 40 def __init__(self, test_case):
42 self._test_case = test_case
  /external/chromium-trace/catapult/third_party/typ/typ/tests/
pool_test.py 18 from typ import test_case namespace
49 class TestPool(test_case.TestCase):
  /external/icu/icu4c/source/test/letest/
xmlreader.cpp 146 UnicodeString test_case = UNICODE_STRING_SIMPLE("test-case"); local
167 if (testCase->getTagName().compare(test_case) == 0) {
  /external/icu/icu4c/source/test/perf/leperf/
xmlreader.cpp 146 UnicodeString test_case = UNICODE_STRING_SIMPLE("test-case"); local
167 if (testCase->getTagName().compare(test_case) == 0) {
  /external/gtest/src/
gtest-internal-inl.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-internal-inl.h     [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h     [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_filter_unittest.py 190 test_case = ''
195 test_case = match.group(1)
200 tests_run.append(test_case + '.' + test)
  /external/gtest/test/
gtest_filter_unittest.py 190 test_case = ''
195 test_case = match.group(1)
200 tests_run.append(test_case + '.' + test)
  /external/protobuf/gtest/test/
gtest_filter_unittest.py 190 test_case = ''
195 test_case = match.group(1)
200 tests_run.append(test_case + '.' + test)
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_filter_unittest.py 190 test_case = ''
195 test_case = match.group(1)
200 tests_run.append(test_case + '.' + test)
  /ndk/sources/third_party/googletest/googletest/test/
gtest_filter_unittest.py 190 test_case = ''
195 test_case = match.group(1)
200 tests_run.append(test_case + '.' + test)
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_result.py 178 test_case, formatted_exc = result.failures[0]
179 self.assertTrue(test_case is test)
226 test_case, formatted_exc = result.errors[0]
227 self.assertTrue(test_case is test)

Completed in 701 milliseconds

1 23 4 5