Home
last modified time | relevance | path

Searched refs:outSizeBytes (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_persistable_bundle.cpp271 int32_t outSizeBytes = in TEST_F() local
273 ASSERT_EQ(outSizeBytes, 0); in TEST_F()
277 outSizeBytes = in TEST_F()
279 ASSERT_EQ(outSizeBytes, sizeof(char*)); in TEST_F()
294 int32_t outSizeBytes = in TEST_F() local
296 EXPECT_EQ(outSizeBytes, APERSISTABLEBUNDLE_ALLOCATOR_FAILED); in TEST_F()
321 int32_t outSizeBytes = in TEST_F() local
323 checkAndFree(sizeBytes, outSizeBytes, keys, outKeys, numKeys); in TEST_F()
328 outSizeBytes = in TEST_F()
330 checkAndFree(sizeBytes, outSizeBytes, keys, outKeys, numKeys); in TEST_F()
[all …]