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

1 2 3 4 56 7

  /frameworks/base/core/jni/
android_net_wifi_Wifi.cpp 398 if (lastSpace && !strncasecmp(lastSpace - 4, "rssi", 4)) {
  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.cpp 580 if (!strncasecmp("http://", url, 7)
581 || !strncasecmp("https://", url, 8)) {
592 if (!strncasecmp("rtsp://", url, 7)) {
602 if (!strncasecmp(url + start, FILE_EXTS[i].extension, len)) {
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 539 #define SDL_strncasecmp strncasecmp
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 539 #define SDL_strncasecmp strncasecmp
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 539 #define SDL_strncasecmp strncasecmp
  /system/media/wilhelm/src/android/
android_AudioSfDecoder.cpp 240 if (!strncasecmp("audio/", mime, 6)) {
  /bionic/libc/netbsd/resolv/
res_debug.c 1141 if (strncasecmp(buf, "CLASS", 5) != 0 ||
1164 if (strncasecmp(buf, "type", 4) != 0 ||
  /external/libxml2/
triostr.c 72 # define strncasecmp(x,y,n) strnicmp(x,y,n) macro
528 return (0 == strncasecmp(first, second, max));
    [all...]
  /external/mksh/src/
histrap.c 1072 if (!strncasecmp(cs, "SIG", 3))
1152 n2 = strncasecmp(name, "SIG", 3) ? NULL : name + 3;
misc.c 1385 if (strncasecmp(b, l, n))
    [all...]
  /frameworks/base/media/libstagefright/
MPEG4Extractor.cpp 348 if (!strncasecmp("video/", mime, 6)) {
1083 if (!strncasecmp("video/", mime, 6)) {
    [all...]
OggExtractor.cpp 810 if (!strncasecmp(kMap[j].mTag, comment, tagLen)
  /bootable/recovery/
recovery.c 528 strncasecmp(de->d_name + (name_len-4), ".zip", 4) == 0) {
  /external/chromium/net/base/
mime_util.cc 133 base::strncasecmp(extensions, ext, ext_len) == 0)
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 92 if (!strncasecmp(url, "rtsp://", 7)) {
  /frameworks/base/media/libstagefright/rtsp/
APacketSource.cpp 537 } else if (!strncasecmp(desc.c_str(), "mpeg4-generic/", 14)) {
MyHandler.h     [all...]
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorMp3Reader.cpp 464 if (!haveAudio && !strncasecmp(mime, "audio/", 6)) {
VideoEditor3gpReader.cpp     [all...]
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 433 #define STRNCASECMP(soname, fnname) \
454 STRNCASECMP(VG_Z_LIBC_SONAME, strncasecmp)
456 STRNCASECMP(VG_Z_LIBC_SONAME, __GI_strncasecmp)
458 STRNCASECMP(VG_Z_DYLD, strncasecmp)
    [all...]
  /bionic/libc/stdlib/
strtod.c 1380 if (tolower((unsigned char)*s) == 'i' && strncasecmp(s, "inf", 3) == 0) {
1381 if (strncasecmp(s + 3, "inity", 5) == 0)
1392 if (tolower((unsigned char)*s) == 'n' && strncasecmp(s, "nan", 3) == 0) {
    [all...]
  /external/chromium/third_party/libevent/
http.c 94 #define strncasecmp _strnicmp macro
418 && strncasecmp(connection, "keep-alive", 10) == 0);
555 if (strncasecmp(url, HTTP_PREFIX, len))
    [all...]
  /external/bluetooth/bluez/test/
l2test.c 1178 if (!strncasecmp(optarg, "hci", 3))
  /external/chromium/base/
string_util.cc 568 return base::strncasecmp(str.c_str(), search.c_str(), search.length()) == 0;
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 56 #define cv_strnicmp strncasecmp
    [all...]

Completed in 729 milliseconds

1 2 3 4 56 7