HomeSort by relevance Sort by last modified time
    Searched refs:strncasecmp (Results 151 - 167 of 167) sorted by null

1 2 3 4 5 67

  /frameworks/base/media/libstagefright/rtsp/
ARTSPConnection.cpp 138 if (strncasecmp("rtsp://", url, 7)) {
  /external/bluetooth/bluez/btio/
btio.c 720 if (strncasecmp(str, "hci", 3) == 0)
  /external/bluetooth/bluez/src/
storage.c 1180 if (strncasecmp(key, address, 17) == 0)
  /external/bluetooth/bluez/test/
hciemu.c 1231 if (strlen(argv[0]) > 3 && !strncasecmp(argv[0], "hci", 3)) {
  /external/libxml2/
nanohttp.c 119 #define xmlStrncasecmp(a, b, n) strncasecmp((char *)a, (char *)b, n)
    [all...]
  /external/v8/src/
platform-win32.cc 110 int strncasecmp(const char* s1, const char* s2, int n) { function
    [all...]
  /external/bluetooth/bluez/tools/
hcitool.c     [all...]
  /external/bluetooth/glib/glib/
gstrfuncs.c     [all...]
  /external/chromium/net/base/
cookie_monster.cc 456 if (base::strncasecmp(token.c_str(), kMonths[i], 3) == 0) {
    [all...]
  /external/ppp/pppd/
auth.c     [all...]
  /system/media/wilhelm/src/android/
AudioPlayer_to_android.cpp     [all...]
  /frameworks/base/media/libstagefright/
OMXCodec.cpp 682 if (!strncasecmp(mMIME, "video/", 6)) {
765 && !strncasecmp(mMIME, "video/", 6)
    [all...]
ACodec.cpp 747 if (!strncasecmp(mime, "video/", 6)) {
    [all...]
MPEG4Writer.cpp 1131 mIsAudio = !strncasecmp(mime, "audio/", 6);
    [all...]
  /external/flac/libFLAC/
metadata_object.c     [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c 54 #define strnicmp strncasecmp
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 54 #define strnicmp strncasecmp
    [all...]

Completed in 595 milliseconds

1 2 3 4 5 67