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

1234

/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp678 Environment env = target->GetEnvironment();
680 std::vector<Environment::value_type *> env_vector;
685 [](Environment::value_type *a, Environment::value_type *b) {
H A DCommandObjectProcess.cpp194 Environment target_env = target->GetEnvironment();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp918 Environment host_env = Host::GetEnvironment();
H A DGDBRemoteCommunicationClient.cpp828 int GDBRemoteCommunicationClient::SendEnvironment(const Environment &env) {
830 int r = SendEnvironmentPacket(Environment::compose(KV).c_str());
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc198 using testing::Environment;
1648 // Environment variables are not supported on Windows CE.
1682 // Environment variables are not supported on Windows CE.
1790 // Environment variables are not supported on Windows CE.
1865 // Environment variables are not supported on Windows CE.
2097 class UnitTestRecordPropertyTestEnvironment : public Environment {
2120 static Environment* record_property_env =
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp157 launch_info.GetEnvironment() = Environment(envp);
H A DSBTarget.cpp383 launch_info.GetEnvironment() = Environment(envp);
/freebsd-13-stable/lib/clang/liblldb/
H A DMakefile622 SRCS+= Utility/Environment.cpp
/freebsd-13-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec136 Group: System Environment/Daemons
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp6587 // Environment information
6603 struct Environment {
6852 std::vector<FloatDuration<Clock>> run(const IConfig &cfg, Environment<FloatDuration<Clock>> env) const {
6874 // Environment measurement
7098 Environment<FloatDuration<Clock>> measure_environment() {
7099 static Environment<FloatDuration<Clock>>* env = nullptr;
7108 env = new Environment<FloatDuration<Clock>>{ resolution, cost };
7167 SampleAnalysis<Duration> analyse(const IConfig &cfg, Environment<Duration>, Iterator first, Iterator last) {
7237 ExecutionPlan<FloatDuration<Clock>> prepare(const IConfig &cfg, Environment<FloatDuration<Clock>> env) const {
/freebsd-13-stable/lib/clang/libclang/
H A DMakefile662 SRCS_FUL+= StaticAnalyzer/Core/Environment.cpp
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5058 const MCObjectFileInfo::Environment Format =
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp10831 const MCObjectFileInfo::Environment Format =

Completed in 243 milliseconds

1234