HomeSort by relevance Sort by last modified time
    Searched refs:g_strcmp0 (Results 1 - 25 of 31) sorted by null

1 2

  /external/webkit/Source/WebKit/gtk/tests/
testwebplugindatabase.c 46 if (!g_strcmp0(webkit_web_plugin_get_name(plugin), "WebKit Test PlugIn") &&
47 !g_strcmp0(webkit_web_plugin_get_description(plugin), "Simple Netscape plug-in that handles test content for WebKit")) {
62 if (!g_strcmp0(webkit_web_plugin_get_name(plugin), "WebKit Test PlugIn") &&
63 !g_strcmp0(webkit_web_plugin_get_description(plugin), "Simple Netscape plug-in that handles test content for WebKit"))
testatk.c     [all...]
  /external/bluetooth/glib/gio/tests/
desktop-app-info.c 118 g_assert (g_strcmp0 (g_app_info_get_id (info), g_app_info_get_id (info2)) == 0);
121 g_assert (g_strcmp0 (g_app_info_get_id (info), g_app_info_get_id (info1)) == 0);
135 g_assert (g_strcmp0 (g_app_info_get_id (info), g_app_info_get_id (info2)) == 0);
138 g_assert (g_strcmp0 (g_app_info_get_id (info), g_app_info_get_id (info1)) == 0);
141 g_assert (g_strcmp0 (g_app_info_get_id (info), g_app_info_get_id (info3)) == 0);
155 g_assert (g_strcmp0 (g_app_info_get_id (info), g_app_info_get_id (info2)) == 0);
158 g_assert (g_strcmp0 (g_app_info_get_id (info), g_app_info_get_id (info3)) == 0);
  /external/webkit/Tools/DumpRenderTree/gtk/
AccessibilityCallbacks.cpp 85 if (!g_strcmp0(signal_query.signal_name, "state-change")) {
89 } else if (!g_strcmp0(signal_query.signal_name, "focus-event")) {
92 } else if (!g_strcmp0(signal_query.signal_name, "children-changed")) {
95 } else if (!g_strcmp0(signal_query.signal_name, "property-change")) {
LayoutTestControllerGtk.cpp 347 if (!g_strcmp0(viewMode, "windowed"))
349 else if (!g_strcmp0(viewMode, "floating"))
351 else if (!g_strcmp0(viewMode, "fullscreen"))
353 else if (!g_strcmp0(viewMode, "maximized"))
355 else if (!g_strcmp0(viewMode, "minimized"))
    [all...]
DumpRenderTree.cpp 310 if (g_strcmp0(uriScheme, "file") == 0) {
    [all...]
  /external/webkit/Source/WebCore/plugins/gtk/
PluginPackageGtk.cpp 153 if (!g_strcmp0(baseName.get(), "libflashplayer.so")
173 if (!g_strcmp0(baseName.get(), "libflashplayer.so")) {
  /external/bluetooth/bluez/audio/
telephony-maemo6.c 633 if (g_strcmp0(err.name,
1228 if (g_strcmp0(state, "Home") == 0)
1230 else if (g_strcmp0(state, "Roaming") == 0)
1232 else if (g_strcmp0(state, "Offline") == 0)
1234 else if (g_strcmp0(state, "Searching") == 0)
1236 else if (g_strcmp0(state, "NoSim") == 0)
1238 else if (g_strcmp0(state, "Poweroff") == 0)
1240 else if (g_strcmp0(state, "Powersafe") == 0)
1242 else if (g_strcmp0(state, "NoCoverage") == 0)
1244 else if (g_strcmp0(state, "Reject") == 0
    [all...]
media.c 223 g_strcmp0(uuid, HSP_AG_UUID) == 0) {
267 if (sender && g_strcmp0(endpoint->sender, sender) != 0)
270 if (path && g_strcmp0(endpoint->path, path) != 0)
273 if (uuid && g_strcmp0(endpoint->uuid, uuid) != 0)
455 if (g_strcmp0(path, adapter->path) == 0) {
transport.c 531 if (g_strcmp0(owner->name, name) == 0)
594 if (g_strcmp0(owner->accesstype, accesstype) == 0) {
637 if (g_strcmp0(property, "Delay") == 0) {
653 if (g_strcmp0(property, "NREC") == 0) {
662 } else if (g_strcmp0(property, "InbandRingtone") == 0) {
706 if (g_strcmp0(owner->name, sender) == 0) {
telephony-ofono.c 1032 if (g_strcmp0(modem_obj_path, path) != 0)
1247 if (g_strcmp0(modem_obj_path, path) != 0)
1289 if (g_strcmp0(modem_obj_path, path) != 0)
    [all...]
  /external/bluetooth/glib/glib/
gtestutils.h 37 if (g_strcmp0 (__s1, __s2) cmp 0) ; else \
72 int g_strcmp0 (const char *str1,
gtestutils.c 1408 g_strcmp0 (const char *str1, function
    [all...]
  /external/bluetooth/glib/gio/
gunixmounts.c     [all...]
gdummyfile.c 172 g_strcmp0 (dummy->decoded_uri->path, "/") == 0)
gdesktopappinfo.c 1313 if (g_strcmp0 (old_list[j], desktop_id) != 0)
1340 if (g_strcmp0 (l->data, desktop_id) == 0)
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebnavigationaction.cpp 354 if (!g_strcmp0(navigationAction->priv->targetFrame, targetFrame))
webkitwebframe.cpp 491 if (!g_strcmp0(frameName.data(), priv->name))
    [all...]
  /external/bluetooth/bluez/gdbus/
watch.c 427 if (g_strcmp0(data->name, name) != 0)
442 if (g_strcmp0(data->name, name) != 0)
  /external/bluetooth/bluez/attrib/
client.c 184 ret = g_strcmp0(watcher->name, match->name);
188 return g_strcmp0(watcher->path, match->path);
interactive.c 601 if (g_strcmp0("char-write-req", argvp[0]) == 0)
  /external/bluetooth/bluez/network/
server.c 680 if (g_strcmp0(uuid, "nap"))
715 if (g_strcmp0(uuid, "nap"))
  /external/bluetooth/bluez/serial/
proxy.c 1100 if (g_strcmp0(prx->owner, sender) != 0)
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 719 if (!g_strcmp0(messageTypeName, "redirect")) {
    [all...]

Completed in 517 milliseconds

1 2