Home
last modified time | relevance | path

Searched defs:IS_SHARED (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/tests/functional/network/v2/
H A Dtest_address_scope.py21 IS_SHARED = False variable in TestAddressScope
H A Dtest_qos_policy.py21 IS_SHARED = False variable in TestQoSPolicy
H A Dtest_subnet_pool.py25 IS_SHARED = False variable in TestSubnetPool
/dports/lang/rust/rustc-1.58.1-src/library/std/src/net/ip/
H A Dtests.rs845 const IS_SHARED: bool = IP_ADDRESS.is_shared(); in ipv4_const() const
/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstminiobject.c69 #define IS_SHARED(state) (state >= SHARE_TWO) macro
/dports/www/yaws/yaws-2.0.6/src/
H A Dyaws_appmod_dav.erl1165 -define(IS_SHARED(X), #xmlElement{expanded_name = {'DAV:',shared}} = X). macro