Searched refs:checkAndFree (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | test_persistable_bundle.cpp | 300 inline void checkAndFree(int32_t inBytes, int32_t outBytes, const char** inKeys, char** outKeys, in checkAndFree() function 323 checkAndFree(sizeBytes, outSizeBytes, keys, outKeys, numKeys); in TEST_F() 330 checkAndFree(sizeBytes, outSizeBytes, keys, outKeys, numKeys); in TEST_F() 337 checkAndFree(sizeBytes, outSizeBytes, keys, outKeys, numKeys); in TEST_F() 344 checkAndFree(sizeBytes, outSizeBytes, keys, outKeys, numKeys); in TEST_F() 351 checkAndFree(sizeBytes, outSizeBytes, keys, outKeys, numKeys); in TEST_F() 358 checkAndFree(sizeBytes, outSizeBytes, keys, outKeys, numKeys); in TEST_F() 365 checkAndFree(sizeBytes, outSizeBytes, keys, outKeys, numKeys); in TEST_F() 372 checkAndFree(sizeBytes, outSizeBytes, keys, outKeys, numKeys); in TEST_F() 379 checkAndFree(sizeBytes, outSizeBytes, keys, outKeys, numKeys); in TEST_F() [all …]
|