/frameworks/compile/slang/ |
D | llvm-rs-link.cpp | 109 llvm::OwningPtr<MemoryBuffer> MB; in LoadFileIntoMemory() local 111 if (llvm::error_code EC = MemoryBuffer::getFile(F, MB)) { in LoadFileIntoMemory() 115 return MB.take(); in LoadFileIntoMemory() 118 static inline Module *ParseBitcodeFromMemoryBuffer(MemoryBuffer *MB, in ParseBitcodeFromMemoryBuffer() argument 121 Module *M = ParseBitcodeFile(MB, Context, &Err); in ParseBitcodeFromMemoryBuffer() 124 errs() << "Corrupted bitcode file `" << MB->getBufferIdentifier() in ParseBitcodeFromMemoryBuffer() 133 MemoryBuffer *MB = LoadFileIntoMemory(F); in LoadBitcodeFile() local 134 if (MB == NULL) in LoadBitcodeFile() 137 Module *M = ParseBitcodeFromMemoryBuffer(MB, Context); in LoadBitcodeFile() 139 delete MB; in LoadBitcodeFile() [all …]
|
/frameworks/base/docs/html/tools/sdk/ |
D | older_releases.jd | 337 <td>89.7 MB bytes</td> 347 <td>87.5 MB bytes</td> 357 <td>87.8 MB bytes</td> 435 <td>79 MB</td> 444 <td>76 MB</td> 453 <td>76 MB</td> 472 <td>79 MB</td> 481 <td>76 MB</td> 490 <td>76 MB</td> 512 <td>58 MB</td> [all …]
|
D | tools-notes.jd | 1028 <li>The AVD creation dialog now enforces a minimum SD card size of 9MB.</li> 1037 <li>Emulator now requires SD card to be 9MB or more.</li>
|
/frameworks/base/docs/html/sdk/ |
D | older_releases.jd | 337 <td>89.7 MB bytes</td> 347 <td>87.5 MB bytes</td> 357 <td>87.8 MB bytes</td> 435 <td>79 MB</td> 444 <td>76 MB</td> 453 <td>76 MB</td> 472 <td>79 MB</td> 481 <td>76 MB</td> 490 <td>76 MB</td> 512 <td>58 MB</td> [all …]
|
/frameworks/compile/llvm-ndk-cc/ |
D | llvm-ndk-link.cpp | 36 llvm::OwningPtr<llvm::MemoryBuffer> MB; in getModuleFromFilename() local 37 llvm::MemoryBuffer::getFile(Filename, MB); in getModuleFromFilename() 38 llvm::Module* M = llvm::ParseBitcodeFile(MB.get(), Ctx, &ErrMsg); in getModuleFromFilename()
|
/frameworks/base/libs/hwui/ |
D | TextDropShadowCache.cpp | 32 mSize(0), mMaxSize(MB(DEFAULT_DROP_SHADOW_CACHE_SIZE)) { in TextDropShadowCache() 36 setMaxSize(MB(atof(property))); in TextDropShadowCache()
|
D | LayerCache.cpp | 35 LayerCache::LayerCache(): mSize(0), mMaxSize(MB(DEFAULT_LAYER_CACHE_SIZE)) { in LayerCache() 39 setMaxSize(MB(atof(property))); in LayerCache()
|
D | Properties.h | 129 #define MB(s) s * 1024 * 1024 macro
|
D | GradientCache.cpp | 51 mSize(0), mMaxSize(MB(DEFAULT_GRADIENT_CACHE_SIZE)) { in GradientCache() 55 setMaxSize(MB(atof(property))); in GradientCache()
|
D | TextureCache.cpp | 38 mSize(0), mMaxSize(MB(DEFAULT_TEXTURE_CACHE_SIZE)), in TextureCache() 43 setMaxSize(MB(atof(property))); in TextureCache()
|
D | ShapeCache.h | 419 mSize(0), mMaxSize(MB(defaultSize)) { in ShapeCache() 423 setMaxSize(MB(atof(property))); in ShapeCache()
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | index.jd | 39 as 16MB of memory available to a single application. The <a 49 this image into memory takes about 19MB of memory (2592*1936*4 bytes), immediately exhausting the
|
D | load-bitmap.jd | 100 bitmap of approximately 512x384. Loading this into memory uses 0.75MB rather than 12MB for the full
|
D | cache-bitmap.jd | 135 allocated for our cache. On a normal/hdpi device this is a minimum of around 4MB (32/8). A full 137 use around 1.5MB (800*480*4 bytes), so this would cache a minimum of around 2.5 pages of images in 202 private static final int DISK_CACHE_SIZE = 1024 * 1024 * 10; // 10MB
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | vlc_encode.cpp | 1790 MacroBlock *MB = video->outputMB; in RunLevel() local 1815 dataBlock = MB->block[i]; in RunLevel() 1906 dataBlock = MB->block[i]; in RunLevel() 2016 MacroBlock *MB = video->outputMB; in DCACPred() local 2124 qcoeff = MB->block[comp]; in DCACPred() 2446 qcoeff = MB->block[comp]; in DCACPred() 2479 qcoeff = MB->block[0]; in DCACPred() 2518 qcoeff = MB->block[0]; in DCACPred()
|
/frameworks/base/core/jni/android/graphics/ |
D | TextLayoutCache.h | 57 #define MB(s) s * 1024 * 1024 macro
|
D | TextLayoutCache.cpp | 42 mSize(0), mMaxSize(MB(DEFAULT_TEXT_LAYOUT_CACHE_SIZE_IN_MB)), in TextLayoutCache()
|
/frameworks/base/docs/html/tools/devices/ |
D | managing-avds.jd | 224 <td>Default value is "66MB".</td>
|
D | managing-avds-cmdline.jd | 327 <td>Default value is "66MB".</td>
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | files.jd | 147 time, such as 1MB. If the system begins running low on storage, it may delete your cache files 340 few MB more than the size of the data you want to save, or if the file system
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.2-highlights.jd | 216 <li>HIGHMEM support for RAM >256MB</li>
|
/frameworks/base/docs/html/google/play/ |
D | expansion-files.jd | 9 <li>Recommended for most apps that exceed the 50MB APK limit</li> 64 <p>Google Play currently requires that your APK file be no more than 50MB. For most 67 Previously, if your app exceeded 50MB, you had to host and download the additional resources 242 <li>First determine whether your application absolutely requires more than 50MB per installation. 244 uses more than 50MB in order to provide multiple versions of your graphic assets for multiple screen
|
/frameworks/base/docs/html/google/play/publishing/ |
D | multiple-apks.jd | 70 alternative resources make the APK file too big (greater than 50MB) or other technical challenges 95 50MB) due to the alternative resources needed for different device configurations. 617 <p>Unless your APK file exceeds the Google Play size limit of 50MB, supporting multiple screens
|
/frameworks/base/docs/html/distribute/googleplay/publish/ |
D | preparing.jd | 189 <strong>50 MB</strong>. If your app exceeds that size, or if you want to offer a 196 <li>The maximum size for an APK published on Google Play is 50 MB.</li>
|
/frameworks/base/docs/html/guide/topics/data/ |
D | data-storage.jd | 208 files yourself and stay within a reasonable limit of space consumed, such as 1MB. When the user
|