Searched refs:gobject (Results 51 - 68 of 68) sorted by relevance

123

/external/autotest/client/site_tests/network_ModemManagerSMSSignal/
H A Dnetwork_ModemManagerSMSSignal.py6 import dbus, dbus.mainloop.glib, gobject namespace
133 self.main_loop = gobject.MainLoop()
/external/autotest/client/site_tests/network_ProxyResolver/
H A Dnetwork_ProxyResolver.py10 import gobject namespace
220 self._listener = SignalListener(gobject.MainLoop())
/external/selinux/gui/
H A Dsystem-config-selinux.py35 import gobject namespace
173 self.store = gtk.ListStore(gobject.TYPE_STRING)
H A Dpolgengui.py28 import gobject namespace
280 self.boolean_store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING)
289 self.role_store = gtk.ListStore(gobject.TYPE_STRING)
297 self.existing_user_store = gtk.ListStore(gobject.TYPE_STRING)
310 self.transition_store = gtk.ListStore(gobject.TYPE_STRING)
318 self.user_transition_store = gtk.ListStore(gobject.TYPE_STRING)
332 self.admin_store = gtk.ListStore(gobject.TYPE_STRING)
653 self.store = gtk.ListStore(gobject.TYPE_STRING, gobject
[all...]
H A DsemanagePage.py23 import gobject namespace
H A DstatusPage.py23 import gobject namespace
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py10 import gobject namespace
218 gobject.MainLoop().run()
/external/autotest/client/cros/nfc/
H A Dconsole.py11 import gobject namespace
95 gobject.threads_init()
98 self._mainloop = gobject.MainLoop()
/external/autotest/client/cros/cellular/pseudomodem/
H A Dmodem.py8 import gobject namespace
677 gobject.timeout_add(1000, _DelayedEnable)
680 gobject.timeout_add(2000, _DelayedReappear)
689 gobject.idle_add(_ResetFunc)
H A Dpseudomodem.py14 import gobject namespace
85 self._mainloop = gobject.MainLoop()
/external/harfbuzz_ng/win32/
H A Ddetectenv-msvc.mak24 # compiled module) needs to be found in $(PREFIX)\lib\gobject-introspection\giscanner, and
32 # support is added upstream in gobject-introspection--when this happens, the _giscanner.pyd must
H A Dinfo-msvc.mak113 @echo requires the GNOME gobject-introspection libraries and tools. You will need
115 @echo Python interpreter (that was used to build the gobject-introspection tools)
H A Dcreate-lists-msvc.mak55 !if [for %c in ($(HB_GOBJECT_sources) $(HB_GOBJECT_ENUM_sources)) do @if "%~xc" == ".cc" @call create-lists.bat file hb_objs.mak ^$(CFG)\^$(PLAT)\harfbuzz-gobject\%~nc.obj]
/external/autotest/client/cros/networking/
H A Dshill_proxy.py8 import gobject namespace
481 context = gobject.MainLoop().get_context()
/external/autotest/client/cros/cellular/
H A Dpseudo_modem.py42 import gobject namespace
721 mainloop = gobject.MainLoop()
/external/autotest/client/cros/
H A Dcros_disks.py5 import dbus, gobject, logging, os, stat namespace
357 self.main_loop = gobject.MainLoop()
H A Dcryptohome.py5 import dbus, gobject, logging, os, random, re, shutil, string, time namespace
558 self.main_loop = gobject.MainLoop()
/external/autotest/client/cros/bluetooth/
H A Dbluetooth_device_xmlrpc_server.py11 import gobject namespace
169 self._adv_mainloop = gobject.MainLoop()
985 mainloop = gobject.MainLoop()

Completed in 1087 milliseconds

123