HomeSort by relevance Sort by last modified time
    Searched defs:cache (Results 501 - 525 of 1400) sorted by null

<<21222324252627282930>>

  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
EmitUtils.java 690 final Map cache = new HashMap(); local
693 Type[] types = (Type[])cache.get(member);
695 cache.put(member, types = member.getSignature().getArgumentTypes());
    [all...]
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
ResponseCacheTest.java 100 private ResponseCache cache; field in class:ResponseCacheTest
108 cache = AndroidShimResponseCache.create(cacheRule.getRoot(), 10 * 1024 * 1024);
109 AndroidInternal.setResponseCache(new OkUrlFactory(client), cache);
142 assertCached(false, 206); //Electing to not cache partial responses
205 CacheResponse cached = cache.get(url.toURI(), "GET", null);
238 // Make sure that calling skip() doesn't omit bytes from the cache.
311 .addHeader("Cache-Control: max-age=60")
367 * cast exceptions internal to the cache because we incorrectly assumed that
404 temporaryRedirectCachedWithCachingHeader(302, "Cache-Control", "max-age=60");
412 temporaryRedirectCachedWithCachingHeader(307, "Cache-Control", "max-age=60")
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 24 CPDF_CountedObject<CPDF_Type3Cache>* cache = curr_it->second; local
25 if (bRelease || cache->use_count() < 2) {
26 delete cache->get();
27 delete cache;
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 1215 CFX_CountedFaceCache* cache = curr_it->second; local
1225 CFX_CountedFaceCache* cache = curr_it->second; local
    [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.c 46 struct cache *fragment_cache, *data_cache;
247 /* Called with the cache mutex held */
248 void insert_hash_table(struct cache *cache, struct cache_entry *entry)
252 entry->hash_next = cache->hash_table[hash];
253 cache->hash_table[hash] = entry;
260 /* Called with the cache mutex held */
261 void remove_hash_table(struct cache *cache, struct cache_entry *entry)
266 cache->hash_table[CALCULATE_HASH(entry->block)]
313 struct cache *cache = malloc(sizeof(struct cache)); local
    [all...]
  /external/v8/src/crankshaft/
lithium.h 322 if (index < kNumCachedOperands) return &cache[index];
335 static LSubKindOperand* cache; member in class:v8::internal::final
  /external/v8/src/
d8.cc 322 uint8_t* cache = new uint8_t[length]; local
323 memcpy(cache, script_source.GetCachedData()->data, length);
325 cache, length, ScriptCompiler::CachedData::BufferOwned);
    [all...]
frames.h 58 InnerPointerToCodeCacheEntry* cache(int index) { return &cache_[index]; } function in class:v8::internal::InnerPointerToCodeCache
    [all...]
  /external/valgrind/coregrind/
m_mallocfree.c 1083 static SizeT cache[N_MALLOC_LISTS]; local
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java 421 // Update prepared statement cache size.
448 // Returns true if the prepared statement cache contains the specified SQL.
478 * be bound to it, consequently it it possible to cache certain prepared statements
480 * then it will be stored in the cache for later.
484 * in its prepared statement cache so that it is ready for execution.
1270 Map<String, PreparedStatement> cache = snapshot(); local
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 781 final Bitmap[] cache = new Bitmap[1]; local
786 cache[0] = captureView.createSnapshot(
798 return cache[0];
    [all...]
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 313 final Bitmap cache = mContent.getDrawingCache(); local
314 if (cache != null) {
316 canvas.drawBitmap(cache, 0, handle.getBottom(), null);
318 canvas.drawBitmap(cache, handle.getRight(), 0, null);
    [all...]
  /frameworks/base/libs/hwui/
DisplayListOp.h 790 PatchCache& cache = renderer.getCaches().patchCache; local
791 mMesh = cache.get(getAtlasEntry(renderer), mBitmap->width(), mBitmap->height(),
793 mGenerationId = cache.getGenerationId();
    [all...]
  /frameworks/minikin/libs/minikin/
Layout.cpp 108 // Layout cache datatypes
341 // Note: ctx == NULL means we're copying from the cache, no need to create
659 LayoutCache& cache = LayoutEngine::getInstance().layoutCache; local
673 Layout* layoutForWord = cache.get(key, ctx, collection);
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/event/
EditEventHelperTest.java 1562 EventColorCache cache = new EventColorCache(); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py 2316 def cache(self): member in class:_file_like
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py 2316 def cache(self): member in class:_file_like
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 2316 def cache(self): member in class:_file_like
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 2316 def cache(self): member in class:_file_like
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/
plexus-i18n-1.0-beta-7.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-transport-http/1.0.2.v20150114/
aether-transport-http-1.0.2.v20150114.jar 
  /toolchain/binutils/binutils-2.25/bfd/
archive.c 149 /* We keep a cache of archive filepointers to archive elements to
151 the cache when we actually read one. We also don't sort the cache;
224 bfd_ardata (abfd)->cache = NULL;
306 htab_t hash_table = bfd_ardata (arch_bfd)->cache;
353 struct ar_cache *cache;
354 htab_t hash_table = bfd_ardata (arch_bfd)->cache;
363 bfd_ardata (arch_bfd)->cache = hash_table;
367 cache = (struct ar_cache *) bfd_zalloc (arch_bfd, sizeof (struct ar_cache));
368 cache->ptr = filepos
351 struct ar_cache *cache; local
    [all...]
vms-lib.c 89 bfd **cache; member in struct:lib_tdata
540 tdata->cache = bfd_zalloc (abfd, sizeof (bfd *) * tdata->nbr_modules);
541 if (tdata->cache == NULL)
697 tdata->cache = NULL;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-cr16.c 200 char cache = *input_line_pointer; local
204 *input_line_pointer = cache;
    [all...]

Completed in 1410 milliseconds

<<21222324252627282930>>