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

  /frameworks/base/libs/utils/tests/
BlobCache_test.cpp 27 class BlobCacheTest : public ::testing::Test {
46 TEST_F(BlobCacheTest, CacheSingleValueSucceeds) {
56 TEST_F(BlobCacheTest, CacheTwoValuesSucceeds) {
68 TEST_F(BlobCacheTest, GetOnlyWritesInsideBounds) {
80 TEST_F(BlobCacheTest, GetOnlyWritesIfBufferIsLargeEnough) {
89 TEST_F(BlobCacheTest, GetDoesntAccessNullBuffer) {
94 TEST_F(BlobCacheTest, MultipleSetsCacheLatestValue) {
105 TEST_F(BlobCacheTest, SecondSetKeepsFirstValueIfTooLarge) {
116 TEST_F(BlobCacheTest, DoesntCacheIfKeyIsTooBig) {
130 TEST_F(BlobCacheTest, DoesntCacheIfValueIsTooBig)
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/common/
BlobCacheTest.java 32 public class BlobCacheTest extends AndroidTestCase {
33 private static final String TAG = "BlobCacheTest";

Completed in 33 milliseconds