Home
last modified time | relevance | path

Searched refs:is_inactive (Results 1 – 25 of 62) sorted by relevance

123

/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/src/
H A Dmcd-slacker.c34 gboolean is_inactive; member
75 return self->priv->is_inactive; in mcd_slacker_is_inactive()
82 gboolean old = self->priv->is_inactive; in status_changed()
92 self->priv->is_inactive = (g_variant_get_uint32 (prop) == STATUS_IDLE); in status_changed()
94 if (self->priv->is_inactive != old) in status_changed()
97 self->priv->is_inactive ? "inactive" : "active"); in status_changed()
99 self->priv->is_inactive); in status_changed()
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/net/
H A Dthrottle_list.cc69 ThrottleList::is_inactive(const ThrottleNode* node) const { in is_inactive() function in torrent::ThrottleList
167 throw internal_error(is_inactive(node) ? in node_quota()
221 throw internal_error(is_inactive(node) ? in node_deactivate()
H A Dthrottle_list.h71 bool is_inactive(const ThrottleNode* node) const;
/dports/www/p5-HTML-FormHandler/HTML-FormHandler-0.40068/lib/HTML/FormHandler/
H A DFields.pm129 next if ( $field->is_inactive || $field->disabled || !$field->has_result );
142 next if ( $field->is_inactive || !$field->has_result );
161 next if ( $field->is_inactive || $field->password );
/dports/www/p5-HTML-FormHandler/HTML-FormHandler-0.40068/t/field_setup/
H A Dinactive.t59 ok( $form->field('bar')->is_inactive, 'field is inactive' );
68 ok( $form->field('gaz')->is_inactive, 'field is inactive' );
/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/curses/
H A Dmenu.h71 void setInactive(bool is_inactive) in setInactive()
73 if (is_inactive) in setInactive()
177 void setInactive (bool is_inactive) { properties().setInactive(is_inactive); }
/dports/net-p2p/libtorrent/libtorrent-0.13.8/test/torrent/utils/
H A Dthread_base_test.cc128 CPPUNIT_ASSERT(thread->is_inactive()); in test_lifecycle()
217 CPPUNIT_ASSERT(thread->is_inactive()); in test_stop()
H A Dthread_base_test.h39 CPPUNIT_ASSERT(wait_for_true(std::bind(&torrent::thread_base::is_inactive, thread_disk))); \
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/
H A Dtorrent.h54 bool is_inactive() LIBTORRENT_EXPORT;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/z/
H A DzReferenceProcessor.hpp49 bool is_inactive(oop reference, oop referent, ReferenceType type) const;
H A DzReferenceProcessor.cpp131 bool ZReferenceProcessor::is_inactive(oop reference, oop referent, ReferenceType type) const { in is_inactive() function in ZReferenceProcessor
164 if (is_inactive(reference, referent, type)) { in should_discover()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/z/
H A DzReferenceProcessor.hpp49 bool is_inactive(oop reference, oop referent, ReferenceType type) const;
H A DzReferenceProcessor.cpp131 bool ZReferenceProcessor::is_inactive(oop reference, oop referent, ReferenceType type) const { in is_inactive() function in ZReferenceProcessor
164 if (is_inactive(reference, referent, type)) { in should_discover()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/z/
H A DzReferenceProcessor.hpp49 bool is_inactive(oop reference, oop referent, ReferenceType type) const;
H A DzReferenceProcessor.cpp131 bool ZReferenceProcessor::is_inactive(oop reference, oop referent, ReferenceType type) const { in is_inactive() function in ZReferenceProcessor
164 if (is_inactive(reference, referent, type)) { in should_discover()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/z/
H A DzReferenceProcessor.hpp49 bool is_inactive(oop reference, oop referent, ReferenceType type) const;
H A DzReferenceProcessor.cpp133 bool ZReferenceProcessor::is_inactive(oop reference, oop referent, ReferenceType type) const { in is_inactive() function in ZReferenceProcessor
166 if (is_inactive(reference, referent, type)) { in should_discover()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/z/
H A DzReferenceProcessor.hpp49 bool is_inactive(oop reference, oop referent, ReferenceType type) const;
H A DzReferenceProcessor.cpp133 bool ZReferenceProcessor::is_inactive(oop reference, oop referent, ReferenceType type) const { in is_inactive() function in ZReferenceProcessor
166 if (is_inactive(reference, referent, type)) { in should_discover()
/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Ds_misc.h59 unsigned int is_inactive; /**< client rejected: listener shutting down */ member
/dports/security/snort3/snort3-3.1.19.0/src/framework/
H A Dinspector.cc61 bool Inspector::is_inactive() in is_inactive() function in Inspector
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/utils/
H A Dthread_base.cc99 while (!is_inactive()) { in stop_thread_wait()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahReferenceProcessor.hpp139 bool is_inactive(oop reference, oop referent, ReferenceType type) const;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahReferenceProcessor.hpp144 bool is_inactive(oop reference, oop referent, ReferenceType type) const;
/dports/databases/galera/galera-release_25.3.35/gcomm/src/
H A Devs_node.cpp113 bool gcomm::evs::Node::is_inactive() const in is_inactive() function in gcomm::evs::Node

123