Searched refs:Environment (Results 26 - 50 of 88) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp44 Environment Host::GetEnvironment() {
45 Environment env;
/freebsd-13-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec8 Group: System Environment/Base
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc606 class TestGenerationEnvironment : public ::testing::Environment {
669 typedef TestGenerationEnvironment<PARAMETER_COUNT> Environment; typedef in class:TestGenerationTest
672 Environment::Instance()->FixtureConstructorExecuted();
676 Environment::Instance()->SetUpExecuted();
680 Environment::Instance()->TearDownExecuted();
727 Environment::Instance()->TestBodyExecuted();
1096 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());
H A Dgtest_repeat_test.cc74 class MyEnvironment : public testing::Environment {
H A Dgoogletest-output-test_.cc1040 class FooEnvironment : public testing::Environment {
1052 class BarEnvironment : public testing::Environment {
H A Dgtest-unittest-api_test.cc233 class FinalSuccessChecker : public Environment {
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h14 #include "lldb/Utility/Environment.h"
231 static Environment GetEnvironment();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h78 lldb_private::Environment GetEnvironment() override;
/freebsd-13-stable/contrib/capsicum-test/
H A Dcapsicum-test-main.cc26 class SetupEnvironment : public ::testing::Environment
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h337 void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, argument
342 TargetEnvironment == Environment &&
349 TargetEnvironment = Environment;
351 if (Environment == Simulator)
H A DMSVC.cpp502 std::vector<const char *> Environment; local
564 Environment.reserve(EnvCount);
574 Environment.push_back(Args.MakeArgString(
584 Environment.push_back(Args.MakeArgString(EnvVar));
598 if (!Environment.empty())
599 LinkCmd->setEnvironment(Environment);
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest.h461 // SetUp/TearDown method of Environment objects registered with Google
1013 // An Environment object is capable of setting up and tearing down an
1017 // An Environment object does the set-up and tear-down in virtual
1027 class Environment { class in namespace:testing
1029 // The d'tor is virtual as we need to subclass Environment.
1030 virtual ~Environment() {}
1332 Environment* AddEnvironment(Environment* env);
1367 friend Environment* AddGlobalTestEnvironment(Environment* en
[all...]
/freebsd-13-stable/contrib/apr/
H A Dapr.spec9 Group: System Environment/Libraries
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1382 JavaScriptRequoter(const Environment &Env, const FormatStyle &Style)
1469 Formatter(const Environment &Env, const FormatStyle &Style,
1602 TrailingCommaInserter(const Environment &Env, const FormatStyle &Style)
1662 Cleaner(const Environment &Env, const FormatStyle &Style)
1887 ObjCHeaderStyleGuesser(const Environment &Env, const FormatStyle &Style)
2600 const Environment &)>
2606 Passes.emplace_back([&](const Environment &Env) {
2611 Passes.emplace_back([&](const Environment &Env) {
2618 Passes.emplace_back([&](const Environment &Env) {
2622 Passes.emplace_back([&](const Environment
[all...]
H A DSortJavaScriptImports.cpp121 JavaScriptImportSorter(const Environment &Env, const FormatStyle &Style)
445 return JavaScriptImportSorter(Environment(Code, FileName, Ranges), Style)
H A DUsingDeclarationsSorter.cpp180 UsingDeclarationsSorter::UsingDeclarationsSorter(const Environment &Env,
H A DNamespaceEndCommentsFixer.cpp198 NamespaceEndCommentsFixer::NamespaceEndCommentsFixer(const Environment &Env,
/freebsd-13-stable/contrib/unbound/contrib/
H A Dunbound.spec9 Group: System Environment/Daemons
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp362 Environment RemoteAwarePlatform::GetEnvironment() {
366 return Environment();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc126 // Environment variable can be encoded in non-UTF8 encoding, and there's no
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h138 std::vector<const char *> Environment; member in class:clang::driver::Command
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp46 ProgramState::ProgramState(ProgramStateManager *mgr, const Environment& env,
310 Environment NewEnv =
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h746 std::vector<Environment*>& environments() { return environments_; }
843 std::vector<Environment*> environments_;
/freebsd-13-stable/contrib/apr-util/
H A Dapr-util.spec9 Group: System Environment/Libraries
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc638 // Environment variable to disable any kind of crash dialog.

Completed in 155 milliseconds

1234