/external/clang/test/Analysis/ |
comparison-implicit-casts.cpp | 17 // unix.cstring's strlen() modelling). 74 size_t strlen(const char *s); 87 if (strlen(x) != value) return; 90 clang_analyzer_eval(strlen(x) >= 2); // expected-warning{{TRUE}} 91 clang_analyzer_eval(2 <= strlen(x)); // expected-warning{{TRUE}} 94 clang_analyzer_eval(strlen(x) != 1); // expected-warning{{TRUE}} 95 clang_analyzer_eval(1 != strlen(x)); // expected-warning{{TRUE}}
|
/external/openssl/crypto/des/ |
DES.xs | 7 static STRLEN len; 68 STRLEN len,l; 95 STRLEN len,l; 118 STRLEN len,l; 146 STRLEN len; 187 STRLEN len,l; 211 STRLEN len,l;
|
/external/skia/src/utils/ |
SkOSFile.cpp | 35 size_t i, len = strlen(src); 36 size_t len2 = 3 + (suffix ? strlen(suffix) : 0); 59 size_t len = strlen(src); 203 size_t strLen = strlen(str); 205 return strLen >= suffixLen && 206 memcmp(suffix.c_str(), str + strLen - suffixLen, suffixLen) == 0;
|
/external/srec/srec/crec/ |
text_parser.c | 42 if ( strlen ( transcription ) >= MAX_LOCAL_LEN - 1) 113 int transcription_len = strlen(transcription); 129 ASSERT(strlen(transcription) < MAX_LOCAL_LEN); 150 ASSERT(strlen(copy_of_transcription) < max_literal_len); 180 ASSERT(strlen(copy_of_transcription) < max_literal_len); 196 passert(strlen(transcription) < sizeof(mytranscription)); 231 for (p = s + strlen(s); p != s;)
|
/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);
|
/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...] |
/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/googleurl/src/ |
url_util_unittest.cc | 43 kStr1, static_cast<int>(strlen(kStr1)), "http", NULL)); 45 kStr1, static_cast<int>(strlen(kStr1)), "http", &found_scheme)); 50 kStr1, static_cast<int>(strlen(kStr1)), "https", &found_scheme)); 56 kStr2, static_cast<int>(strlen(kStr2)), "http", &found_scheme)); 62 kStr3, static_cast<int>(strlen(kStr3)), "", &found_scheme)); 73 whtspc_str, static_cast<int>(strlen(whtspc_str)), "javascript", 81 ctrl_str, static_cast<int>(strlen(ctrl_str)), "javascript", 121 url_util::Canonicalize(base_url, strlen(base_url), NULL, 125 replacements.SetScheme(scheme, url_parse::Component(0, strlen(scheme))); 194 url_util::DecodeURLEscapeSequences(input, strlen(input), &output) [all...] |
/external/llvm/test/Transforms/DeadStoreElimination/ |
pr11390.ll | 9 %call = tail call i64 @strlen(i8* %name) nounwind readonly 10 %call1 = tail call i64 @strlen(i8* %domain) nounwind readonly 34 declare i64 @strlen(i8* nocapture) nounwind readonly
|
/external/stlport/stlport/stl/ |
_stdexcept_base.c | 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; 43 size_t __size = strlen(__x._M_name) + 1; 66 size_t __size = strlen(__x._M_name) + 1;
|
/external/valgrind/main/ |
glibc-2.2.supp | 34 strlen/__GI__dl_open/dlopen_doit 36 fun:strlen 41 strlen/_dl_signal_cerror/_dl_lookup_symbol_internal/do_dlsym 82 fun:strlen 95 strlen/decompose_rpath/_dl_map_object 97 fun:strlen 102 strlen/_dl_sym/dlsym_doit 104 fun:strlen 218 strlen/*dl_map_object*(Cond) 220 fun:strlen [all...] |
/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));
|
/libcore/luni/src/test/native/ |
test_openssl_engine.cpp | 40 static const size_t HMAC_TAG_LEN = strlen(HMAC_TAG); 48 const size_t key_len = strlen(key_id); 53 BIO* in = BIO_new_mem_buf(data, strlen(key_id));
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; 43 size_t __size = strlen(__x._M_name) + 1; 66 size_t __size = strlen(__x._M_name) + 1;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; 43 size_t __size = strlen(__x._M_name) + 1; 66 size_t __size = strlen(__x._M_name) + 1;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; 43 size_t __size = strlen(__x._M_name) + 1; 66 size_t __size = strlen(__x._M_name) + 1;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; 43 size_t __size = strlen(__x._M_name) + 1; 66 size_t __size = strlen(__x._M_name) + 1;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; 43 size_t __size = strlen(__x._M_name) + 1; 66 size_t __size = strlen(__x._M_name) + 1;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_stdexcept_base.c | 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; 43 size_t __size = strlen(__x._M_name) + 1; 66 size_t __size = strlen(__x._M_name) + 1;
|
/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...] |
/system/core/adb/ |
file_sync_client.c | 83 len = strlen(path); 129 int len = strlen(path); 154 int len = strlen(path); 188 int len = strlen(path); 307 len = strlen(rpath); 311 r = strlen(tmp); 449 len = strlen(rpath); 574 int slen = strlen(spath); 575 int dlen = strlen(dpath); 576 int nlen = strlen(name) [all...] |
/dalvik/vm/jdwp/ |
ExpandBuf.cpp | 170 int strLen = strlen((const char*)str); 172 ensureSpace(pBuf, sizeof(u4) + strLen); 174 pBuf->curLen += sizeof(u4) + strLen;
|
/device/samsung/manta/libsensors/ |
SensorBase.cpp | 127 strlen(ent->d_name) > strlen(type) && 128 strncmp(ent->d_name, type, strlen(type)) == 0) { 129 if (sscanf(ent->d_name + strlen(type), "%d", &iio_id) != 1)
|
/external/chromium/net/base/ |
ssl_false_start_blacklist.cc | 17 const size_t len = strlen(host);
|
/external/chromium_org/chrome/common/ |
pref_names_util.cc | 19 size_t start = strlen(kWebKitFontPrefPrefix);
|