HomeSort by relevance Sort by last modified time
    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 300 update_type_(UNKNOWN_TYPE),
368 update_type_ = UPGRADE_ATTEMPT;
371 update_type_ = CACHE_ATTEMPT;
415 AppCacheEntry* entry = (update_type_ == UPGRADE_ATTEMPT) ?
452 if (update_type_ == UPGRADE_ATTEMPT)
456 } else if (response_code == 304 && update_type_ == UPGRADE_ATTEMPT) {
459 update_type_ == UPGRADE_ATTEMPT) {
489 DCHECK(update_type_ == UPGRADE_ATTEMPT);
584 } else if (update_type_ == UPGRADE_ATTEMPT &&
674 if (update_type_ == CACHE_ATTEMPT && pending_master_entries_.empty())
    [all...]
appcache_update_job.h 246 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 65 milliseconds