Home
last modified time | relevance | path

Searched refs:Suppressed (Results 1 – 25 of 1430) sorted by relevance

12345678910>>...58

/dports/devel/matreshka/matreshka-0.7.0/testsuite/xml/
H A Dxmlconf_test.adb74 Suppressed : Natural; variable
131 Suppressed :=
132 Handler.Results (Valid).Suppressed
133 + Handler.Results (Invalid).Suppressed
134 + Handler.Results (Not_Wellformed).Suppressed
135 + Handler.Results (Error).Suppressed;
148 Put (Handler.Results (Valid).Suppressed, 7);
184 Put (Handler.Results (Error).Suppressed, 7);
207 (Handler.Results (Valid).Suppressed
208 + Handler.Results (Invalid).Suppressed
[all …]
H A Dxmlconf-testsuite_handlers.ads62 Suppressed : Natural := 0; component
86 Suppressed : Universal_String_Sets.Set; variable
/dports/science/cdk/cdk-cdk-2.3/tool/hash/src/main/java/org/openscience/cdk/hash/
H A DAtomSuppression.java49 abstract Suppressed suppress(IAtomContainer container); in suppress()
55 Suppressed suppress(IAtomContainer container) { in suppress()
56 return Suppressed.none(); in suppress()
68 Suppressed suppress(IAtomContainer container) { in suppress()
74 return Suppressed.fromBitSet(hydrogens); in suppress()
83 Suppressed suppress(IAtomContainer container) { in suppress()
89 return Suppressed.fromBitSet(hydrogens); in suppress()
H A DSuppressed.java37 abstract class Suppressed { class
62 private static final class Empty extends Suppressed {
87 private static final class SuppressedBitSet extends Suppressed {
134 static Suppressed none() { in none()
144 static Suppressed fromBitSet(BitSet set) { in fromBitSet()
H A DSuppressedAtomHashGenerator.java117 Suppressed suppressed = suppression.suppress(container); in generate()
131 long[] generate(long[] current, StereoEncoder encoder, int[][] graph, Suppressed suppressed) { in generate()
190 …long next(int[][] graph, int v, long[] current, long[] unique, long[] included, Suppressed suppres… in next()
/dports/net/traefik/traefik-2.6.1/vendor/github.com/instana/go-sensor/
H A Dspan_context.go41 Suppressed bool member
78 c.Suppressed = parent.Suppressed
118 … sc.TraceIDHi == 0 && sc.TraceID == 0 && sc.SpanID == 0 && sc.W3CContext.IsZero() && !sc.Suppressed
130 restored.Suppressed = parent.Suppressed
149 Suppressed: parent.Suppressed,
183 …c.TraceIDHi, c.TraceID, c.SpanID, c.Suppressed = traceIDHi, traceIDLo, parentID, !trCtx.Parent().F…
218 Suppressed: sc.Suppressed,
238 Sampled: !c.Suppressed,
H A Dpropagation.go87 if !sc.Suppressed {
160 spanContext.Suppressed = suppressed
161 if !spanContext.Suppressed {
189 if !spanContext.Suppressed &&
221 Sampled: !sc.Suppressed,
230 p.Flags.Sampled = !sc.Suppressed
235 if !sc.Suppressed {
342 if sc.Suppressed {
/dports/science/cdk/cdk-cdk-2.3/tool/hash/src/test/java/org/openscience/cdk/hash/
H A DSuppressedAtomHashGeneratorTest.java74 Suppressed.none()), is(new long[]{1L, 1L, 1L})); in testGenerate_ZeroDepth()
82 Suppressed.fromBitSet(suppressed)), is(new long[]{0L, 1L, 0L})); in testGenerate_ZeroDepth()
96 Suppressed.none()), is(new long[]{expected, expected, expected})); in testGenerate_Disconnected()
101 Suppressed.fromBitSet(suppressed)), is(new long[]{expected, 0L, expected})); in testGenerate_Disconnected()
126 Suppressed.none()), is(second)); in testGenerate_Simple()
139 Suppressed.fromBitSet(suppressed)), is(second)); in testGenerate_Simple()
161 long value = generator.next(graph, 0, invs, unique, rotated, Suppressed.none()); in testRotation()
173 … long value = generator.next(graph, 0, invs, unique, rotated, Suppressed.fromBitSet(suppressed)); in testRotation()
186 … long value = generator.next(graph, 0, invs, unique, rotated, Suppressed.fromBitSet(suppressed)); in testRotation()
H A DSuppressedTest.java42 Suppressed suppressed = Suppressed.none(); in none()
57 Suppressed suppressed = Suppressed.fromBitSet(set); in bitset()
H A DAtomSuppressionTest.java47 Suppressed suppressed = suppression.suppress(container); in unsuppressed()
73 Suppressed suppressed = suppression.suppress(container); in anyHydrogens()
96 Suppressed suppressed = suppression.suppress(container); in anyPseudos()
H A DBasicAtomHashGeneratorTest.java71 Suppressed.none()), is(new long[]{1L, 1L, 1L})); in testGenerate_ZeroDepth()
84 Suppressed.none()), is(new long[]{expected, expected, expected})); in testGenerate_Disconnected()
106 Suppressed.none()), is(second)); in testGenerate_Simple()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dbld-io.adb44 Suppressed : Boolean := False; component
102 Lines (1).Suppressed := False;
144 if not Lines (J).Suppressed then
162 Lines (1).Suppressed := False;
210 Lines (Current).Suppressed := False;
277 Lines (Pos.Value).Suppressed := True;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dbld-io.adb44 Suppressed : Boolean := False; component
102 Lines (1).Suppressed := False;
144 if not Lines (J).Suppressed then
162 Lines (1).Suppressed := False;
210 Lines (Current).Suppressed := False;
277 Lines (Pos.Value).Suppressed := True;
/dports/www/osrm-backend/osrm-backend-5.26.0/src/engine/guidance/
H A Dcollapse_scenario_detection.cpp204 (hasTurnType(*step_leaving_intersection, TurnType::Suppressed) && in isNameOszillation()
236 !hasTurnType(*step_leaving_intersection, TurnType::Suppressed); in maneuverPreceededByNameChange()
250 hasTurnType(*step_entering_intersection, TurnType::Suppressed) && in maneuverPreceededBySuppressedDirection()
255 !hasTurnType(*step_leaving_intersection, TurnType::Suppressed); in maneuverPreceededBySuppressedDirection()
287 hasTurnType(*step_at_center_of_intersection, TurnType::Suppressed) && in suppressedStraightBetweenTurns()
317 !hasTurnType(*step_entering_intersection, TurnType::Suppressed); in maneuverSucceededByNameChange()
344 hasTurnType(*step_leaving_intersection, TurnType::Suppressed) && in maneuverSucceededBySuppressedDirection()
348 !hasTurnType(*step_entering_intersection, TurnType::Suppressed); in maneuverSucceededBySuppressedDirection()
364 const auto correct_types = hasTurnType(*step_entering_intersection, TurnType::Suppressed) && in nameChangeImmediatelyAfterSuppressed()
381 hasTurnType(*step_leaving_intersection, TurnType::Suppressed); in closeChoicelessTurnAfterTurn()
H A Dcollapse_turns.cpp216 hasTurnType(step_at_turn_location, TurnType::Suppressed); in operator ()()
221 if (hasTurnType(step_at_turn_location, TurnType::Suppressed)) in operator ()()
236 hasTurnType(transfer_from_step, TurnType::Suppressed) && in operator ()()
247 !hasTurnType(transfer_from_step, TurnType::Suppressed) && in operator ()()
288 haveSameName(step_prior_to_intersection, transfer_from_step) ? TurnType::Suppressed in operator ()()
325 hasTurnType(step, TurnType::Suppressed) || hasTurnType(step, TurnType::Turn)) && in operator ()()
333 hasTurnType(step, TurnType::NewName) || hasTurnType(step, TurnType::Suppressed)); in operator ()()
356 ? TurnType::Suppressed in operator ()()
366 ? TurnType::Suppressed in operator ()()
H A Dlane_processing.cpp97 if (previous_inst.type == TurnType::Suppressed) in anticipateLaneChange()
194 if (previous_inst.type == TurnType::Suppressed && in anticipateLaneChange()
195 current_inst.type == TurnType::Suppressed && previous.mode == current.mode && in anticipateLaneChange()
H A Dverbosity_reduction.cpp29 const auto is_silent = !hasTurnType(step) || hasTurnType(step, TurnType::Suppressed); in suppressShortNameSegments()
72 !hasTurnType(*current_turn_itr, TurnType::Suppressed)); in suppressShortNameSegments()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/ui/app/src/Data/
H A DAlertStatus.elm31 | Suppressed constructor
64 Decode.succeed Suppressed
80 Suppressed ->
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/ui/app/src/Data/
H A DAlertStatus.elm31 | Suppressed constructor
64 Decode.succeed Suppressed
80 Suppressed ->
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/ui/app/src/Data/
H A DAlertStatus.elm31 | Suppressed constructor
64 Decode.succeed Suppressed
80 Suppressed ->
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/OpenBveAts/
H A DAtsSx.cs15 Suppressed = 1, enumerator
79 this.State = mode == InitializationModes.OffEmergency ? States.Suppressed : States.Normal; in Initialize()
87 if (this.State == States.Suppressed) { in Elapse()
103 if (this.State != States.Disabled & this.State != States.Suppressed) { in Elapse()
H A DAtc.cs17 Suppressed = 1, enumerator
257 this.State = States.Suppressed; in Initialize()
274 if (this.State == States.Suppressed) { in Elapse()
284 if (this.State != States.Disabled & this.State != States.Suppressed) { in Elapse()
346 if (this.State != States.Disabled & this.State != States.Suppressed) { in Elapse()
H A DAtsP.cs16 Suppressed = 1, enumerator
318 this.State = States.Suppressed; in Initialize()
334 if (this.State == States.Suppressed) { in Elapse()
363 if (this.State != States.Disabled & this.State != States.Suppressed) { in Elapse()
413 if (this.State != States.Disabled & this.State != States.Suppressed) { in Elapse()
425 …if (this.State != States.Disabled & this.State != States.Suppressed & this.State != States.Standby… in Elapse()
505 …if (this.State != States.Disabled & this.State != States.Suppressed & this.State != States.Initial… in SetBeacon()
/dports/games/ags/ags_linux_v.3.4.4.1/Common/debug/
H A Ddebugmanager.cpp145 _outputs[id].Suppressed = false; in RegisterOutput()
192 if (!handler || !out.Target->IsEnabled() || out.Suppressed) in SendMessage()
199 out.Suppressed = true; in SendMessage()
201 out.Suppressed = false; in SendMessage()
/dports/www/osrm-backend/osrm-backend-5.26.0/src/guidance/
H A Dintersection_handler.cpp169 return {in_mode == out_mode ? TurnType::Suppressed : TurnType::Notification, in getInstructionForObvious()
210 : TurnType::Suppressed, in getInstructionForObvious()
221 return {TurnType::Suppressed, getTurnDirection(road.angle)}; in getInstructionForObvious()
248 same_mode_left ? TurnType::Suppressed : TurnType::Notification; in assignFork()
250 same_mode_right ? TurnType::Suppressed : TurnType::Notification; in assignFork()
372 return in_mode == out_mode ? TurnType::Suppressed : TurnType::Notification; in assignFork()

12345678910>>...58