HomeSort by relevance Sort by last modified time
    Searched defs:ExternalStorage (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.h 71 class ExternalStorage : public SkRefCnt {
73 SK_DECLARE_INST_COUNT(ExternalStorage)
108 * @param externalStorage The class responsible for storing the bitmaps inserted into the heap
112 SkBitmapHeap(ExternalStorage* externalStorage, int32_t heapSize = UNLIMITED_SIZE);
292 ExternalStorage* fExternalStorage;
  /external/skia/src/core/
SkBitmapHeap.h 71 class ExternalStorage : public SkRefCnt {
73 SK_DECLARE_INST_COUNT(ExternalStorage)
108 * @param externalStorage The class responsible for storing the bitmaps inserted into the heap
112 SkBitmapHeap(ExternalStorage* externalStorage, int32_t heapSize = UNLIMITED_SIZE);
292 ExternalStorage* fExternalStorage;
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java 49 public class ExternalStorage extends Activity {
212 Log.i("ExternalStorage", "Scanned " + path + ":");
213 Log.i("ExternalStorage", "-> uri=" + uri);
219 Log.w("ExternalStorage", "Error writing " + file, e);
276 Log.i("ExternalStorage", "Scanned " + path + ":");
277 Log.i("ExternalStorage", "-> uri=" + uri);
283 Log.w("ExternalStorage", "Error writing " + file, e);
334 Log.w("ExternalStorage", "Error writing " + file, e);

Completed in 129 milliseconds