Home
last modified time | relevance | path

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

/external/cmockery/cmockery_0_1_2/src/google/
Dcmockery.h52 #define expect_check(function, parameter, check_function, check_data) \ argument
/external/stressapptest/src/
Dsat.cc1513 float check_data = 0.; in CheckStats() local
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c669 const CheckParameterValue check_function, void * const check_data, in _expect_check()
1034 CheckMemoryData * const check_data = malloc(sizeof(*check_data) + size); in expect_memory_setup() local