Home
last modified time | relevance | path

Searched refs:MDC (Results 1 – 25 of 2083) sorted by relevance

12345678910>>...84

/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/cpp/
H A Dmdc.cpp30 MDC::MDC(const std::string& key1, const std::string& value) : key() in MDC() function in MDC
37 MDC::~MDC() in ~MDC()
77 std::string MDC::get(const std::string& key) in get()
112 std::string MDC::remove(const std::string& key) in remove()
127 void MDC::clear() in clear()
141 MDC::MDC(const std::wstring& key1, const std::wstring& value) : key() in MDC() function in MDC
148 std::wstring MDC::get(const std::wstring& key) in get()
186 MDC::MDC(const std::basic_string<UniChar>& key1, const std::basic_string<UniChar>& value) in MDC() function in MDC
232 MDC::MDC(const CFStringRef& key1, const CFStringRef& value) in MDC() function in MDC
239 CFStringRef MDC::get(const CFStringRef& key) in get()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/test/java/org/apache/hadoop/lib/servlet/
H A DTestMDCFilter.java39 import org.slf4j.MDC;
59 assertEquals(MDC.get("hostname"), null); in mdc()
60 assertEquals(MDC.get("user"), null); in mdc()
67 MDC.clear(); in mdc()
73 assertNull(MDC.get("hostname")); in mdc()
74 assertNull(MDC.get("user")); in mdc()
75 assertNull(MDC.get("method")); in mdc()
76 assertNull(MDC.get("path")); in mdc()
90 assertEquals(MDC.get("hostname"), null); in mdc()
91 assertEquals(MDC.get("user"), "name"); in mdc()
[all …]
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/hp/
H A DhpnicfMdc.mib37 Default MDC: A device supporting MDCs is an MDC itself, and it is called the default MDC.
41 Non-default MDC: No MDCs can be created on a non-default MDC.
55 "start: start the MDC
56 stop: stop the MDC"
66 "Status of the MDC:
169 After an MDC is started, administrators of the MDC can log in to
170 the MDC for MDC configuration and maintenance.
171 Stopping an MDC interrupts all services on the MDC and logs out
621 and allocate interfaces back to the default MDC from a non-default MDC.
700 Default MDC: It is allowed that allocate interfaces to non-default MDC from
[all …]
/dports/net-mgmt/observium/observium/mibs/hp/
H A DHPN-ICF-MDC-MIB37 Default MDC: A device supporting MDCs is an MDC itself, and it is called the default MDC.
41 Non-default MDC: No MDCs can be created on a non-default MDC.
55 "start: start the MDC
56 stop: stop the MDC"
66 "Status of the MDC:
169 After an MDC is started, administrators of the MDC can log in to
170 the MDC for MDC configuration and maintenance.
171 Stopping an MDC interrupts all services on the MDC and logs out
621 and allocate interfaces back to the default MDC from a non-default MDC.
700 Default MDC: It is allowed that allocate interfaces to non-default MDC from
[all …]
/dports/net-mgmt/observium/observium/mibs/hh3c/
H A DHH3C-MDC-MIB43 Default MDC: A device supporting MDCs is an MDC itself, and it is called the default MDC.
47 Non-default MDC: No MDCs can be created on a non-default MDC.
61 "start: start the MDC
62 stop: stop the MDC"
72 "Status of the MDC:
175 After an MDC is started, administrators of the MDC can log in to
176 the MDC for MDC configuration and maintenance.
177 Stopping an MDC interrupts all services on the MDC and logs out
627 and allocate interfaces back to the default MDC from a non-default MDC.
706 Default MDC: It is allowed that allocate interfaces to non-default MDC from
[all …]
/dports/net-mgmt/observium/observium/mibs/h3c/
H A DH3C-MDC-MIB14 H3C-MDC-MIB DEFINITIONS ::= BEGIN
43 Default MDC: A device supporting MDCs is an MDC itself, and it is called the default MDC.
47 Non-default MDC: No MDCs can be created on a non-default MDC.
61 "start: start the MDC
62 stop: stop the MDC"
72 "Status of the MDC:
175 After an MDC is started, administrators of the MDC can log in to
176 the MDC for MDC configuration and maintenance.
177 Stopping an MDC interrupts all services on the MDC and logs out
627 and allocate interfaces back to the default MDC from a non-default MDC.
[all …]
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/packet/
H A Dmdc.rs17 pub struct MDC { struct
26 impl PartialEq for MDC { argument
33 impl Eq for MDC {} implementation
35 impl std::hash::Hash for MDC { implementation
42 impl MDC { impl
45 MDC {
74 impl From<MDC> for Packet {
75 fn from(s: MDC) -> Self { in from()
76 Packet::MDC(s) in from()
80 impl From<[u8; 20]> for MDC { implementation
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/packet/
H A Dmdc.rs17 pub struct MDC { struct
26 impl PartialEq for MDC { argument
33 impl Eq for MDC {} implementation
35 impl std::hash::Hash for MDC { implementation
42 impl MDC { implementation
45 MDC {
74 impl From<MDC> for Packet {
75 fn from(s: MDC) -> Self { in from()
76 Packet::MDC(s) in from()
80 impl From<[u8; 20]> for MDC { implementation
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/oflog/libsrc/
H A Dmdc.cc34 MDC::MDC () in MDC() function in dcmtk::log4cplus::MDC
38 MDC::~MDC () in ~MDC()
43 MDC::getPtr () in getPtr()
50 MDC::clear() in clear()
58 MDC::put (tstring const & key, tstring const & value) in put()
66 MDC::get (tstring * value, tstring const & key) const in get()
83 MDC::remove (tstring const & key) in remove()
91 MDC::getContext () const in getContext()
/dports/devel/log4cplus/log4cplus-1.1.2/src/
H A Dmdc.cxx32 MDC::MDC () in MDC() function in log4cplus::MDC
36 MDC::~MDC () in ~MDC()
41 MDC::getPtr () in getPtr()
48 MDC::clear() in clear()
56 MDC::put (tstring const & key, tstring const & value) in put()
64 MDC::get (tstring * value, tstring const & key) const in get()
81 MDC::remove (tstring const & key) in remove()
89 MDC::getContext () const in getContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp70 if (MDC.ContextHash.empty()) { in FileChanged()
72 MDC.Consumer.handleContextHash(MDC.ContextHash); in FileChanged()
82 MDC.MainDeps.push_back( in FileChanged()
109 MDC.Deps[MDC.ContextHash + Imported->getTopLevelModule()->getFullModuleName()] in handleImport()
116 MDC.MainFile = std::string( in EndOfMainFile()
123 for (auto &&I : MDC.Deps) in EndOfMainFile()
126 for (auto &&I : MDC.MainDeps) in EndOfMainFile()
127 MDC.Consumer.handleFileDependency(*MDC.Opts, I); in EndOfMainFile()
133 auto ModI = MDC.Deps.insert( in handleTopLevelModule()
149 MD.ContextHash = MDC.ContextHash; in handleTopLevelModule()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp70 if (MDC.ContextHash.empty()) { in FileChanged()
72 MDC.Consumer.handleContextHash(MDC.ContextHash); in FileChanged()
82 MDC.MainDeps.push_back( in FileChanged()
109 MDC.Deps[MDC.ContextHash + Imported->getTopLevelModule()->getFullModuleName()] in handleImport()
116 MDC.MainFile = std::string( in EndOfMainFile()
123 for (auto &&I : MDC.Deps) in EndOfMainFile()
126 for (auto &&I : MDC.MainDeps) in EndOfMainFile()
127 MDC.Consumer.handleFileDependency(*MDC.Opts, I); in EndOfMainFile()
133 auto ModI = MDC.Deps.insert( in handleTopLevelModule()
149 MD.ContextHash = MDC.ContextHash; in handleTopLevelModule()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp70 if (MDC.ContextHash.empty()) { in FileChanged()
72 MDC.Consumer.handleContextHash(MDC.ContextHash); in FileChanged()
88 MDC.MainDeps.push_back(std::string(FileName)); in FileChanged()
114 MDC.Deps[MDC.ContextHash + Imported->getTopLevelModule()->getFullModuleName()] in handleImport()
121 MDC.MainFile = std::string( in EndOfMainFile()
128 for (auto &&I : MDC.Deps) in EndOfMainFile()
131 for (auto &&I : MDC.MainDeps) in EndOfMainFile()
132 MDC.Consumer.handleFileDependency(*MDC.Opts, I); in EndOfMainFile()
138 auto ModI = MDC.Deps.insert( in handleTopLevelModule()
154 MD.ContextHash = MDC.ContextHash; in handleTopLevelModule()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp70 if (MDC.ContextHash.empty()) { in FileChanged()
72 MDC.Consumer.handleContextHash(MDC.ContextHash); in FileChanged()
88 MDC.MainDeps.push_back(std::string(FileName)); in FileChanged()
114 MDC.Deps[MDC.ContextHash + Imported->getTopLevelModule()->getFullModuleName()] in handleImport()
121 MDC.MainFile = std::string( in EndOfMainFile()
128 for (auto &&I : MDC.Deps) in EndOfMainFile()
131 for (auto &&I : MDC.MainDeps) in EndOfMainFile()
132 MDC.Consumer.handleFileDependency(*MDC.Opts, I); in EndOfMainFile()
138 auto ModI = MDC.Deps.insert( in handleTopLevelModule()
154 MD.ContextHash = MDC.ContextHash; in handleTopLevelModule()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp70 if (MDC.ContextHash.empty()) { in FileChanged()
72 MDC.Consumer.handleContextHash(MDC.ContextHash); in FileChanged()
82 MDC.MainDeps.push_back( in FileChanged()
109 MDC.Deps[MDC.ContextHash + Imported->getTopLevelModule()->getFullModuleName()] in handleImport()
116 MDC.MainFile = std::string( in EndOfMainFile()
123 for (auto &&I : MDC.Deps) in EndOfMainFile()
126 for (auto &&I : MDC.MainDeps) in EndOfMainFile()
127 MDC.Consumer.handleFileDependency(*MDC.Opts, I); in EndOfMainFile()
133 auto ModI = MDC.Deps.insert( in handleTopLevelModule()
149 MD.ContextHash = MDC.ContextHash; in handleTopLevelModule()
[all …]
/dports/devel/slf4j/slf4j-1.7.21/slf4j-log4j12/src/test/java/org/slf4j/
H A DInvocationTest.java152 MDC.put("k", "v"); in testMDC()
153 assertNotNull(MDC.get("k")); in testMDC()
156 MDC.remove("k"); in testMDC()
157 assertNull(MDC.get("k")); in testMDC()
159 MDC.put("k1", "v1"); in testMDC()
161 MDC.clear(); in testMDC()
162 assertNull(MDC.get("k1")); in testMDC()
165 MDC.put(null, "x"); in testMDC()
177 MDC.put("k", "v"); in testMDCContextMapValues()
179 MDC.setContextMap(map); in testMDCContextMapValues()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp40 MDC.MainDeps.push_back(FileName); in FileChanged()
51 MDC.MainDeps.push_back(FileName); in InclusionDirective()
57 MDC.Deps[MDC.ContextHash + Imported->getTopLevelModule()->getFullModuleName()] in InclusionDirective()
64 MDC.MainFile = in EndOfMainFile()
71 for (auto &&I : MDC.Deps) in EndOfMainFile()
72 MDC.Consumer.handleModuleDependency(I.second); in EndOfMainFile()
75 for (auto &&I : MDC.MainDeps) in EndOfMainFile()
76 MDC.Consumer.handleFileDependency(Opts, I); in EndOfMainFile()
82 auto ModI = MDC.Deps.insert( in handleTopLevelModule()
98 MD.ContextHash = MDC.ContextHash; in handleTopLevelModule()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp40 MDC.MainDeps.push_back(FileName); in FileChanged()
51 MDC.MainDeps.push_back(FileName); in InclusionDirective()
57 MDC.Deps[MDC.ContextHash + Imported->getTopLevelModule()->getFullModuleName()] in InclusionDirective()
64 MDC.MainFile = in EndOfMainFile()
71 for (auto &&I : MDC.Deps) in EndOfMainFile()
72 MDC.Consumer.handleModuleDependency(I.second); in EndOfMainFile()
75 for (auto &&I : MDC.MainDeps) in EndOfMainFile()
76 MDC.Consumer.handleFileDependency(Opts, I); in EndOfMainFile()
82 auto ModI = MDC.Deps.insert( in handleTopLevelModule()
98 MD.ContextHash = MDC.ContextHash; in handleTopLevelModule()
[all …]
/dports/devel/upp/upp/bazaar/plugin/assimp/code/MDC/
H A DMDCLoader.cpp63 using namespace Assimp::MDC;
79 void MDC::BuildVertex(const Frame& frame, in BuildVertex()
236 if( fileSize < sizeof(MDC::Header)) in InternReadFile()
244 this->pcHeader = (BE_NCONST MDC::Header*)this->mBuffer; in InternReadFile()
250 BE_NCONST MDC::Frame* pcFrame = (BE_NCONST MDC::Frame*)(this->mBuffer+ in InternReadFile()
260 BE_NCONST MDC::Surface* pcSurface, *pcSurface2; in InternReadFile()
296 …const MDC::Shader* pcShader = (const MDC::Shader*)((int8_t*)pcSurface + pcSurface->ulOffsetShaders… in InternReadFile()
319 BE_NCONST MDC::Triangle* pcTriangle = (BE_NCONST MDC::Triangle*) in InternReadFile()
322 BE_NCONST MDC::TexturCoord* const pcUVs = (BE_NCONST MDC::TexturCoord*) in InternReadFile()
331 BE_NCONST MDC::BaseVertex* const pcVerts = (BE_NCONST MDC::BaseVertex*) in InternReadFile()
[all …]
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/MDC/
H A DMDCLoader.cpp61 using namespace Assimp::MDC;
77 void MDC::BuildVertex(const Frame &frame, in BuildVertex()
220 if (fileSize < sizeof(MDC::Header)) { in InternReadFile()
229 this->pcHeader = (BE_NCONST MDC::Header *)this->mBuffer; in InternReadFile()
235 BE_NCONST MDC::Frame *pcFrame = (BE_NCONST MDC::Frame *)(this->mBuffer + in InternReadFile()
245 BE_NCONST MDC::Surface *pcSurface, *pcSurface2; in InternReadFile()
280 …const MDC::Shader *pcShader = (const MDC::Shader *)((int8_t *)pcSurface + pcSurface->ulOffsetShade… in InternReadFile()
303 …BE_NCONST MDC::Triangle *pcTriangle = (BE_NCONST MDC::Triangle *)((int8_t *)pcSurface + pcSurface-… in InternReadFile()
305 …BE_NCONST MDC::TexturCoord *const pcUVs = (BE_NCONST MDC::TexturCoord *)((int8_t *)pcSurface + pcS… in InternReadFile()
314 …BE_NCONST MDC::BaseVertex *const pcVerts = (BE_NCONST MDC::BaseVertex *)((int8_t *)pcSurface + pcS… in InternReadFile()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp118 if (MDC.ContextHash.empty()) { in FileChanged()
120 MDC.Consumer.handleContextHash(MDC.ContextHash); in FileChanged()
130 MDC.FileDeps.push_back( in FileChanged()
159 if (MDC.isPrebuiltModule(TopLevelModule)) in handleImport()
167 MDC.MainFile = std::string( in EndOfMainFile()
183 MDC.Consumer.handleDependencyOutputOpts(*MDC.Opts); in EndOfMainFile()
185 for (auto &&I : MDC.ModularDeps) in EndOfMainFile()
188 for (auto &&I : MDC.FileDeps) in EndOfMainFile()
189 MDC.Consumer.handleFileDependency(I); in EndOfMainFile()
250 if (MDC.isPrebuiltModule(Import)) in addDirectPrebuiltModuleDeps()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp118 if (MDC.ContextHash.empty()) { in FileChanged()
120 MDC.Consumer.handleContextHash(MDC.ContextHash); in FileChanged()
130 MDC.FileDeps.push_back( in FileChanged()
159 if (MDC.isPrebuiltModule(TopLevelModule)) in handleImport()
167 MDC.MainFile = std::string( in EndOfMainFile()
183 MDC.Consumer.handleDependencyOutputOpts(*MDC.Opts); in EndOfMainFile()
185 for (auto &&I : MDC.ModularDeps) in EndOfMainFile()
188 for (auto &&I : MDC.FileDeps) in EndOfMainFile()
189 MDC.Consumer.handleFileDependency(I); in EndOfMainFile()
250 if (MDC.isPrebuiltModule(Import)) in addDirectPrebuiltModuleDeps()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp118 if (MDC.ContextHash.empty()) { in FileChanged()
120 MDC.Consumer.handleContextHash(MDC.ContextHash); in FileChanged()
130 MDC.FileDeps.push_back( in FileChanged()
159 if (MDC.isPrebuiltModule(TopLevelModule)) in handleImport()
167 MDC.MainFile = std::string( in EndOfMainFile()
183 MDC.Consumer.handleDependencyOutputOpts(*MDC.Opts); in EndOfMainFile()
185 for (auto &&I : MDC.ModularDeps) in EndOfMainFile()
188 for (auto &&I : MDC.FileDeps) in EndOfMainFile()
189 MDC.Consumer.handleFileDependency(I); in EndOfMainFile()
250 if (MDC.isPrebuiltModule(Import)) in addDirectPrebuiltModuleDeps()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp118 if (MDC.ContextHash.empty()) { in FileChanged()
120 MDC.Consumer.handleContextHash(MDC.ContextHash); in FileChanged()
130 MDC.FileDeps.push_back( in FileChanged()
159 if (MDC.isPrebuiltModule(TopLevelModule)) in handleImport()
167 MDC.MainFile = std::string( in EndOfMainFile()
183 MDC.Consumer.handleDependencyOutputOpts(*MDC.Opts); in EndOfMainFile()
185 for (auto &&I : MDC.ModularDeps) in EndOfMainFile()
188 for (auto &&I : MDC.FileDeps) in EndOfMainFile()
189 MDC.Consumer.handleFileDependency(I); in EndOfMainFile()
250 if (MDC.isPrebuiltModule(Import)) in addDirectPrebuiltModuleDeps()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp118 if (MDC.ContextHash.empty()) { in FileChanged()
120 MDC.Consumer.handleContextHash(MDC.ContextHash); in FileChanged()
130 MDC.FileDeps.push_back( in FileChanged()
159 if (MDC.isPrebuiltModule(TopLevelModule)) in handleImport()
167 MDC.MainFile = std::string( in EndOfMainFile()
183 MDC.Consumer.handleDependencyOutputOpts(*MDC.Opts); in EndOfMainFile()
185 for (auto &&I : MDC.ModularDeps) in EndOfMainFile()
188 for (auto &&I : MDC.FileDeps) in EndOfMainFile()
189 MDC.Consumer.handleFileDependency(I); in EndOfMainFile()
250 if (MDC.isPrebuiltModule(Import)) in addDirectPrebuiltModuleDeps()
[all …]

12345678910>>...84