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

1 2

  /external/bluetooth/bluez/audio/
gstsbcutil.c 250 if (g_ascii_strcasecmp(mode, "joint") == 0)
252 else if (g_ascii_strcasecmp(mode, "stereo") == 0)
254 else if (g_ascii_strcasecmp(mode, "dual") == 0)
256 else if (g_ascii_strcasecmp(mode, "mono") == 0)
258 else if (g_ascii_strcasecmp(mode, "auto") == 0)
280 if (g_ascii_strcasecmp(allocation, "loudness") == 0)
282 else if (g_ascii_strcasecmp(allocation, "snr") == 0)
  /external/bluetooth/glib/tests/
testglib.c     [all...]
  /external/bluetooth/glib/gmodule/
gmodule-win32.c 250 if (k > 4 && g_ascii_strcasecmp (module_name + k - 4, ".dll") == 0)
263 else if (k > 4 && g_ascii_strcasecmp (module_name + k - 4, ".dll") == 0)
ChangeLog 529 * gmodule-win32.c (_g_module_build_path): Use g_ascii_strcasecmp().
  /external/chromium/net/tools/spdyshark/
packet-spdy.c 605 g_ascii_strcasecmp(si->content_encoding, "identity") != 0) {
621 (g_ascii_strcasecmp(si->content_encoding, "gzip") == 0 ||
622 g_ascii_strcasecmp(si->content_encoding, "deflate")
    [all...]
  /external/bluetooth/bluez/health/
hdp_util.c 96 if (g_ascii_strcasecmp(df.key, key) == 0)
197 if (g_ascii_strcasecmp(role, HDP_SINK_ROLE_AS_STRING) == 0) {
199 } else if (g_ascii_strcasecmp(role, HDP_SOURCE_ROLE_AS_STRING) == 0) {
269 if (g_ascii_strcasecmp("Reliable", chan_type) == 0)
271 else if (g_ascii_strcasecmp("Streaming", chan_type) == 0)
hdp.c 251 return g_ascii_strcasecmp(chan->path, path);
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
update_html_tags_from_sources.sh 102 grep "g_ascii_strcasecmp" $src_dir/gtkhtml/htmlstyle.c | cut -d\" -f2 > ${tmp_prefix}.css-values
103 grep g_ascii_strcasecmp $src_dir/gtkhtml/htmlengine.c | ruby -e '$stdin.readlines.join("").scan(/\"([\/\w-]+)"/) { |tag| puts tag }' > ${tmp_prefix}.html-values
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 784 DumpRenderTreeSupportGtk::setLinksIncludedInFocusChain(!g_ascii_strcasecmp(valueAsString.get(), "true") || !g_ascii_strcasecmp(valueAsString.get(), "1"));
801 g_object_set(G_OBJECT(settings), propertyName, !g_ascii_strcasecmp(valueAsString.get(), "true")
802 || !g_ascii_strcasecmp(valueAsString.get(), "1"), NULL);
    [all...]
DumpRenderTree.cpp 291 return g_ascii_strcasecmp(webkit_web_history_item_get_target(WEBKIT_WEB_HISTORY_ITEM(item1)),
    [all...]
  /external/bluetooth/glib/gio/win32/
gwinhttpfile.c 152 return (g_ascii_strcasecmp (uri_scheme, "http") == 0 ||
153 g_ascii_strcasecmp (uri_scheme, "https") == 0);
  /external/bluetooth/glib/glib/
gstrfuncs.h 159 gint g_ascii_strcasecmp (const gchar *s1,
gconvert.c     [all...]
galiasdef.c 2741 #undef g_ascii_strcasecmp macro
    [all...]
gstrfuncs.c 1987 g_ascii_strcasecmp (const gchar *s1, function
    [all...]
galias.h 2731 #define g_ascii_strcasecmp macro
    [all...]
gkeyfile.c 723 if (g_ascii_strcasecmp (key_file->locales[i], locale) == 0)
891 if (g_ascii_strcasecmp (value, "UTF-8") != 0)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
WebKitWebSourceGStreamer.cpp 432 if (!g_ascii_strcasecmp("movies.apple.com", url.host().utf8().data())
433 || !g_ascii_strcasecmp("trailers.apple.com", url.host().utf8().data()))
742 priv->seekable = length > 0 && g_ascii_strcasecmp("none", response.httpHeaderField("Accept-Ranges").utf8().data());
  /external/bluetooth/glib/gio/fen/
fen-node.c 334 if (g_ascii_strcasecmp (d->filename, NODE_NAME(node)) == 0) {
  /external/bluetooth/glib/gio/
gdummyfile.c 394 return g_ascii_strcasecmp (uri_scheme, dummy->decoded_uri->scheme) == 0;
gcontenttype.c 116 if (g_ascii_strcasecmp (type1, type2) == 0)
    [all...]
glocalfile.c 350 return g_ascii_strcasecmp (uri_scheme, "file") == 0;
    [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]
  /external/bluetooth/glib/docs/reference/glib/
glib-sections.txt 1187 g_ascii_strcasecmp
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
string_utils.sgml 502 <!-- ##### FUNCTION g_ascii_strcasecmp ##### -->

Completed in 637 milliseconds

1 2