OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:update_type_
(Results
1 - 5
of
5
) sorted by null
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.cpp
36
if (
update_type_
== FULL_CS ||
update_type_
== REG_CS) {
43
if (
update_type_
== FULL_CS)
105
if ((mini_batch_counter_ == 0) && (
update_type_
== SL)) {
121
} else if (
update_type_
== SL) {
stochastic_linear_ranker.h
53
update_type_
= SL;
87
return
update_type_
;
156
update_type_
= u;
209
UpdateType
update_type_
;
member in class:learning_stochastic_linear::StochasticLinearRanker
/external/chromium_org/webkit/browser/appcache/
appcache_update_job.cc
303
update_type_
(UNKNOWN_TYPE),
375
update_type_
= UPGRADE_ATTEMPT;
378
update_type_
= CACHE_ATTEMPT;
422
AppCacheEntry* entry = (
update_type_
== UPGRADE_ATTEMPT) ?
459
if (
update_type_
== UPGRADE_ATTEMPT)
463
} else if (response_code == 304 &&
update_type_
== UPGRADE_ATTEMPT) {
466
update_type_
== UPGRADE_ATTEMPT) {
496
DCHECK(
update_type_
== UPGRADE_ATTEMPT);
590
} else if (
update_type_
== UPGRADE_ATTEMPT &&
680
if (
update_type_
== CACHE_ATTEMPT && pending_master_entries_.empty())
[
all
...]
appcache_update_job.h
257
UpdateType
update_type_
;
member in class:appcache::AppCacheUpdateJob
appcache_update_job_unittest.cc
636
EXPECT_EQ(AppCacheUpdateJob::CACHE_ATTEMPT, update->
update_type_
);
687
EXPECT_EQ(AppCacheUpdateJob::UPGRADE_ATTEMPT, update->
update_type_
);
[
all
...]
Completed in 310 milliseconds