Searched refs:check_function (Results 1 – 3 of 3) sorted by relevance
/external/cmockery/cmockery_0_1_2/src/ |
D | cmockery.c | 669 const CheckParameterValue check_function, void * const check_data, in _expect_check() argument 675 check->check_value = check_function; in _expect_check() 862 const CheckParameterValue check_function, const int count) { in expect_set() argument 871 _expect_check(function, parameter, file, line, check_function, in expect_set() 922 const CheckParameterValue check_function, const int count) { in expect_range() argument 927 _expect_check(function, parameter, file, line, check_function, in expect_range() 1033 const CheckParameterValue check_function, const int count) { in expect_memory_setup() argument 1041 _expect_check(function, parameter, file, line, check_function, in expect_memory_setup()
|
/external/cmockery/cmockery_0_1_2/src/google/ |
D | cmockery.h | 52 #define expect_check(function, parameter, check_function, check_data) \ argument 53 _expect_check(#function, #parameter, __FILE__, __LINE__, check_function, \ 329 const CheckParameterValue check_function, void * const check_data,
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal_test.cc | 1195 auto check_function = [&](absl::Span<const int64> indexes) { in TEST_F() local 1201 check_function); in TEST_F() 1237 auto check_function = [&](absl::Span<const int64> indexes) { in TEST_F() local 1243 check_function); in TEST_F()
|