HomeSort by relevance Sort by last modified time
    Searched defs:test_result (Results 1 - 25 of 30) sorted by null

1 2

  /system/update_engine/
testrunner.cc 61 int test_result = RUN_ALL_TESTS(); local
62 LOG(INFO) << "unittest return value: " << test_result;
63 return test_result;
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
unit_test.h 28 struct test_result { struct
36 void (*test_func)(struct test_result * result);
37 struct test_result result;
42 void test_begin(struct test_result * result);
43 void test_check(struct test_result * result, int cond);
  /external/ltp/testcases/kernel/device-drivers/uaccess/
ltp_uaccess.c 40 static int test_result; variable
55 return scnprintf(buf, PAGE_SIZE, "%d\n", test_result);
69 test_result = 0;
75 test_result = strncmp(test_str, buffer, str_size) ? 1 : 0;
78 test_result |= ch != test_str[0];
83 test_result = 1;
88 test_result |= 1;
  /external/ltp/testcases/kernel/firmware/fw_load_kernel/
ltp_fw_load.c 53 static int test_result; variable
101 return scnprintf(buf, PAGE_SIZE, "%d\n", test_result);
123 test_result |= (err == 0) << fw;
  /external/libusb/tests/
testlib.c 175 libusb_testlib_result test_result; local
256 test_result = test->function(&ctx);
259 test_result_to_str(test_result), test_result);
260 switch (test_result) {
  /external/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/
ltp_block_dev.c 75 static int test_result; variable
336 return scnprintf(buf, PAGE_SIZE, "%d\n", test_result);
353 test_result = 0;
356 test_result |= tc01();
359 test_result |= tc02();
362 test_result |= tc03();
365 test_result |= tc04();
368 test_result |= tc05();
371 test_result |= tc06();
374 test_result |= tc07()
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tst_bitmaps.c 295 int test_result, op_result; local
320 test_result = ext2fs_test_block_bitmap2(test_fs->block_map, block);
324 if (!test_result != !op_result)
325 com_err(argv[0], 0, "*ERROR* test_result different! (%d, %d)",
326 test_result, op_result);
333 int test_result, op_result; local
358 test_result = ext2fs_test_block_bitmap2(test_fs->block_map, block);
362 if (!test_result != !op_result)
363 com_err(argv[0], 0, "*ERROR* test_result different! (%d, %d)",
364 test_result, op_result)
371 int test_result; local
482 int test_result, op_result; local
511 int test_result, op_result; local
540 int test_result; local
    [all...]
  /external/ltp/pan/
tag_report.c 53 * format results are printed thru test_result.
55 int test_result(char *tag, char *tcid, char *tc, char *result, SYM tags) function
67 tag = "test_result: no tag";
186 test_result(tag, *tl, (char *)Key.data,
193 test_result(tag, "*", "*", result, keys);
196 test_result(tag, "-", "-", "TC count wrong", keys);
246 test_result(tag, NULL, NULL, "no init status", keys);
251 test_result(tag, NULL, NULL, is, keys);
257 test_result(tag, NULL, NULL, "coredump", keys);
262 test_result(tag, NULL, NULL, "no Term Type", keys)
    [all...]
  /external/ltp/testcases/kernel/device-drivers/acpi/
ltp_acpi_cmds.c 498 static int test_result; variable
514 return scnprintf(buf, PAGE_SIZE, "%d\n", test_result);
548 test_result = acpi_init();
551 test_result = acpi_traverse_from_root();
554 test_result = acpi_test_notify_handler();
557 test_result = acpi_test_event_handler();
560 test_result = acpi_global_lock();
563 test_result = acpi_test_bus();
566 test_result = acpi_test_resources();
569 test_result = acpi_sleep_test()
    [all...]
  /external/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/
ltp_tpci.c 651 static int test_result; variable
667 return scnprintf(buf, PAGE_SIZE, "%d\n", test_result);
679 test_result = test_case(tc);
  /test/vts/runners/target/gtest/
gtest_main.cpp 791 TestResult test_result = TEST_SUCCESS; local
793 test_result = TEST_FAILED;
795 return test_result;
    [all...]
  /bionic/tests/
gtest_main.cpp 820 TestResult test_result = TEST_SUCCESS; local
822 test_result = TEST_FAILED;
824 return test_result;
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 1561 TestResult test_result; local
1567 TestResult test_result; local
1578 TestResult test_result; local
1595 TestResult test_result; local
1617 TestResult test_result; local
1646 TestResult test_result; local
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc 1719 TestResult test_result; local
1725 TestResult test_result; local
1736 TestResult test_result; local
1753 TestResult test_result; local
1775 TestResult test_result; local
1804 TestResult test_result; local
    [all...]
  /external/googletest/googletest/test/
gtest_unittest.cc 1440 TestResult test_result; local
1446 TestResult test_result; local
1457 TestResult test_result; local
1474 TestResult test_result; local
1496 TestResult test_result; local
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 4050 TestResult* test_result; \/\/ TestResult appropriate for property recording. local
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 2731 TestResultScope* test_result = execution_result()->AsTest(); local
3083 TestResultScope* test_result = execution_result()->AsTest(); local
3118 TestResultScope* test_result = execution_result()->AsTest(); local
    [all...]
  /external/v8/testing/gtest/test/
gtest_unittest.cc 1440 TestResult test_result; local
1446 TestResult test_result; local
1457 TestResult test_result; local
1474 TestResult test_result; local
1496 TestResult test_result; local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 4046 TestResult* test_result; \/\/ TestResult appropriate for property recording. local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc 1447 TestResult test_result; local
1453 TestResult test_result; local
1464 TestResult test_result; local
1481 TestResult test_result; local
1503 TestResult test_result; local
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest.cc 3957 TestResult* test_result; \/\/ TestResult appropriate for property recording. local
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 1456 TestResult test_result; local
1462 TestResult test_result; local
1473 TestResult test_result; local
1490 TestResult test_result; local
1512 TestResult test_result; local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest.cc 3957 TestResult* test_result; \/\/ TestResult appropriate for property recording. local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 1456 TestResult test_result; local
1462 TestResult test_result; local
1473 TestResult test_result; local
1490 TestResult test_result; local
1512 TestResult test_result; local
    [all...]
  /external/fmtlib/test/
gmock-gtest-all.cc 5534 TestResult* test_result; \/\/ TestResult appropriate for property recording. local
    [all...]

Completed in 645 milliseconds

1 2