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

  /src/external/bsd/unbound/dist/contrib/android/
install_openssl.sh 20 if ! cp ../contrib/android/15-android.conf Configurations/; then
  /src/external/bsd/unbound/dist/contrib/ios/
install_openssl.sh 20 if ! cp ../contrib/ios/15-ios.conf Configurations/; then
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
MCInstrDescView.cpp 345 bool AliasingConfigurations::empty() const { return Configurations.empty(); }
348 return any_of(Configurations, [](const AliasingRegisterOperands &ARO) {
363 !is_contained(Configurations, ARO))
364 Configurations.push_back(std::move(ARO));
MCInstrDescView.h 217 // Returns all possible configurations leading Def registers of DefInstruction
226 SmallVector<AliasingRegisterOperands, 32> Configurations;
SnippetGenerator.cpp 220 const auto &RandomConf = randomElement(AliasingConfigurations.Configurations);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
llvm-exegesis.cpp 331 std::vector<BenchmarkCode> Configurations;
351 std::back_inserter(Configurations));
354 Configurations = ExitOnErr(readSnippets(State, SnippetsFile));
366 for (const BenchmarkCode &Conf : Configurations) {
  /src/external/bsd/byacc/dist/
vmsbuild.com 4 $! Screen Configurations
  /src/crypto/external/apache2/openssl/dist/
configdata.pm.in 112 use lib '{- sourcedir('Configurations') -}';
130 use lib '{- sourcedir('Configurations') -}';
Configure 53 # any "Configurations*" files that are found in the same
376 # Collect target configurations
378 my $pattern = catfile(dirname($0), "Configurations", "*.conf");
399 print "Failed to find any os/compiler configurations. Please make sure the Configurations directory is included.\n";
1529 my $checker_path = catfile($srcdir, "Configurations", $checker);
1872 catfile(dirname($0), "Configurations", "shared-info.pl");
2019 ( map { cleanfile($srcdir, catfile("Configurations", $_), $blddir, 1) }
2033 = [ cleanfile($srcdir, catfile("Configurations", "common0.tmpl"),
3197 # it to fill %targets with target configurations. Those are then added t
    [all...]
  /src/crypto/external/bsd/openssl/dist/
configdata.pm.in 112 use lib '{- sourcedir('Configurations') -}';
130 use lib '{- sourcedir('Configurations') -}';
Configure 53 # any "Configurations*" files that are found in the same
359 # Collect target configurations
361 my $pattern = catfile(dirname($0), "Configurations", "*.conf");
1399 my $checker_path = catfile($srcdir, "Configurations", $checker);
1745 catfile(dirname($0), "Configurations", "shared-info.pl");
1892 ( map { cleanfile($srcdir, catfile("Configurations", $_), $blddir, 1) }
1906 = [ cleanfile($srcdir, catfile("Configurations", "common0.tmpl"),
3038 # it to fill %targets with target configurations. Those are then added to
  /src/crypto/external/bsd/openssl.old/dist/
Configure 32 # any "Configurations*" files that are found in the same
287 # Collect target configurations
289 my $pattern = catfile(dirname($0), "Configurations", "*.conf");
1220 my $checker_path = catfile($srcdir, "Configurations", $checker);
1596 catfile(dirname($0), "Configurations", "shared-info.pl");
1735 ( map { cleanfile($srcdir, catfile("Configurations", $_), $blddir) }
1749 = [ cleanfile($srcdir, catfile("Configurations", "common0.tmpl"),
1752 cleanfile($srcdir, catfile("Configurations", "common.tmpl"),
3031 # it to fill %targets with target configurations. Those are then added to

Completed in 34 milliseconds