HomeSort by relevance Sort by last modified time
    Searched full:strlen (Results 826 - 850 of 5643) sorted by null

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
intl.h 43 # define gcc_gettext_width(s) strlen(s)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_imageop.py 27 strlen = abs(width * height)
29 strlen *= size
30 if strlen < MAX_LEN:
31 data = "A" * strlen
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_imageop.py 27 strlen = abs(width * height)
29 strlen *= size
30 if strlen < MAX_LEN:
31 data = "A" * strlen
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubystrings.swg 30 if (psize) *psize = vptr ? (strlen((char*)vptr) + 1) : 0;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imageop.py 27 strlen = abs(width * height)
29 strlen *= size
30 if strlen < MAX_LEN:
31 data = "A" * strlen
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imageop.py 27 strlen = abs(width * height)
29 strlen *= size
30 if strlen < MAX_LEN:
31 data = "A" * strlen
  /system/core/adb/
test_track_devices.cpp 42 int len = snprintf(buffer, sizeof(buffer), "%04zx%s", strlen(request), request);
  /system/core/libcutils/
klog.c 76 iov[0].iov_len = strlen(buf);
strlcpy.c 30 * Returns strlen(src); if retval >= siz, truncation occurred.
  /system/core/libcutils/tests/
PropertiesTest.cpp 110 EXPECT_EQ(strlen(PROPERTY_TEST_VALUE_DEFAULT), len);
117 EXPECT_EQ(strlen("hello_world"), len) << "hello_world key";
126 EXPECT_EQ(strlen(EMPTY_STRING_DEFAULT), len) << "empty key";
152 EXPECT_EQ(strlen(VALID_TEST_VALUE), len) << "set should've failed";
  /system/extras/ext4_utils/
setup_fs.c 73 if (strlen(argv[1]) < 128)
  /toolchain/binutils/binutils-2.25/gprof/
search_list.c 44 len = strlen (beg);
  /toolchain/binutils/binutils-2.25/ld/
elf-hints-local.h 38 uint32_t dirlistlen; /* strlen(dirlist). */
  /toolchain/binutils/binutils-2.25/libiberty/
pex-msdos.c 216 scmd = XNEWVEC (char, strlen (program)
218 + strlen (rf)
219 + strlen (infile)
220 + strlen (outfile)
xstrndup.c 51 size_t len = strlen (s);
  /external/valgrind/shared/
vg_replace_strmem.c 65 20070 STRLEN
359 to be nul-terminated after the copy, unless n <= strlen(dst_orig).
360 Returns min(n, strlen(dst_orig)) + strlen(src_orig).
381 /* Finish counting min(n, strlen(dst_orig)) + strlen(src_orig) */ \
435 /*---------------------- strlen ----------------------*/
438 // calls to strlen() with its own built-in version. This can be very
442 #define STRLEN(soname, fnname) \
454 STRLEN(VG_Z_LIBC_SONAME, strlen
    [all...]
  /art/compiler/driver/
compiler_options.cc 136 std::string file_name = option.substr(strlen("--dump-init-failures=")).data();
149 const char* compiler_filter_string = option.substr(strlen("--compiler-filter=")).data();
190 dump_cfg_file_name_ = option.substr(strlen("--dump-cfg=")).data();
  /bionic/libc/dns/nameser/
ns_samedomain.c 60 la = strlen(a);
61 lb = strlen(b);
171 size_t n = strlen(src);
  /bionic/libc/upstream-openbsd/lib/libc/gen/
exec.c 160 len = strlen(path) + 1;
177 lp = strlen(p);
178 ln = strlen(name);
  /bootable/recovery/tools/ota/
add-property-tag.c 40 for (ptr += strlen(propname); *ptr != '\0' && isspace(*ptr); ++ptr) ;
50 int num = strtoul(pos + strlen(tag), &end, 10);
57 const char *end = line + strlen(line);
  /build/tools/acp/
acp.c 61 stripDestLen = strlen(argv[argc-1]);
122 srcLen = strlen(argv[i]);
140 int srcNameLen = strlen(srcName);
  /build/tools/ijar/
ijar.cc 39 const size_t CLASS_EXTENSION_LENGTH = strlen(CLASS_EXTENSION);
67 ssize_t offset = strlen(filename) - CLASS_EXTENSION_LENGTH;
164 size_t len = strlen(filename_in);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MorseCodeConverter.java 92 int strlen = str.length(); local
97 for (int i=0; i<strlen; i++) {
120 for (int i=0; i<strlen; i++) {
  /external/avahi/avahi-common/
avahi-malloc.c 49 while (strlen(n) > 0) {
52 if ((r = write(2, n, strlen(n))) < 0)
167 size = strlen(s);
  /external/curl/lib/
gopher.c 90 if(strlen(path) <= 2)
102 j = strlen(newp);
116 k = curlx_uztosz(strlen(sel));

Completed in 1539 milliseconds

<<31323334353637383940>>