OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:caching
(Results
51 - 75
of
997
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/glide/library/src/main/java/com/bumptech/glide/load/model/stream/
HttpUrlGlideUrlLoader.java
50
// GlideUrls memoize parsed URLs so
caching
them saves a few object instantiations and time spent parsing urls.
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
LoadingTemplateFactory.java
30
* Loads a template from disk, and parses it into an AST. Does not do any
caching
.
/external/kernel-headers/original/uapi/linux/
fiemap.h
43
#define FIEMAP_FLAG_CACHE 0x00000004 /* request
caching
of the extents */
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
GeneratorStrategy.java
38
* in the future, affect the
caching
of classes generated by {@link
/external/nist-sip/java/gov/nist/javax/sip/
package.html
22
<li> Connection
caching
and reuse for TCP connections -- reduce latency by re-using
/external/skia/src/core/
SkGlyphCache_Globals.h
83
// call when a glyphcache is available for
caching
(i.e. not in use)
/external/v8/test/mjsunit/
regexp-cache-replace.js
28
// Tests that regexp
caching
isn't messing things up.
/external/v8/test/webkit/
dfg-getter-throw.js
25
"Tests that DFG getter
caching
does not break the world if the getter throws an exception."
dfg-getter.js
25
"Tests that DFG getter
caching
does not break the world."
dictionary-no-cache-expected.txt
24
Test to ensure that we handle
caching
of prototype chains containing dictionaries.
dictionary-prototype-caching-expected.txt
24
Test to ensure correct behaviour of prototype
caching
with dictionary prototypes
parser-high-byte-character.js
35
Over 1024 bytes to ensure precompilation
caching
is triggered.
/frameworks/av/media/libstagefright/include/
CallbackDataSource.h
48
// A
caching
DataSource that wraps a CallbackDataSource. For reads smaller
/frameworks/base/docs/html/guide/topics/connectivity/
index.jd
28
techniques such as
caching
, polling, and prefetching. You will learn how the power-use profile of
/frameworks/base/libs/hwui/
FboCache.cpp
59
//
Caching
/frameworks/opt/chips/src/com/android/ex/chips/
PhotoManager.java
21
* photos from external sources and
caching
them for faster lookup later.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
videoagp.h
84
IN VIDEO_PORT_CACHE_TYPE
Caching
,
/external/clang/lib/Lex/
PPCaching.cpp
1
//===--- PPCaching.cpp - Handle
caching
lexed tokens ----------------------===//
11
//
caching
of lexed tokens.
87
assert(CachedLexPos + N > CachedTokens.size() && "Confused
caching
.");
/frameworks/base/docs/html/training/efficient-downloads/
redundant_redundant.jd
36
<p>Another important technique is to avoid downloading duplicate data. You can do this by aggressive
caching
. Always cache static resources, including on-demand downloads such as full size images, for as long as reasonably possible. On-demand resources should be stored separately to enable you to regularly flush your on-demand cache to manage its size.</p>
38
<p>To ensure that your
caching
doesn't result in your app displaying stale data, be sure to extract the time at which the requested content was last updated, and when it expires, from within the HTTP response headers. This will allow you to determine when the associated content should be refreshed.</p>
69
<p>Android 4.0 added a response cache to {@code HttpURLConnection}. You can enable HTTP response
caching
on supported devices using reflection as follows:</p>
/external/chromium-trace/trace-viewer/tracing/tracing/ui/base/
elided_cache.html
12
* @fileoverview Provides a
caching
layer for elided text values.
/external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec
21
Summary: A lightweight
caching
nameserver
/external/e2fsprogs/intl/
relocatable.h
55
relocate() frequently, think about
caching
the result. */
/external/guava/guava/src/com/google/common/collect/
SingletonImmutableList.java
91
// not
caching
hash code since it could change if the element is mutable
/external/javassist/src/main/javassist/
Translator.java
31
* This method can be used for getting (for
caching
) some
/external/jetty/src/config/etc/
jdbcRealm.properties
16
# lookups in internal hash table. Set to 0 to disable
caching
.
Completed in 407 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>