Searched refs:check_value (Results 1 - 3 of 3) sorted by relevance

/external/skia/tests/
H A DClampRangeTest.cpp21 static void check_value(int64_t bigfx, int expected) { function
42 check_value(bigfx, range.fV0);
47 check_value(bigfx, kRamp);
52 check_value(bigfx, range.fV1);
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c675 check->check_value = check_function;
954 static int check_value(const void *value, void *check_value_data) { function
964 _expect_check(function, parameter, file, line, check_value,
1101 check_succeeded = check->check_value(value, check->check_value_data);
/external/cmockery/cmockery_0_1_2/src/google/
H A Dcmockery.h314 CheckParameterValue check_value; member in struct:CheckParameterEvent

Completed in 110 milliseconds