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

  /external/skia/tests/
CachedDataTest.cpp 22 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(reporter, data, 2, kInCache, kLocked)
    [all...]
MaskCacheTest.cpp 23 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);
YUVCacheTest.cpp 23 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);
72 check_data(reporter, data, 2, kInCache, kLocked);
75 check_data(reporter, data, 1, kNotInCache, kLocked);
SkResourceCacheTest.cpp 32 static void check_data(skiatest::Reporter* reporter, const SkCachedData* data, function
64 check_data(reporter, mipmap, 2, kInCache, kLocked);
69 check_data(reporter, mipmap, 1, kInCache, kNotLocked);
73 check_data(reporter, mipmap, 2, kInCache, kLocked);
76 check_data(reporter, mipmap, 1, kNotInCache, kLocked);
  /system/core/adb/
transport_usb.cpp 98 if (!check_data(p)) {
99 D("remote usb: check_data failed, skip it");
132 if (!check_data(p)) {
133 LOG(ERROR) << "remote usb: check_data failed";
transport.h 226 bool check_data(apacket* p);
transport_local.cpp 80 if (!check_data(p)) {
transport.cpp 1090 bool check_data(apacket* p) { function
    [all...]
  /art/runtime/base/unix_file/
fd_file_test.cc 163 char check_data[sizeof(src_data)]; local
164 ASSERT_TRUE(dest.PreadFully(check_data, sizeof(src_data), 0u));
165 CHECK_EQ(0, memcmp(check_data, src_data, sizeof(src_data)));
  /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,
  /external/toybox/toys/pending/
tftp.c 181 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/
squashfs_fs.h 103 #define SQUASHFS_MKFLAGS(noi, nod, check_data, nof, no_frag, always_frag, \
104 duplicate_checking) (noi | (nod << 1) | (check_data << 2) \
  /external/stressapptest/src/
sat.cc 1689 float check_data = 0.; local
    [all...]

Completed in 374 milliseconds