/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/ |
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
|
p2p_connect.py | 12 from dbus.mainloop.glib import DBusGMainLoop
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc_eng_msg.h | 48 #include <glib.h>
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng_msg.h | 48 #include <glib.h>
|
/hardware/qcom/gps/msm8960/utils/ |
loc_cfg.cpp | 43 #include <glib.h>
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
nacl-mono-runtime.sh | 171 --with-glib=embedded \
|
/external/harfbuzz_ng/util/ |
options.hh | 54 #include <glib.h> 55 #include <glib/gprintf.h>
|
/external/chromium_org/chrome/service/ |
service_process.cc | 39 #include <glib-object.h> 131 // GLib type system initialization is needed for gconf.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
dbus.cc | 32 #include <glib.h> 43 // Releases DBus-Glib symbols. 51 // Loads DBus-Glib symbols. 57 // Loads dbus-glib 59 LOG(LS_WARNING) << "Failed to load dbus-glib symbol table."; 323 // Returns DBus-Glib symbol handle. Initialize it first if hasn't.
|
/external/chromium_org/third_party/webrtc/base/ |
dbus.cc | 15 #include <glib.h> 26 // Releases DBus-Glib symbols. 34 // Loads DBus-Glib symbols. 40 // Loads dbus-glib 42 LOG(LS_WARNING) << "Failed to load dbus-glib symbol table."; 306 // Returns DBus-Glib symbol handle. Initialize it first if hasn't.
|
/external/harfbuzz_ng/test/api/ |
hb-test.h | 32 #include <hb-glib.h> 127 /* Wrap glib test functions to simplify. Should have been in glib already. */
|
/external/qemu/include/qom/ |
object.h | 17 #include <glib.h> [all...] |
/external/qemu/util/ |
oslib-posix.c | 52 #include <glib/gprintf.h>
|
/hardware/qcom/gps/utils/ |
loc_cfg.cpp | 44 #include <glib.h>
|
/external/chromium_org/base/message_loop/ |
message_pump_glib_unittest.cc | 7 #include <glib.h> 25 // This class injects dummy "events" into the GLib loop. When "handled" these 27 // GLib source runs at the same priority). 396 // Tests that draining events using GLib works. 407 // Helper class that lets us run the GLib message loop. 467 // Run a nested, straight GLib message loop. 514 // loop is not run by MessageLoop::Run() but by a straight GLib loop.
|
/external/qemu/include/ |
qemu-common.h | 49 #include <glib.h>
|
/device/moto/shamu/dataservices/rmnetctl/src/ |
librmnetctl.c | 55 #include <glib.h>
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
global_menu_bar_x11.cc | 8 #include <glib-object.h> 37 // libdbusmenu-glib types 83 // Retrieved functions from libdbusmenu-glib. 250 void* dbusmenu_lib = dlopen("libdbusmenu-glib.so", RTLD_LAZY); 252 dbusmenu_lib = dlopen("libdbusmenu-glib.so.4", RTLD_LAZY);
|
/external/chromium_org/content/browser/ |
browser_main_loop.cc | 104 #include <glib-object.h> 212 // Register GLib-handled assertions to go through our logging system. 213 const char* kLogDomains[] = { NULL, "Gtk", "Gdk", "GLib", "GLib-GObject" }; 352 // GLib's spawning of new processes is buggy, so it's important that at this 353 // point GLib does not need to start DBUS. Chrome should always start with 360 // GLib type system initialization. Needed at least for gconf, [all...] |
/external/chromium_org/ui/base/l10n/ |
l10n_util.cc | 40 #include <glib.h> 456 // GLib implements correct environment variable parsing with 472 // and linux systems without glib.
|
/external/qemu/distrib/mini-glib/src/ |
glib-mini.c | 12 #include <glib.h> 364 // Note: Windows implementation in glib-mini-win32.c 378 // than the GLib one, since QEMU doesn't require the full features:
|
/external/chromium_org/base/ |
file_util_posix.cc | 28 #include <glib.h> // for g_get_home_dir()
|
/external/chromium_org/chrome/browser/ |
shell_integration_linux.cc | 10 #include <glib.h> 448 // An empty file causes a crash with glib <= 2.32, so special case here. 842 // Older versions of glib produce a leading newline. If this is the case, 882 // Older versions of glib produce a leading newline. If this is the case, [all...] |