HomeSort by relevance Sort by last modified time
    Searched refs:CheckParameterValue (Results 1 - 3 of 3) sorted by null

  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 284 typedef int (*CheckParameterValue)(const void *value, void *check_value_data);
314 CheckParameterValue check_value;
329 const CheckParameterValue check_function, void * const check_data,
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 669 const CheckParameterValue check_function, void * const check_data,
842 // CheckParameterValue callback to check whether a value is within a set.
849 // CheckParameterValue callback to check whether a value isn't within a set.
862 const CheckParameterValue check_function, const int count) {
896 // CheckParameterValue callback to check whether a value is within a range.
906 // CheckParameterValue callback to check whether a value is not within a range.
922 const CheckParameterValue check_function, const int count) {
952 /* CheckParameterValue callback to check whether a value is equal to an
969 /* CheckParameterValue callback to check whether a value is not equal to an
    [all...]
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCamera.cpp 55 bool CheckParameterValue(const char* value, const char** supported_values) {
450 if (!CheckParameterValue(new_param.get(CameraParameters::KEY_FLASH_MODE),
    [all...]

Completed in 657 milliseconds