Searched refs:check_data (Results 1 - 8 of 8) sorted by relevance

/external/skia/tests/
H A DCachedDataTest.cpp22 static void check_data(skiatest::Reporter* reporter, SkCachedData* data, function
47 check_data(reporter, data, 1, kNotInCache, kLocked);
50 check_data(reporter, data, 2, kNotInCache, kLocked);
52 check_data(reporter, data, 1, kNotInCache, kLocked);
55 check_data(reporter, data, 2, kInCache, kLocked);
58 check_data(reporter, data, 1, kInCache, kUnlocked);
61 check_data(reporter, data, 2, kInCache, kLocked);
82 check_data(reporter, data, 2, kInCache, kLocked);
84 check_data(reporter, data, 1, kNotInCache, kLocked);
89 check_data(reporte
[all...]
H A DMaskCacheTest.cpp23 static void check_data(skiatest::Reporter* reporter, SkCachedData* data, function
52 check_data(reporter, data, 2, kInCache, kLocked);
55 check_data(reporter, data, 1, kInCache, kUnlocked);
63 check_data(reporter, data, 2, kInCache, kLocked);
66 check_data(reporter, data, 1, kNotInCache, kLocked);
90 check_data(reporter, data, 2, kInCache, kLocked);
93 check_data(reporter, data, 1, kInCache, kUnlocked);
101 check_data(reporter, data, 2, kInCache, kLocked);
104 check_data(reporter, data, 1, kNotInCache, kLocked);
H A DYUVCacheTest.cpp23 static void check_data(skiatest::Reporter* reporter, SkCachedData* data, function
53 check_data(reporter, data, 2, kInCache, kLocked);
56 check_data(reporter, data, 1, kInCache, kUnlocked);
71 check_data(reporter, data, 2, kInCache, kLocked);
74 check_data(reporter, data, 1, kNotInCache, kLocked);
H A DSkResourceCacheTest.cpp84 static void check_data(skiatest::Reporter* reporter, const SkCachedData* data, function
112 check_data(reporter, mipmap, 2, kInCache, kLocked);
117 check_data(reporter, mipmap, 1, kInCache, kNotLocked);
121 check_data(reporter, mipmap, 2, kInCache, kLocked);
124 check_data(reporter, mipmap, 1, kNotInCache, kLocked);
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c669 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
1035 void * const mem = (void*)(check_data + 1);
1039 check_data->memory = mem;
1040 check_data->size = size;
1042 check_data, &check_data->event, count);
666 _expect_check( const char* const function, const char* const parameter, const char* const file, const int line, const CheckParameterValue check_function, void * const check_data, CheckParameterEvent * const event, const int count) argument
/external/cmockery/cmockery_0_1_2/src/google/
H A Dcmockery.h52 #define expect_check(function, parameter, check_function, check_data) \
54 check_data)
329 const CheckParameterValue check_function, void * const check_data,
/external/toybox/toys/pending/
H A Dtftp.c181 static inline int check_data( uint8_t *packet, uint16_t *opcode, function
321 if (check_data(packet, &opcode, &rblockno) != 0
/external/squashfs-tools/kernel-2.4/include/linux/
H A Dsquashfs_fs.h103 #define SQUASHFS_MKFLAGS(noi, nod, check_data, nof, no_frag, always_frag, \
104 duplicate_checking) (noi | (nod << 1) | (check_data << 2) \

Completed in 454 milliseconds