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

1 2 34 5 6 7

  /external/v8/testing/gtest/src/
gtest.cc 345 static bool TestCasePassed(const TestCase* test_case) {
346 return test_case->should_run() && test_case->Passed();
350 static bool TestCaseFailed(const TestCase* test_case) {
351 return test_case->should_run() && test_case->Failed();
354 // Returns true iff test_case contains at least one test that should
356 static bool ShouldRunTestCase(const TestCase* test_case) {
357 return test_case->should_run();
2271 const TestCase* const test_case = impl->current_test_case(); local
3174 const TestCase& test_case = *unit_test.GetTestCase(i); local
4505 const std::vector<TestCase*>::const_iterator test_case = local
4800 TestCase* const test_case = test_cases_[i]; local
4868 const TestCase* const test_case = test_cases_[i]; local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 331 static bool TestCasePassed(const TestCase* test_case) {
332 return test_case->should_run() && test_case->Passed();
336 static bool TestCaseFailed(const TestCase* test_case) {
337 return test_case->should_run() && test_case->Failed();
340 // Returns true iff test_case contains at least one test that should
342 static bool ShouldRunTestCase(const TestCase* test_case) {
343 return test_case->should_run();
1947 const TestCase* const test_case = impl->current_test_case(); local
2839 const TestCase& test_case = *unit_test.GetTestCase(i); local
4174 const std::vector<TestCase*>::const_iterator test_case = local
4464 TestCase* const test_case = test_cases_[i]; local
4532 const TestCase* const test_case = test_cases_[i]; local
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 313 static bool TestCasePassed(const TestCase* test_case) {
314 return test_case->should_run() && test_case->Passed();
318 static bool TestCaseFailed(const TestCase* test_case) {
319 return test_case->should_run() && test_case->Failed();
322 // Returns true iff test_case contains at least one test that should
324 static bool ShouldRunTestCase(const TestCase* test_case) {
325 return test_case->should_run();
1990 const TestCase* const test_case = impl->current_test_case(); local
2814 const TestCase& test_case = *unit_test.GetTestCase(i); local
3889 const std::vector<TestCase*>::const_iterator test_case = local
4178 TestCase* const test_case = test_cases_[i]; local
4221 const TestCase* const test_case = test_cases_[i]; local
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest.cc 327 static bool TestCasePassed(const TestCase* test_case) {
328 return test_case->should_run() && test_case->Passed();
332 static bool TestCaseFailed(const TestCase* test_case) {
333 return test_case->should_run() && test_case->Failed();
336 // Returns true iff test_case contains at least one test that should
338 static bool ShouldRunTestCase(const TestCase* test_case) {
339 return test_case->should_run();
1932 const TestCase* const test_case = impl->current_test_case(); local
2813 const TestCase& test_case = *unit_test.GetTestCase(i); local
4085 const std::vector<TestCase*>::const_iterator test_case = local
4375 TestCase* const test_case = test_cases_[i]; local
4443 const TestCase* const test_case = test_cases_[i]; local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest.cc 327 static bool TestCasePassed(const TestCase* test_case) {
328 return test_case->should_run() && test_case->Passed();
332 static bool TestCaseFailed(const TestCase* test_case) {
333 return test_case->should_run() && test_case->Failed();
336 // Returns true iff test_case contains at least one test that should
338 static bool ShouldRunTestCase(const TestCase* test_case) {
339 return test_case->should_run();
1932 const TestCase* const test_case = impl->current_test_case(); local
2813 const TestCase& test_case = *unit_test.GetTestCase(i); local
4085 const std::vector<TestCase*>::const_iterator test_case = local
4375 TestCase* const test_case = test_cases_[i]; local
4443 const TestCase* const test_case = test_cases_[i]; local
    [all...]
  /external/ltp/testcases/kernel/syscalls/mount/
mount02.c 74 static struct test_case { struct
100 static void verify_mount(struct test_case *tc)
  /external/ltp/testcases/kernel/syscalls/setxattr/
setxattr01.c 79 struct test_case { struct
87 struct test_case tc[] = {
setxattr02.c 79 struct test_case { struct
87 static struct test_case tc[] = {
setxattr03.c 69 struct test_case { struct
78 static struct test_case tc[] = {
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 203 const SimpleTokenCase& test_case) {
204 return out << CEscape(test_case.input);
337 const MultiTokenCase& test_case) {
338 return out << CEscape(test_case.input);
524 const DocCommentCase& test_case) {
525 return out << CEscape(test_case.input);
    [all...]
  /test/vts/testcases/template/binary_test/
binary_test.py 181 set('chmod 755 %s' % test_case.path
182 for test_case in self.testcases))
414 def VerifyTestResult(self, test_case, command_results):
424 test_case, command_results))
426 def RunTestCase(self, test_case):
427 '''Runs a test_case.
430 test_case: BinaryTestCase object
434 test_case.profiling_library_path)
436 cmd = test_case.GetRunCommand()
440 self.VerifyTestResult(test_case, command_results
    [all...]
  /test/vts-testcase/kernel/ltp/
test_cases_parser.py 25 from vts.testcases.kernel.ltp import test_case
86 testcase = test_case.TestCase(
  /external/ltp/testcases/kernel/syscalls/clock_getres/
clock_getres01.c 48 static struct test_case { struct
  /external/pdfium/testing/tools/
test_runner.py 29 def TestOneFileParallel(this, test_case):
32 input_filename, source_dir = test_case
246 for test_case in test_cases:
247 input_filename, input_file_dir = test_case
  /test/vts/utils/python/web/
web_utils.py 123 self.report_msg.test_case.remove(self.current_test_report_msg)
138 self.current_test_report_msg = self.report_msg.test_case.add()
384 msg = self.report_msg.test_case.add()
400 if len(self.report_msg.test_case) > 0:
  /external/ltp/testcases/kernel/syscalls/clock_nanosleep/
clock_nanosleep01.c 148 struct test_case { struct
168 static struct test_case tcase[] = {
271 static int do_test(struct test_case *tc)
  /external/ltp/testcases/kernel/syscalls/mq_notify/
mq_notify01.c 81 struct test_case { struct
92 static struct test_case tcase[] = {
162 static int do_test(struct test_case *tc)
  /external/ltp/testcases/kernel/syscalls/mq_open/
mq_open01.c 137 struct test_case { struct
168 static struct test_case tcase[] = {
261 static int do_test(struct test_case *tc)
  /external/ltp/testcases/kernel/syscalls/mq_timedreceive/
mq_timedreceive01.c 159 struct test_case { struct
185 static struct test_case tcase[] = {
293 static int do_test(struct test_case *tc)
  /external/ltp/testcases/kernel/syscalls/mq_timedsend/
mq_timedsend01.c 156 struct test_case { struct
183 static struct test_case tcase[] = {
297 static int do_test(struct test_case *tc)
  /external/ltp/testcases/kernel/syscalls/ppoll/
ppoll01.c 40 struct test_case { struct
93 static struct test_case tcase[] = {
231 struct test_case *tc = &tcase[i];
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 3330 const TestCase* const test_case = impl->current_test_case(); local
4154 const TestCase& test_case = *unit_test.GetTestCase(i); local
5229 const std::vector<TestCase*>::const_iterator test_case = local
5518 TestCase* const test_case = test_cases_[i]; local
5561 const TestCase* const test_case = test_cases_[i]; local
    [all...]
  /external/sfntly/cpp/src/test/
font_data_test.cc 119 const int32_t* test_case = SEARCH_TEST_PAIRS[j]; local
125 test_case[0]);
129 test_case[0], found, test_case[1], j, i);
131 EXPECT_EQ(test_case[1], found);
  /external/fmtlib/test/
gmock-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/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...]

Completed in 1771 milliseconds

1 2 34 5 6 7