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

1 2 3 4 56 7 8

  /frameworks/media/libvideoeditor/lvpp/
PreviewPlayerBase.cpp 348 if (!haveVideo && !strncasecmp(mime, "video/", 6)) {
363 } else if (!haveAudio && !strncasecmp(mime, "audio/", 6)) {
    [all...]
PreviewPlayer.cpp 175 if (!haveVideo && !strncasecmp(mime, "video/", 6)) {
178 } else if (!haveAudio && !strncasecmp(mime, "audio/", 6)) {
    [all...]
  /frameworks/base/media/libstagefright/
AwesomePlayer.cpp 394 if (!haveVideo && !strncasecmp(mime.string(), "video/", 6)) {
417 } else if (!haveAudio && !strncasecmp(mime.string(), "audio/", 6)) {
    [all...]
AVIExtractor.cpp 623 if (mime && strncasecmp(mime, "video/", 6)) {
637 if (mime && strncasecmp(mime, "audio/", 6)) {
921 if (!strncasecmp("video/", mime.c_str(), 6)) {
    [all...]
  /external/bluetooth/bluez/compat/
hidd.c 707 if (!strncasecmp(optarg, "hci", 3))
719 if (!strncasecmp(optarg, "0x", 2))
  /external/bluetooth/bluez/test/
rctest.c 645 if (!strncasecmp(optarg, "hci", 3))
658 else if (!strncasecmp(optarg, "0x", 2))
  /external/valgrind/main/coregrind/
m_libcbase.c 291 Int VG_(strncasecmp) ( const Char* s1, const Char* s2, SizeT nmax ) function
335 if (VG_(strncasecmp)(haystack, needle, n) == 0)
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 746 if (strncasecmp(cmd->cmd, argv[0], strlen(argv[0])) == 0) {
762 if (strncasecmp(cmd->cmd, argv[0], strlen(argv[0])) ==
  /frameworks/base/media/libstagefright/matroska/
MatroskaExtractor.cpp 169 mIsAudio = !strncasecmp("audio/", mime, 6);
766 if (strncasecmp(mime, "video/", 6)) {
  /external/chromium/chrome/browser/autofill/
form_field.cc 362 if (base::strncasecmp(name.c_str(), form_fields[i].name_,
  /external/chromium/third_party/libjingle/source/talk/base/
stringutils.h 136 return strncasecmp(s1, s2, n);
  /external/openssl/crypto/asn1/
ameth_lib.c 232 !strncasecmp(ameth->pem_str, str, len))
  /external/skia/src/animator/
SkDisplayXMLParser.cpp 172 #define SK_strncasecmp strncasecmp
  /external/v8/src/
platform.h 77 int strncasecmp(const char* s1, const char* s2, int n);
  /frameworks/base/cmds/stagefright/
record.cpp 138 if (strncasecmp(mime, "video/", 6)) {
  /frameworks/base/media/libstagefright/timedtext/
TimedTextPlayer.cpp 302 if (strncasecmp("file://", uri.string(), 7)) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
string.h 335 extern int strncasecmp (__const char *__s1, __const char *__s2, size_t __n)
  /system/core/nexus/
PropertyManager.cpp 272 (prefix && !strncasecmp(fqn, prefix, strlen(prefix)))) {
  /system/media/wilhelm/src/android/
android_GenericMediaPlayer.cpp 39 if (!strncasecmp(uri, kDistantProtocolPrefix[i], strlen(kDistantProtocolPrefix[i]))) {
  /external/bluetooth/bluez/src/
textfile.c 109 int cmp = (icase) ? strncasecmp(ptr, key, len) : strncmp(ptr, key, len);
  /external/bluetooth/bluez/tools/
sdptool.c 773 if (!strncasecmp(value, "u0x", 3)) {
783 } else if (!strncasecmp(value, "0x", 2)) {
894 if (!strncasecmp(argv[i], "u0x", 3)) {
904 } else if (!strncasecmp(argv[i], "0x", 2)) {
    [all...]
  /external/chromium/base/
string_util.h 31 // C standard-library functions like "strncasecmp" and "snprintf" that aren't
32 // cross-platform are provided as "base::strncasecmp", and their prototypes
44 BASE_API int strncasecmp(const char* s1, const char* s2, size_t count);
  /external/ipsec-tools/src/racoon/
backupsa.c 370 if (strncasecmp(p, strmon[i], strlen(strmon[i])) == 0) {
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 539 #define SDL_strncasecmp strncasecmp
  /frameworks/base/core/jni/
android_net_wifi_Wifi.cpp 398 if (lastSpace && !strncasecmp(lastSpace - 4, "rssi", 4)) {

Completed in 629 milliseconds

1 2 3 4 56 7 8