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

1 2 3 4 5 6 7 891011>>

  /external/skia/src/svg/
SkSVGParser.cpp 74 if (strncmp(attributes->fName, attrValue, len) == 0 && strlen(attributes->fName) == len) {
165 if (nameLen == 2 && strncmp("id", name, nameLen) == 0) {
192 if (strncmp(name, "svg", len) == 0) {
213 if (strncmp(name, "svg", len) != 0)
279 SkASSERT(strncmp(string.c_str(), "matrix", 6) == 0);
288 SkASSERT(strncmp(str, "matrix(", 7) == 0);
SkSVGPaintState.cpp 149 if (current.f_fill.equals("none") == false && strncmp(current.f_fill.c_str(), "url(#", 5) != 0) {
156 if (current.f_stroke.equals("none") == false && strncmp(current.f_stroke.c_str(), "url(#", 5) != 0) {
205 SkASSERT(strncmp(str, "matrix(", 7) == 0);
313 if (strncmp(attrValue, "url(", 4) == 0) {
320 if (strncmp(id.c_str(), "mask", 4) != 0) {
400 if (strncmp(lastAttr->c_str(), "url(", 4) == 0 && strncmp(attrValue, "url(", 4) != 0) {
407 bool urlRef = strncmp(attrValue, "url(", 4) == 0;
  /frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp 184 if (!strncmp(arg, "-r", 2)) {
191 } else if (!strncmp(arg, "-t", 2)) {
198 } else if (!strncmp(arg, "-f", 2)) {
205 } else if (!strncmp(arg, "-c", 2)) {
213 } else if (!strncmp(arg, "-s", 2)) {
232 } else if (!strncmp(arg, "-e", 2)) {
  /system/core/init/
property_service.c 227 if(!strncmp(name, "ro.", 3))
239 if (strncmp(property_perms[i].prefix, name,
322 if(!strncmp(name, "ro.", 3)) return -1;
333 if (strncmp("net.", name, strlen("net.")) == 0) {
344 strncmp("persist.", name, strlen("persist.")) == 0) {
492 if (strncmp("persist.", entry->d_name, strlen("persist.")))
  /bootable/recovery/minelf/
Retouch.c 130 if (strncmp(p_info->tag, "PRE ", 4) ||
131 strncmp(r_info->tag, "RETOUCH ", 8))
  /external/chromium_org/chrome/browser/prerender/
prerender_util.cc 29 if (key.len != 3 || strncmp(url.spec().c_str() + key.begin, "url", key.len))
55 if (key.len != 3 || strncmp(url.spec().c_str() + key.begin, "lpe", key.len))
  /external/chromium_org/chrome/renderer/plugins/
plugin_uma.cc 178 if (strncmp(mime_type.c_str(), kSilverlightTypePrefix, prefix_length) == 0)
182 if (strncmp(mime_type.c_str(), kRealPlayerTypePrefix, prefix_length) == 0)
  /external/chromium_org/net/tools/quic/test_tools/
http_message_test_utils.cc 78 if (strncmp(str.data(), kMethodString[i], str.length()) == 0) {
88 if (strncmp(str.data(), kHTTPVersionString[i], str.length()) == 0) {
  /external/chromium_org/third_party/skia/src/svg/
SkSVGPaintState.cpp 149 if (current.f_fill.equals("none") == false && strncmp(current.f_fill.c_str(), "url(#", 5) != 0) {
156 if (current.f_stroke.equals("none") == false && strncmp(current.f_stroke.c_str(), "url(#", 5) != 0) {
205 SkASSERT(strncmp(str, "matrix(", 7) == 0);
313 if (strncmp(attrValue, "url(", 4) == 0) {
320 if (strncmp(id.c_str(), "mask", 4) != 0) {
400 if (strncmp(lastAttr->c_str(), "url(", 4) == 0 && strncmp(attrValue, "url(", 4) != 0) {
407 bool urlRef = strncmp(attrValue, "url(", 4) == 0;
  /external/clang/test/SemaCXX/
warn-memset-bad-sizeof.cpp 124 extern "C" int strncmp(const char *s1, const char *s2, unsigned n);
134 strncmp(FOO, BAR, sizeof(FOO)); // \
135 // expected-warning {{'strncmp' call operates on objects of type 'const char' while the size is based on a different type 'const char *'}} expected-note{{did you mean to provide an explicit length?}}
  /external/icu4c/common/
cstring.h 50 U_STANDARD_CPP_NAMESPACE strncmp(s1, s2, n))
58 #define uprv_strncmp(s1, s2, n) U_STANDARD_CPP_NAMESPACE strncmp(s1, s2, n)
  /external/openssh/
logintest.c 290 if (strncmp(argv[1], "-i", 3) == 0)
292 else if (strncmp(argv[1], "-v", 3) == 0)
md5crypt.c 47 return (strncmp(salt, magic, strlen(magic)) == 0);
64 if(strncmp(sp, magic, strlen(magic)) == 0)
  /external/qemu/
envlist.c 156 if (strncmp(entry->ev_var, env, envname_len) == 0)
203 if (strncmp(entry->ev_var, env, envname_len) == 0)
keymaps.c 112 if (!strncmp(line, "map ", 4))
114 if (!strncmp(line, "include ", 8)) {
  /external/skia/tools/
win_dbghelp.cpp 102 if (!started && strncmp(start, line, strlen(start)) == 0) {
104 } else if (started && strncmp(stop, line, strlen(stop)) == 0) {
  /external/stlport/test/unit/cppunit/
cppunit_mini.h 99 bool match = (strncmp(in_desiredTest, in_className, strlen(in_className)) == 0) &&
100 (strncmp(ptr + 2, in_functionName, strlen(in_functionName)) == 0);
  /external/webrtc/src/system_wrappers/source/
cpu_linux.cc 129 if (strncmp(firstWord, "cpu", 3) != 0) {
198 } while (strncmp(firstWord, "cpu", 3) == 0);
  /frameworks/av/media/libstagefright/rtsp/
APacketSource.cpp 59 if (len >= keyLen + 1 && s[keyLen] == '=' && !strncmp(s, key, keyLen)) {
427 if (!strncmp(desc.c_str(), "H264/", 5)) {
458 } else if (!strncmp(desc.c_str(), "H263-2000/", 10)
459 || !strncmp(desc.c_str(), "H263-1998/", 10)) {
470 } else if (!strncmp(desc.c_str(), "MP4A-LATM/", 10)) {
486 } else if (!strncmp(desc.c_str(), "AMR/", 4)) {
499 } else if (!strncmp(desc.c_str(), "AMR-WB/", 7)) {
512 } else if (!strncmp(desc.c_str(), "MP4V-ES/", 8)) {
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_uevents.cpp 78 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
96 if (!strncmp(str, "SWITCH_STATE=", strlen("SWITCH_STATE="))) {
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_uevents.cpp 70 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
88 if (!strncmp(str, "SWITCH_STATE=", strlen("SWITCH_STATE="))) {
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_uevents.cpp 78 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
96 if (!strncmp(str, "SWITCH_STATE=", strlen("SWITCH_STATE="))) {
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-regex2.c 121 || strncmp (string + pmatch[0].rm_so,
157 || strncmp (string + match,
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
cppunit_mini.h 99 bool match = (strncmp(in_desiredTest, in_className, strlen(in_className)) == 0) &&
100 (strncmp(ptr + 2, in_functionName, strlen(in_functionName)) == 0);
  /ndk/tests/device/test-stlport/unit/cppunit/
cppunit_mini.h 99 bool match = (strncmp(in_desiredTest, in_className, strlen(in_className)) == 0) &&
100 (strncmp(ptr + 2, in_functionName, strlen(in_functionName)) == 0);

Completed in 2211 milliseconds

1 2 3 4 5 6 7 891011>>