Searched refs:gobject (Results 1 – 25 of 46) sorted by relevance
12
/external/dbus/test/name-test/ |
D | test-wait-for-echo.py | 6 import gobject 14 loop = gobject.MainLoop() 24 gobject.timeout_add(7000, handle_noreceipt)
|
D | test-activation-forking.py | 6 import gobject 14 loop = gobject.MainLoop() 57 gobject.timeout_add(15000, check_counter)
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | CMakeListsEfl.txt | 20 gobject/GOwnPtr.cpp 21 gobject/GRefPtr.cpp 26 ${JAVASCRIPTCORE_DIR}/wtf/gobject
|
D | wtf.pri | 12 wtf/gobject/GOwnPtr.cpp \ 13 wtf/gobject/GRefPtr.cpp \
|
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/ |
D | p2p_flush.py | 10 import gobject 105 gobject.MainLoop().get_context().iteration(True) 106 gobject.threads_init() 108 gobject.MainLoop().run()
|
D | p2p_stop_find.py | 8 import gobject 110 gobject.MainLoop().get_context().iteration(True) 111 gobject.threads_init() 113 gobject.MainLoop().run()
|
D | p2p_listen.py | 10 import gobject 108 gobject.MainLoop().get_context().iteration(True) 109 gobject.threads_init() 110 gobject.MainLoop().run()
|
D | p2p_disconnect.py | 9 import gobject 105 gobject.MainLoop().get_context().iteration(True) 106 gobject.threads_init() 108 gobject.MainLoop().run()
|
D | p2p_find.py | 10 import gobject 118 gobject.MainLoop().get_context().iteration(True) 119 gobject.threads_init() 120 gobject.MainLoop().run()
|
D | p2p_invite.py | 8 import gobject 136 gobject.MainLoop().get_context().iteration(True) 137 gobject.threads_init() 138 gobject.MainLoop().run()
|
D | p2p_group_add.py | 8 import gobject 150 gobject.MainLoop().get_context().iteration(True) 151 gobject.threads_init() 152 gobject.MainLoop().run()
|
D | p2p_connect.py | 10 import gobject 218 gobject.MainLoop().run()
|
/external/webkit/Source/WebKit/gtk/ |
D | GNUmakefile.am | 49 -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/ |
D | dbus-listen-preq.py | 6 import gobject 62 gobject.MainLoop().run()
|
D | wpas-dbus-new-wps.py | 6 import gobject 76 gobject.MainLoop().run()
|
D | wpas-dbus-new-signals.py | 6 import gobject 86 gobject.MainLoop().quit() 199 gobject.MainLoop().run()
|
D | wpas-dbus-new.py | 6 import gobject 143 gobject.MainLoop().run()
|
D | wpas-dbus-new-getall.py | 6 import gobject
|
/external/webkit/Source/cmake/ |
D | FindGlib.cmake | 1 # - Try to find Glib-2.0 (with gobject) 33 NAMES gobject-2.0
|
D | WebKitPackaging.cmake | 103 "/gobject/" "/Gobject/" "gobject\\\\." "Gobject\\\\."
|
/external/webkit/Source/WebCore/bindings/gobject/ |
D | GNUmakefile.am | 413 …/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/ |
D | CMakeListsEfl.txt | 14 ${JAVASCRIPTCORE_DIR}/wtf/gobject
|
D | JavaScriptCore.gypi | 632 '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/ |
D | WebViewWidget.cpp | 109 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/ |
D | JavaScriptCore.gyp | 122 ['exclude', '../wtf/gobject'], 135 ['exclude', '/(gtk|glib|gobject)/.*\\.(cpp|h)$'],
|
12