HomeSort by relevance Sort by last modified time
    Searched full:migrator (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/chrome/browser/sync/
backend_migrator_unittest.cc 95 BackendMigrator* migrator() { return migrator_.get(); } function in class:browser_sync::SyncBackendMigratorTest
125 migrator()->AddMigrationObserver(&migration_observer);
142 migrator()->MigrateTypes(to_migrate);
143 EXPECT_EQ(BackendMigrator::DISABLING_TYPES, migrator()->state());
147 EXPECT_EQ(BackendMigrator::REENABLING_TYPES, migrator()->state());
151 EXPECT_EQ(BackendMigrator::IDLE, migrator()->state());
153 migrator()->RemoveMigrationObserver(&migration_observer);
170 migrator()->MigrateTypes(to_migrate);
171 EXPECT_EQ(BackendMigrator::DISABLING_TYPES, migrator()->state());
175 EXPECT_EQ(BackendMigrator::REENABLING_TYPES, migrator()->state())
    [all...]
backend_migrator.h 24 // Interface for anything that wants to know when the migrator's state
profile_sync_service.cc 832 // Shutdown the migrator before the backend to ensure it doesn't pull a null
    [all...]
  /external/chromium_org/sync/tools/testserver/
chromiumsync_test.py 463 migrator = chromiumsync.MigrationHistory()
471 sieve = chromiumsync.UpdateSieve(msg, migrator)
474 migrator.Bump([chromiumsync.BOOKMARK, chromiumsync.PASSWORD]) # v=2
475 sieve = chromiumsync.UpdateSieve(msg, migrator)
482 migrator.Bump([chromiumsync.AUTOFILL, chromiumsync.PASSWORD]) # v=3
483 sieve = chromiumsync.UpdateSieve(msg, migrator)
498 sieve = chromiumsync.UpdateSieve(msg, migrator)
515 sieve = chromiumsync.UpdateSieve(msg, migrator)
518 migrator.Bump([chromiumsync.THEME, chromiumsync.AUTOFILL]) # v=4
519 migrator.Bump([chromiumsync.AUTOFILL]) # v=
    [all...]
  /external/clang/include/clang/ARCMigrate/
ARCMT.h 33 /// even if the migrator can fix them, but the function will still return false
58 /// even if the migrator can fix them, but the function will still return false
  /external/chromium_org/chrome/browser/sync/test/integration/
migration_test.cc 78 browser_sync::BackendMigrator* migrator = local
80 // PSS must have a migrator after sync is setup and initial data type
82 DCHECK(migrator);
83 migrator->AddMigrationObserver(this);
107 browser_sync::BackendMigrator* migrator = local
109 return migrator && migrator->state() != browser_sync::BackendMigrator::IDLE;
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-parent/1.5.10/
slf4j-parent-1.5.10.pom 49 <module>slf4j-migrator</module>
143 <excludePackageNames>org.slf4j.migrator:org.slf4j.migrator.*</excludePackageNames>
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-parent/1.7.2/
slf4j-parent-1.7.2.pom 67 <module>slf4j-migrator</module>
227 <excludePackageNames>org.slf4j.migrator:org.slf4j.migrator.*</excludePackageNames>
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-parent/1.7.5/
slf4j-parent-1.7.5.pom 67 <module>slf4j-migrator</module>
227 <excludePackageNames>org.slf4j.migrator:org.slf4j.migrator.*</excludePackageNames>
  /external/chromium_org/chrome/browser/prefs/tracked/
tracked_preferences_migration_unittest.cc 68 // 2) Hand both sets of prefs to the migrator via HandPrefsToMigrator().
310 // to the migrator to be invoked when it's done.
330 // Helper given as a cleaning callback to the migrator.
385 // Hand unprotected prefs to the migrator which should wait for the protected
392 // Hand protected prefs to the migrator which should proceed with the
  /external/clang/include/clang/Frontend/
FrontendOptions.h 56 MigrateSource, ///< Run migrator.
136 /// migrator can fix them
  /external/clang/lib/Driver/
Action.cpp 30 case MigrateJobClass: return "migrator";
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
VersionedPrefs.java 80 LogUtils.w(LogUtils.TAG, "No preference migrator found, not migrating preferences");
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
adm_writer.py 110 # Note that the following line causes FullArmor ADMX Migrator to create
  /external/clang/include/clang/Driver/
CC1Options.td 118 // Migrator Options
    [all...]
Options.td 156 HelpText<"Emit ARC errors even if the migrator can fix them">,
160 HelpText<"Run the migrator">;
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 99 /// that the migrator handles) but return their instances as 'id', resulting
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/bin/
clang 
clang++ 
  /prebuilts/sdk/tools/linux/
libclang.so 
  /prebuilts/clang/linux-x86/3.1/
clang 
clang++ 
  /prebuilts/clang/linux-x86/host/3.4/bin/
clang 
clang++ 

Completed in 591 milliseconds