HomeSort by relevance Sort by last modified time
    Searched refs:strncmp (Results 226 - 250 of 902) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/daemon/
opd_extended.c 44 if(!strncmp(name, ext_feature_table[i].feature,
  /external/skia/legacy/src/animator/
SkDisplayType.h 26 && strncmp(str, token, sizeof(str) - 1) == 0)
  /external/skia/legacy/src/core/
SkGraphics.cpp 200 if (strncmp(flags, gFlags[i].fStr, paramLen) == 0) {
  /external/skia/src/animator/
SkDisplayType.h 24 && strncmp(str, token, sizeof(str) - 1) == 0)
  /external/skia/src/core/
SkGraphics.cpp 170 if (strncmp(flags, gFlags[i].fStr, paramLen) == 0) {
  /external/stlport/test/unit/
copy_test.cpp 45 CPPUNIT_ASSERT(!strncmp(string, result, 23));
  /external/webkit/Source/WebKit/android/wds/
Command.cpp 143 if (strncmp(buf, (*i)->name(), sizeof(buf)) == 0)
  /external/wpa_supplicant_8/src/utils/
edit_readline.c 54 if (strncmp(pending_completions[pos], text, len) == 0)
  /frameworks/base/media/tests/players/
invoke_mock_media_player.cpp 64 if (strncmp(url, kPing, strlen(kPing)) == 0) {
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 104 if (0 == strncmp(pInput.c_str(),
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamOutALSA.cpp 101 else if(!strncmp(mHandle->useCase, SND_USE_CASE_VERB_IP_VOICECALL,
102 sizeof(mHandle->useCase)) || !strncmp(mHandle->useCase,
257 if((!strncmp(mHandle->useCase, SND_USE_CASE_VERB_IP_VOICECALL, strlen(SND_USE_CASE_VERB_IP_VOICECALL))) ||
258 (!strncmp(mHandle->useCase, SND_USE_CASE_MOD_PLAY_VOIP, strlen(SND_USE_CASE_MOD_PLAY_VOIP)))) {
  /hardware/qcom/display/libhwcomposer/
hwc_vsync.cpp 113 if (!strncmp(str, "VSYNC=", strlen("VSYNC="))) {
  /libcore/luni/src/test/native/
test_openssl_engine.cpp 49 if (key_len > HMAC_TAG_LEN && !strncmp(key_id, HMAC_TAG, HMAC_TAG_LEN)) {
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
string_h.pass.cpp 34 static_assert((std::is_same<decltype(strncmp(cpc, cpc, s)), int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/
cstring.pass.cpp 34 static_assert((std::is_same<decltype(std::strncmp(cpc, cpc, s)), int>::value), "");
  /ndk/sources/host-tools/nawk-20071023/
main.c 78 if (strncmp(argv[1], "--", 2) == 0) { /* explicit end of args */
  /ndk/tests/device/test-gnustl-full/unit/
copy_test.cpp 45 CPPUNIT_ASSERT(!strncmp(string, result, 23));
  /ndk/tests/device/test-stlport/unit/
copy_test.cpp 45 CPPUNIT_ASSERT(!strncmp(string, result, 23));
  /system/bluetooth/brfpatch/
brfpatch.c 78 FAILIF(strncmp(buf, "Send_", 5) != 0, "Not expecting: %s\n", buffer);
  /system/core/adb/
sockets.c 430 if ((!strncmp(name, "root:", 5) && getuid() != 0)
431 || !strncmp(name, "usb:", 4)
432 || !strncmp(name, "tcpip:", 6)) {
632 if (!strncmp(service, prefixes[i].str, prefixes[i].len))
706 if(!strncmp(service, "host-serial:", strlen("host-serial:"))) {
717 } else if (!strncmp(service, "host-usb:", strlen("host-usb:"))) {
720 } else if (!strncmp(service, "host-local:", strlen("host-local:"))) {
723 } else if (!strncmp(service, "host:", strlen("host:"))) {
743 if (!strncmp(service, "transport", strlen("transport"))) {
  /system/core/debuggerd/
crasher.c 121 if(!strncmp(arg, "thread-", strlen("thread-"))) {
  /system/netd/
PppController.cpp 143 if ((!strncmp(de->d_name, "tty", 3)) && (strlen(de->d_name) > 3)) {
  /bionic/libc/unistd/
fnmatch.c 122 if (foldcase && strncmp(pattern, "upper:]", 7) == 0)
125 if (!strncmp(pattern, cc->name, len) && cc->name[len] == '\0') {
  /bootable/recovery/applypatch/
applypatch.c 59 if (strncmp(filename, "MTD:", 4) == 0 ||
60 strncmp(filename, "EMMC:", 5) == 0) {
847 if (strncmp(target_filename, "MTD:", 4) == 0 ||
848 strncmp(target_filename, "EMMC:", 5) == 0) {
889 if (strncmp(source_filename, "MTD:", 4) == 0 ||
890 strncmp(source_filename, "EMMC:", 5) == 0) {
934 if (strncmp(target_filename, "MTD:", 4) == 0 ||
935 strncmp(target_filename, "EMMC:", 5) == 0) {
    [all...]
  /external/bison/src/
files.c 222 && (strncmp (*ext - dottablen, ".tab", dottablen) == 0
223 || strncmp (*ext - dottablen, "_tab", dottablen) == 0))

Completed in 879 milliseconds

1 2 3 4 5 6 7 8 91011>>