Home
last modified time | relevance | path

Searched refs:migration (Results 1 – 25 of 64) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/clang/tools/arcmt-test/
H A Darcmt-test.cpp173 MigrationProcess migration(origCI, std::make_shared<PCHContainerOperations>(), in performTransformations() local
186 bool err = migration.applyTransform(transforms[i], transformPrinter.get()); in performTransformations()
194 printResult(migration.getRemapper(), llvm::errs()); in performTransformations()
200 printResult(migration.getRemapper(), llvm::outs()); in performTransformations()
/netbsd-src/external/bsd/kyua-cli/dist/store/
H A Dbackend.cpp116 const fs::path migration = store::detail::migration_file(version_from, in migrate_schema_step() local
119 std::ifstream input(migration.c_str()); in migrate_schema_step()
121 throw store::error(F("Cannot open migration file '%s'") % migration); in migrate_schema_step()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp359 MigrationProcess migration(CInvok, PCHContainerOps, DiagClient, outputDir); in applyTransforms() local
367 bool err = migration.applyTransform(transforms[i]); in applyTransforms()
378 return migration.getRemapper().overwriteOriginal(*Diags); in applyTransforms()
380 return migration.getRemapper().flushToDisk(outputDir, *Diags); in applyTransforms()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_key.c347 TCPA_SECRET usage, migration; in Tspi_Key_WrapKey() local
396 if ((result = obj_policy_get_secret(hMigPolicy, TR_SECRET_CTX_NEW, &migration))) in Tspi_Key_WrapKey()
421 newPrivKey, migration.authdata); in Tspi_Key_WrapKey()
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dmigration_010_100.rst4 libuv 0.10 -> 1.0.0 migration guide
8 is a migration guide for the most significant changes that happened after 0.10
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A DREADME23 - Reuses of the standard POSIX printf facility. Easy migration from C to C++.
H A Dautosprintf.info65 * It reuses the standard POSIX printf facility. Easy migration from
H A Dautosprintf.texi116 It reuses the standard POSIX printf facility. Easy migration from C to C++.
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/
H A Dheimdal.texi142 @include migration.texi
H A Dmigration.texi2 @c $NetBSD: migration.texi,v 1.2 2017/01/28 21:31:44 christos Exp $
H A DMakefile.am123 migration.texi \
H A DNTMakefile44 $(OBJ)\migration.texi \
/netbsd-src/doc/roadmaps/
H A Dsystem83 Improve the scheduler to make decisions about thread migration
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.6.rst
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangCommandLineReference.rst413 Make migration to 'atomic' properties
417 Enable migration to modern ObjC
421 Enable migration to property and method annotations
425 Enable migration to infer NS\_DESIGNATED\_INITIALIZER for initializer methods
429 Enable migration to infer instancetype for method result type
433 Enable migration to modern ObjC literals
437 Enable migration to NS\_ENUM/NS\_OPTIONS macros
441 Enable migration to modern ObjC property
445 Enable migration of setter/getter messages to property-dot syntax
449 Enable migration to add protocol conformance on classes
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/
H A DGitHubMove.rst9 the GitHub migration `status page <https://llvm.org/GitHubMigrationStatus.html>`_
94 This would enable people to continue working post-migration as though our code
187 The migration will pause here until all dependencies have cleared, and all
553 https://github.com/jyknight/llvm-git-migration.
555 Basic migration
686 https://github.com/greened/llvm-git-migration/tree/zip can be used to
928 https://github.com/greened/llvm-git-migration/tree/import can help with
/netbsd-src/sys/dev/pci/
H A Dmlyreg.h720 u_int8_t migration:1; member
781 u_int8_t migration:1; /* N/A */ member
/netbsd-src/crypto/external/bsd/openssl/dist/
H A DNOTES-ANDROID.md57 to facilitate migration from older projects. However, since API level
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DNOTES.ANDROID54 to facilitate migration from older projects. However, since API level
/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-2.9115 The conversion procedure before migration to Postfix <= 2.8 is:
126 analysis, and easier queue migration (if you don't merge different
H A DRELEASE_NOTES-2.10219 pending a migration from configuration files with incorrect Postfix
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A Dgettextize.texi11 As a migration tool, for upgrading the GNU @code{gettext} support in
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A Dd2i_RSAPrivateKey.pod166 There are two migration paths:
/netbsd-src/usr.bin/xlint/lint1/
H A DREADME.md51 * migration from traditional C to C90 (default)
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td527 HelpText<"Check for ARC migration issues that need manual handling">;
556 HelpText<"Enable migration to modern ObjC literals">,
559 HelpText<"Enable migration to modern ObjC subscripting">,
562 HelpText<"Enable migration to modern ObjC property">,
565 HelpText<"Enable migration to modern ObjC">,
568 HelpText<"Enable migration to modern ObjC readonly property">,
571 HelpText<"Enable migration to modern ObjC readwrite property">,
574 HelpText<"Enable migration of setter/getter messages to property-dot syntax">,
577 HelpText<"Enable migration to property and method annotations">,
580 HelpText<"Enable migration to infer instancetype for method result type">,
[all …]

123