HomeSort by relevance Sort by last modified time
    Searched defs:cached (Results 26 - 48 of 48) sorted by null

12

  /external/chromium/chrome/browser/history/
top_sites.cc 900 MostVisitedURLList cached; local
901 ApplyBlacklistAndPinnedURLs(cache_->top_sites(), &cached);
902 thread_safe_cache_->SetTopSites(cached);
    [all...]
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceHandleCFNet.cpp 719 bool cached = cfResponse && !cfError; local
726 return cached;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
LatinKeyboard.java 251 final BitmapDrawable cached = mSpaceDrawableCache.get(hashCode); local
252 if (cached != null) {
253 return cached;
  /packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp 399 bool cached = lpi_cache.is_cached(splid); local
411 if (!cached && *lpi_num < lpi_max) {
userdict.cpp 536 bool cached = cache_hit(&searchable, &start, &count); local
537 if (cached) {
550 if (!cached)
572 if (!cached && 0 != fuzzy_compare_spell_id(splids, nchar, &searchable)) {
600 if (!cached) {
699 bool cached = load_cache(&searchable, &start, &count);
700 if (cached) {
723 if (!cached && 0 != fuzzy_compare_spell_id(splids, lemma_len, &searchable))
    [all...]
matrixsearch.cpp 1409 bool cached = false; local
    [all...]
  /frameworks/base/core/java/android/widget/
SuggestionsAdapter.java 80 // Cached column indexes, updated when the cursor changes.
278 * Tags the view with cached child view look-ups.
531 // Not cached, find it by resource ID
593 Drawable.ConstantState cached = mOutsideDrawablesCache.get(resourceUri); local
594 if (cached == null) {
598 return cached.newDrawable();
638 Drawable.ConstantState cached = mOutsideDrawablesCache.get(componentIconKey); local
639 return cached == null ? null : cached.newDrawable(mProviderContext.getResources());
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 483 ResourceBundle cached = loaderCache.get(bundleName); local
484 if (cached != null) {
485 if (cached == MISSINGBASE) {
487 } else if (cached == MISSING) {
497 return cached;
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdaterData.java 391 * The package list is cached in the {@link LocalSdkParser} and will be reset when
610 // reuse cached value, if any
611 Integer cached = mOrders.get(ai); local
612 if (cached != null) {
613 return cached.intValue();
    [all...]
  /external/flac/libFLAC/
stream_decoder.c 187 FLAC__bool cached; /* true if there is a byte in lookahead */ member in struct:FLAC__StreamDecoderPrivate
470 decoder->private_->cached = false;
    [all...]
  /external/javassist/src/main/javassist/compiler/
MemberCodeGen.java 457 MemberResolver.Method cached = expr.getMethod(); local
461 if (inStaticMethod || (cached != null && cached.isStatic()))
524 aload0pos, cached);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 1474 bool cached = false; local
    [all...]
  /libcore/luni/src/test/java/libcore/net/http/
HttpResponseCacheTest.java 173 CacheResponse cached = cache.get(url.toURI(), "GET", local
176 assertNotNull(Integer.toString(responseCode), cached); local
177 cached.getBody().close();
179 assertNull(Integer.toString(responseCode), cached); local
275 urlConnection = (HttpURLConnection) server.getUrl("/").openConnection(); // cached!
310 connection = (HttpsURLConnection) server.getUrl("/").openConnection(); // cached!
338 connection = (HttpsURLConnection) server.getUrl("/").openConnection(); // not cached!
359 connection = server.getUrl("/").openConnection(); // cached!
413 connection = (HttpsURLConnection) server.getUrl("/").openConnection(); // cached!
    [all...]
  /external/v8/src/
heap.cc 2248 Object* cached = GetNumberStringCache(number); local
    [all...]
jsregexp.cc 120 Handle<FixedArray> cached = compilation_cache->LookupRegExp(pattern, flags); local
121 bool in_cache = !cached.is_null();
126 re->set_data(*cached);
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1099 milliseconds

12