HomeSort by relevance Sort by last modified time
    Searched full:cache_entry (Results 1 - 13 of 13) sorted by null

  /external/chromium/net/disk_cache/
disk_cache_perftest.cc 68 disk_cache::Entry* cache_entry; local
70 int rv = cache->CreateEntry(entry.key, &cache_entry, &cb);
73 int ret = cache_entry->WriteData(0, 0, buffer1, kSize1, &callback, false);
79 ret = cache_entry->WriteData(1, 0, buffer2, entry.data_len, &callback,
85 cache_entry->Close();
116 disk_cache::Entry* cache_entry; local
118 int rv = cache->OpenEntry(entries[i].key, &cache_entry, &cb);
121 int ret = cache_entry->ReadData(0, 0, buffer1, kSize1, &callback);
127 ret = cache_entry->ReadData(1, 0, buffer2, entries[i].data_len, &callback);
132 cache_entry->Close()
    [all...]
backend_impl.cc 675 EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error); local
676 if (!cache_entry) {
681 if (ENTRY_NORMAL != cache_entry->entry()->Data()->state) {
683 cache_entry->Release();
688 eviction_.OnOpenEntry(cache_entry);
694 return cache_entry;
754 scoped_refptr<EntryImpl> cache_entry(
758 if (!cache_entry->CreateEntry(node_address, key, hash)) {
766 cache_entry->BeginLogging(net_log_, true);
769 open_entries_[entry_address.value()] = cache_entry;
898 EntryImpl* cache_entry = NULL; local
1569 scoped_refptr<EntryImpl> cache_entry, parent_entry; local
    [all...]
mem_backend_impl.cc 210 MemEntryImpl* cache_entry = new MemEntryImpl(this);
211 if (!cache_entry->CreateEntry(key, net_log_)) {
216 rankings_.Insert(cache_entry);
217 entries_[key] = cache_entry;
219 *entry = cache_entry;
backend_impl.h 337 bool CheckEntry(EntryImpl* cache_entry);
  /frameworks/base/core/java/com/android/internal/database/
SortCursor.java 117 int cache_entry = newPosition % ROWCACHESIZE; local
119 if (mRowNumCache[cache_entry] == newPosition) {
120 int which = mCursorCache[cache_entry];
126 mCursor.moveToPosition(mCurRowNumCache[cache_entry][which]);
127 mLastCacheHit = cache_entry;
173 mRowNumCache[cache_entry] = newPosition;
174 mCursorCache[cache_entry] = smallestIdx;
177 mCurRowNumCache[cache_entry][i] = mCursors[i].getPosition();
  /packages/apps/Music/src/com/android/music/
SortCursor.java 117 int cache_entry = newPosition % ROWCACHESIZE; local
119 if (mRowNumCache[cache_entry] == newPosition) {
120 int which = mCursorCache[cache_entry];
126 mCursor.moveToPosition(mCurRowNumCache[cache_entry][which]);
127 mLastCacheHit = cache_entry;
173 mRowNumCache[cache_entry] = newPosition;
174 mCursorCache[cache_entry] = smallestIdx;
177 mCurRowNumCache[cache_entry][i] = mCursors[i].getPosition();
  /external/v8/src/
profile-generator.cc 129 HashMap::Entry* cache_entry = names_.Lookup(str, hash, true); local
130 if (cache_entry->value == NULL) {
132 cache_entry->value = str;
136 return reinterpret_cast<const char*>(cache_entry->value);
1529 HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing), false); local
1541 HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing), true); local
1583 HashMap::Entry* cache_entry = local
1592 HashMap::Entry* cache_entry = local
1602 HashMap::Entry* cache_entry = local
1616 HashMap::Entry* cache_entry = local
3487 HashMap::Entry* cache_entry = nodes_.Lookup(entry, ObjectHash(entry), true); local
3496 HashMap::Entry* cache_entry = strings_.Lookup( local
    [all...]
  /external/chromium/net/base/
host_resolver_impl.cc 1019 const HostCache::Entry* cache_entry = cache_->Lookup local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 3343 const Register cache_entry = a0; local
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 3221 const Register cache_entry = r0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/
libgcc_eh.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/
libgcc_eh.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/
libgcc_eh.a     [all...]

Completed in 463 milliseconds