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

1 2 3 4 5 6 7 891011>>

  /external/openssl/crypto/lhash/
lh_test.c 78 i=strlen(buf);
  /external/oprofile/daemon/liblegacy/
opd_mapping.c 122 if (strlen(name) + 1 + strlen(c) >= PATH_MAX) {
127 c -= strlen(name) + 1;
129 strncpy(c + 1, name, strlen(name));
  /external/skia/bench/
WriterBench.cpp 26 static const size_t gLen = strlen(gStr);
  /external/skia/src/gpu/
GrTextureAccess.cpp 46 GrAssert(strlen(swizzle) >= 1 && strlen(swizzle) <= 4);
58 GrAssert(strlen(swizzle) >= 1 && strlen(swizzle) <= 4);
  /external/stlport/test/unit/
setdiff_test.cpp 78 set_symmetric_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
129 set_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), back_inserter(diff), less<char>());
  /external/tcpdump/missing/
strlcat.c 48 * Returns strlen(src); if retval >= siz, truncation occurred.
65 return(dlen + strlen(s));
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
ISACHist.cc 86 if(strlen(audioFileName) == 0)
90 short n = strlen(audioFileName) - 1;
102 if(strlen(audioFileName) == 0)
113 if(strlen(audioFileName) == 0)
  /external/wpa_supplicant_8/hostapd/
nt_password_hash.c 40 if (nt_password_hash((u8 *) password, strlen(password), password_hash))
  /libnativehelper/include/nativehelper/
ScopedUtfChars.h 54 return strlen(utf_chars_);
  /ndk/sources/host-tools/sed-4.2.1/lib/
lstat.c 62 len = strlen (file);
  /ndk/tests/device/test-gnustl-full/unit/
setdiff_test.cpp 78 set_symmetric_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
129 set_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), back_inserter(diff), less<char>());
  /ndk/tests/device/test-stlport/unit/
setdiff_test.cpp 78 set_symmetric_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
129 set_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), back_inserter(diff), less<char>());
  /system/core/adb/
console.c 38 adb_write( fd, argv[nn], strlen(argv[nn]) );
services.c 67 writex(fd, buf, strlen(buf));
73 writex(fd, buf, strlen(buf));
80 writex(fd, buf, strlen(buf));
93 writex(fd, buf, strlen(buf));
101 writex(fd, buf, strlen(buf));
111 writex(fd, buf, strlen(buf));
139 writex(fd, buf, strlen(buf));
146 writex(fd, buf, strlen(buf));
552 snprintf(resp, sizeof(resp), "%04x%s",(unsigned)strlen(buf), buf);
553 writex(fd, resp, strlen(resp))
    [all...]
  /external/bison/src/
files.c 94 size_t len = strlen (str1) + strlen (str2);
247 (strlen (spec_outfile) - (ext ? strlen (ext) : 0)));
252 (strlen (spec_outfile)
253 - (tab ? strlen (tab) : (ext ? strlen (ext) : 0))));
282 xstrndup (base, (strlen (base) - (ext ? strlen (ext) : 0)));
  /external/qemu/hw/
smbios.c 119 strlen(buf) + 1, buf);
122 strlen(buf) + 1, buf);
126 strlen(buf) + 1, buf);
143 strlen(buf) + 1, buf);
146 strlen(buf) + 1, buf);
149 strlen(buf) + 1, buf);
152 strlen(buf) + 1, buf);
161 strlen(buf) + 1, buf);
164 strlen(buf) + 1, buf);
  /sdk/emulator/qtools/
dmtrace.cpp 149 int len = strlen(clazz) + strlen(method) + strlen(sig) + 3;
176 int len = strlen(paren) + 1;
195 len = strlen(dot + 1) + 1;
231 fwrite(keyHeader, strlen(keyHeader), 1, fstream);
234 fwrite(keyEnd, strlen(keyEnd), 1, fstream);
241 fwrite(keyThreadHeader, strlen(keyThreadHeader), 1, fstream);
251 fwrite(keyFunctionHeader, strlen(keyFunctionHeader), 1, fstream);
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 127 SND_UCM_END_OF_LIST, strlen(SND_UCM_END_OF_LIST))) {
137 SND_USE_CASE_VERB_INACTIVE, strlen(SND_USE_CASE_VERB_INACTIVE))) {
145 (strlen(verb_list[index].use_case_name)+1))) {
151 SND_UCM_END_OF_LIST, strlen(SND_UCM_END_OF_LIST))) {
169 (strlen(verb_list[index].use_case_name)+1))) {
175 SND_UCM_END_OF_LIST, strlen(SND_UCM_END_OF_LIST))) {
326 (strlen(ident2)+1))) {
328 SND_UCM_END_OF_LIST, strlen(SND_UCM_END_OF_LIST))){
391 strlen(SND_UCM_END_OF_LIST))){
424 while(strncmp(ctrl_list[index].case_name, ident2, strlen(ident2)+1))
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 533 textlen = strlen(str) + 1;
535 textlen += strlen(PICO_PITCH_OPEN_TAG) + 5;
536 textlen += strlen(PICO_PITCH_CLOSE_TAG);
540 textlen += strlen(PICO_SPEED_OPEN_TAG) + 5;
541 textlen += strlen(PICO_SPEED_CLOSE_TAG);
546 textlen += strlen(PICO_VOLUME_OPEN_TAG) + 5;
547 textlen += strlen(PICO_VOLUME_CLOSE_TAG);
558 char* tmp = (char*)malloc(strlen(PICO_PITCH_OPEN_TAG) + strlen(PICO_PITCH_CLOSE_TAG) + 5);
565 char* tmp = (char*)malloc(strlen(PICO_SPEED_OPEN_TAG) + strlen(PICO_SPEED_CLOSE_TAG) + 5)
    [all...]
  /external/chromium/net/websockets/
websocket_job_unittest.cc 249 strlen(kHandshakeRequestMessage));
254 websocket_->OnSentData(socket_.get(), strlen(kHandshakeRequestMessage));
255 EXPECT_EQ(strlen(kHandshakeRequestMessage), delegate.amount_sent());
269 strlen(kHandshakeResponseMessage));
294 strlen(kHandshakeRequestMessage));
301 websocket_->OnSentData(socket_.get(), strlen(kHandshakeRequestMessage));
302 EXPECT_EQ(strlen(kHandshakeRequestMessage), delegate.amount_sent());
376 strlen(kHandshakeRequestMessage));
381 websocket_->OnSentData(socket_, strlen(kHandshakeRequestExpected));
382 EXPECT_EQ(strlen(kHandshakeRequestMessage), delegate.amount_sent())
    [all...]
  /bionic/libc/netbsd/resolv/
herror.c 105 v->iov_len = strlen(t);
114 v->iov_len = strlen(v->iov_base);
  /bionic/libc/stdlib/
setenv.c 52 l_value = strlen(value);
56 if ((int)strlen(C) >= l_value) { /* old larger; copy over */
  /bionic/libc/tzcode/
asctime.c 107 ((strlen(year) <= 4) ? ASCTIME_FMT : ASCTIME_FMT_B),
112 if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf == buf_asctime)
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
tempnam.c 63 *(f + strlen(f) - 1) == '/'? "": "/", pfx);
70 *(f + strlen(f) - 1) == '/'? "": "/", pfx);
  /bionic/libc/upstream-netbsd/libc/gen/
psignal.c 67 v->iov_len = strlen(s);
74 v->iov_len = strlen(v->iov_base);

Completed in 737 milliseconds

1 2 3 4 5 6 7 891011>>