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

  /bootable/recovery/minadbd/
transport_usb.c 70 if(check_data(p)) {
71 D("remote usb: check_data failed\n");
adb.h 288 int check_data(apacket *p);
transport.c 786 int check_data(apacket *p) function
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 669 const CheckParameterValue check_function, void * const check_data,
676 check->check_value_data = check_data;
1034 CheckMemoryData * const check_data = malloc(sizeof(*check_data) + size); local
    [all...]
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 52 #define expect_check(function, parameter, check_function, check_data) \
54 check_data)
329 const CheckParameterValue check_function, void * const check_data,

Completed in 223 milliseconds