HomeSort by relevance Sort by last modified time
    Searched refs:test_case (Results 101 - 125 of 167) sorted by null

1 2 3 45 6 7

  /external/autotest/client/site_tests/graphics_dEQP/
graphics_dEQP.py 320 for test_case in test_cases:
322 logging.info('[%d/%d] TestCase: %s', i, len(test_cases), test_case)
323 result_prefix = os.path.join(self._log_path, test_case)
326 executable = self._get_executable(test_case)
335 '--deqp-log-filename=%s' % (executable, test_case,
341 logging.info('Skipping on %s: %s', self._gpu_type, test_case)
  /external/v8/tools/testrunner/local/
testsuite.py 345 test_case = ''
349 test_case = test_desc
350 elif test_case and test_desc:
351 test = testcase.TestCase(self, test_case + test_desc)
  /art/test/004-JniTest/
jni_test.cc 454 void CallMethod(jobject o, jclass c, jmethodID m, bool nonstatic, const char* test_case) {
455 printf("RUNNING %s\n", test_case);
460 printf("FAILED %s due to missing exception\n", test_case);
465 printf("FAILED %s due to pending exception\n", test_case);
467 env_->FatalError(test_case);
469 printf("PASSED %s\n", test_case);
536 void TestnonstaticCallNonvirtualMethod(bool super_object, bool super_class, bool super_method, const char* test_case) {
550 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/icu/icu4c/source/test/letest/
xmlreader.cpp 148 UnicodeString test_case = UNICODE_STRING_SIMPLE("test-case"); local
169 if (testCase->getTagName().compare(test_case) == 0) {
  /external/icu/icu4c/source/test/perf/leperf/
xmlreader.cpp 152 UnicodeString test_case = UNICODE_STRING_SIMPLE("test-case"); local
173 if (testCase->getTagName().compare(test_case) == 0) {
  /external/ltp/testcases/kernel/syscalls/clone/
clone08.c 60 static struct test_case { struct
118 static long clone_child(const struct test_case *t, int use_tst)
  /external/ltp/testcases/kernel/syscalls/open/
open11.c 94 struct test_case { struct
101 struct test_case tc[] = {
  /test/vts/testcases/template/hal_hidl_replay_test/
hal_hidl_replay_test.py 124 test_case = hal_hidl_replay_test_case.HalHidlReplayTestCase(
132 self.testcases.append(test_case)
  /tools/test/connectivity/acts/framework/acts/
config_parser.py 181 for test_case in test_cases:
183 [test_case] * random.randrange(
  /external/googletest/googletest/src/
gtest-internal-inl.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-internal-inl.h     [all...]
  /external/v8/testing/gtest/src/
gtest-internal-inl.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-internal-inl.h     [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h     [all...]
  /prebuilts/ndk/r13/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/googletest/googletest/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/v8/testing/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)
  /prebuilts/ndk/r11/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/ndk/r13/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)

Completed in 1778 milliseconds

1 2 3 45 6 7