Home
last modified time | relevance | path

Searched refs:esType (Results 1 – 16 of 16) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Ping/tests/FunctionalTests/
H A DLoggingTest.cs17 …Type esType = typeof(Ping).Assembly.GetType("System.Net.NetEventSource", throwOnError: true, ignor… in EventSource_ExistsWithCorrectId()
18 Assert.NotNull(esType); in EventSource_ExistsWithCorrectId()
20 Assert.Equal("Microsoft-System-Net-Ping", EventSource.GetName(esType)); in EventSource_ExistsWithCorrectId()
21 … Assert.Equal(Guid.Parse("a771ec4a-7260-59ce-0475-db257437ed8c"), EventSource.GetGuid(esType)); in EventSource_ExistsWithCorrectId()
23 Assert.NotEmpty(EventSource.GenerateManifest(esType, esType.Assembly.Location)); in EventSource_ExistsWithCorrectId()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/tests/FunctionalTests/
H A DLoggingTest.cs17 …Type esType = typeof(NetworkChange).Assembly.GetType("System.Net.NetEventSource", throwOnError: tr… in EventSource_ExistsWithCorrectId()
18 Assert.NotNull(esType); in EventSource_ExistsWithCorrectId()
20 Assert.Equal("Microsoft-System-Net-NetworkInformation", EventSource.GetName(esType)); in EventSource_ExistsWithCorrectId()
21 … Assert.Equal(Guid.Parse("b8e42167-0eb2-5e39-97b5-acaca593d3a2"), EventSource.GetGuid(esType)); in EventSource_ExistsWithCorrectId()
23 Assert.NotEmpty(EventSource.GenerateManifest(esType, esType.Assembly.Location)); in EventSource_ExistsWithCorrectId()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/tests/
H A DLoggingTest.cs18 …Type esType = typeof(WebRequest).Assembly.GetType("System.Net.NetEventSource", throwOnError: true,… in EventSource_ExistsWithCorrectId()
19 Assert.NotNull(esType); in EventSource_ExistsWithCorrectId()
21 Assert.Equal("Microsoft-System-Net-Requests", EventSource.GetName(esType)); in EventSource_ExistsWithCorrectId()
22 … Assert.Equal(Guid.Parse("3763dc7e-7046-5576-9041-5616e21cc2cf"), EventSource.GetGuid(esType)); in EventSource_ExistsWithCorrectId()
24 Assert.NotEmpty(EventSource.GenerateManifest(esType, esType.Assembly.Location)); in EventSource_ExistsWithCorrectId()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebHeaderCollection/tests/
H A DLoggingTest.cs18 …Type esType = typeof(WebHeaderCollection).Assembly.GetType("System.Net.NetEventSource", throwOnErr… in EventSource_ExistsWithCorrectId()
19 Assert.NotNull(esType); in EventSource_ExistsWithCorrectId()
21 Assert.Equal("Microsoft-System-Net-WebHeaderCollection", EventSource.GetName(esType)); in EventSource_ExistsWithCorrectId()
22 … Assert.Equal(Guid.Parse("fd36452f-9f2b-5850-d212-6c436231e3dc"), EventSource.GetGuid(esType)); in EventSource_ExistsWithCorrectId()
24 Assert.NotEmpty(EventSource.GenerateManifest(esType, esType.Assembly.Location)); in EventSource_ExistsWithCorrectId()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/tests/Functional/
H A DLoggingTest.cs19 …Type esType = typeof(SmtpClient).Assembly.GetType("System.Net.NetEventSource", throwOnError: true,… in EventSource_ExistsWithCorrectId()
20 Assert.NotNull(esType); in EventSource_ExistsWithCorrectId()
22 Assert.Equal("Microsoft-System-Net-Mail", EventSource.GetName(esType)); in EventSource_ExistsWithCorrectId()
23 … Assert.Equal(Guid.Parse("42c8027b-f048-58d2-537d-a4a9d5ee7038"), EventSource.GetGuid(esType)); in EventSource_ExistsWithCorrectId()
25 Assert.NotEmpty(EventSource.GenerateManifest(esType, esType.Assembly.Location)); in EventSource_ExistsWithCorrectId()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/tests/FunctionalTests/
H A DLoggingTest.cs19 …Type esType = typeof(IPAddress).Assembly.GetType("System.Net.NetEventSource", throwOnError: true, … in EventSource_ExistsWithCorrectId()
20 Assert.NotNull(esType); in EventSource_ExistsWithCorrectId()
22 Assert.Equal("Microsoft-System-Net-Primitives", EventSource.GetName(esType)); in EventSource_ExistsWithCorrectId()
23 … Assert.Equal(Guid.Parse("a9f9e4e1-0cf5-5005-b530-3d37959d5e84"), EventSource.GetGuid(esType)); in EventSource_ExistsWithCorrectId()
25 Assert.NotEmpty(EventSource.GenerateManifest(esType, esType.Assembly.Location)); in EventSource_ExistsWithCorrectId()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/FunctionalTests/
H A DLoggingTest.cs19 …Type esType = typeof(SslStream).Assembly.GetType("System.Net.NetEventSource", throwOnError: true, … in EventSource_ExistsWithCorrectId()
20 Assert.NotNull(esType); in EventSource_ExistsWithCorrectId()
22 Assert.Equal("Microsoft-System-Net-Security", EventSource.GetName(esType)); in EventSource_ExistsWithCorrectId()
23 … Assert.Equal(Guid.Parse("066c0e27-a02d-5a98-9a4d-078cc3b1a896"), EventSource.GetGuid(esType)); in EventSource_ExistsWithCorrectId()
25 Assert.NotEmpty(EventSource.GenerateManifest(esType, esType.Assembly.Location)); in EventSource_ExistsWithCorrectId()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NameResolution/tests/FunctionalTests/
H A DLoggingTest.cs18 …Type esType = typeof(Dns).GetTypeInfo().Assembly.GetType("System.Net.NetEventSource", throwOnError… in EventSource_ExistsWithCorrectId()
19 Assert.NotNull(esType); in EventSource_ExistsWithCorrectId()
21 Assert.Equal("Microsoft-System-Net-NameResolution", EventSource.GetName(esType)); in EventSource_ExistsWithCorrectId()
22 … Assert.Equal(Guid.Parse("5f302add-3825-520e-8fa0-627b206e2e7e"), EventSource.GetGuid(esType)); in EventSource_ExistsWithCorrectId()
24 … Assert.NotEmpty(EventSource.GenerateManifest(esType, "assemblyPathToIncludeInManifest")); in EventSource_ExistsWithCorrectId()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebSockets.Client/tests/
H A DLoggingTest.cs18 …Type esType = typeof(ClientWebSocket).GetTypeInfo().Assembly.GetType("System.Net.NetEventSource", … in EventSource_ExistsWithCorrectId()
19 Assert.NotNull(esType); in EventSource_ExistsWithCorrectId()
21 Assert.Equal("Microsoft-System-Net-WebSockets-Client", EventSource.GetName(esType)); in EventSource_ExistsWithCorrectId()
22 … Assert.Equal(Guid.Parse("71cddde3-cf58-52d5-094f-927828a09337"), EventSource.GetGuid(esType)); in EventSource_ExistsWithCorrectId()
24 … Assert.NotEmpty(EventSource.GenerateManifest(esType, "assemblyPathToIncludeInManifest")); in EventSource_ExistsWithCorrectId()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/tests/FunctionalTests/
H A DLoggingTest.cs19 …Type esType = typeof(Socket).Assembly.GetType("System.Net.NetEventSource", throwOnError: true, ign… in EventSource_ExistsWithCorrectId()
20 Assert.NotNull(esType); in EventSource_ExistsWithCorrectId()
22 Assert.Equal("Microsoft-System-Net-Sockets", EventSource.GetName(esType)); in EventSource_ExistsWithCorrectId()
23 … Assert.Equal(Guid.Parse("e03c0352-f9c9-56ff-0ea7-b94ba8cabc6b"), EventSource.GetGuid(esType)); in EventSource_ExistsWithCorrectId()
25 Assert.NotEmpty(EventSource.GenerateManifest(esType, esType.Assembly.Location)); in EventSource_ExistsWithCorrectId()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/eigenSolvers/eigenSparse/
H A DXlifeppSolverUtils.hpp170 int& nev, int esType = 0);
381 int& nev, int esType) in directSolver() argument
437 if ((esType == 0 || esType == 1)) { in directSolver()
465 switch (esType) { in directSolver()
/dports/devel/py-pyicu/PyICU-2.4.3/test/
H A Dtest_LocaleData.py131 esType = 0 if h == 0 else 1
133 exemplarSet = LocaleData(locale).getExemplarSet(option, esType)
156 + locale + "," + str(option) + "," + str(esType))
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/yesod-static-1.6.1.0/Yesod/
H A DEmbeddedStatic.hs143 esType <- [t| EmbeddedStatic |]
147 let es = [ SigD (mkName esName) esType
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/yesod-static-1.6.0.1/Yesod/
H A DEmbeddedStatic.hs143 esType <- [t| EmbeddedStatic |]
147 let es = [ SigD (mkName esName) esType
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/tests/FunctionalTests/
H A DDiagnosticsTests.cs28 …Type esType = typeof(HttpClient).GetTypeInfo().Assembly.GetType("System.Net.NetEventSource", throw… in EventSource_ExistsWithCorrectId()
29 Assert.NotNull(esType); in EventSource_ExistsWithCorrectId()
31 Assert.Equal("Microsoft-System-Net-Http", EventSource.GetName(esType)); in EventSource_ExistsWithCorrectId()
32 … Assert.Equal(Guid.Parse("bdd9a83e-1929-5482-0d73-2fe5e1c0e16d"), EventSource.GetGuid(esType)); in EventSource_ExistsWithCorrectId()
34 … Assert.NotEmpty(EventSource.GenerateManifest(esType, "assemblyPathToIncludeInManifest")); in EventSource_ExistsWithCorrectId()
/dports/devel/agar/agar-1.5.0/core/
H A Devent.c1111 enum ag_event_sink_type esType = GetSinkType(kev->filter); in AG_EventSinkKQUEUE() local
1121 if (esType != AG_SINK_TIMER || in AG_EventSinkKQUEUE()
1165 enum ag_event_sink_type esType = GetSinkType(kev->filter); in AG_EventSinkKQUEUE() local
1168 switch (esType) { in AG_EventSinkKQUEUE()