HomeSort by relevance Sort by last modified time
    Searched refs:strlen (Results 151 - 175 of 4310) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/src/svg/
SkSVGUse.cpp 28 parser._addAttributeLen("use", start, strlen(start) - 1);
  /external/valgrind/main/none/tests/
procfs-cmdline-exe.c 59 if (strncmp(buf, cwd, strlen(cwd)) == 0)
60 p += strlen(cwd);
79 if (strncmp(buf, cwd, strlen(cwd)) == 0)
80 p += strlen(cwd);
  /external/wpa_supplicant_8/hs20/server/www/
cert-enroll.php 14 if (strlen($id) < 32)
  /frameworks/base/core/jni/
android_server_Watchdog.cpp 38 strncat(buf, ":\n", sizeof(buf) - strlen(buf) - 1);
39 write(outFd, buf, strlen(buf));
75 write(outFd, buf, strlen(buf));
93 write(outFd, buf, strlen(buf));
  /ndk/sources/android/support/src/musl-locale/
strxfrm.c 9 size_t l = strlen(src);
  /ndk/sources/third_party/googletest/googletest/samples/
sample2.h 77 return c_string_ == NULL ? 0 : strlen(c_string_);
  /bionic/tests/
getcwd_test.cpp 29 ASSERT_GE(strlen(cwd), 1U);
39 ASSERT_GE(strlen(cwd), 1U);
83 ASSERT_GE(strlen(cwd), 1U);
  /external/chromium_org/base/
hash_unittest.cc 70 EXPECT_EQ(0u, Hash(str, strlen(str)));
74 EXPECT_EQ(2794219650u, Hash(str, strlen(str)));
79 EXPECT_EQ(2794219650u, Hash(str, strlen("hello world")));
  /external/chromium_org/third_party/skia/platform_tools/nacl/src/
nacl_interface.cpp 33 for (size_t i = 0; i < strlen(commandChars); i++) {
39 if (strlen(commandChars) > 0) {
50 for (size_t i = 0; i < strlen(commandChars) + 1; i++) {
  /external/clang/test/Sema/
warn-strncat-size.c 7 size_t strlen (const char *s);
30 strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest) - strlen(dest) - 1); // no-warning
39 strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest) - strlen(dest)); // expected-warning{{the value of the size argument in 'strncat' is too large, might lead to a buffer overflow}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
  /external/e2fsprogs/lib/ss/
error.c 30 (strlen(infop->subsystem_name)+1)
41 (strlen(infop->subsystem_name)+
42 strlen(infop->current_request)+
  /external/fio/lib/
num2str.c 40 if (strlen(tmp) <= maxlen)
60 decimals = maxlen - strlen(tmp);
69 if (strlen(tmp) <= decimals - 1)
  /external/skia/platform_tools/nacl/src/
nacl_interface.cpp 33 for (size_t i = 0; i < strlen(commandChars); i++) {
39 if (strlen(commandChars) > 0) {
50 for (size_t i = 0; i < strlen(commandChars) + 1; i++) {
  /external/srec/seti/setiUtils/src/
platform_utils.c 50 m = strlen(seps);
55 n = strlen(input_str);
124 new_string = (char *)MALLOC(sizeof(char)*(strlen(in_string)+1), MTAG);
  /external/valgrind/main/none/tests/darwin/
access_extended.c 18 strlen(name1) + 1 +
19 strlen(name2) + 1;
22 char* string2 = string1 + strlen(name1) + 1;
  /frameworks/compile/libbcc/lib/ExecutionEngine/
SymbolResolvers.cpp 69 size_t error_length = ::strlen(DYLD_ERROR_MSG_PATTERN) +
70 ::strlen(pFileName) + 1;
72 error_length += ::strlen(err);
  /hardware/libhardware_legacy/qemu_tracing/
qemu_tracing.c 64 if (strlen(name) > MAX_SYMBOL_NAME_LENGTH)
70 write(fd, buf, strlen(buf));
83 write(fd, buf, strlen(buf));
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex13.c 89 err = re_compile_pattern (tests[i].pattern, strlen (tests[i].pattern),
98 start = re_search (&regbuf, tests[i].string, strlen (tests[i].string),
99 0, strlen (tests[i].string), NULL);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
path.c 28 size_t ret = strlen(src);
63 len = strlen(perf_dir);
109 len = strlen(perf_dir);
138 int path_len = strlen(path), suffix_len = strlen(suffix);
  /external/chromium_org/third_party/skia/gm/
image.cpp 163 canvas->drawText(kLabel1, strlen(kLabel1), 10, 60, textPaint);
164 canvas->drawText(kLabel2, strlen(kLabel2), 10, 140, textPaint);
165 canvas->drawText(kLabel3, strlen(kLabel3), 10, 220, textPaint);
166 canvas->drawText(kLabel4, strlen(kLabel4), 10, 300, textPaint);
167 canvas->drawText(kLabel5, strlen(kLabel5), 10, 380, textPaint);
168 canvas->drawText(kLabel6, strlen(kLabel6), 10, 460, textPaint);
169 canvas->drawText(kLabel7, strlen(kLabel7), 10, 540, textPaint);
171 canvas->drawText(kLabel8, strlen(kLabel8), 80, 10, textPaint);
172 canvas->drawText(kLabel9, strlen(kLabel9), 160, 10, textPaint);
173 canvas->drawText(kLabel10, strlen(kLabel10), 250, 10, textPaint)
    [all...]
  /external/skia/gm/
image.cpp 163 canvas->drawText(kLabel1, strlen(kLabel1), 10, 60, textPaint);
164 canvas->drawText(kLabel2, strlen(kLabel2), 10, 140, textPaint);
165 canvas->drawText(kLabel3, strlen(kLabel3), 10, 220, textPaint);
166 canvas->drawText(kLabel4, strlen(kLabel4), 10, 300, textPaint);
167 canvas->drawText(kLabel5, strlen(kLabel5), 10, 380, textPaint);
168 canvas->drawText(kLabel6, strlen(kLabel6), 10, 460, textPaint);
169 canvas->drawText(kLabel7, strlen(kLabel7), 10, 540, textPaint);
171 canvas->drawText(kLabel8, strlen(kLabel8), 80, 10, textPaint);
172 canvas->drawText(kLabel9, strlen(kLabel9), 160, 10, textPaint);
173 canvas->drawText(kLabel10, strlen(kLabel10), 250, 10, textPaint)
    [all...]
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 65 strlen(ent->d_name) > strlen(type) &&
66 strncmp(ent->d_name, type, strlen(type)) == 0) {
67 numstrlen = sscanf(ent->d_name + strlen(type),
71 if (strncmp(ent->d_name + strlen(type) + numstrlen,
74 filename = malloc(strlen(iio_dir)
75 + strlen(type)
138 if(!memcmp(&line[i], chip_name[j], strlen(chip_name[j]))){
145 if(!memcmp(&line[i], name, strlen(name))){
218 for (i=0; i<strlen(chip_name[j]); i++)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
FastStringBuffer.java 482 int strlen = value.length(); local
484 if (0 == strlen)
492 while (strlen > 0)
496 if (available > strlen)
497 available = strlen;
502 strlen -= available;
506 if (strlen > 0)
564 int strlen = value.length(); local
566 if (0 == strlen)
574 while (strlen > 0
647 int strlen = length; local
734 int strlen = value.length(); local
    [all...]
  /external/oprofile/libpopt/
popthelp.c 162 strcpy(le, defstr); le += strlen(le);
187 strcpy(le, "null"); le += strlen(le);
191 strncpy(le, s, slen); le[slen] = '\0'; le += strlen(le);
192 if (slen < strlen(s)) {
193 strcpy(le, "..."); le += strlen(le);
235 if (opt->longName) nb += strlen(opt->longName);
236 if (argDescrip) nb += strlen(argDescrip);
257 char * le = left + strlen(left);
267 char * t = malloc((help ? strlen(help) : 0) +
268 strlen(defs) + sizeof(" "))
    [all...]
  /external/netperf/
netserver.c 179 snprintf(&FileName[strlen(FileName)], sizeof(FileName) - strlen(FileName), "_%d", getpid());
677 snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline) - strlen(cmdline), " -v %d", verbosity);
680 snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline) - strlen(cmdline), " -d");
682 snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline) - strlen(cmdline), " -I %x", (int)(UINT_PTR)server_sock);
683 snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline) - strlen(cmdline), " -i %x", (int)(UINT_PTR)server_control)
    [all...]

Completed in 917 milliseconds

1 2 3 4 5 67 8 91011>>