OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExternalStorage
(Results
1 - 5
of
5
) sorted by null
/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
16
SK_DEFINE_INST_COUNT(SkBitmapHeap::
ExternalStorage
)
76
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/skia/src/pipe/
SkGPipeWrite.cpp
392
class BitmapShuttle : public SkBitmapHeap::
ExternalStorage
{
[
all
...]
Completed in 1118 milliseconds