OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glib
(Results
26 - 50
of
86
) sorted by null
1
2
3
4
/external/chromium_org/chrome/browser/ui/libgtk2ui/
g_object_destructor_filo.cc
7
#include <
glib
-object.h>
gtk2_signal_registrar.cc
7
#include <
glib
-object.h>
/external/chromium_org/third_party/harfbuzz-ng/src/
test-buffer-serialize.cc
37
# include <
glib
.h>
hb-gobject-structs.cc
30
#include <
glib
.h>
test.cc
34
# include <
glib
.h>
hb-unicode.cc
113
HB_UNICODE_FUNCS_IMPLEMENT (
glib
) \
135
HB_UNICODE_FUNCS_IMPLEMENT(
glib
)
main.cc
33
#include <
glib
.h>
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
gtkvideorenderer.cc
31
#include <
glib
.h>
/external/chromium_org/ui/events/platform/x11/
x11_event_source_glib.cc
7
#include <
glib
.h>
15
// Note: The GLibX11Source is created and destroyed by
GLib
. So its
85
// The
GLib
event source for X events.
/external/harfbuzz_ng/src/
test-buffer-serialize.cc
37
# include <
glib
.h>
hb-gobject-structs.cc
30
#include <
glib
.h>
test.cc
34
# include <
glib
.h>
hb-unicode.cc
113
HB_UNICODE_FUNCS_IMPLEMENT (
glib
) \
135
HB_UNICODE_FUNCS_IMPLEMENT(
glib
)
main.cc
33
#include <
glib
.h>
/external/qemu/util/
oslib-win32.c
29
#include <
glib
.h>
/external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-signals.py
7
from dbus.mainloop.
glib
import DBusGMainLoop
127
dbus.mainloop.
glib
.DBusGMainLoop(set_as_default=True)
/external/chromium_org/base/message_loop/
message_pump_glib.cc
10
#include <
glib
.h>
22
// Return a timeout suitable for the
glib
loop, -1 to block forever,
38
// A brief refresher on
GLib
:
39
//
GLib
sources have four callbacks: Prepare, Check, Dispatch and Finalize.
40
// On each iteration of the
GLib
pump, it calls each source's Prepare function.
41
// This function should return TRUE if it wants
GLib
to call its Dispatch, and
44
// After the Prepare calls,
GLib
does a poll to check for events from the
48
// After the poll,
GLib
calls Check for each source that returned FALSE
50
// making Check a second chance to tell
GLib
we are ready for Dispatch.
51
// Finally,
GLib
calls Dispatch for each source that is ready. If Dispatc
[
all
...]
/external/chromium_org/net/tools/net_watcher/
net_watcher.cc
25
#include <
glib
-object.h>
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_disconnect.py
12
from dbus.mainloop.
glib
import DBusGMainLoop
p2p_find.py
13
from dbus.mainloop.
glib
import DBusGMainLoop
p2p_flush.py
13
from dbus.mainloop.
glib
import DBusGMainLoop
p2p_group_add.py
11
from dbus.mainloop.
glib
import DBusGMainLoop
p2p_invite.py
11
from dbus.mainloop.
glib
import DBusGMainLoop
p2p_listen.py
13
from dbus.mainloop.
glib
import DBusGMainLoop
p2p_stop_find.py
11
from dbus.mainloop.
glib
import DBusGMainLoop
Completed in 769 milliseconds
1
2
3
4