Home
last modified time | relevance | path

Searched refs:gobject (Results 1 – 25 of 46) sorted by relevance

12

/external/dbus/test/name-test/
Dtest-wait-for-echo.py6 import gobject
14 loop = gobject.MainLoop()
24 gobject.timeout_add(7000, handle_noreceipt)
Dtest-activation-forking.py6 import gobject
14 loop = gobject.MainLoop()
57 gobject.timeout_add(15000, check_counter)
/external/webkit/Source/JavaScriptCore/wtf/
DCMakeListsEfl.txt20 gobject/GOwnPtr.cpp
21 gobject/GRefPtr.cpp
26 ${JAVASCRIPTCORE_DIR}/wtf/gobject
Dwtf.pri12 wtf/gobject/GOwnPtr.cpp \
13 wtf/gobject/GRefPtr.cpp \
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
Dp2p_flush.py10 import gobject
105 gobject.MainLoop().get_context().iteration(True)
106 gobject.threads_init()
108 gobject.MainLoop().run()
Dp2p_stop_find.py8 import gobject
110 gobject.MainLoop().get_context().iteration(True)
111 gobject.threads_init()
113 gobject.MainLoop().run()
Dp2p_listen.py10 import gobject
108 gobject.MainLoop().get_context().iteration(True)
109 gobject.threads_init()
110 gobject.MainLoop().run()
Dp2p_disconnect.py9 import gobject
105 gobject.MainLoop().get_context().iteration(True)
106 gobject.threads_init()
108 gobject.MainLoop().run()
Dp2p_find.py10 import gobject
118 gobject.MainLoop().get_context().iteration(True)
119 gobject.threads_init()
120 gobject.MainLoop().run()
Dp2p_invite.py8 import gobject
136 gobject.MainLoop().get_context().iteration(True)
137 gobject.threads_init()
138 gobject.MainLoop().run()
Dp2p_group_add.py8 import gobject
150 gobject.MainLoop().get_context().iteration(True)
151 gobject.threads_init()
152 gobject.MainLoop().run()
Dp2p_connect.py10 import gobject
218 gobject.MainLoop().run()
/external/webkit/Source/WebKit/gtk/
DGNUmakefile.am49 -I$(WebCore)/bindings/gobject \
161 Source/WebCore/bindings/gobject/ConvertToUTF8String.cpp \
162 Source/WebCore/bindings/gobject/ConvertToUTF8String.h \
163 Source/WebCore/bindings/gobject/DOMObjectCache.cpp \
164 Source/WebCore/bindings/gobject/DOMObjectCache.h \
165 Source/WebCore/bindings/gobject/GObjectEventListener.cpp \
166 Source/WebCore/bindings/gobject/GObjectEventListener.h \
167 Source/WebCore/bindings/gobject/WebKitDOMBinding.cpp \
168 Source/WebCore/bindings/gobject/WebKitDOMBinding.h \
169 Source/WebCore/bindings/gobject/WebKitDOMEventTarget.cpp \
[all …]
/external/wpa_supplicant_8/wpa_supplicant/examples/
Ddbus-listen-preq.py6 import gobject
62 gobject.MainLoop().run()
Dwpas-dbus-new-wps.py6 import gobject
76 gobject.MainLoop().run()
Dwpas-dbus-new-signals.py6 import gobject
86 gobject.MainLoop().quit()
199 gobject.MainLoop().run()
Dwpas-dbus-new.py6 import gobject
143 gobject.MainLoop().run()
Dwpas-dbus-new-getall.py6 import gobject
/external/webkit/Source/cmake/
DFindGlib.cmake1 # - Try to find Glib-2.0 (with gobject)
33 NAMES gobject-2.0
DWebKitPackaging.cmake103 "/gobject/" "/Gobject/" "gobject\\\\." "Gobject\\\\."
/external/webkit/Source/WebCore/bindings/gobject/
DGNUmakefile.am413 …/webkit/webkitdom.h: $(WebCore)/bindings/scripts/gobject-generate-headers.pl $(WebCore)/bindings/g…
416 …/webkitdomdefines.h: $(WebCore)/bindings/scripts/gobject-generate-headers.pl $(WebCore)/bindings/g…
419 # Because WebCore/bindings/gobject/WebKitDOMObject.h is static source but is also a distributed hea…
422 # include/webkit-x.y/webkit directory, but do not want to name the WebCore/bindings/gobject directo…
424 $(top_builddir)/DerivedSources/webkit/WebKitDOMObject.h: $(WebCore)/bindings/gobject/WebKitDOMObjec…
427 $(top_builddir)/DerivedSources/webkit/WebKitDOMEventTarget.h: $(WebCore)/bindings/gobject/WebKitDOM…
430 $(top_builddir)/DerivedSources/webkit/WebKitDOMEventTargetPrivate.h: $(WebCore)/bindings/gobject/We…
435 …NGS) $(WebCore)/bindings/scripts/CodeGeneratorGObject.pm $(WebCore)/bindings/gobject/GNUmakefile.am
/external/webkit/Source/JavaScriptCore/
DCMakeListsEfl.txt14 ${JAVASCRIPTCORE_DIR}/wtf/gobject
DJavaScriptCore.gypi632 'wtf/gobject/GOwnPtr.cpp',
633 'wtf/gobject/GOwnPtr.h',
634 'wtf/gobject/GRefPtr.cpp',
635 'wtf/gobject/GRefPtr.h',
636 'wtf/gobject/GTypedefs.h',
/external/webkit/Source/WebKit2/UIProcess/gtk/
DWebViewWidget.cpp109 static void webViewWidgetDispose(GObject* gobject) in webViewWidgetDispose() argument
111 WebViewWidget* webViewWidget = WEB_VIEW_WIDGET(gobject); in webViewWidgetDispose()
119 G_OBJECT_CLASS(webViewWidgetParentClass)->dispose(gobject); in webViewWidgetDispose()
/external/webkit/Source/JavaScriptCore/JavaScriptCore.gyp/
DJavaScriptCore.gyp122 ['exclude', '../wtf/gobject'],
135 ['exclude', '/(gtk|glib|gobject)/.*\\.(cpp|h)$'],

12