HomeSort by relevance Sort by last modified time
    Searched refs:ExternalStorage (Results 1 - 8 of 8) 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;
SkBitmapHeap.cpp 80 SkBitmapHeap::SkBitmapHeap(ExternalStorage* storage, int32_t preferredSize)
  /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;
SkBitmapHeap.cpp 80 SkBitmapHeap::SkBitmapHeap(ExternalStorage* storage, int32_t preferredSize)
  /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);
  /external/llvm/include/llvm/Support/
CommandLine.h     [all...]
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 169 class BitmapShuttle : public SkBitmapHeap::ExternalStorage {
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 169 class BitmapShuttle : public SkBitmapHeap::ExternalStorage {
    [all...]

Completed in 296 milliseconds