Home
last modified time | relevance | path

Searched defs:CheckResults (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/toolchain-utils/toolchain_utils_githooks/
H A Dcheck-presubmit.py69 CheckResults = Union[List[Tuple[str, CheckResult]], CheckResult] variable
781 check_results: CheckResults,
H A Dcheck-presubmit69 CheckResults = Union[List[Tuple[str, CheckResult]], CheckResult] variable
781 check_results: CheckResults,
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/
H A Dtf_driver.h56 bool CheckResults( in CheckResults() function
H A Dtest_runner_test.cc39 bool CheckResults( in CheckResults() function in tflite::testing::__anondb6abfa10111::ConcreteTestRunner
H A Dtflite_driver.cc531 bool TfLiteDriver::CheckResults( in CheckResults() function in tflite::testing::TfLiteDriver
/aosp_15_r20/external/OpenCL-CTS/test_conformance/select/
H A Dtest_select.h70 typedef size_t (*CheckResults)(const void *const out1, const void *const out2, typedef
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_hiloeo.cpp263 static int CheckResults(void *in, void *out, size_t elementCount, int type, in CheckResults() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
H A Dtflite_driver.cc359 bool TfLiteDriver::CheckResults() { in CheckResults() function in tflite::testing::TfLiteDriver
/aosp_15_r20/external/OpenCL-CTS/test_conformance/conversions/
H A Dbasic_test_conversions.h67 typedef int (*CheckResults)( void *out1, void *out2, void *allowZ, uint32_t count, int vectorSize ); typedef
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/
H A Doutput_test_helper.cc219 void ResultsChecker::CheckResults(std::stringstream& output) { in CheckResults() function in internal::ResultsChecker
/aosp_15_r20/external/libcxx/utils/google-benchmark/test/
H A Doutput_test_helper.cc209 void ResultsChecker::CheckResults(std::stringstream& output) { in CheckResults() function in internal::ResultsChecker
/aosp_15_r20/external/google-benchmark/test/
H A Doutput_test_helper.cc220 void ResultsChecker::CheckResults(std::stringstream& output) { in CheckResults() function in internal::ResultsChecker
/aosp_15_r20/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp738 static unsigned CheckResults(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in CheckResults() function