Home
last modified time | relevance | path

Searched defs:check_function (Results 1 – 3 of 3) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c669 const CheckParameterValue check_function, void * const check_data, in _expect_check()
862 const CheckParameterValue check_function, const int count) { in expect_set()
922 const CheckParameterValue check_function, const int count) { in expect_range()
1033 const CheckParameterValue check_function, const int count) { in expect_memory_setup()
/external/cmockery/cmockery_0_1_2/src/google/
Dcmockery.h52 #define expect_check(function, parameter, check_function, check_data) \ argument
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util_test.cc1064 auto check_function = [&](const std::vector<int64>& indexes) { in TEST_F() local