Searched refs:gobject (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py9 import gobject namespace
105 gobject.MainLoop().get_context().iteration(True)
106 gobject.threads_init()
108 gobject.MainLoop().run()
H A Dp2p_find.py10 import gobject namespace
118 gobject.MainLoop().get_context().iteration(True)
119 gobject.threads_init()
120 gobject.MainLoop().run()
H A Dp2p_flush.py10 import gobject namespace
105 gobject.MainLoop().get_context().iteration(True)
106 gobject.threads_init()
108 gobject.MainLoop().run()
H A Dp2p_listen.py10 import gobject namespace
108 gobject.MainLoop().get_context().iteration(True)
109 gobject.threads_init()
110 gobject.MainLoop().run()
H A Dp2p_stop_find.py8 import gobject namespace
110 gobject.MainLoop().get_context().iteration(True)
111 gobject.threads_init()
113 gobject.MainLoop().run()
H A Dp2p_group_add.py8 import gobject namespace
150 gobject.MainLoop().get_context().iteration(True)
151 gobject.threads_init()
152 gobject.MainLoop().run()
H A Dp2p_invite.py8 import gobject namespace
136 gobject.MainLoop().get_context().iteration(True)
137 gobject.threads_init()
138 gobject.MainLoop().run()
H A Dp2p_connect.py10 import gobject namespace
218 gobject.MainLoop().run()
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/
H A Ddbus-listen-preq.py7 import gobject namespace
66 gobject.MainLoop().run()
H A Dwpas-dbus-new-wps.py6 import gobject namespace
76 gobject.MainLoop().run()
H A Dwpas-dbus-new-getall.py6 import gobject namespace
H A Dwpas-dbus-new.py6 import gobject namespace
143 gobject.MainLoop().run()
H A Dwpas-dbus-new-signals.py6 import gobject namespace
86 gobject.MainLoop().quit()
199 gobject.MainLoop().run()
/freebsd-13-stable/tests/sys/cddl/zfs/tests/acl/cifs/
H A Dcifs_attr_002_pos.ksh72 if [[ -n $gobject ]]; then
73 destroy_object $gobject
245 typeset gobject
254 gobject=$object
H A Dcifs_attr_003_pos.ksh95 if [[ -n $gobject ]]; then
96 destroy_object $gobject
597 typeset gobject
606 gobject=$mtpt/$file
607 create_object "file" $gobject $ZFS_ACL_CUR_USER
608 test_wrapper $gobject $gattr
609 destroy_object $gobject
613 gobject=$mtpt/$dir
614 create_object "dir" $gobject $ZFS_ACL_CUR_USER
615 test_wrapper $gobject
[all...]

Completed in 120 milliseconds