HomeSort by relevance Sort by last modified time
    Searched full:g_str_equal (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/webkit/WebKit/gtk/tests/
testmimehandling.c 48 if (g_str_equal(path, "/pdf")) {
57 } else if (g_str_equal(path, "/html")) {
66 } else if (g_str_equal(path, "/text")) {
77 } else if (g_str_equal(path, "/ogg")) {
104 if (g_str_equal(type, "pdf")) {
107 } else if (g_str_equal(type, "html")) {
110 } else if (g_str_equal(type, "text")) {
125 } else if (g_str_equal(type, "ogg")) {
190 g_assert(!g_str_equal(getcwd(path_name, PATH_MAX), "/"));
testwebview.c 49 if (g_str_equal(path, "/favicon.ico")) {
58 } else if (g_str_equal(path, "/bigdiv.html")) {
61 } else if (g_str_equal(path, "/iframe.html")) {
241 g_assert(!g_str_equal(getcwd(path_name, PATH_MAX), "/"));
testwebresource.c 57 if (g_str_equal (path, "/")) {
62 } else if (g_str_equal (path, "/index.html")) {
67 } else if (g_str_equal (path, "/main.html")) {
72 } else if (g_str_equal (path, "/javascript.js")) {
testloading.c 47 if (g_str_equal(path, "/test_loading_status") || g_str_equal(path, "/test_loading_status2"))
49 else if (g_str_equal(path, "/test_load_error")) {
51 } else if (g_str_equal(path, "/test_loading_cancelled")) {
  /external/bluetooth/bluez/plugins/
hal.c 66 if (g_str_equal(formfactor, "laptop") == TRUE)
68 else if (g_str_equal(formfactor, "desktop") == TRUE)
70 else if (g_str_equal(formfactor, "server") == TRUE)
72 else if (g_str_equal(formfactor, "handheld") == TRUE)
  /external/bluetooth/bluez/audio/
telephony-ofono.c 113 if (g_str_equal(vc->obj_path, path))
423 if (g_str_equal(property, "Status")) {
426 if (g_str_equal(status, "registered")) {
432 } else if (g_str_equal(status, "roaming")) {
445 } else if (g_str_equal(property, "Operator")) {
450 } else if (g_str_equal(property, "SignalStrength")) {
670 if (g_str_equal(property, "LineIdentification")) {
674 } else if (g_str_equal(property, "State")) {
678 if (g_str_equal(state, "incoming"))
680 else if (g_str_equal(state, "dialing")
    [all...]
manager.c 1051 if (g_str_equal(list[i], "Headset"))
1053 else if (g_str_equal(list[i], "Gateway"))
1055 else if (g_str_equal(list[i], "Sink"))
1057 else if (g_str_equal(list[i], "Source"))
1059 else if (g_str_equal(list[i], "Control"))
1067 if (g_str_equal(list[i], "Headset"))
1069 else if (g_str_equal(list[i], "Gateway"))
1071 else if (g_str_equal(list[i], "Sink"))
1073 else if (g_str_equal(list[i], "Source"))
1075 else if (g_str_equal(list[i], "Control")
    [all...]
telephony.h 199 if (g_str_equal(indicators[i].desc, desc)) {
226 if (g_str_equal(indicators[i].desc, desc))
telephony-maemo.c 259 if (g_str_equal(call->object_path, path))
    [all...]
unix.c 1317 else if (!g_str_equal(client->interface, AUDIO_HEADSET_INTERFACE) &&
1318 !g_str_equal(client->interface, AUDIO_GATEWAY_INTERFACE))
1335 else if (!g_str_equal(client->interface, AUDIO_SINK_INTERFACE))
    [all...]
  /external/bluetooth/bluez/src/
plugin.c 65 if (g_str_equal(desc->version, VERSION) == FALSE) {
93 if (g_str_equal(name, list[i]))
98 equal = g_str_equal(str, name);
agent.c 270 if ((g_str_equal(DBUS_ERROR_UNKNOWN_METHOD, err.name) ||
271 g_str_equal(DBUS_ERROR_NO_REPLY, err.name)) &&
386 if ((g_str_equal(DBUS_ERROR_UNKNOWN_METHOD, err.name) ||
387 g_str_equal(DBUS_ERROR_NO_REPLY, err.name)) &&
558 if ((g_str_equal(DBUS_ERROR_UNKNOWN_METHOD, err.name) ||
559 g_str_equal(DBUS_ERROR_NO_REPLY, err.name)) &&
834 if (g_str_equal(agent->name, name) && g_str_equal(agent->path, path))
adapter.c 598 if (g_str_equal(req->owner, sender))
1248 if (g_str_equal("Name", property)) {
1256 } else if (g_str_equal("Powered", property)) {
1265 } else if (g_str_equal("Discoverable", property)) {
1274 } else if (g_str_equal("DiscoverableTimeout", property)) {
1283 } else if (g_str_equal("Pairable", property)) {
1292 } else if (g_str_equal("PairableTimeout", property)) {
    [all...]
device.c 374 g_str_equal(alias, "") ? NULL : alias);
435 if (g_str_equal("Trusted", property)) {
443 } else if (g_str_equal("Alias", property)) {
603 if (!requestor || !g_str_equal(requestor, sender))
    [all...]
  /external/webkit/WebCore/platform/graphics/gtk/
MediaPlayerPrivateGStreamer.cpp 1056 if (g_str_equal(name, "video/x-h264")
1057 || g_str_equal(name, "audio/x-m4a")) {
1063 if (g_str_equal(name, "video/x-theora")) {
1068 if (g_str_equal(name, "audio/x-vorbis")) {
1073 if (g_str_equal(name, "audio/x-wav")) {
1078 if (g_str_equal(name, "audio/mpeg")) {
1109 if (g_str_equal(mimetype[0], "audio")
1110 || g_str_equal(mimetype[0], "video")
1111 || (g_str_equal(mimetype[0], "application"
    [all...]
FontPlatformDataPango.cpp 176 m_hashTable = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_object_unref);
  /external/bluetooth/glib/glib/
ghash.h 125 gboolean g_str_equal (gconstpointer v1,
  /external/bluetooth/bluez/network/
manager.c 110 if (g_str_equal(disabled[i], "Connection"))
112 else if (g_str_equal(disabled[i], "Server"))
  /external/bluetooth/glib/tests/
testglib.c     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 69 keyTable = g_hash_table_new(g_str_hash, g_str_equal);
521 g_str_equal(lowered, "true")
522 || g_str_equal(strValue, "1"),
  /external/bluetooth/bluez/gdbus/
mainloop.c 316 if (g_str_equal(names[i], name) == TRUE) {
watch.c 73 if (name == NULL || g_str_equal(name, data->name))
  /external/bluetooth/glib/docs/reference/glib/tmpl/
hash_tables.sgml 435 <!-- ##### FUNCTION g_str_equal ##### -->
  /external/bluetooth/glib/gio/
gdesktopappinfo.c     [all...]
gcontenttype.c 222 _type_icons = g_hash_table_new (g_str_hash, g_str_equal);
701 type_comment_cache = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);
1067 mimetypes = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
    [all...]

Completed in 1358 milliseconds

1 2 3