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

  /packages/apps/Gallery3D/src/com/cooliris/picasa/
AlbumEntry.java 101 public long bytesUsed;
149 bytesUsed = 0;
180 if (localName.equals("bytesUsed")) {
181 bytesUsed = Long.parseLong(content);
  /external/skia/src/core/
SkGlyphCache.h 155 static bool SetCacheUsed(size_t bytesUsed);
SkGlyphCache.cpp 580 bool SkGlyphCache::SetCacheUsed(size_t bytesUsed) {
583 if (curr > bytesUsed) {
587 return InternalFreeCache(&globals, curr - bytesUsed) > 0;
  /external/quake/quake/src/WinQuake/
gl_draw.cpp     [all...]

Completed in 196 milliseconds