/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | QuickContactsDemo.java | 77 final ContactListItemCache cache = (ContactListItemCache) view.getTag(); in bindView() local 79 cursor.copyStringToBuffer(SUMMARY_NAME_COLUMN_INDEX, cache.nameBuffer); in bindView() 80 int size = cache.nameBuffer.sizeCopied; in bindView() 81 cache.nameView.setText(cache.nameBuffer.data, 0, size); in bindView() 84 cache.photoView.assignContactUri(Contacts.getLookupUri(contactId, lookupKey)); in bindView() 90 ContactListItemCache cache = new ContactListItemCache(); in newView() local 91 cache.nameView = (TextView) view.findViewById(R.id.name); in newView() 92 cache.photoView = (QuickContactBadge) view.findViewById(R.id.badge); in newView() 93 view.setTag(cache); in newView()
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
D | ImageResizer.java | 116 int reqWidth, int reqHeight, ImageCache cache) { in decodeSampledBitmapFromResource() argument 130 addInBitmapOptions(options, cache); in decodeSampledBitmapFromResource() 149 int reqWidth, int reqHeight, ImageCache cache) { in decodeSampledBitmapFromFile() argument 161 addInBitmapOptions(options, cache); in decodeSampledBitmapFromFile() 180 FileDescriptor fileDescriptor, int reqWidth, int reqHeight, ImageCache cache) { in decodeSampledBitmapFromDescriptor() argument 195 addInBitmapOptions(options, cache); in decodeSampledBitmapFromDescriptor() 202 private static void addInBitmapOptions(BitmapFactory.Options options, ImageCache cache) { in addInBitmapOptions() argument 208 if (cache != null) { in addInBitmapOptions() 210 Bitmap inBitmap = cache.getBitmapFromReusableSet(options); in addInBitmapOptions()
|
D | DiskLruCache.java | 317 DiskLruCache cache = new DiskLruCache(directory, appVersion, valueCount, maxSize); in open() local 318 if (cache.journalFile.exists()) { in open() 320 cache.readJournal(); in open() 321 cache.processJournal(); in open() 322 cache.journalWriter = new BufferedWriter(new FileWriter(cache.journalFile, true), in open() 324 return cache; in open() 328 cache.delete(); in open() 334 cache = new DiskLruCache(directory, appVersion, valueCount, maxSize); in open() 335 cache.rebuildJournal(); in open() 336 return cache; in open()
|
/development/tools/idegen/src/com/android/idegen/ |
D | IntellijProject.java | 45 ModuleCache cache = ModuleCache.getInstance(); field in IntellijProject 62 cache.init(indexFile); in build() 80 Module module = cache.getAndCacheByDir(dir); in build() 89 Iterable<Module> modules = cache.getModules(); in build() 101 createModulesFile(ideaDir, cache.getModules()); in createProjectFiles() 102 createVcsFile(ideaDir, cache.getModules()); in createProjectFiles() 113 cache.put(frameworkModule); in buildFrameWorkModule()
|
D | ModuleCache.java | 34 private static ModuleCache cache = new ModuleCache(); field in ModuleCache 46 return cache; in getInstance()
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
D | procinfo.h | 35 struct cpu_cache_fns *cache; member
|
D | cacheflush.h | 27 #error Unknown cache maintainence model
|
/development/samples/SupportLeanbackShowcase/libs/ |
D | picasso-2.5.2.jar | ... .Dispatcher dispatcher
final com.squareup.picasso.Cache cache
final com.squareup.picasso.Stats stats ... |
/development/python-packages/ |
D | .gitignore | 42 .cache
|
/development/tools/checkstyle/ |
D | checkstyle.jar | META-INF/MANIFEST.MF
META-INF/
checkstyle_packages.xml
sun_checks.xml
com/
... |
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | sgiarcs.h | 57 system, processor, cache, adapter, controller, peripheral, memory enumerator
|
/development/tools/labpretest/ |
D | README | 5 determines device type, erases user cache, flashes a generic userdata image,
|
D | labpretest.sh | 413 fastboot_command erase cache
|
/development/ndk/platforms/android-21/arch-mips/include/asm/ |
D | inst.h | 472 BITFIELD_FIELD(unsigned int cache : 2,
|
/development/ndk/platforms/android-21/arch-mips64/include/asm/ |
D | inst.h | 472 BITFIELD_FIELD(unsigned int cache : 2,
|
/development/perftests/panorama/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 286 # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to 288 # When the cache is full, less often used symbols will be written to disk. 290 # probably good enough. For larger projects a too small cache size can cause 293 # If the system has enough physical memory increasing the cache will improve the 296 # memory usage. The cache size is given by this formula: 298 # corresponding to a cache size of 2^16 = 65536 symbols
|
/development/perftests/panorama/feature_stab/doc/ |
D | dbreg_API_doxyfile | 286 # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to 288 # When the cache is full, less often used symbols will be written to disk. 290 # probably good enough. For larger projects a too small cache size can cause 293 # If the system has enough physical memory increasing the cache will improve the 296 # memory usage. The cache size is given by this formula: 298 # corresponding to a cache size of 2^16 = 65536 symbols
|
/development/samples/training/NavigationDrawer/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |