/frameworks/base/media/libdrm/mobile1/src/parser/ |
parser_rel.c | 188 if(0 == strncmp(all_vaild_constraints[i][0],"<o-dd:datetime>",strlen("<o-dd:datetime>"))){ 199 if((0 == strncmp(all_vaild_constraints[i][0],"<o-dd:start>",strlen("<o-dd:start>"))) 200 || (0 == strncmp(all_vaild_constraints[i][0],"<o-dd:end>",strlen("<o-dd:end>")))){ 532 if(strncmp(pValue,"1.0",valueLen))
|
/hardware/broadcom/wlan/bcm4329/src/dhd/exe/ |
dhdu_linux.c | 162 !strncmp(dev_type, "dhd", 3))
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Debug.h | 202 if (!strncmp(ptr, tag_str, strlen(tag_str))) { \ 206 if (file && !strncmp(ptr, "_ERR", 4) && isspace(ptr[4])) { \ 210 } else if (file && !strncmp(ptr, "_OUT", 4) && isspace(ptr[4])) { \ 214 } else if (!strncmp(ptr, "_LEVEL", 6) && isspace(ptr[6])) { \
|
/packages/apps/IM/libwbxml/src/ |
imps_encoder.cpp | 186 if (strncmp(prefix, value, prefixLen) == 0) {
|
/system/bluetooth/brfpatch/ |
brfpatch.c | 78 FAILIF(strncmp(buf, "Send_", 5) != 0, "Not expecting: %s\n", buffer);
|
/system/core/logwrapper/ |
logwrapper.c | 132 if (strncmp(argv[1], "-d", 2) == 0) {
|
/system/core/toolbox/ |
ps.c | 143 if(!namefilter || !strncmp(name, namefilter, strlen(namefilter))) {
|
/system/vold/ |
Loop.cpp | 109 if (!strncmp(li.lo_name, id, LO_NAME_SIZE)) {
|
Process.cpp | 54 if (length > 1 && strncmp(path, mountPoint, length) == 0) {
|
main.cpp | 92 if (!strncmp(state, "online", 6)) {
|
/external/qemu/ |
vnc-android.c | [all...] |
vnc.c | [all...] |
gdbstub.c | 1353 if (strncmp(p, "target.xml", len) == 0) { [all...] |
/external/libpng/contrib/gregbook/ |
wpng.c | 252 if (!strncmp(*argv, "-i", 2)) { 254 } else if (!strncmp(*argv, "-time", 3)) { 257 } else if (!strncmp(*argv, "-text", 3)) { 259 } else if (!strncmp(*argv, "-gamma", 2)) { 270 } else if (!strncmp(*argv, "-bgcolor", 4)) {
|
/external/bluetooth/glib/glib/ |
gtestutils.c | 263 else if (strcmp ("--GTestLogFD", argv[i]) == 0 || strncmp ("--GTestLogFD=", argv[i], 13) == 0) 275 else if (strcmp ("--GTestSkipCount", argv[i]) == 0 || strncmp ("--GTestSkipCount=", argv[i], 17) == 0) 287 else if (strcmp ("-p", argv[i]) == 0 || strncmp ("-p=", argv[i], 3) == 0) 299 else if (strcmp ("-m", argv[i]) == 0 || strncmp ("-m=", argv[i], 3) == 0) 342 else if (strcmp ("--seed", argv[i]) == 0 || strncmp ("--seed=", argv[i], 7) == 0) 534 if (strncmp (rseed, "R02S", 4) == 0) /* seed for random generator 02 (GRand-2.2) */ [all...] |
/external/srec/seti/sltsEngine/src/ |
run_seq_lts.c | 964 if (strncmp(str, lts->strings[i], len) == 0) { 990 if (strncmp(str + (prelen - len), lts->strings[i], len) == 0) { [all...] |
/external/bison/src/ |
files.c | 226 && (strncmp (*ext - dottablen, ".tab", dottablen) == 0 227 || strncmp (*ext - dottablen, "_tab", dottablen) == 0))
|
/external/bluetooth/glib/gio/xdgmime/ |
xdgmime.c | 728 if (sep && strncmp (mime_a, mime_b, sep - mime_a + 1) == 0) 776 strncmp (umime, "text/", 5) == 0)
|
/external/clearsilver/cgi/ |
rfc2388.c | 262 if (bl+2 == l && s[0] == '-' && s[1] == '-' && !strncmp (s+2, boundary, bl)) 265 !strncmp (s+2, boundary, bl) &&
|
/external/e2fsprogs/lib/blkid/ |
devname.c | 149 if (!pri && !strncmp(ptname, "md", 2)) 541 if (lens[last] && strncmp(ptnames[last], ptname, lens[last])) {
|
/external/openssl/apps/ |
openssl.c | 402 else if ((strncmp(argv[0],"no-",3)) == 0) 536 return(strncmp(((const FUNCTION *)a_void)->name,
|
/external/oprofile/daemon/ |
opd_ibs.c | 443 if (!strncmp("fetch:", tok1, strlen("fetch:"))) { 479 } else if (!strncmp("op:", tok1, strlen("op:"))) {
|
/external/skia/src/animator/ |
SkMemberInfo.cpp | 239 if (strncmp(rawValue, "#string:", sizeof("#string:") - 1) == 0) { 247 if (strncmp(rawValue, "#script:", sizeof("#script:") - 1) != 0)
|
/external/skia/src/views/ |
SkEvent.cpp | 110 return len == typeLen && strncmp(chars, type, typeLen) == 0; 112 return strncmp(fType, type, typeLen) == 0 && fType[typeLen] == 0;
|
/external/srec/portable/src/ |
plog.c | 492 if ( ( strncmp ( log_text, FILTER_MSG_1, FILTER_MSG_1_SIZE ) != 0 ) && 493 ( strncmp ( log_text, FILTER_MSG_2, FILTER_MSG_2_SIZE ) != 0 ) )
|