Home
last modified time | relevance | path

Searched refs:decision (Results 1 – 25 of 8179) sorted by relevance

12345678910>>...328

/dports/mail/dovecot/dovecot-2.3.17/src/lib-index/
H A Dtest-mail-cache-fields.c12 .decision = MAIL_CACHE_DECISION_NO, in test_mail_cache_fields_read_write()
41 cache_field.decision == priv->field.decision); in test_mail_cache_fields_read_write()
43 cache_field2.decision == priv2->field.decision); in test_mail_cache_fields_read_write()
51 cache_field.decision == priv->field.decision); in test_mail_cache_fields_read_write()
53 cache_field2.decision == priv2->field.decision); in test_mail_cache_fields_read_write()
66 cache_field.decision == priv->field.decision); in test_mail_cache_fields_read_write()
68 cache_field2.decision == priv2->field.decision); in test_mail_cache_fields_read_write()
77 cache_field.decision == priv->field.decision); in test_mail_cache_fields_read_write()
79 cache_field2.decision == priv2->field.decision); in test_mail_cache_fields_read_write()
95 cache_field.decision == priv->field.decision); in test_mail_cache_fields_read_write()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/translate/core/browser/
H A Dtranslate_manager.cc170 MaybeShowOmniboxIcon(decision); in InitiateTranslation()
491 details.decision = decision; in NotifyTranslateInit()
803 return decision; in ComputePossibleOutcomes()
903 decision->PreventShowingUI(); in FilterIsTranslatePossible()
918 decision->PreventShowingUI(); in FilterIsTranslatePossible()
977 decision->PreventShowingUI(); in FilterForUserPrefs()
1012 decision->PreventShowingUI(); in FilterForUserPrefs()
1160 if (decision.can_auto_translate() || decision.can_auto_href_translate()) { in RecordDecisionMetrics()
1162 decision.auto_translate_target != decision.href_translate_target) { in RecordDecisionMetrics()
1212 if (!decision.can_auto_translate() && decision.can_show_ui()) { in RecordDecisionMetrics()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/tool-testsuite/test/org/antlr/v4/test/tool/
H A DTestATNParserPrediction.java53 int decision = 0; in testAorB() local
84 int decision = 0; in testEmptyInput() local
86 checkPredictedAlt(lg, g, decision, "", 2); in testEmptyInput()
146 int decision = 0; in testRuleRefxory() local
180 int decision = 0; in testOptionalRuleChasesGlobalFollow() local
218 int decision = 0; in testLL1Ambig() local
252 int decision = 0; in testLL2Ambig() local
297 int decision = 0; in testRecursiveLeftPrefix() local
356 int decision = 0; in testRecursiveLeftPrefixWithAorABIssue() local
417 int decision = 1; in testContinuePrediction() local
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/reputation/
H A Dreputation_inspect.cc138 return decision; in get_reputation()
145 IPdecision decision; in decision_per_layer() local
256 return decision; in snort_reputation_aux_ip()
321 return decision; in snort_reputation_aux_ip()
326 IPdecision decision; in snort_reputation() local
334 if (BLOCKED_SRC == decision or BLOCKED_DST == decision) in snort_reputation()
377 else if (MONITORED_SRC == decision or MONITORED_DST == decision) in snort_reputation()
392 else if (TRUSTED_SRC == decision or TRUSTED_DST == decision) in snort_reputation()
476 if (BLOCKED_SRC == decision or MONITORED_SRC == decision or TRUSTED_SRC == decision) in populate_trace_data()
480 else if (BLOCKED_DST == decision or MONITORED_DST == decision or TRUSTED_DST == decision) in populate_trace_data()
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/authorization/union/
H A Dunion_test.go31 decision authorizer.Decision member
36 return mock.decision, "", mock.err
226 decision authorizer.Decision
230 decision: authorizer.DecisionNoOpinion,
236 &mockAuthzHandler{decision: authorizer.DecisionDeny},
238 decision: authorizer.DecisionAllow,
243 &mockAuthzHandler{decision: authorizer.DecisionDeny},
246 decision: authorizer.DecisionDeny,
254 decision: authorizer.DecisionDeny,
262 if decision != c.decision {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/authorization/union/
H A Dunion_test.go31 decision authorizer.Decision member
36 return mock.decision, "", mock.err
226 decision authorizer.Decision
230 decision: authorizer.DecisionNoOpinion,
236 &mockAuthzHandler{decision: authorizer.DecisionDeny},
238 decision: authorizer.DecisionAllow,
243 &mockAuthzHandler{decision: authorizer.DecisionDeny},
246 decision: authorizer.DecisionDeny,
254 decision: authorizer.DecisionDeny,
262 if decision != c.decision {
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/pubseq_gateway/server/
H A Dinsdc_utils.cpp89 GetBioseqRecordId(records[decision.index]) + in DecideINSDC()
96 decision.status = CRequestStatus::e200_Ok; in DecideINSDC()
97 decision.index = k; in DecideINSDC()
101 if (decision.status == CRequestStatus::e404_NotFound) { in DecideINSDC()
103 decision.status = CRequestStatus::e200_Ok; in DecideINSDC()
104 decision.index = k; in DecideINSDC()
115 decision.status = CRequestStatus::e200_Ok; in DecideINSDC()
116 decision.index = k; in DecideINSDC()
125 conflict_index_1 = decision.index; in DecideINSDC()
133 decision.status = CRequestStatus::e500_InternalServerError; in DecideINSDC()
[all …]
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_channelpadding.c288 channelpadding_decision_t decision; in test_channelpadding_timers() local
391 channelpadding_decision_t decision; in test_channelpadding_killonehop() local
472 tt_int_op(decision, OP_EQ, CHANNELPADDING_WONTPAD); in test_channelpadding_killonehop()
496 channelpadding_decision_t decision; in test_channelpadding_consensus() local
565 tt_int_op(decision, OP_EQ, CHANNELPADDING_WONTPAD); in test_channelpadding_consensus()
576 tt_int_op(decision, OP_EQ, CHANNELPADDING_WONTPAD); in test_channelpadding_consensus()
642 tt_int_op(decision, OP_EQ, CHANNELPADDING_WONTPAD); in test_channelpadding_consensus()
664 tt_int_op(decision, OP_EQ, CHANNELPADDING_WONTPAD); in test_channelpadding_consensus()
725 channelpadding_decision_t decision; in test_channelpadding_negotiation() local
780 tt_int_op(decision, OP_EQ, CHANNELPADDING_WONTPAD); in test_channelpadding_negotiation()
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_channelpadding.c288 channelpadding_decision_t decision; in test_channelpadding_timers() local
391 channelpadding_decision_t decision; in test_channelpadding_killonehop() local
472 tt_int_op(decision, OP_EQ, CHANNELPADDING_WONTPAD); in test_channelpadding_killonehop()
496 channelpadding_decision_t decision; in test_channelpadding_consensus() local
565 tt_int_op(decision, OP_EQ, CHANNELPADDING_WONTPAD); in test_channelpadding_consensus()
576 tt_int_op(decision, OP_EQ, CHANNELPADDING_WONTPAD); in test_channelpadding_consensus()
642 tt_int_op(decision, OP_EQ, CHANNELPADDING_WONTPAD); in test_channelpadding_consensus()
664 tt_int_op(decision, OP_EQ, CHANNELPADDING_WONTPAD); in test_channelpadding_consensus()
725 channelpadding_decision_t decision; in test_channelpadding_negotiation() local
780 tt_int_op(decision, OP_EQ, CHANNELPADDING_WONTPAD); in test_channelpadding_negotiation()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/test/
H A Dtest_decision.py15 from taskgraph import decision
27 decision.ARTIFACTS_DIR = os.path.join(tmpdir, "artifacts")
28 decision.write_artifact("artifact.json", data)
29 with open(os.path.join(decision.ARTIFACTS_DIR, "artifact.json")) as f:
34 decision.ARTIFACTS_DIR = "artifacts"
40 decision.ARTIFACTS_DIR = os.path.join(tmpdir, "artifacts")
41 decision.write_artifact("artifact.yml", data)
46 decision.ARTIFACTS_DIR = "artifacts"
125 self.assertEqual(decision.try_syntax_from_message(""), "")
128 self.assertEqual(decision.try_syntax_from_message("abc | def"), "")
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/test/
H A Dtest_decision.py16 from taskgraph import decision
28 decision.ARTIFACTS_DIR = os.path.join(tmpdir, "artifacts")
29 decision.write_artifact("artifact.json", data)
30 with open(os.path.join(decision.ARTIFACTS_DIR, "artifact.json")) as f:
35 decision.ARTIFACTS_DIR = 'artifacts'
41 decision.ARTIFACTS_DIR = os.path.join(tmpdir, "artifacts")
42 decision.write_artifact("artifact.yml", data)
48 decision.ARTIFACTS_DIR = 'artifacts'
113 self.assertEqual(decision.try_syntax_from_message(''), '')
116 self.assertEqual(decision.try_syntax_from_message('abc | def'), '')
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/test/
H A Dtest_decision.py15 from taskgraph import decision
27 decision.ARTIFACTS_DIR = os.path.join(tmpdir, "artifacts")
28 decision.write_artifact("artifact.json", data)
29 with open(os.path.join(decision.ARTIFACTS_DIR, "artifact.json")) as f:
34 decision.ARTIFACTS_DIR = "artifacts"
40 decision.ARTIFACTS_DIR = os.path.join(tmpdir, "artifacts")
41 decision.write_artifact("artifact.yml", data)
46 decision.ARTIFACTS_DIR = "artifacts"
125 self.assertEqual(decision.try_syntax_from_message(""), "")
128 self.assertEqual(decision.try_syntax_from_message("abc | def"), "")
[all …]
/dports/www/erlang-webmachine/webmachine-1.10.9/src/
H A Dwebmachine_decision_core.erl184 decision(v3b9) -> function
209 decision(v3b8) -> function
221 decision(v3b7) -> function
224 decision(v3b6) -> function
227 decision(v3b5) -> function
230 decision(v3b4) -> function
233 decision(v3b3) -> function
243 decision(v3c3) -> function
253 decision(v3c4) -> function
264 decision(v3d4) -> function
[all …]
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/test/
H A Dtest_decision.py17 from gecko_taskgraph import decision
34 decision.ARTIFACTS_DIR = os.path.join(tmpdir, "artifacts")
35 decision.write_artifact("artifact.json", data)
36 with open(os.path.join(decision.ARTIFACTS_DIR, "artifact.json")) as f:
41 decision.ARTIFACTS_DIR = "artifacts"
47 decision.ARTIFACTS_DIR = os.path.join(tmpdir, "artifacts")
48 decision.write_artifact("artifact.yml", data)
53 decision.ARTIFACTS_DIR = "artifacts"
134 self.assertEqual(decision.try_syntax_from_message(""), "")
137 self.assertEqual(decision.try_syntax_from_message("abc | def"), "")
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/test/
H A Dtest_decision.py17 from taskgraph import decision
30 decision.ARTIFACTS_DIR = os.path.join(tmpdir, "artifacts")
31 decision.write_artifact("artifact.json", data)
32 with open(os.path.join(decision.ARTIFACTS_DIR, "artifact.json")) as f:
37 decision.ARTIFACTS_DIR = 'artifacts'
43 decision.ARTIFACTS_DIR = os.path.join(tmpdir, "artifacts")
44 decision.write_artifact("artifact.yml", data)
49 decision.ARTIFACTS_DIR = 'artifacts'
129 self.assertEqual(decision.try_syntax_from_message(''), '')
132 self.assertEqual(decision.try_syntax_from_message('abc | def'), '')
[all …]
/dports/math/cvc4/CVC4-1.7/src/options/
H A Ddecision_options.toml7 smt_name = "decision-mode"
9 long = "decision=MODE"
10 type = "decision::DecisionMode"
11 default = "decision::DECISION_STRATEGY_INTERNAL"
14 help = "choose decision mode, see --decision=help"
24 long = "decision-threshold=N"
25 type = "decision::DecisionWeight"
34 long = "decision-use-weight"
43 long = "decision-random-weight=N"
52 long = "decision-weight-internal=HOW"
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/power/auto_screen_brightness/
H A Dadapter.cc560 return decision; in CanAdjustBrightness()
572 return decision; in CanAdjustBrightness()
578 return decision; in CanAdjustBrightness()
585 return decision; in CanAdjustBrightness()
601 return decision; in CanAdjustBrightness()
611 return decision; in CanAdjustBrightness()
617 return decision; in CanAdjustBrightness()
628 return decision; in CanAdjustBrightness()
645 return decision; in CanAdjustBrightness()
657 return decision; in CanAdjustBrightness()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_recover.erl213 note_decision(D#decision.tid, filter_outcome(D#decision.outcome)),
220 OldD = decision(D#decision.tid),
417 Tid = D#decision.tid,
515 OldD = decision(Tid),
740 OldD = decision(NewD#decision.tid),
758 case decision(Tid) of
913 decision(Tid) -> function
930 decision(Tid, Tabs)
932 decision(_Tid, []) -> function
971 record(D, decision) ->
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_recover.erl213 note_decision(D#decision.tid, filter_outcome(D#decision.outcome)),
220 OldD = decision(D#decision.tid),
417 Tid = D#decision.tid,
515 OldD = decision(Tid),
740 OldD = decision(NewD#decision.tid),
758 case decision(Tid) of
913 decision(Tid) -> function
930 decision(Tid, Tabs)
932 decision(_Tid, []) -> function
971 record(D, decision) ->
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_recover.erl213 note_decision(D#decision.tid, filter_outcome(D#decision.outcome)),
220 OldD = decision(D#decision.tid),
417 Tid = D#decision.tid,
515 OldD = decision(Tid),
740 OldD = decision(NewD#decision.tid),
758 case decision(Tid) of
913 decision(Tid) -> function
930 decision(Tid, Tabs)
932 decision(_Tid, []) -> function
971 record(D, decision) ->
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_recover.erl213 note_decision(D#decision.tid, filter_outcome(D#decision.outcome)),
220 OldD = decision(D#decision.tid),
417 Tid = D#decision.tid,
515 OldD = decision(Tid),
740 OldD = decision(NewD#decision.tid),
758 case decision(Tid) of
913 decision(Tid) -> function
930 decision(Tid, Tabs)
932 decision(_Tid, []) -> function
971 record(D, decision) ->
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_recover.erl213 note_decision(D#decision.tid, filter_outcome(D#decision.outcome)),
220 OldD = decision(D#decision.tid),
417 Tid = D#decision.tid,
515 OldD = decision(Tid),
740 OldD = decision(NewD#decision.tid),
758 case decision(Tid) of
913 decision(Tid) -> function
930 decision(Tid, Tabs)
932 decision(_Tid, []) -> function
971 record(D, decision) ->
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_recover.erl213 note_decision(D#decision.tid, filter_outcome(D#decision.outcome)),
220 OldD = decision(D#decision.tid),
417 Tid = D#decision.tid,
515 OldD = decision(Tid),
740 OldD = decision(NewD#decision.tid),
758 case decision(Tid) of
913 decision(Tid) -> function
930 decision(Tid, Tabs)
932 decision(_Tid, []) -> function
971 record(D, decision) ->
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_recover.erl213 note_decision(D#decision.tid, filter_outcome(D#decision.outcome)),
220 OldD = decision(D#decision.tid),
417 Tid = D#decision.tid,
515 OldD = decision(Tid),
740 OldD = decision(NewD#decision.tid),
758 case decision(Tid) of
913 decision(Tid) -> function
930 decision(Tid, Tabs)
932 decision(_Tid, []) -> function
971 record(D, decision) ->
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/
H A DProfilingATNSimulator.cs60 this.currentDecision = decision; in AdaptivePredict()
65 decisions[decision].invocations++; in AdaptivePredict()
68 decisions[decision].SLL_TotalLook += SLL_k; in AdaptivePredict()
69 …decisions[decision].SLL_MinLook = decisions[decision].SLL_MinLook == 0 ? SLL_k : Math.Min(decision… in AdaptivePredict()
72 decisions[decision].SLL_MaxLook = SLL_k; in AdaptivePredict()
73 decisions[decision].SLL_MaxLookEvent = in AdaptivePredict()
80 decisions[decision].LL_TotalLook += LL_k; in AdaptivePredict()
81 …decisions[decision].LL_MinLook = decisions[decision].LL_MinLook == 0 ? LL_k : Math.Min(decisions[d… in AdaptivePredict()
82 if (LL_k > decisions[decision].LL_MaxLook) in AdaptivePredict()
84 decisions[decision].LL_MaxLook = LL_k; in AdaptivePredict()
[all …]

12345678910>>...328