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

  /system/update_engine/
testrunner.cc 48 int test_result = RUN_ALL_TESTS(); local
49 LOG(INFO) << "unittest return value: " << test_result;
50 return test_result;
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
unit_test.h 2 struct test_result { struct
10 void (*test_func)(struct test_result * result);
11 struct test_result result;
16 void test_begin(struct test_result * result);
17 void test_check(struct test_result * result, int cond);
  /external/libnfc-nxp/src/
phHciNfc.c 1630 static phNfc_sData_t test_result; local
    [all...]
phHciNfc_Sequence.c 2440 static phNfc_sData_t test_result= {NULL,0}; local
    [all...]
phHciNfc_DevMgmt.c 139 phNfc_sData_t test_result; member in struct:phHciNfc_DevMgmt_Info
290 p_test_result->buffer = p_device_mgmt_info->test_result.buffer;
291 p_test_result->length = p_device_mgmt_info->test_result.length;
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tst_bitmaps.c 298 int test_result, op_result; local
323 test_result = ext2fs_test_block_bitmap2(test_fs->block_map, block);
327 if (!test_result != !op_result)
328 com_err(argv[0], 0, "*ERROR* test_result different! (%d, %d)",
329 test_result, op_result);
336 int test_result, op_result; local
361 test_result = ext2fs_test_block_bitmap2(test_fs->block_map, block);
365 if (!test_result != !op_result)
366 com_err(argv[0], 0, "*ERROR* test_result different! (%d, %d)",
367 test_result, op_result)
374 int test_result; local
452 int test_result, op_result; local
481 int test_result, op_result; local
510 int test_result; local
    [all...]
  /bionic/tests/
gtest_main.cpp 780 TestResult test_result = TEST_SUCCESS; local
782 test_result = TEST_FAILED;
784 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/gtest/src/
gtest.cc 4050 TestResult* test_result; \/\/ TestResult appropriate for property recording. local
    [all...]
  /external/gtest/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...]
  /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...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 3957 TestResult* test_result; \/\/ TestResult appropriate for property recording. local
    [all...]
  /ndk/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/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 5534 TestResult* test_result; \/\/ TestResult appropriate for property recording. local
    [all...]
  /external/opencv3/modules/ts/src/
ts_gtest.cpp 5558 TestResult* test_result; \/\/ TestResult appropriate for property recording. local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 5534 TestResult* test_result; \/\/ TestResult appropriate for property recording. local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc 5534 TestResult* test_result; \/\/ TestResult appropriate for property recording. local
    [all...]
  /system/tpm/trunks/
tpm_generated.cc 10580 TPM_RC test_result; local
    [all...]

Completed in 292 milliseconds