HomeSort by relevance Sort by last modified time
    Searched full:strlen (Results 176 - 200 of 3375) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/libs/utils/
misc.cpp 43 len = strlen(str);
67 totalLen += strlen(argv[idx]);
88 len = strlen(argv[idx]);
StringArray.cpp 63 int len = strlen(str);
107 int len = strlen(str);
  /ndk/sources/host-tools/make-3.81/
commands.c 64 len = strlen (p + 1);
90 len = strlen (name) - 1;
96 len = strlen (name);
101 unsigned int slen = strlen (dep_name (d));
156 plus_len += strlen (dep_name (d)) + 1;
174 len = strlen (c) - 1;
178 len = strlen (c);
201 bar_len += strlen (dep_name (d)) + 1;
225 len = strlen (c) - 1;
229 len = strlen (c)
    [all...]
  /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);
  /system/core/adb/
services.c 117 writex(fd, buf, strlen(buf));
123 writex(fd, buf, strlen(buf));
129 writex(fd, buf, strlen(buf));
145 writex(fd, buf, strlen(buf));
153 writex(fd, buf, strlen(buf));
167 writex(fd, buf, strlen(buf));
198 writex(fd, buf, strlen(buf));
540 } else if (!strncmp(name, "wait-for-", strlen("wait-for-"))) {
548 name += strlen("wait-for-");
550 if (!strncmp(name, "local", strlen("local")))
    [all...]
  /system/core/libsysutils/src/
ServiceManager.cpp 26 * If strlen(<name>) > (PROPERTY_KEY_MAX-1)-9, then you can start/stop
42 if (strlen(name) > SERVICE_NAME_MAX) {
71 if (strlen(name) > SERVICE_NAME_MAX) {
  /external/openssl/crypto/pkcs7/
example.c 41 ASN1_OCTET_STRING_set(os,(unsigned char*)str,strlen(str));
91 ASN1_OCTET_STRING_set(os1,(unsigned char*)str1,strlen(str1));
92 ASN1_OCTET_STRING_set(os2,(unsigned char*)str1,strlen(str1));
202 ASN1_OCTET_STRING_set(os,(unsigned char*)str,strlen(str));
255 ASN1_OCTET_STRING_set(os1,(unsigned char*)str1,strlen(str1));
256 ASN1_OCTET_STRING_set(os2,(unsigned char*)str1,strlen(str1));
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Shader.cpp 85 totalLength += (int)strlen(string[i]);
102 stringLength = (int)strlen(string[i]);
120 return strlen(mInfoLog) + 1;
130 while (index < bufSize - 1 && index < (int)strlen(mInfoLog))
156 return strlen(mSource) + 1;
166 while (index < bufSize - 1 && index < (int)strlen(mSource))
  /system/core/libcutils/
dir_hash.c 149 char *name = malloc(strlen(de->d_name) + 1);
181 name = malloc(strlen(f->name) + strlen(directory_path) + 2);
207 keep = malloc(len + strlen(name) + 3);
282 len += strlen(r->name);
316 int n = strlen(list[i]->name);
  /bionic/libc/stdio/
tempnam.c 58 *(f + strlen(f) - 1) == '/'? "": "/", pfx);
65 *(f + strlen(f) - 1) == '/'? "": "/", pfx);
  /external/bison/lib/
basename.c 67 value returned by base_name. Act like strlen (NAME), except omit
75 for (len = strlen (name); 1 < len && ISSLASH (name[len - 1]); len--)
  /external/dhcpcd/
logger.c 85 len = strlen(logprefix);
86 fmt2len = strlen(fmt) + len + 1;
  /external/e2fsprogs/intl/
relocatable.c 117 orig_prefix_len = strlen (orig_prefix_arg);
118 curr_prefix_len = strlen (curr_prefix_arg);
184 if (strncmp (orig_installprefix, orig_installdir, strlen (orig_installprefix))
188 rel_installdir = orig_installdir + strlen (orig_installprefix);
193 const char *p = curr_pathname + strlen (curr_pathname);
216 const char *rp = rel_installdir + strlen (rel_installdir);
217 const char *cp = curr_installdir + strlen (curr_installdir);
433 (char *) xmalloc (curr_prefix_len + strlen (pathname_tail) + 1);
  /external/e2fsprogs/resize/
sim_progress.c 33 width = prog->labelwidth - strlen(prog->label);
90 retval = ext2fs_get_mem(strlen(label)+1, &prog->label);
  /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...]
  /external/oprofile/libop/tests/
mangle_tests.c 53 char * expect = xmalloc(strlen(test->result) +
54 strlen(op_samples_current_dir) + 1);
  /external/oprofile/opcontrol/
opcontrol.cpp 415 for (i = 0; i < strlen(event_name); i++) {
469 write(fd, content, strlen(content));
535 if (strlen(dirent->d_name) >= 4 && memcmp(dirent->d_name, "cpu", 3) == 0) {
704 if (strlen(callgraph)) {
759 snprintf(command + strlen(command), sizeof(command) - strlen(command),
762 snprintf(command + strlen(command), sizeof(command) - strlen(command), ",");
767 snprintf(command + strlen(command), sizeof(command) - strlen(command)
    [all...]
  /external/qemu/android/
core-init-utils.c 56 socket_send(fd, msg, strlen(msg) + 1);
81 vbufprint(msg + strlen(msg), msg + sizeof(msg), fmt, args);
  /external/qemu/
qstring.c 64 return qstring_from_substr(str, 0, strlen(str) - 1);
81 size_t len = strlen(str);
  /external/skia/samplecode/
SampleFontScalerTest.cpp 86 size_t textLen = strlen(text);
101 textLen = strlen(text);
  /external/skia/src/pdf/
SkPDFTypes.cpp 49 return catalog->getObjectNumberSize(this) + strlen(" obj\n") +
50 this->getOutputSize(catalog, false) + strlen("\nendobj\n");
62 return catalog->getObjectNumberSize(fObj.get()) + strlen(" R");
91 return strlen("true");
92 return strlen("false");
162 : fValue(formatString(value, strlen(value))) {
306 size_t result = strlen("[]");
363 size_t result = strlen("<<>>") + (fValue.count() * 2);
  /external/tinyxml/
tinystr.cpp 97 TiXmlString::size_type b_len = static_cast<TiXmlString::size_type>( strlen(b) );
107 TiXmlString::size_type a_len = static_cast<TiXmlString::size_type>( strlen(a) );
  /external/valgrind/main/
exp-ptrcheck.supp 4 fun:strlen
38 If I had to guess, inlined or nameless strlen etc in ld.so
  /frameworks/base/libs/utils/tests/
ObbFile_test.cpp 42 const int totalLen = strlen(mExternalStorage) + strlen(TEST_FILENAME) + 1;
  /ndk/sources/host-tools/make-3.81/w32/subproc/
misc.c 60 size_needed += strlen(arr[arrcnt]) + 1;
76 ptr += strlen(tmp[arrcnt]) + 1;

Completed in 1332 milliseconds

1 2 3 4 5 6 78 91011>>