Home
last modified time | relevance | path

Searched refs:traceLevel (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/
H A DDebuggerSupport.WinRT.cs33 …public static void TraceOperationCreation(CausalityTraceLevel traceLevel, Task task, String operat… in TraceOperationCreation() argument
37 …WinRTInterop.Callbacks.TraceOperationCreation(traceLevel, CausalitySource.Library, s_platformId, t… in TraceOperationCreation()
42 …public static void TraceOperationCompletion(CausalityTraceLevel traceLevel, Task task, AsyncStatus… in TraceOperationCompletion() argument
46 …WinRTInterop.Callbacks.TraceOperationCompletion(traceLevel, CausalitySource.Library, s_platformId,… in TraceOperationCompletion()
51 …public static void TraceOperationRelation(CausalityTraceLevel traceLevel, Task task, CausalityRela… in TraceOperationRelation() argument
55 …WinRTInterop.Callbacks.TraceOperationRelation(traceLevel, CausalitySource.Library, s_platformId, t… in TraceOperationRelation()
60 …public static void TraceSynchronousWorkStart(CausalityTraceLevel traceLevel, Task task, CausalityS… in TraceSynchronousWorkStart() argument
64 …WinRTInterop.Callbacks.TraceSynchronousWorkStart(traceLevel, CausalitySource.Library, s_platformId… in TraceSynchronousWorkStart()
69 …public static void TraceSynchronousWorkCompletion(CausalityTraceLevel traceLevel, CausalitySynchro… in TraceSynchronousWorkCompletion() argument
73 … WinRTInterop.Callbacks.TraceSynchronousWorkCompletion(traceLevel, CausalitySource.Library, work); in TraceSynchronousWorkCompletion()
H A DDebuggerSupport.Dummy.cs25 …public static void TraceOperationCreation(CausalityTraceLevel traceLevel, Task task, String operat… in TraceOperationCreation() argument
29 …public static void TraceOperationCompletion(CausalityTraceLevel traceLevel, Task task, AsyncStatus… in TraceOperationCompletion() argument
33 …public static void TraceOperationRelation(CausalityTraceLevel traceLevel, Task task, CausalityRela… in TraceOperationRelation() argument
37 …public static void TraceSynchronousWorkStart(CausalityTraceLevel traceLevel, Task task, CausalityS… in TraceSynchronousWorkStart() argument
41 …public static void TraceSynchronousWorkCompletion(CausalityTraceLevel traceLevel, CausalitySynchro… in TraceSynchronousWorkCompletion() argument
/dports/lang/seed7/seed7/src/
H A Ds7.c212 striType traceLevel; in processOptions() local
238 traceLevel->mem[0] = 'a'; in processOptions()
239 traceLevel->size = 1; in processOptions()
241 FREE_STRI(traceLevel, 1); in processOptions()
270 traceLevel->mem[0] = 'a'; in processOptions()
271 traceLevel->size = 1; in processOptions()
273 FREE_STRI(traceLevel, 1); in processOptions()
312 traceLevel->size = opt->size - 2; in processOptions()
314 FREE_STRI(traceLevel, 1); in processOptions()
321 traceLevel->size = opt->size - 2; in processOptions()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/jinterface/java_src/com/ericsson/otp/erlang/
H A DOtpEpmd.java82 private static int traceLevel = 0; field in OtpEpmd
94 traceLevel = 0;
171 if (traceLevel >= traceThreshold) { in unPublishPort()
207 if (traceLevel >= traceThreshold) { in r4_lookupPort()
242 if (traceLevel >= traceThreshold) { in r4_lookupPort()
248 if (traceLevel >= traceThreshold) { in r4_lookupPort()
263 if (traceLevel >= traceThreshold) { in r4_lookupPort()
307 if (traceLevel >= traceThreshold) { in r4_publish()
342 if (traceLevel >= traceThreshold) { in r4_publish()
349 if (traceLevel >= traceThreshold) { in r4_publish()
[all …]
H A DAbstractConnection.java100 protected int traceLevel = 0; field in AbstractConnection
146 traceLevel = defaultLevel; in AbstractConnection()
149 if (traceLevel >= handshakeThreshold) { in AbstractConnection()
172 traceLevel = defaultLevel; in AbstractConnection()
815 final int oldLevel = traceLevel; in setTraceLevel()
825 traceLevel = theLevel; in setTraceLevel()
836 return traceLevel; in getTraceLevel()
880 if (traceLevel >= sendThreshold) { in do_send()
913 if (traceLevel >= ctrlThreshold) { in do_send()
1045 if (traceLevel >= handshakeThreshold) { in doAccept()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/jinterface/java_src/com/ericsson/otp/erlang/
H A DOtpEpmd.java82 private static int traceLevel = 0; field in OtpEpmd
94 traceLevel = 0;
171 if (traceLevel >= traceThreshold) { in unPublishPort()
207 if (traceLevel >= traceThreshold) { in r4_lookupPort()
242 if (traceLevel >= traceThreshold) { in r4_lookupPort()
248 if (traceLevel >= traceThreshold) { in r4_lookupPort()
263 if (traceLevel >= traceThreshold) { in r4_lookupPort()
307 if (traceLevel >= traceThreshold) { in r4_publish()
342 if (traceLevel >= traceThreshold) { in r4_publish()
349 if (traceLevel >= traceThreshold) { in r4_publish()
[all …]
H A DAbstractConnection.java100 protected int traceLevel = 0; field in AbstractConnection
146 traceLevel = defaultLevel; in AbstractConnection()
149 if (traceLevel >= handshakeThreshold) { in AbstractConnection()
172 traceLevel = defaultLevel; in AbstractConnection()
820 final int oldLevel = traceLevel; in setTraceLevel()
830 traceLevel = theLevel; in setTraceLevel()
841 return traceLevel; in getTraceLevel()
885 if (traceLevel >= sendThreshold) { in do_send()
918 if (traceLevel >= ctrlThreshold) { in do_send()
1050 if (traceLevel >= handshakeThreshold) { in doAccept()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/jinterface/java_src/com/ericsson/otp/erlang/
H A DOtpEpmd.java81 private static int traceLevel = 0; field in OtpEpmd
93 traceLevel = 0;
170 if (traceLevel >= traceThreshold) { in unPublishPort()
206 if (traceLevel >= traceThreshold) { in r4_lookupPort()
241 if (traceLevel >= traceThreshold) { in r4_lookupPort()
247 if (traceLevel >= traceThreshold) { in r4_lookupPort()
262 if (traceLevel >= traceThreshold) { in r4_lookupPort()
306 if (traceLevel >= traceThreshold) { in r4_publish()
340 if (traceLevel >= traceThreshold) { in r4_publish()
347 if (traceLevel >= traceThreshold) { in r4_publish()
[all …]
H A DAbstractConnection.java98 protected int traceLevel = 0; field in AbstractConnection
144 traceLevel = defaultLevel; in AbstractConnection()
147 if (traceLevel >= handshakeThreshold) { in AbstractConnection()
185 traceLevel = defaultLevel; in AbstractConnection()
759 final int oldLevel = traceLevel; in setTraceLevel()
769 traceLevel = theLevel; in setTraceLevel()
780 return traceLevel; in getTraceLevel()
824 if (traceLevel >= sendThreshold) { in do_send()
857 if (traceLevel >= ctrlThreshold) { in do_send()
981 if (traceLevel >= handshakeThreshold) { in doAccept()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/jinterface/java_src/com/ericsson/otp/erlang/
H A DOtpEpmd.java82 private static int traceLevel = 0; field in OtpEpmd
94 traceLevel = 0;
171 if (traceLevel >= traceThreshold) { in unPublishPort()
207 if (traceLevel >= traceThreshold) { in r4_lookupPort()
242 if (traceLevel >= traceThreshold) { in r4_lookupPort()
248 if (traceLevel >= traceThreshold) { in r4_lookupPort()
263 if (traceLevel >= traceThreshold) { in r4_lookupPort()
307 if (traceLevel >= traceThreshold) { in r4_publish()
342 if (traceLevel >= traceThreshold) { in r4_publish()
349 if (traceLevel >= traceThreshold) { in r4_publish()
[all …]
H A DAbstractConnection.java100 protected int traceLevel = 0; field in AbstractConnection
146 traceLevel = defaultLevel; in AbstractConnection()
149 if (traceLevel >= handshakeThreshold) { in AbstractConnection()
172 traceLevel = defaultLevel; in AbstractConnection()
820 final int oldLevel = traceLevel; in setTraceLevel()
830 traceLevel = theLevel; in setTraceLevel()
841 return traceLevel; in getTraceLevel()
885 if (traceLevel >= sendThreshold) { in do_send()
918 if (traceLevel >= ctrlThreshold) { in do_send()
1050 if (traceLevel >= handshakeThreshold) { in doAccept()
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/jinterface/java_src/com/ericsson/otp/erlang/
H A DOtpEpmd.java81 private static int traceLevel = 0; field in OtpEpmd
93 traceLevel = 0;
170 if (traceLevel >= traceThreshold) { in unPublishPort()
206 if (traceLevel >= traceThreshold) { in r4_lookupPort()
241 if (traceLevel >= traceThreshold) { in r4_lookupPort()
247 if (traceLevel >= traceThreshold) { in r4_lookupPort()
262 if (traceLevel >= traceThreshold) { in r4_lookupPort()
306 if (traceLevel >= traceThreshold) { in r4_publish()
340 if (traceLevel >= traceThreshold) { in r4_publish()
347 if (traceLevel >= traceThreshold) { in r4_publish()
[all …]
H A DAbstractConnection.java98 protected int traceLevel = 0; field in AbstractConnection
144 traceLevel = defaultLevel; in AbstractConnection()
147 if (traceLevel >= handshakeThreshold) { in AbstractConnection()
185 traceLevel = defaultLevel; in AbstractConnection()
759 final int oldLevel = traceLevel; in setTraceLevel()
769 traceLevel = theLevel; in setTraceLevel()
780 return traceLevel; in getTraceLevel()
824 if (traceLevel >= sendThreshold) { in do_send()
857 if (traceLevel >= ctrlThreshold) { in do_send()
981 if (traceLevel >= handshakeThreshold) { in doAccept()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/jinterface/java_src/com/ericsson/otp/erlang/
H A DOtpEpmd.java82 private static int traceLevel = 0; field in OtpEpmd
94 traceLevel = 0;
171 if (traceLevel >= traceThreshold) { in unPublishPort()
207 if (traceLevel >= traceThreshold) { in r4_lookupPort()
242 if (traceLevel >= traceThreshold) { in r4_lookupPort()
248 if (traceLevel >= traceThreshold) { in r4_lookupPort()
263 if (traceLevel >= traceThreshold) { in r4_lookupPort()
307 if (traceLevel >= traceThreshold) { in r4_publish()
342 if (traceLevel >= traceThreshold) { in r4_publish()
349 if (traceLevel >= traceThreshold) { in r4_publish()
[all …]
H A DAbstractConnection.java100 protected int traceLevel = 0; field in AbstractConnection
146 traceLevel = defaultLevel; in AbstractConnection()
149 if (traceLevel >= handshakeThreshold) { in AbstractConnection()
172 traceLevel = defaultLevel; in AbstractConnection()
820 final int oldLevel = traceLevel; in setTraceLevel()
830 traceLevel = theLevel; in setTraceLevel()
841 return traceLevel; in getTraceLevel()
885 if (traceLevel >= sendThreshold) { in do_send()
918 if (traceLevel >= ctrlThreshold) { in do_send()
1050 if (traceLevel >= handshakeThreshold) { in doAccept()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/jinterface/java_src/com/ericsson/otp/erlang/
H A DOtpEpmd.java82 private static int traceLevel = 0; field in OtpEpmd
94 traceLevel = 0;
171 if (traceLevel >= traceThreshold) { in unPublishPort()
207 if (traceLevel >= traceThreshold) { in r4_lookupPort()
242 if (traceLevel >= traceThreshold) { in r4_lookupPort()
248 if (traceLevel >= traceThreshold) { in r4_lookupPort()
263 if (traceLevel >= traceThreshold) { in r4_lookupPort()
307 if (traceLevel >= traceThreshold) { in r4_publish()
342 if (traceLevel >= traceThreshold) { in r4_publish()
349 if (traceLevel >= traceThreshold) { in r4_publish()
[all …]
H A DAbstractConnection.java100 protected int traceLevel = 0; field in AbstractConnection
146 traceLevel = defaultLevel; in AbstractConnection()
149 if (traceLevel >= handshakeThreshold) { in AbstractConnection()
172 traceLevel = defaultLevel; in AbstractConnection()
820 final int oldLevel = traceLevel; in setTraceLevel()
830 traceLevel = theLevel; in setTraceLevel()
841 return traceLevel; in getTraceLevel()
885 if (traceLevel >= sendThreshold) { in do_send()
918 if (traceLevel >= ctrlThreshold) { in do_send()
1050 if (traceLevel >= handshakeThreshold) { in doAccept()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/scripts/
H A Dgraph.pl6 my $traceLevel = 3;
53 print STDERR "Found ", scalar( keys %names ), " filename(s)\n" if $traceLevel >= 1;
221 if ($traceLevel >= 3) {
238 print STDERR "${traceIndent}${name} ${number} revisited\n" if $traceLevel >= 3;
250 print STDERR "${traceIndent}${name} ${number} discovering\n" if $traceLevel >= 3;
287 if ($traceLevel >= 1) {
294 print STDERR "Generating .dot file\n" if $traceLevel >= 1;
331 print STDERR "subgraph \"$foldername\"\n" if $traceLevel >= 3;
384 print STDERR "Generating image...\n" if $traceLevel >= 1;
385 my $verbosity = ($traceLevel >= 2) ? "-v" : "";
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/threading/Tasks/
H A DAsyncCausalityTracer.cs190 …internal static void TraceOperationCreation(CausalityTraceLevel traceLevel, int taskId, string ope… in TraceOperationCreation() argument
198 …s_TracerFactory.TraceOperationCreation((WFD.CausalityTraceLevel)traceLevel, s_CausalitySource, s_P… in TraceOperationCreation()
210 …internal static void TraceOperationCompletion(CausalityTraceLevel traceLevel, int taskId, AsyncCau… in TraceOperationCompletion() argument
218 …s_TracerFactory.TraceOperationCompletion((WFD.CausalityTraceLevel)traceLevel, s_CausalitySource, s… in TraceOperationCompletion()
229 …internal static void TraceOperationRelation(CausalityTraceLevel traceLevel, int taskId, CausalityR… in TraceOperationRelation() argument
237 …s_TracerFactory.TraceOperationRelation((WFD.CausalityTraceLevel)traceLevel, s_CausalitySource, s_P… in TraceOperationRelation()
248 …internal static void TraceSynchronousWorkStart(CausalityTraceLevel traceLevel, int taskId, Causali… in TraceSynchronousWorkStart() argument
256 …s_TracerFactory.TraceSynchronousWorkStart((WFD.CausalityTraceLevel)traceLevel, s_CausalitySource, … in TraceSynchronousWorkStart()
267 …internal static void TraceSynchronousWorkCompletion(CausalityTraceLevel traceLevel, CausalitySynch… in TraceSynchronousWorkCompletion() argument
275 …_TracerFactory.TraceSynchronousWorkCompletion((WFD.CausalityTraceLevel)traceLevel, s_CausalitySour… in TraceSynchronousWorkCompletion()
H A DIAsyncCausalityTracerStatics.cs25 …void TraceOperationCreation(CausalityTraceLevel traceLevel, CausalitySource source, Guid platformI… in TraceOperationCreation() argument
26 …void TraceOperationCompletion(CausalityTraceLevel traceLevel, CausalitySource source, Guid platfor… in TraceOperationCompletion() argument
27 …void TraceOperationRelation(CausalityTraceLevel traceLevel, CausalitySource source, Guid platformI… in TraceOperationRelation() argument
28 …void TraceSynchronousWorkStart(CausalityTraceLevel traceLevel, CausalitySource source, Guid platfo… in TraceSynchronousWorkStart() argument
29 …void TraceSynchronousWorkCompletion(CausalityTraceLevel traceLevel, CausalitySource source, Causal… in TraceSynchronousWorkCompletion() argument
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/Internal/Runtime/Augments/
H A DWinRTInterop.cs78 …public abstract void TraceOperationCompletion(CausalityTraceLevel traceLevel, CausalitySource sour… in TraceOperationCompletion() argument
79 …public abstract void TraceOperationCreation(CausalityTraceLevel traceLevel, CausalitySource source… in TraceOperationCreation() argument
80 …public abstract void TraceOperationRelation(CausalityTraceLevel traceLevel, CausalitySource source… in TraceOperationRelation() argument
81 …public abstract void TraceSynchronousWorkCompletion(CausalityTraceLevel traceLevel, CausalitySourc… in TraceSynchronousWorkCompletion() argument
82 …public abstract void TraceSynchronousWorkStart(CausalityTraceLevel traceLevel, CausalitySource sou… in TraceSynchronousWorkStart() argument
/dports/devel/ice37/ice-3.7.2/cpp/src/Ice/
H A DPropertiesAdminI.cpp75 const int traceLevel = _properties->getPropertyAsInt("Ice.Trace.Admin.Properties"); in setProperties() local
123 if(traceLevel > 0 && (!added.empty() || !changed.empty() || !removed.empty())) in setProperties()
135 if(traceLevel > 1) in setProperties()
148 if(traceLevel > 1) in setProperties()
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DPropertiesAdminI.cs59 int traceLevel = _properties.getPropertyAsInt("Ice.Trace.Admin.Properties"); in setProperties()
113 if(traceLevel > 0 && (added.Count > 0 || changed.Count > 0 || removed.Count > 0)) in setProperties()
124 if(traceLevel > 1) in setProperties()
139 if(traceLevel > 1) in setProperties()
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Ice/
H A DPropertiesAdminI.cpp75 const int traceLevel = _properties->getPropertyAsInt("Ice.Trace.Admin.Properties"); in setProperties() local
123 if(traceLevel > 0 && (!added.empty() || !changed.empty() || !removed.empty())) in setProperties()
135 if(traceLevel > 1) in setProperties()
148 if(traceLevel > 1) in setProperties()
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DPropertiesAdminI.cs59 int traceLevel = _properties.getPropertyAsInt("Ice.Trace.Admin.Properties"); in setProperties()
113 if(traceLevel > 0 && (added.Count > 0 || changed.Count > 0 || removed.Count > 0)) in setProperties()
124 if(traceLevel > 1) in setProperties()
139 if(traceLevel > 1) in setProperties()

1234567