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

1 2 3 4 5 6 7 891011>>

  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 531 #define SDL_strcasecmp strcasecmp
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 531 #define SDL_strcasecmp strcasecmp
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 207 if (strcasecmp("hcd", p) != 0) {
  /external/chromium/chrome/browser/themes/
browser_theme_pack.cc 152 base::strcasecmp(key.c_str(), kPersistingImages[i].key) == 0) {
233 if (base::strcasecmp(key.c_str(), table[i].key) == 0) {
    [all...]
  /external/iptables/extensions/
libxt_conntrack.c 453 if (strcasecmp(cb->arg, "ORIGINAL") == 0) {
456 } else if (strcasecmp(cb->arg, "REPLY") == 0) {
  /external/quake/quake/src/QW/client/
cl_main.c 628 if (!strcasecmp(key, pmodel_name) || !strcasecmp(key, emodel_name))
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
main.m 159 if (strcasecmp(argn[i], "movieurl") == 0) {
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 179 if (!strcasecmp(config->rt_file, "STDOUT")) fOut = stdout;
180 else if (!strcasecmp(config->rt_file, "STDERR")) fOut = stderr;
    [all...]
  /system/core/sdcard/
sdcard.c 176 if (!strcasecmp(entry->d_name, in_name)) {
272 if (strcmp(test_name, node_name) && !strcasecmp(test_name, node_name)) {
  /frameworks/base/tools/aapt/
AaptAssets.cpp 83 } else if (strcasecmp(path, "thumbs.db") == 0
84 || strcasecmp(path, "picasa.ini") == 0) {
    [all...]
  /system/media/wilhelm/src/android/
AudioPlayer_to_android.cpp     [all...]
  /external/bluetooth/bluez/test/
rctest.c 656 if (!strcasecmp(optarg, "spp"))
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/openssl/apps/
apps.c 1306 if (!strcasecmp(arg, "none"))
1308 else if (!strcasecmp(arg, "copy"))
1310 else if (!strcasecmp(arg, "copyall"))
    [all...]
  /external/qemu/hw/
goldfish_audio.c 569 if (extension && strcasecmp(extension, ".wav") == 0) {
  /external/valgrind/main/coregrind/
m_libcbase.c 259 Int VG_(strcasecmp) ( const Char* s1, const Char* s2 ) function
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferences.mm 60 if (!strcasecmp(array[i], item))
150 if (bundleID && !strcasecmp(bundleID, "com.apple.QuickLookUIFramework"))
    [all...]
  /frameworks/base/cmds/stagefright/
sf2.cpp 90 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_VORBIS)) {
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 636 mVideoIsAVC = !strcasecmp(MEDIA_MIMETYPE_VIDEO_AVC, mime);
  /frameworks/base/media/libstagefright/
CameraSource.cpp 588 && (!strcmp(value, "1") || !strcasecmp(value, "true"))) {
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorAudioPlayer.cpp 292 CHECK(!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_RAW));
  /system/media/wilhelm/tests/sandbox/
reverb.c 133 if (!strcasecmp(name, pairs[j].mName)) {
  /external/bluetooth/bluez/input/
device.c 112 if (!strcasecmp(iconn->uuid, pattern))
115 if (!strcasecmp(iconn->alias, pattern))
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 293 if (strcasecmp(value, kTrue[i]) == 0) {
296 } else if (strcasecmp(value, kFalse[i]) == 0) {
    [all...]
  /external/e2fsprogs/e2fsck/
profile.c     [all...]

Completed in 354 milliseconds

1 2 3 4 5 6 7 891011>>