HomeSort by: relevance | last modified time | path
    Searched refs:migration (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/arcmt-test/
arcmt-test.cpp 1 //===-- arcmt-test.cpp - ARC Migration Tool testbed -----------------------===//
173 MigrationProcess migration(origCI, std::make_shared<PCHContainerOperations>(),
186 bool err = migration.applyTransform(transforms[i], transformPrinter.get());
194 printResult(migration.getRemapper(), llvm::errs());
200 printResult(migration.getRemapper(), llvm::outs());
  /src/external/bsd/kyua-cli/dist/store/
backend.cpp 103 /// Performs a single migration step.
105 /// \param db Open database to which to apply the migration step.
109 /// \throw error If there is a problem applying the migration.
116 const fs::path migration = store::detail::migration_file(version_from, local
119 std::ifstream input(migration.c_str());
121 throw store::error(F("Cannot open migration file '%s'") % migration);
127 throw store::error(F("Schema migration failed: %s") % e.what());
135 /// Calculates the path to a schema migration file.
200 /// Backs up a database for schema migration purposes
    [all...]
migrate_v1_v2.sql 30 -- Migration of a database with version 1 of the schema to version 2.
129 -- Data migration
131 -- This is, by far, the trickiest part of the migration.
330 -- Drop temporary entities used during the migration.
  /src/external/ibm-public/postfix/dist/conf/
postfix-script 147 $daemon_directory/postfix-script check-alias-maps-migration
251 $daemon_directory/postfix-script check-alias-maps-migration
305 check-alias-maps-migration)
315 test -f $config_directory/check-alias-maps-migration-done && exit 0
331 touch $config_directory/check-alias-maps-migration-done
  /src/crypto/external/bsd/heimdal/dist/doc/
NTMakefile 44 $(OBJ)\migration.texi \
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ARCMT.cpp 1 //===--- ARCMT.cpp - Migration to ARC mode --------------------------------===//
359 MigrationProcess migration(CInvok, PCHContainerOps, DiagClient, outputDir);
367 bool err = migration.applyTransform(transforms[i]);
378 return migration.getRemapper().overwriteOriginal(*Diags);
380 return migration.getRemapper().flushToDisk(outputDir, *Diags);
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_key.c 27 #define USAGE_MIG_DIGEST_FLD_LEN 20 /* Usage, Migration and Digest lengths for
347 TCPA_SECRET usage, migration; local
396 if ((result = obj_policy_get_secret(hMigPolicy, TR_SECRET_CTX_NEW, &migration)))
421 newPrivKey, migration.authdata);
  /src/sys/dev/pci/
mlyreg.h 720 u_int8_t migration:1; member in struct:mly_ioctl_getlogdevinfovalid
781 u_int8_t migration:1; /* N/A */ member in struct:mly_ioctl_getphysdevinfovalid

Completed in 68 milliseconds