HomeSort by relevance Sort by last modified time
    Searched refs:ARTICLES (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/sync/util/
data_type_histogram.h 123 case ::syncer::ARTICLES: \
  /external/chromium_org/sync/syncable/
model_type.cc 119 case ARTICLES:
197 case ARTICLES:
325 return ARTICLES;
525 case ARTICLES:
526 return "Articles";
598 case ARTICLES:
697 else if (model_type_string == "Articles")
698 return ARTICLES;
821 case ARTICLES:
956 case ARTICLES
    [all...]
nigori_util.cc 272 nigori->set_encrypt_articles(encrypted_types.Has(ARTICLES));
316 encrypted_types.Put(ARTICLES);
  /external/chromium_org/components/dom_distiller/core/
dom_distiller_store.cc 168 DCHECK_EQ(syncer::ARTICLES, type);
279 StopSyncing(syncer::ARTICLES);
295 StopSyncing(syncer::ARTICLES);
336 SyncMergeResult result(syncer::ARTICLES);
dom_distiller_store_unittest.cc 41 const ModelType kDomDistillerModelType = syncer::ARTICLES;
  /external/chromium_org/sync/engine/
directory_update_handler_unittest.cc 404 DirectoryTypeDebugInfoEmitter emitter(ARTICLES, &type_observers_);
405 DirectoryUpdateHandler handler(dir(), ARTICLES, ui_worker(), &emitter);
409 progress.set_data_type_id(GetSpecificsFieldNumberFromModelType(ARTICLES));
414 context.set_data_type_id(GetSpecificsFieldNumberFromModelType(ARTICLES));
421 ARTICLES);
422 type_root->set_server_defined_unique_tag(ModelTypeToRootTag(ARTICLES));
428 ARTICLES);
486 articles_emitter_(ARTICLES, &type_observers_),
504 ARTICLES,
506 directory(), ARTICLES, ui_worker_, &articles_emitter_)))
    [all...]
directory_commit_contribution_unittest.cc 29 CreateTypeRoot(&trans, dir(), ARTICLES);
440 &trans, ARTICLES, "art1", art1_attachments);
448 &trans, ARTICLES, "art2", art2_attachments);
456 &trans, ARTICLES, "art3", art3_attachments);
459 DirectoryTypeDebugInfoEmitter emitter(ARTICLES, &type_observers_);
461 DirectoryCommitContribution::Build(dir(), ARTICLES, 25, &emitter));
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Makefile 5 $(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \
18 ARTICLES =
26 _DOC_HTML+=$(patsubst %,%.html,$(ARTICLES) $(SP_ARTICLES))
324 $(patsubst %,%.html,$(ARTICLES)) : %.html : %.txt
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 109 // Distilled articles.
110 ARTICLES,
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 281 syncer::ARTICLES,
537 case syncer::ARTICLES: {
  /external/chromium_org/components/sync_driver/
sync_prefs.cc 141 model_set.Put(syncer::ARTICLES);
342 case syncer::ARTICLES:
model_association_manager.cc 59 syncer::ARTICLES,
  /external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc 867 (*out)[ARTICLES] = GROUP_PASSIVE;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecs.py 130 ' BLOG index page: show recent articles,\r\n',
131 ' today\'s articles, or articles of a specific date.\r\n',
156 ' log.error("Error loading articles: "+str(x))\r\n',
157 ' self.abort("cannot load articles")\r\n',
163 ' #-------------------- TODAY\'S ARTICLES\r\n',
164 ' self.write("<h2>Today\'s articles</h2>")\r\n',
168 ' #-------------------- ACTIVE ARTICLES redirect\r\n',
174 ' #-------------------- ARTICLES OF A SPECIFIC DATE\r\n',
176 ' self.write("<h2>Articles written on %s</h2>"% frog.util.mediumdatestr(showdate))\r\n'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecs.py 130 ' BLOG index page: show recent articles,\r\n',
131 ' today\'s articles, or articles of a specific date.\r\n',
156 ' log.error("Error loading articles: "+str(x))\r\n',
157 ' self.abort("cannot load articles")\r\n',
163 ' #-------------------- TODAY\'S ARTICLES\r\n',
164 ' self.write("<h2>Today\'s articles</h2>")\r\n',
168 ' #-------------------- ACTIVE ARTICLES redirect\r\n',
174 ' #-------------------- ARTICLES OF A SPECIFIC DATE\r\n',
176 ' self.write("<h2>Articles written on %s</h2>"% frog.util.mediumdatestr(showdate))\r\n'
    [all...]

Completed in 1245 milliseconds