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

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libXfixes.so.3.1.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libXau.so.6 
libXau.so.6.0.0 
libXfixes.so 
libXfixes.so.3 
libXfixes.so.3.1.0 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pcrt32.h 23 #define _fstrlen strlen
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
jstring.i 9 STRLEN len = 0;
  /system/core/adb/
console.cpp 38 adb_write( fd, argv[nn], strlen(argv[nn]) );
  /external/libvncserver/x11vnc/
linuxfb.c 72 in = (char *) malloc(strlen("console:") + strlen(str) + 1);
76 in = (char *) malloc(strlen("console:/dev/") + strlen(str) + 1);
80 in = (char *) malloc(strlen("console_") + strlen(str) + 1);
104 q = (char *) malloc(strlen("/dev/") + strlen(file) + 1);
262 q = (char *) malloc(strlen("mmap:") + strlen(file) + 1 + strlen(atparms) + 1)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/php/
globalvar.i 15 z_var->value.str.len = strlen($1);
167 if ((s1 == NULL) || ($1 == NULL) || zend_binary_strcmp(s1, strlen(s1), $1, strlen($1))) {
193 if((s1 == NULL) || ($1 == NULL) || zend_binary_strcmp(s1, strlen(s1), $1, strlen($1))) {
291 if((s1 == NULL) || ($1 == NULL) || zend_binary_strcmp(s1, strlen(s1), $1, strlen($1) )) {
296 (*z_var)->value.str.len = strlen($1) +1;
328 if((s1 == NULL) || zend_binary_strcmp(s1, strlen(s1), $1, strlen($1)))
    [all...]
  /art/runtime/base/
logging.cc 189 CHECK_EQ(strlen(log_characters), INTERNAL_FATAL + 1U);
258 CHECK_EQ(strlen(log_characters), INTERNAL_FATAL + 1U);
276 buf_size = strlen(file) + 1 /* ':' */ + std::numeric_limits<typeof(line)>::max_digits10 +
277 2 /* "] " */ + strlen(message) + 1 /* terminating 0 */;
289 CHECK_EQ(strlen(log_characters), INTERNAL_FATAL + 1U);
292 write(STDERR_FILENO, program_name, strlen(program_name));
297 write(STDERR_FILENO, file, strlen(file));
301 write(STDERR_FILENO, message, strlen(message));
  /bionic/libc/arch-mips/string/
strlen.c 1 /* $OpenBSD: strlen.c,v 1.8 2014/06/10 04:17:37 deraadt Exp $ */
35 strlen(const char *str) function
  /external/blktrace/btt/
aqd.c 42 oname = malloc(strlen(aqd_name) + strlen(str) + 32);
  /external/clang/lib/Frontend/
LayoutOverrideSource.cpp 63 LineStr = LineStr.substr(Pos + strlen("struct "));
65 LineStr = LineStr.substr(Pos + strlen("class "));
67 LineStr = LineStr.substr(Pos + strlen("union "));
81 LineStr = LineStr.substr(Pos + strlen(" Size:"));
93 LineStr = LineStr.substr(Pos + strlen("Alignment:"));
105 LineStr = LineStr.substr(Pos + strlen("sizeof="));
115 LineStr = LineStr.substr(Pos + strlen("align="));
131 LineStr = LineStr.substr(Pos + strlen("FieldOffsets: ["));
  /external/libcxx/test/std/experimental/string.view/string.view.cons/
from_literal.pass.cpp 24 size_t StrLen ( const CharT *s ) {
33 assert ( sv1.size() == StrLen( s ));
  /external/libmtp/examples/
util.c 51 if (strlen(lang) > 5) {
52 langsuff = &lang[strlen(lang)-5];
  /external/lldb/test/lang/c/strings/
TestCStrings.py 47 self.expect("expression -- (int)strlen(\"hello\")",
67 self.expect("p (int)strlen(\"\")",
  /external/lldb/tools/debugserver/source/
DNBRegisterInfo.cpp 115 pos = str + strlen(str);
129 pos = str + strlen(str);
140 pos = str + strlen(str);
151 pos = str + strlen(str);
162 pos = str + strlen(str);
173 pos = str + strlen(str);
184 pos = str + strlen(str);
195 pos = str + strlen(str);
  /external/llvm/test/CodeGen/X86/
2009-03-05-burr-list-crash.ll 7 declare i64 @strlen(i8* nocapture) nounwind readonly
16 %4 = call i64 @strlen(i8* %0) nounwind readonly ; <i64> [#uses=1]
  /external/llvm/test/Transforms/ADCE/
2005-02-17-PHI-Invoke-Crash.ll 3 declare void @strlen()
11 invoke void @strlen( )
  /external/llvm/test/Transforms/InstCombine/
2008-05-08-LiveStoreDelete.ll 14 %tmp7 = call i32 @strlen( i8* %tmp1 ) nounwind readonly ; <i32> [#uses=1]
23 declare i32 @strlen(i8*) nounwind readonly
  /external/nanopb-c/tests/callbacks/
encode_callbacks.c 16 return pb_encode_string(stream, (uint8_t*)str, strlen(str));
57 if (!pb_encode_string(stream, (uint8_t*)str[i], strlen(str[i])))
  /external/skia/gm/
linepaths.cpp 90 canvas->drawText(title, strlen(title),
134 strlen(gStyles[style].fName),
138 strlen(gFills[fill].fName),
142 strlen(gCaps[cap].fName),
234 canvas->drawText(title, strlen(title),
278 strlen(gStyles[style].fName),
282 strlen(gFills[fill].fName),
286 strlen(gCaps[cap].fName),
quadpaths.cpp 91 canvas->drawText(title, strlen(title),
135 strlen(gStyles[style].fName),
139 strlen(gFills[fill].fName),
143 strlen(gCaps[cap].fName),
237 canvas->drawText(title, strlen(title),
281 strlen(gStyles[style].fName),
285 strlen(gFills[fill].fName),
289 strlen(gCaps[cap].fName),

Completed in 402 milliseconds

1 2 3 4 5 6 7 891011>>