Home
last modified time | relevance | path

Searched refs:_policy (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/dports/audio/ampache/ampache-php74-5.0.0/vendor/cboden/ratchet/tests/unit/Server/
H A DFlashPolicyComponentTest.php10 protected $_policy; variable in Ratchet\\Application\\Server\\FlashPolicyTest
13 $this->_policy = new FlashPolicy();
17 $this->_policy->setSiteControl('all');
26 $this->_policy->renderPolicy();
31 $this->_policy->setSiteControl('all');
33 $this->_policy->renderPolicy();
122 $this->_policy->setSiteControl('nope');
133 $this->_policy->addAllowedAccess('*', '*');
138 $this->_policy->onMessage($conn, ' ');
144 $this->_policy->onOpen($conn);
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/plugins/cache_promote/
H A Dconfigs.cc43 _manager->releasePolicy(_policy); in ~PromotionConfig()
57 _policy = new ChancePolicy(); in factory()
59 _policy = new LRUPolicy(); in factory()
64 if (_policy) { in factory()
72 if (_policy && _policy->stats_add(optarg)) { in factory()
73 _policy->stats_enabled = true; in factory()
78 if (_policy) { in factory()
81 _policy->setSample(optarg); in factory()
85 delete _policy; in factory()
86 _policy = nullptr; in factory()
[all …]
/dports/devel/py-pylibsrtp/pylibsrtp-0.6.7/src/pylibsrtp/
H A D__init__.py91 return self._policy.allow_repeat_tx == 1
110 self._policy.key = ffi.NULL
117 self._policy.key = self.__cdata
124 return self._policy.ssrc.type
128 self._policy.ssrc.type = ssrc_type
135 return self._policy.ssrc.value
139 self._policy.ssrc.value = ssrc_value
146 return self._policy.window_size
150 self._policy.window_size = window_size
165 _policy = ffi.NULL
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jfr/utilities/
H A DjfrEpochQueue.inline.hpp34 JfrEpochQueue<ElementPolicy>::JfrEpochQueue() : _policy(), _storage(NULL) {} in JfrEpochQueue()
51 assert(_policy.element_size(t) == element_size, "invariant"); in storage_for_element()
53 BufferPtr buffer = _policy.thread_local_storage(thread); in storage_for_element()
56 _policy.set_thread_local_storage(buffer, thread); in storage_for_element()
60 _policy.set_thread_local_storage(buffer, thread); in storage_for_element()
63 assert(_policy.thread_local_storage(thread) == buffer, "invariant"); in storage_for_element()
70 static size_t element_size = _policy.element_size(t); in enqueue()
73 _policy.store_element(t, buffer); in enqueue()
80 _callback(callback),_policy(policy) {} in ElementDispatch()
86 return _policy(element, _callback, previous_epoch); in operator ()()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jfr/utilities/
H A DjfrEpochQueue.inline.hpp35 JfrEpochQueue<ElementPolicy>::JfrEpochQueue() : _policy(), _storage(NULL) {} in JfrEpochQueue()
52 assert(_policy.element_size(t) == element_size, "invariant"); in storage_for_element()
54 BufferPtr buffer = _policy.thread_local_storage(thread); in storage_for_element()
57 _policy.set_thread_local_storage(buffer, thread); in storage_for_element()
61 _policy.set_thread_local_storage(buffer, thread); in storage_for_element()
64 assert(_policy.thread_local_storage(thread) == buffer, "invariant"); in storage_for_element()
71 size_t element_size = _policy.element_size(t); in enqueue()
74 _policy.store_element(t, buffer); in enqueue()
81 _callback(callback),_policy(policy) {} in ElementDispatch()
87 return _policy(element, _callback, previous_epoch); in operator ()()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jfr/utilities/
H A DjfrEpochQueue.inline.hpp34 JfrEpochQueue<ElementPolicy>::JfrEpochQueue() : _policy(), _storage(NULL) {} in JfrEpochQueue()
51 assert(_policy.element_size(t) == element_size, "invariant"); in storage_for_element()
53 BufferPtr buffer = _policy.thread_local_storage(thread); in storage_for_element()
56 _policy.set_thread_local_storage(buffer, thread); in storage_for_element()
60 _policy.set_thread_local_storage(buffer, thread); in storage_for_element()
63 assert(_policy.thread_local_storage(thread) == buffer, "invariant"); in storage_for_element()
70 static size_t element_size = _policy.element_size(t); in enqueue()
73 _policy.store_element(t, buffer); in enqueue()
80 _callback(callback),_policy(policy) {} in ElementDispatch()
86 return _policy(element, _callback, previous_epoch); in operator ()()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbrpc/
H A DReplicationPolicy.cpp140 _count(count),_attribKey(attribKey),_policy(policy) in PolicyAcross()
211 …-10s => %s\n", validMap.size(), _count, _attribKey.c_str(), _policy->name().c_str(), _policy->info… in validate()
224 if (_policy->validate(itValid.second, fromServers)) { in validate()
229 fromServers->valueText(itValid.first).c_str(), _policy->name().c_str(), in validate()
230 _policy->info().c_str()); in validate()
281 …cy: %-10s => %s\n", alsoServers.size(), _attribKey.c_str(), _policy->name().c_str(), _policy->info… in selectReplicas()
299 if (_policy->selectReplicas(_selected, alsoServers, _newResults)) in selectReplicas()
368 …ount:%3d of%3d\n", fromServers->size(), _attribKey.c_str(), _policy->name().c_str(), _policy->info… in selectReplicas()
391 if (_policy->selectReplicas(_selected, emptyEntryArray, results)) in selectReplicas()
396 fromServers->valueText(value.get()).c_str(), _policy->name().c_str(), in selectReplicas()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahPhaseTimings.cpp43 ShenandoahPhaseTimings::ShenandoahPhaseTimings() : _policy(NULL) { in ShenandoahPhaseTimings()
47 _policy = ShenandoahHeap::heap()->shenandoah_policy(); in ShenandoahPhaseTimings()
48 assert(_policy != NULL, "Can not be NULL"); in ShenandoahPhaseTimings()
56 assert(_policy != NULL, "Not yet initialized"); in record_phase_end()
59 if (!_policy->is_at_shutdown()) { in record_phase_end()
66 assert(_policy != NULL, "Not yet initialized"); in record_phase_time()
67 if (!_policy->is_at_shutdown()) { in record_phase_time()
79 if (_policy->is_at_shutdown()) { in record_workers_end()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shenandoah/
H A DshenandoahPhaseTimings.cpp43 ShenandoahPhaseTimings::ShenandoahPhaseTimings() : _policy(NULL) { in ShenandoahPhaseTimings()
47 _policy = ShenandoahHeap::heap()->shenandoah_policy(); in ShenandoahPhaseTimings()
48 assert(_policy != NULL, "Can not be NULL"); in ShenandoahPhaseTimings()
56 assert(_policy != NULL, "Not yet initialized"); in record_phase_end()
59 if (!_policy->is_at_shutdown()) { in record_phase_end()
66 assert(_policy != NULL, "Not yet initialized"); in record_phase_time()
67 if (!_policy->is_at_shutdown()) { in record_phase_time()
79 if (_policy->is_at_shutdown()) { in record_workers_end()
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_e2e_policy/
H A DREADME.markdown19 …e2e\_policy\_chat `"optional"` Policy for chat messages. Possible values: `…
20 …e2e\_policy\_muc `"optional"` Policy for MUC messages. Possible values: `"…
21 …e2e\_policy\_whitelist `{ }` Make this module ignore messages sent to and…
22 …e2e\_policy\_message\_optional\_chat `""` Set a custom warning message for chat messag…
23 …e2e\_policy\_message\_required\_chat `""` Set a custom error message for chat messages.
24 …e2e\_policy\_message\_optional\_muc `""` Set a custom warning message for MUC message…
25 e2e\_policy\_message\_required\_muc `""` Set a custom error message for MUC messages.
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/
H A Dhoward_mmc.h188 typename Digraph::template NodeMap<Arc> _policy;
414 _cycle_path->addBack(_policy[_best_node]);
416 (v = _gr.target(_policy[v])) != _best_node; ) {
417 _cycle_path->addBack(_policy[v]);
543 _policy[u] = e;
562 for (; _level[u] < 0; u = _gr.target(_policy[u])) {
567 ccost = _cost[_policy[u]];
570 ccost += _cost[_policy[v]];
602 if (_policy[u] == e && !_reached[u]) {
620 _policy[u] = e;
[all …]
/dports/math/lemon/lemon-1.3.1/lemon/
H A Dhoward_mmc.h188 typename Digraph::template NodeMap<Arc> _policy;
414 _cycle_path->addBack(_policy[_best_node]);
416 (v = _gr.target(_policy[v])) != _best_node; ) {
417 _cycle_path->addBack(_policy[v]);
543 _policy[u] = e;
562 for (; _level[u] < 0; u = _gr.target(_policy[u])) {
567 ccost = _cost[_policy[u]];
570 ccost += _cost[_policy[v]];
602 if (_policy[u] == e && !_reached[u]) {
620 _policy[u] = e;
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/
H A Dhoward_mmc.h188 typename Digraph::template NodeMap<Arc> _policy;
414 _cycle_path->addBack(_policy[_best_node]);
416 (v = _gr.target(_policy[v])) != _best_node; ) {
417 _cycle_path->addBack(_policy[v]);
543 _policy[u] = e;
562 for (; _level[u] < 0; u = _gr.target(_policy[u])) {
567 ccost = _cost[_policy[u]];
570 ccost += _cost[_policy[v]];
602 if (_policy[u] == e && !_reached[u]) {
620 _policy[u] = e;
[all …]
/dports/devel/libunwind/libunwind-1.5.0/doc/
H A Dunw_set_caching_policy.tex8 …me}{3}{unw\_set\_caching\_policy}{David Mosberger-Tang}{Programming Library}{unw\_set\_caching\_po…
15 \Type{int} \Func{unw\_set\_caching\_policy}(\Type{unw\_addr\_space\_t} \Var{as}, \Type{unw\_caching…
19 The \Func{unw\_set\_caching\_policy}() routine sets the caching policy
50 On successful completion, \Func{unw\_set\_caching\_policy}() returns 0.
56 \Func{unw\_set\_caching\_policy}() is thread-safe but \emph{not} safe
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/
H A Dplan_yield_policy.h102 switch (_policy) { in canReleaseLocksDuringExecution()
123 switch (_policy) { in canAutoYield()
138 return _policy; in getPolicy()
142 const PlanExecutor::YieldPolicy _policy;
H A Dplan_yield_policy.cpp47 : _policy(exec->getOpCtx()->lockState()->isGlobalLockedRecursively() ? PlanExecutor::NO_YIELD in PlanYieldPolicy()
57 : _policy(policy), in PlanYieldPolicy()
110 if (_policy == PlanExecutor::YIELD_AUTO) { in yield()
123 if (_policy == PlanExecutor::WRITE_CONFLICT_RETRY_ONLY) { in yield()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/rfnoc/
H A Dctrlport_endpoint.cpp68 auto timeout_time = start_timeout(_policy.timeout); in poke32()
73 if (ack || _policy.force_acks) { in poke32()
125 start_timeout(check_timed_in_queue() ? MASSIVE_TIMEOUT : _policy.timeout); in peek32()
177 start_timeout(check_timed_in_queue() ? MASSIVE_TIMEOUT : _policy.timeout); in poll32()
186 if (ack || _policy.force_acks) { in poll32()
205 if (ack || _policy.force_acks) { in sleep()
226 _policy.timeout = args.cast<double>("timeout", DEFAULT_TIMEOUT); in set_policy()
227 _policy.force_acks = DEFAULT_FORCE_ACKS; in set_policy()
317 return _policy.timeout; in handle_recv()
436 _handle_send(tx_ctrl, _policy.timeout); in send_request_packet()
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DAsync.cpp96 _policy = POLICY_ACCUMULATE; in AsyncLOD()
116 _policy = value; in setPolicy()
122 return _policy; in getPolicy()
256 if (_policy == POLICY_ACCUMULATE || _policy == POLICY_INDEPENDENT) in traverse()
270 if (_policy == POLICY_INDEPENDENT) in traverse()
280 if (lastNeedyChild != NULL && _policy != POLICY_INDEPENDENT) in traverse()
287 if (lastHealthyChild != NULL && _policy == POLICY_REPLACE) in traverse()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.MetadataTransform/src/ILCompiler/Metadata/
H A DTransform.Type.cs77 if (_policy.GeneratesMetadata(metadataType)) in HandleType()
79 Debug.Assert(!_policy.IsBlocked(metadataType)); in HandleType()
205 …parentReferenceRecord.ParentNamespaceOrType = HandleNamespaceReference(_policy.GetModuleOfType(con… in GetNestedReferenceParent()
221 …record.ParentNamespaceOrType = HandleNamespaceReference(_policy.GetModuleOfType(entity), entity.Na… in InitializeTypeRef()
239 …HandleNamespaceDefinition(_policy.GetModuleOfType(containingType), entity.ContainingType.Namespace… in InitializeTypeDef()
244 …var namespaceDefinition = HandleNamespaceDefinition(_policy.GetModuleOfType(entity), entity.Namesp… in InitializeTypeDef()
278 if (_policy.GeneratesMetadata(field)) in InitializeTypeDef()
286 if (_policy.GeneratesMetadata(method)) in InitializeTypeDef()
324 if (_policy.IsBlocked(methodBody)) in InitializeTypeDef()
328 if (_policy.IsBlocked(methodDecl.GetTypicalMethodDefinition())) in InitializeTypeDef()
/dports/devel/py-oci/oci-2.53.1/src/oci/cloud_guard/models/
H A Dpolicy_summary.py34 self._policy = None
46 return self._policy
58 self._policy = policy
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1CollectionSet.cpp42 return _policy->phase_times(); in phase_times()
50 return _policy->predict_region_elapsed_time_ms(hr, collector_state()->in_young_only_phase()); in predict_region_elapsed_time_ms()
55 _policy(policy), in G1CollectionSet()
364 size_t pending_cards = _policy->pending_cards(); in finalize_young_part()
365 double base_time_ms = _policy->predict_base_elapsed_time_ms(pending_cards); in finalize_young_part()
416 const uint min_old_cset_length = _policy->calc_min_old_cset_length(); in finalize_old_part()
417 const uint max_old_cset_length = _policy->calc_max_old_cset_length(); in finalize_old_part()
420 bool check_time_remaining = _policy->adaptive_young_list_length(); in finalize_old_part()
434 double reclaimable_percent = _policy->reclaimable_bytes_percent(reclaimable_bytes); in finalize_old_part()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1CollectionSet.cpp42 return _policy->phase_times(); in phase_times()
50 return _policy->predict_region_elapsed_time_ms(hr, collector_state()->in_young_only_phase()); in predict_region_elapsed_time_ms()
55 _policy(policy), in G1CollectionSet()
364 size_t pending_cards = _policy->pending_cards(); in finalize_young_part()
365 double base_time_ms = _policy->predict_base_elapsed_time_ms(pending_cards); in finalize_young_part()
416 const uint min_old_cset_length = _policy->calc_min_old_cset_length(); in finalize_old_part()
417 const uint max_old_cset_length = _policy->calc_max_old_cset_length(); in finalize_old_part()
420 bool check_time_remaining = _policy->adaptive_young_list_length(); in finalize_old_part()
434 double reclaimable_percent = _policy->reclaimable_bytes_percent(reclaimable_bytes); in finalize_old_part()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/prefetch/
H A Dfetch.cc137 delete _policy; in ~BgFetchState()
231 if (nullptr != _policy) { in init()
232 setMetric(FETCH_POLICY_MAXSIZE, _policy->getMaxSize()); in init()
247 if (nullptr != _policy) { in acquire()
249 permitted = _policy->acquire(url); in acquire()
259 if (nullptr != _policy) { in acquire()
260 setMetric(FETCH_POLICY_SIZE, _policy->getSize()); in acquire()
270 if (nullptr != _policy) { in release()
272 ret &= _policy->release(url); in release()
276 if (nullptr != _policy) { in release()
[all …]
/dports/devel/py-oci/oci-2.53.1/src/oci/core/models/
H A Dmeasured_boot_report_measurements.py40 self._policy = None
53 return self._policy
65 self._policy = policy
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_crl/crl/winapi/
H A Dcrl_winapi_dll.h29 , _policy(policy) { in dll()
49 if (_handle && _policy == own_policy::owner) { in ~dll()
60 own_policy _policy = own_policy::use_existing; variable

12345678910>>...17