OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:caches
(Results
151 - 175
of
627
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/jni/
android_view_GLES20Canvas.cpp
94
Caches
::FlushMode mode) {
95
if (
Caches
::hasInstance()) {
96
Caches
::getInstance().flush(mode);
101
if (
Caches
::hasInstance()) {
102
Caches
::getInstance().init();
107
if (
Caches
::hasInstance()) {
108
Caches
::getInstance().terminate();
192
return
Caches
::getInstance().maxTextureSize;
196
return
Caches
::getInstance().maxTextureSize;
[
all
...]
/frameworks/base/core/jni/android/graphics/
Bitmap.cpp
17
#include <
Caches
.h>
256
if (android::uirenderer::
Caches
::hasInstance()) {
257
android::uirenderer::
Caches
::getInstance().resourceCache.destructor(bitmap);
266
if (android::uirenderer::
Caches
::hasInstance()) {
267
android::uirenderer::
Caches
::getInstance().resourceCache.recycle(bitmap);
Shader.cpp
12
#include <
Caches
.h>
59
if (android::uirenderer::
Caches
::hasInstance()) {
60
android::uirenderer::
Caches
::getInstance().resourceCache.destructor(skiaShader);
/frameworks/base/libs/hwui/
DisplayListRenderer.h
766
Caches
::getInstance().resourceCache.incrementRefcount(path);
812
Caches
::getInstance().resourceCache.incrementRefcount(bitmap);
818
Caches
::getInstance().resourceCache.incrementRefcount(bitmap);
834
Caches
::getInstance().resourceCache.incrementRefcount(shaderCopy);
843
Caches
::getInstance().resourceCache.incrementRefcount(colorFilter);
/external/llvm/lib/CodeGen/
LiveRangeCalc.h
11
//
caches
information about values in the CFG to speed up repeated operations
130
/// reset - Prepare
caches
for a new set of non-overlapping live ranges. The
131
///
caches
must be reset before attempting calculations with a live range
/libcore/luni/src/main/java/java/net/
URLConnection.java
103
* Specifies whether the using of
caches
is enabled or the data has to be
358
* Returns the default setting whether this connection allows using
caches
.
662
* URLConnection} allows to use
caches
.
664
* @return {@code true} if using
caches
is allowed, {@code false} otherwise.
840
* allows to use
caches
. Existing {@code URLConnection}s are unaffected.
[
all
...]
/external/kernel-headers/original/asm-arm/
cacheflush.h
134
* Harvard
caches
, you need to implement this function.
308
* Harvard
caches
are synchronised for the user space address range.
/external/libnl-headers/netlink/
object-api.h
139
* // standardized comparisons which make it trivial for
caches
to
168
* // list is used when
caches
look for an old version of an object.
cache-api.h
77
* //
Caches
can be kept up-to-date based on notifications if the kernel
/frameworks/base/core/java/android/net/http/
HttpResponseCache.java
39
*
Caches
HTTP and HTTPS responses to the filesystem so they may be reused,
76
* external storage directory so it should not be used for
caches
that could
/external/doclava/src/com/google/doclava/
InfoBuilder.java
92
Caches
.resolve();
101
Caches
.printResolutions();
400
return
Caches
.obtainPackage(packageName);
595
cls =
Caches
.obtainClass(qualifiedClassName);
865
cl =
Caches
.obtainClass(qualifiedTypeName);
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
XMLReaderManager.java
34
* Creates XMLReader objects and
caches
them for re-use.
/external/chromium/chrome/browser/autofill/
autofill_download.h
128
//
Caches
query request. |forms_in_query| is a vector of form signatures in
/external/chromium/chrome/browser/
browsing_data_remover.h
201
// Used to delete data from the HTTP
caches
.
/external/dnsmasq/
doc.html
56
Dnsmasq
caches
internet addresses (A records and AAAA records) and address-to-name
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
SelfOrientingSashForm.java
113
* <code>true</code> if the layout must flush its
caches
, and <code>false</code>
/external/freetype/include/freetype/
fterrdef.h
147
"too many registered
caches
" )
/external/freetype/src/cache/
ftcglyph.h
47
* and FTC_Family sub-classes to implement more complex
caches
(e.g.,
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
Channel.java
65
// sure that you get the latest values (e.g., flush
caches
by synchronizing on any
/external/kernel-headers/original/asm-mips/
cpu-features.h
107
* such as the R10000 have I-
Caches
that snoop local stores; the embedded ones
/external/libmtp/
TODO
80
speedup
caches
.
/external/qemu/docs/
CPU-EMULATION.TXT
21
(described below in "MMU emulation"), there are actually two TB
caches
per
/external/v8/test/cctest/
test-threads.cc
113
// Clear the
caches
by forcing major GC.
/external/valgrind/main/cachegrind/
cg-s390x.c
101
// Set
caches
to z10 default.
/external/valgrind/main/coregrind/m_gdbserver/
regcache.c
127
which will cause the reallocation of already created
caches
. */
Completed in 1768 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>