HomeSort by relevance Sort by last modified time
    Searched refs:strcasecmp (Results 176 - 200 of 279) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/media/libstagefright/httplive/
M3UParser.cpp 337 if (!strcasecmp("bandwidth", key.c_str())) {
  /frameworks/media/libvideoeditor/lvpp/
AudioPlayerBase.cpp 102 CHECK(!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_RAW));
PreviewPlayer.cpp 182 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_VORBIS)) {
701 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_RAW)) {
730 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_QCELP)) {
    [all...]
PreviewPlayerBase.cpp 367 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_VORBIS)) {
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.c 61 #define STRICMP strcasecmp
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
string.h 331 extern int strcasecmp (__const char *__s1, __const char *__s2)
  /system/core/liblinenoise/
linenoise.c 102 if (!strcasecmp(term,unsupported_term[j])) return 1;
  /external/bluetooth/hcidump/src/
hcidump.c 831 if (!strcasecmp(filters[n].name, argv[i])) {
912 if (strcasecmp(optarg, "none") && strcasecmp(optarg, "system"))
  /external/qemu/proxy/
proxy_http_rewriter.c 157 if (!strcasecmp(h->key, key))
665 if (transfer_encoding && !strcasecmp(transfer_encoding, "Chunked")) {
680 if (!connection || strcasecmp(connection, "Close")) {
    [all...]
  /frameworks/base/media/libstagefright/
AVIExtractor.cpp 115 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_MPEG)) {
933 if (!strcasecmp(mime.c_str(), MEDIA_MIMETYPE_VIDEO_MPEG4)) {
935 } else if (!strcasecmp(mime.c_str(), MEDIA_MIMETYPE_VIDEO_AVC)) {
    [all...]
AwesomePlayer.cpp 430 if (!strcasecmp(mime.string(), MEDIA_MIMETYPE_AUDIO_VORBIS)) {
442 } else if (!strcasecmp(mime.string(), MEDIA_MIMETYPE_TEXT_3GPP)) {
    [all...]
  /frameworks/base/media/libstagefright/omx/tests/
OMXHarness.cpp 274 if (!strcasecmp(trackMIME, mimeType)) {
508 if (!strcasecmp(kMimeToURL[i].mMime, mime)) {
533 if (!strcasecmp(mime, trackMime)) {
  /external/ppp/pppd/
sys-linux.c     [all...]
  /external/chromium/third_party/libevent/
http.c 93 #define strcasecmp _stricmp macro
406 return (connection == NULL || strcasecmp(connection, "keep-alive") != 0);
409 return (connection != NULL && strcasecmp(connection, "close") == 0);
1314 if (strcasecmp(header->key, key) == 0)
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 488 !strcasecmp(buildType, "user")) {
494 (!strcasecmp(value, "true") || !strcasecmp(value, "1"))) {
    [all...]
  /external/bluetooth/bluez/src/
glib-helper.c 444 if (strcasecmp(bt_services[i].name, pattern) == 0)
  /external/bluetooth/bluez/tools/
hciconfig.c 343 if (!strcasecmp(opt, "giac")) {
345 } else if (!strcasecmp(opt, "liac")) {
1035 if (!strcasecmp(opt, "all")) {
    [all...]
hcitool.c 477 if (!strcasecmp(optarg, "giac")) {
479 } else if (!strcasecmp(optarg, "liac")) {
571 if (!strcasecmp(optarg, "giac")) {
573 } else if (!strcasecmp(optarg, "liac")) {
    [all...]
  /external/chromium/base/
string_util.h 39 BASE_API int strcasecmp(const char* s1, const char* s2);
  /external/iproute2/tc/
m_ematch.c 114 if (!strcasecmp(namebuf, kind)) {
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 845 inline int StrCaseCmp(const char* s1, const char* s2) {
855 inline int StrCaseCmp(const char* s1, const char* s2) {
881 inline int StrCaseCmp(const char* s1, const char* s2) {
882 return strcasecmp(s1, s2);
    [all...]
  /external/qemu/android/skin/
keyset.c 309 if ( !strcasecmp(str, keysym_names[nn]._str) )
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 531 #define SDL_strcasecmp strcasecmp
  /ndk/sources/host-tools/make-3.81/
make.h 569 # define strcasecmp stricmp
568 # define strcasecmp macro
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 531 #define SDL_strcasecmp strcasecmp

Completed in 743 milliseconds

1 2 3 4 5 6 78 91011>>