OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Cache
(Results
26 - 50
of
54
) sorted by null
1
2
3
/bionic/libc/netbsd/resolv/
res_cache.c
48
/* This code implements a small and *simple* DNS resolver
cache
.
50
* It is only used to
cache
DNS answers for a time defined by the smallest TTL
52
* to be a full DNS
cache
, since we plan to implement that in the future in a
64
* to keep an answer in the
cache
.
67
* (and should be solved by the later full DNS
cache
process).
73
* that a full DNS
cache
is expected to do.
77
* - the client calls _resolv_cache_get() to obtain a handle to the
cache
.
78
* this will initialize the
cache
on first usage. the result can be NULL
79
* if the
cache
is disabled.
88
* answer to the
cache
1248
Cache*
cache
;
member in struct:resolv_cache_info
1430
struct resolv_
cache
*
cache
;
local
1862
struct resolv_
cache
*
cache
;
local
1893
struct resolv_
cache
*
cache
= _find_named_
cache
_locked(ifname);
local
1938
struct resolv_
cache
*
cache
= _get_res_
cache
_for_iface_locked(ifname);
local
1980
struct resolv_
cache
*
cache
= _find_named_
cache
_locked(ifname);
local
[
all
...]
/external/clang/lib/AST/
Type.cpp
[
all
...]
ASTImporter.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGExpr.cpp
609
// Look the hash up in our
cache
.
612
llvm::Value *
Cache
= CGM.CreateRuntimeVariable(HashTable,
619
Builder.CreateLoad(Builder.CreateInBoundsGEP(
Cache
, Indices));
621
// If the hash isn't in the
cache
, call a runtime handler to perform the
623
// type. This will either fill in the
cache
and return, or produce a
[
all
...]
/external/clang/lib/Serialization/
ASTWriter.cpp
[
all
...]
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js
[
all
...]
/external/valgrind/main/helgrind/
libhb_core.c
460
LineZ; /* compressed rep for a
cache
line */
467
LineF; /* full rep for a
cache
line */
473
CacheLine-sized chunks of SecMaps are copied into a
Cache
, being
474
decompressed when moved into the
cache
and recompressed on the
475
way out. Because of this, the
cache
must operate as a writeback
476
cache
, not a writethrough one.
524
/* ------
Cache
------ */
532
cache
so it is empty is to set all the tag values to any value % 8
533
!= 0, eg 1. This means all queries in the
cache
initially miss.
541
Cache
;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar
/external/robolectric/lib/main/
h2-1.2.147.jar
javassist-3.14.0-GA.jar
/libcore/benchmarks/libs/
caliper.jar
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/prebuilts/sdk/tools/lib/
guava-10.0.1.jar
lint.jar
lint_api.jar
lint_checks.jar
/prebuilts/tools/common/ant/
ant.jar
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
Completed in 1033 milliseconds
1
2
3