Home
last modified time | relevance | path

Searched defs:test_result (Results 1 – 25 of 143) sorted by relevance

123456

/aosp_15_r20/external/curl/tests/unit/
H A Dunit2600.c102 struct test_result { struct
111 static struct test_result *current_tr; argument
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderIsolines.cpp68 void TessellationShadersIsolines::checkFirstOuterTessellationLevelEffect(_test_result &test_result, in checkFirstOuterTessellationLevelEffect()
164 _test_result test_result = *test_result_iterator; in checkIrrelevantTessellationLevelsHaveNoEffect() local
229 void TessellationShadersIsolines::checkSecondOuterTessellationLevelEffect(_test_result &test_result, in checkSecondOuterTessellationLevelEffect()
326 void TessellationShadersIsolines::checkNoLineSegmentIsDefinedAtHeightOne(_test_result &test_result,… in checkNoLineSegmentIsDefinedAtHeightOne()
411 void TessellationShadersIsolines::countIsolines(_test_result &test_result) in countIsolines()
756 _test_result &test_result = *test_results_iterator; in runForAllTestResults() local
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dtst_bitmaps.c302 int test_result, op_result; in do_setb() local
341 int test_result, op_result; in do_clearb() local
380 int test_result; in do_testb() local
495 int test_result, op_result; in do_seti() local
525 int test_result, op_result; in do_cleari() local
555 int test_result; in do_testi() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/
Dval_builtins_test.cpp162 const TestResult& test_result = std::get<5>(GetParam()); in TEST_P() local
191 const TestResult& test_result = std::get<7>(GetParam()); in TEST_P() local
222 const TestResult& test_result = std::get<8>(GetParam()); in TEST_P() local
331 const TestResult& test_result = std::get<5>(GetParam()); in TEST_P() local
360 const TestResult& test_result = std::get<7>(GetParam()); in TEST_P() local
461 const TestResult& test_result = std::get<5>(GetParam()); in TEST_P() local
490 const TestResult& test_result = std::get<7>(GetParam()); in TEST_P() local
2683 const TestResult& test_result = std::get<5>(GetParam()); in TEST_P() local
3632 const TestResult& test_result = std::get<5>(GetParam()); in TEST_P() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_builtins_test.cpp162 const TestResult& test_result = std::get<5>(GetParam()); in TEST_P() local
191 const TestResult& test_result = std::get<7>(GetParam()); in TEST_P() local
222 const TestResult& test_result = std::get<8>(GetParam()); in TEST_P() local
331 const TestResult& test_result = std::get<5>(GetParam()); in TEST_P() local
360 const TestResult& test_result = std::get<7>(GetParam()); in TEST_P() local
461 const TestResult& test_result = std::get<5>(GetParam()); in TEST_P() local
490 const TestResult& test_result = std::get<7>(GetParam()); in TEST_P() local
2683 const TestResult& test_result = std::get<5>(GetParam()); in TEST_P() local
3632 const TestResult& test_result = std::get<5>(GetParam()); in TEST_P() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/
H A Dval_builtins_test.cpp162 const TestResult& test_result = std::get<5>(GetParam()); in TEST_P() local
191 const TestResult& test_result = std::get<7>(GetParam()); in TEST_P() local
222 const TestResult& test_result = std::get<8>(GetParam()); in TEST_P() local
331 const TestResult& test_result = std::get<5>(GetParam()); in TEST_P() local
360 const TestResult& test_result = std::get<7>(GetParam()); in TEST_P() local
461 const TestResult& test_result = std::get<5>(GetParam()); in TEST_P() local
490 const TestResult& test_result = std::get<7>(GetParam()); in TEST_P() local
2683 const TestResult& test_result = std::get<5>(GetParam()); in TEST_P() local
3632 const TestResult& test_result = std::get<5>(GetParam()); in TEST_P() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c939 struct test_result { struct
947 struct test_result *rbestslottime, in test_loop() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dset_union.cpp31 Iterator test_result in check_result()
59 iterator_t test_result in test() local
117 iterator_t test_result in test_pred() local
Dset_symmetric_difference.cpp31 Iterator test_result in check_result()
59 iterator_t test_result in test() local
120 iterator_t test_result in test_pred() local
Dset_intersection.cpp31 Iterator test_result in check_result()
59 iterator_t test_result in test() local
119 iterator_t test_result in test_pred() local
Dset_difference.cpp31 Iterator test_result in check_result()
59 iterator_t test_result in test() local
119 iterator_t test_result in test_pred() local
Dbinary_search.cpp35 bool test_result = boost::binary_search(test, 5); in test() local
70 bool test_result = boost::binary_search(test, 5, pred); in test_pred() local
Dincludes.cpp35 bool test_result = boost::includes(cont1, cont2); in test() local
81 bool test_result = boost::includes(cont1, cont2, pred); in test_pred() local
Dequal_range.cpp70 pair_t test_result = boost::equal_range(test, 5); in test() local
110 pair_t test_result = boost::equal_range(test, 5, BinaryPredicate()); in test_pred() local
/aosp_15_r20/external/pigweed/pw_unit_test/
H A Dtest_record_event_handler_test.cc32 TestResult test_result = TestResult::kSuccess; in TEST() local
106 TestResult test_result = TestResult::kSuccess; in TEST() local
123 TestResult test_result = TestResult::kSkipped; in TEST() local
H A Dmulti_event_handler_test.cc111 TestResult test_result = TestResult::kSuccess; in TEST() local
136 TestResult test_result = TestResult::kSuccess; in TEST() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cBufferStorageTests.cpp1651 bool test_result = true; in iterate() local
2007 bool test_result = true; in iterate() local
2181 bool test_result = true; in iterate() local
2346 bool test_result = true; in iterate() local
2553 bool test_result = true; in iterate() local
2821 bool test_result = true; in iterate() local
2998 bool test_result = true; in iterate() local
3173 bool test_result = true; in iterate() local
3446 bool test_result = true; in iterate() local
H A Dgl4cMapBufferAlignmentTests.cpp123 bool test_result = true; in iterate() local
224 bool test_result = true; in iterate() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp977 …thRangeArrayHelper(Utils::DepthFuncWrapper &depthFunc, GLint max_viewports, bool &test_result, T *) in depthRangeArrayHelper()
1002 …RangeIndexedHelper(Utils::DepthFuncWrapper &depthFunc, GLint max_viewports, bool &test_result, T *) in depthRangeIndexedHelper()
1018 …rs::getDepthHelper(Utils::DepthFuncWrapper &depthFunc, GLint max_viewports, bool &test_result, T *) in getDepthHelper()
1046 bool test_result = true; in iterate() local
1429 …angeInitialValuesHelper(Utils::DepthFuncWrapper &depthFunc, GLint max_viewports, bool &test_result, in depthRangeInitialValuesHelper()
1474 bool test_result = true; in iterate() local
1740 bool test_result = true; in iterate() local
1944 bool test_result = true; in iterate() local
2144 bool test_result; in iterate() local
2178 bool test_result = true; in iterateHelper() local
[all …]
/aosp_15_r20/external/perfetto/test/stress_test/
H A Dstress_test.cc159 TestResult& test_result = test_results_.back(); in RunConfig() local
277 TestResult& test_result = test_results_.back(); in ReadbackTrace() local
316 TestResult& test_result = test_results_.back(); in ParseTracePacket() local
/aosp_15_r20/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h1023 static void RecordProperty(TestResult* test_result, in RecordProperty()
1028 static void ClearTestPartResults(TestResult* test_result) { in ClearTestPartResults()
1033 const TestResult& test_result) { in test_part_results()
/aosp_15_r20/external/libchrome/base/test/launcher/
H A Dunit_test_launcher.cc309 TestResult test_result = results_map[test_names[i]]; in ProcessTestResults() local
339 TestResult test_result; in ProcessTestResults() local
389 TestResult test_result; in ProcessTestResults() local
/aosp_15_r20/external/cronet/base/test/launcher/
H A Dtest_launcher_unittest.cc617 TestResult test_result = in TEST_F() local
631 TestResult test_result = in TEST_F() local
679 TestResult& test_result) { in ValidateTestResultObject()
834 TestResult test_result = in TEST_F() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h1043 static void RecordProperty(TestResult* test_result, in RecordProperty()
1049 static void ClearTestPartResults(TestResult* test_result) { in ClearTestPartResults()
1054 const TestResult& test_result) { in test_part_results()
/aosp_15_r20/external/libaom/third_party/googletest/src/googletest/src/
H A Dgtest-internal-inl.h1037 static void RecordProperty(TestResult* test_result, in RecordProperty()
1043 static void ClearTestPartResults(TestResult* test_result) { in ClearTestPartResults()
1048 const TestResult& test_result) { in test_part_results()

123456