OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_hit
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/components/nacl/renderer/
pnacl_translation_resource_host.h
32
PP_Bool*
is_hit
,
49
PP_Bool*
is_hit
;
member in class:PnaclTranslationResourceHost::CacheRequestInfo
66
PP_Bool*
is_hit
,
72
bool
is_hit
,
pnacl_translation_resource_host.cc
19
:
is_hit
(hit), file_handle(handle), callback(cb) {}
62
PP_Bool*
is_hit
,
74
is_hit
,
84
PP_Bool*
is_hit
,
98
instance, CacheRequestInfo(
is_hit
, file_handle, callback)));
130
bool
is_hit
,
139
*it->second.
is_hit
= PP_FromBool(
is_hit
);
ppb_nacl_private_impl.cc
249
PP_Bool*
is_hit
,
255
if (!pexe_url || !last_modified || !etag || !
is_hit
|| !handle)
277
is_hit
,
local
/external/chromium_org/components/nacl/browser/
nacl_host_message_filter.h
69
bool
is_hit
);
nacl_host_message_filter.cc
127
bool
is_hit
) {
130
is_hit
,
pnacl_host.h
33
typedef base::Callback<void(base::PlatformFile, bool
is_hit
)> NexeFdCallback;
54
// in the cache, |
is_hit
| is set to true and the contents of the nexe
55
// have been copied into the temporary file. Otherwise |
is_hit
| is set to
57
// Currently the implementation is a stub, which always sets
is_hit
to false
pnacl_host_unittest.cc
70
void CallbackExpectMiss(base::PlatformFile fd, bool
is_hit
) {
71
EXPECT_FALSE(
is_hit
);
83
void CallbackExpectHit(base::PlatformFile fd, bool
is_hit
) {
84
EXPECT_TRUE(
is_hit
);
/external/chromium_org/ppapi/c/private/
ppb_nacl_private.h
134
* cache, |
is_hit
| is set to PP_TRUE and the contents of the nexe
135
* will be copied into the temporary file. Otherwise |
is_hit
| is set
137
* the implementation is a stub, which always sets
is_hit
to false
150
PP_Bool*
is_hit
,
/external/chromium_org/ppapi/api/private/
ppb_nacl_private.idl
117
* cache, |
is_hit
| is set to PP_TRUE and the contents of the nexe
118
* will be copied into the temporary file. Otherwise |
is_hit
| is set
120
* the implementation is a stub, which always sets
is_hit
to false
133
[out] PP_Bool
is_hit
,
/external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.cc
354
const bool
is_hit
= (*url_it == opened_url);
local
363
row.number_of_hits =
is_hit
? 1 : 0;
364
row.number_of_misses =
is_hit
? 0 : 1;
370
row.number_of_hits = it->second.number_of_hits + (
is_hit
? 1 : 0);
371
row.number_of_misses = it->second.number_of_misses + (
is_hit
? 0 : 1);
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c
[
all
...]
Completed in 324 milliseconds