OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_cache
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluez/compat/
dund.c
75
static uint
use_cache
;
variable
224
if (
use_cache
&& cache.valid && cache.channel) {
282
if (
use_cache
) {
288
cache.valid =
use_cache
;
519
use_cache
= atoi(optarg);
521
use_cache
= 2;
630
use_cache
= cache.valid = ~0;
pand.c
69
static int
use_cache
;
variable
400
if (
use_cache
) {
405
cache.valid =
use_cache
;
719
use_cache
= atoi(optarg);
721
use_cache
= 2;
813
use_cache
= 0;
/external/chromium/net/tools/fetch/
fetch_client.cc
29
printf("usage: %s --url=<url> [--n=<clients>] [--stats] [--
use_cache
]\n",
135
bool
use_cache
= parsed_command_line.HasSwitch("use-cache");
local
162
if (
use_cache
) {
/external/v8/src/arm/
full-codegen-arm.cc
972
Label
use_cache
;
local
[
all
...]
/external/v8/src/ia32/
full-codegen-ia32.cc
923
NearLabel
use_cache
;
local
925
__ jmp(&
use_cache
);
941
__ bind(&
use_cache
);
[
all
...]
/external/v8/src/x64/
full-codegen-x64.cc
930
NearLabel
use_cache
;
local
932
__ jmp(&
use_cache
);
948
__ bind(&
use_cache
);
[
all
...]
Completed in 83 milliseconds