/external/skia/samplecode/ |
SampleEncode.cpp | 175 canvas->drawText(gConfigLabels[i], strlen(gConfigLabels[i]), 206 canvas->drawText(gExt[j], strlen(gExt[j]), x, y, paint);
|
/external/skia/src/core/ |
SkWriter32.cpp | 219 len = strlen(str); 245 len = strlen(str);
|
/external/stlport/test/unit/cppunit/ |
cppunit_mini.h | 99 bool match = (strncmp(in_desiredTest, in_className, strlen(in_className)) == 0) && 100 (strncmp(ptr + 2, in_functionName, strlen(in_functionName)) == 0);
|
/external/stlport/test/unit/ |
money_facets_test.cpp | 103 string::size_type p = strlen( rl.money_int_prefix ); 106 string::size_type p_old = strlen( rl.money_int_prefix_old ); 207 string::size_type p = strlen( rl.money_prefix ); 246 CPPUNIT_ASSERT( str_res.substr(index, strlen(rl.money_suffix)) == rl.money_suffix ); 311 string::size_type p = strlen( rl.money_prefix ); 345 CPPUNIT_ASSERT( str_res.substr(index, strlen(rl.money_suffix)) == rl.money_suffix ); 373 string::size_type p = strlen( rl.money_prefix ); 410 CPPUNIT_ASSERT( str_res.substr(index, strlen(rl.money_suffix)) == rl.money_suffix );
|
/external/valgrind/main/ |
README_PACKAGERS | 18 startup (most importantly strlen). If it cannot do that, Memcheck 20 strlen (etc) routines in ld.so. This has caused some trouble in
|
/external/valgrind/main/coregrind/m_demangle/ |
vg_libciface.h | 60 #define strlen(_str) VG_(strlen)(_str) macro
|
/external/valgrind/unittest/ |
memory_unittest.cc | 62 EXPECT_TRUE(strchr(foo, 0) == foo + strlen(foo)); 66 EXPECT_TRUE(strrchr(foo, 0) == foo + strlen(foo));
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
Opcode.h | 231 #define PADDING_STRING_LENGTH static_cast<unsigned>(strlen(PADDING_STRING)) 237 unsigned pad = width - strlen(opcodeNames[op]);
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
uset.h | 343 * uset_containsString(set, str, strLen) will return TRUE. 346 * @param strLen the length of the string or -1 if null terminated. 350 uset_addString(USet* set, const UChar* str, int32_t strLen); 375 * uset_containsString(set, str, strLen) will return FALSE. 378 * @param strLen the length of the string or -1 if null terminated. 382 uset_removeString(USet* set, const UChar* str, int32_t strLen); 505 * @param strLen the length of the string or -1 if null terminated. 510 uset_containsString(const USet* set, const UChar* str, int32_t strLen);
|
/external/webkit/Source/WebCore/icu/unicode/ |
uset.h | 343 * uset_containsString(set, str, strLen) will return TRUE. 346 * @param strLen the length of the string or -1 if null terminated. 350 uset_addString(USet* set, const UChar* str, int32_t strLen); 375 * uset_containsString(set, str, strLen) will return FALSE. 378 * @param strLen the length of the string or -1 if null terminated. 382 uset_removeString(USet* set, const UChar* str, int32_t strLen); 505 * @param strLen the length of the string or -1 if null terminated. 510 uset_containsString(const USet* set, const UChar* str, int32_t strLen);
|
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/ |
fontprops.cpp | 86 pango_layout_set_text( layout, x, strlen(x) ); 155 pango_layout_set_text( m_layout, dataUTF8, strlen(dataUTF8) );
|
/external/wpa_supplicant/ |
os_unix.c | 163 cwd_len = strlen(cwd); 164 rel_len = strlen(rel_path);
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
os_unix.c | 202 cwd_len = strlen(cwd); 203 rel_len = strlen(rel_path);
|
/external/zlib/contrib/minizip/ |
mztools.c | 141 int comsize = (int) strlen(comment); 216 int comsize = (int) strlen(comment);
|
/external/zlib/contrib/pascal/ |
example.pas | 61 len := StrLen(hello)+1; 90 len := StrLen(hello)+1; 162 uncomprLen := StrLen(PChar(uncompr)); 189 len := StrLen(hello)+1; 373 len := StrLen(hello)+1; 461 err := deflateSetDictionary(c_stream, dictionary, StrLen(dictionary)); 469 c_stream.avail_in := StrLen(hello)+1; 513 err := inflateSetDictionary(d_stream, dictionary, StrLen(dictionary));
|
/frameworks/base/cmds/app_process/ |
app_main.cpp | 128 strlcpy(const_cast<char *>(argv0), newArgv0, strlen(argv0)); 139 mArgLen += strlen(argv[i]) + 1;
|
/frameworks/base/core/jni/ |
android_database_SQLiteDebug.cpp | 114 len = strlen(line); 123 if (len > 50 && !strncmp(line + 49, "/tmp/sqlite-heap", strlen("/tmp/sqlite-heap"))) {
|
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/ |
accessorychat.c | 63 ret = usb_device_bulk_transfer(sDevice, endpoint, line, strlen(line), 1000); 79 ACCESSORY_SEND_STRING, 0, index, (void *)string, strlen(string) + 1, 0);
|
/frameworks/base/media/libstagefright/rtsp/ |
AAMRAssembler.cpp | 36 size_t keyLen = strlen(key); 42 (colonPos == NULL) ? strlen(s) : colonPos - s;
|
MyTransmitter.h | 55 size_t keyLen = strlen(key); 61 (colonPos == NULL) ? strlen(s) : colonPos - s; 942 data[offset++] = strlen(kCNAME); 944 memcpy(&data[offset], kCNAME, strlen(kCNAME)); 945 offset += strlen(kCNAME); 950 data[offset++] = strlen(kNOTE); 952 memcpy(&data[offset], kNOTE, strlen(kNOTE)); 953 offset += strlen(kNOTE);
|
/frameworks/base/tools/aidl/ |
aidl_language_l.l | 130 g_nextExtraText->len = strlen(text); 134 unsigned len = strlen(text);
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_sample/src/ |
omx_proxy_sample.c | 94 assert(strlen(COMPONENT_NAME) + 1 < MAX_COMPONENT_NAME_LENGTH); 96 strlen(COMPONENT_NAME) + 1);
|
/hardware/ti/omap4xxx/security/smc_pa_ctrl/ |
smc_pa_ctrl.c | 117 pConfFileName = malloc(strlen(argv[0]) + 1); 149 pPAFileName = malloc(strlen(argv[0]) + 1);
|
/ndk/sources/host-tools/make-3.81/ |
rule.c | 101 unsigned int len = strlen (dep->name); 185 len = strlen (target); 203 len = strlen (source); 231 register unsigned int namelen = strlen (dep_name (d)); 250 slen = strlen (dep_name (d)); 254 s2len = strlen (dep_name (d2)); 378 r->lens[0] = strlen (p->target); 500 r->lens[i] = strlen (targets[i]);
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
iconv.m4 | 80 size_t inbytesleft = strlen (input); 99 size_t inbytesleft = strlen (input);
|