Home
last modified time | relevance | path

Searched refs:POLICY_NONE (Results 1 – 18 of 18) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/include/uhd/types/
H A Dtune_request.hpp47 POLICY_NONE = int('N'), enumerator
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/types/
H A Dtune_python.hpp21 .value("none", tune_request_t::POLICY_NONE) in export_tune()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/cast_channel/
H A Dcast_auth_util.h53 enum PolicyType { POLICY_NONE = 0, POLICY_AUDIO_ONLY = 1 << 0 }; enumerator
H A Dcast_auth_util.cc244 : error_type(ERROR_NONE), channel_policies(POLICY_NONE) {} in AuthResult()
453 success.channel_policies = AuthResult::POLICY_NONE; in VerifyCredentialsImpl()
H A Dcast_auth_util_unittest.cc81 EXPECT_EQ(static_cast<unsigned>(AuthResult::POLICY_NONE), in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cast_channel/
H A Dcast_auth_util.h53 enum PolicyType { POLICY_NONE = 0, POLICY_AUDIO_ONLY = 1 << 0 }; enumerator
H A Dcast_auth_util.cc244 : error_type(ERROR_NONE), channel_policies(POLICY_NONE) {} in AuthResult()
474 success.channel_policies = AuthResult::POLICY_NONE; in VerifyCredentialsImpl()
H A Dcast_auth_util_unittest.cc84 EXPECT_EQ(static_cast<unsigned>(AuthResult::POLICY_NONE), in TEST_F()
/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Dchk_chn.c948 policyType = POLICY_NONE;
959 POLICY_NONE_SPECIFIC : POLICY_NONE;
971 POLICY_NONE_SPECIFIC : POLICY_NONE;
H A Dcert.h175 POLICY_NONE, /* - - */ enumerator
H A Dchk_cert.c664 REQUIRES( policyType >= POLICY_NONE && policyType < POLICY_LAST );
682 if( policyType == POLICY_NONE && constrainedAttributePtr == NULL )
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/cookie/
H A DnsICookie.idl73 const nsCookiePolicy POLICY_NONE=1;
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/cookie/
H A DnsICookie.idl73 const nsCookiePolicy POLICY_NONE=1;
/dports/comms/soapyuhd/SoapyUHD-soapy-uhd-0.4.1/
H A DSoapyUHDDevice.cpp604 tr.rf_freq_policy = uhd::tune_request_t::POLICY_NONE; in setFrequency()
616 tr.dsp_freq_policy = uhd::tune_request_t::POLICY_NONE; in setFrequency()
629 tr.rf_freq_policy = uhd::tune_request_t::POLICY_NONE; in setFrequency()
630 tr.dsp_freq_policy = uhd::tune_request_t::POLICY_NONE; in setFrequency()
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dconfig.py129 POLICY_NONE = 0 variable
134 POLICY_NONE: None,
139 None: POLICY_NONE,
140 'none': POLICY_NONE,
146 STORE_LOCATION = POLICY_NONE
808 return POLICY_NONE
837 if policy == POLICY_NONE:
3268 policy = _policy_value.get(policy_name, POLICY_NONE)
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/
H A Dmulti_usrp_rfnoc.cpp554 case tune_request_t::POLICY_NONE: in tune_xx_subdev_and_dsp()
563 if (tune_request.rf_freq_policy != tune_request_t::POLICY_NONE) { in tune_xx_subdev_and_dsp()
595 case tune_request_t::POLICY_NONE: in tune_xx_subdev_and_dsp()
604 if (tune_request.dsp_freq_policy != tune_request_t::POLICY_NONE) { in tune_xx_subdev_and_dsp()
H A Dmulti_usrp.cpp321 case tune_request_t::POLICY_NONE: in tune_xx_subdev_and_dsp()
328 if (tune_request.rf_freq_policy != tune_request_t::POLICY_NONE) { in tune_xx_subdev_and_dsp()
360 case tune_request_t::POLICY_NONE: in tune_xx_subdev_and_dsp()
367 if (tune_request.dsp_freq_policy != tune_request_t::POLICY_NONE) { in tune_xx_subdev_and_dsp()
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_config.py1281 config.POLICY_NONE)
1400 config.POLICY_NONE)