/external/chromium_org/url/ |
url_util_unittest.cc | 18 kStr1, static_cast<int>(strlen(kStr1)), "http", NULL)); 20 kStr1, static_cast<int>(strlen(kStr1)), "http", &found_scheme)); 25 kStr1, static_cast<int>(strlen(kStr1)), "https", &found_scheme)); 31 kStr2, static_cast<int>(strlen(kStr2)), "http", &found_scheme)); 37 kStr3, static_cast<int>(strlen(kStr3)), "", &found_scheme)); 48 whtspc_str, static_cast<int>(strlen(whtspc_str)), "javascript", 56 ctrl_str, static_cast<int>(strlen(ctrl_str)), "javascript", 96 url_util::Canonicalize(base_url, strlen(base_url), true, NULL, 100 replacements.SetScheme(scheme, url_parse::Component(0, strlen(scheme))); 172 url_util::DecodeURLEscapeSequences(input, strlen(input), &output) [all...] |
/external/clang/test/Analysis/ |
global-region-invalidation.c | 17 // strlen doesn't invalidate the value of 'size_rdar9373039'. 18 int extra = (2 + strlen ("Clang") + ((4 - ((unsigned int) (2 + strlen ("Clang")) % 4)) % 4)) + (2 + strlen ("1.0") + ((4 - ((unsigned int) (2 + strlen ("1.0")) % 4)) % 4));
|
/external/gtest/samples/ |
sample2.cc | 42 const size_t len = strlen(a_c_string);
|
/external/libogg/macos/compat/ |
strdup.c | 14 outStr = _ogg_malloc(strlen(inStr) + 1);
|
/external/libselinux/src/ |
fsetfilecon.c | 12 return fsetxattr(fd, XATTR_NAME_SELINUX, context, strlen(context) + 1,
|
lsetfilecon.c | 12 return lsetxattr(path, XATTR_NAME_SELINUX, context, strlen(context) + 1,
|
setfilecon.c | 12 return setxattr(path, XATTR_NAME_SELINUX, context, strlen(context) + 1,
|
/external/libvorbis/macos/compat/ |
strdup.c | 14 outStr = _ogg_malloc(strlen(inStr) + 1);
|
/external/llvm/tools/llvm-symbolizer/ |
llvm-symbolizer.cpp | 67 if (strncmp(pos, kDataCmd, strlen(kDataCmd)) == 0) { 69 pos += strlen(kDataCmd); 70 } else if (strncmp(pos, kCodeCmd, strlen(kCodeCmd)) == 0) { 72 pos += strlen(kCodeCmd);
|
/external/protobuf/gtest/samples/ |
sample2.cc | 42 const size_t len = strlen(c_string);
|
/external/qemu/android/ |
gps.c | 33 qemu_chr_write( android_gps_cs, (const void*)sentence, strlen(sentence) );
|
/external/srtp/crypto/test/ |
aes_calc.c | 57 if (strlen(argv[1]) > AES_KEY_LEN*2) { 61 AES_KEY_LEN*2, (unsigned)strlen(argv[1])); 75 if (strlen(argv[2]) > 16*2) { 79 16*2, (unsigned)strlen(argv[2]));
|
/external/tcpdump/missing/ |
strdup.c | 52 len = strlen(str) + 1;
|
/frameworks/rs/ |
rsCompatibilityLib.cpp | 31 len = strlen(default_value);
|
rsCppUtils.cpp | 24 return rsuCopyString(name, strlen(name));
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
delegation_client_extension.c | 96 partitionNames[0] = malloc (strlen(tmpChar) + 1); 106 partitionNames[1] = malloc (strlen(tmpChar) + 1); 116 partitionNames[2] = malloc (strlen(tmpChar) + 1); 126 partitionNames[15] = malloc (strlen(tmpChar) + 1);
|
/ndk/sources/host-tools/make-3.81/ |
amiga.c | 40 len += strlen (*aptr) + 4; 56 ptr += strlen (ptr); 67 ptr += strlen (ptr); 108 strlen (apath->ap_Buf));
|
/ndk/sources/third_party/googletest/googletest/samples/ |
sample2.cc | 42 const size_t len = strlen(a_c_string);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
un.h | 38 # include <string.h> /* For prototype of `strlen'. */ 42 + strlen ((ptr)->sun_path))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
un.h | 38 # include <string.h> /* For prototype of `strlen'. */ 42 + strlen ((ptr)->sun_path))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
un.h | 38 # include <string.h> /* For prototype of `strlen'. */ 42 + strlen ((ptr)->sun_path))
|
/external/chromium_org/net/websockets/ |
websocket_handshake_handler_test.cc | 48 strlen(kHandshakeRequestMessage))); 71 strlen(kHandshakeRequestMessage))); 105 EXPECT_EQ(strlen(kHandshakeResponseMessage), 107 strlen(kHandshakeResponseMessage))); 128 EXPECT_EQ(strlen(kHandshakeResponseMessage), 130 strlen(kHandshakeResponseMessage))); 154 EXPECT_EQ(2U, handler.ParseRawResponse(kBadMessage, strlen(kBadMessage))); 163 EXPECT_EQ(3U, handler.ParseRawResponse(kBadMessage, strlen(kBadMessage))); 183 strlen(kHandshakeRequestMessage))); 213 strlen(kHandshakeResponseHeader)) [all...] |
/external/valgrind/main/include/ |
pub_tool_options.h | 52 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \ 54 Char* val = &(qq_arg)[ VG_(strlen)(qq_option)+1 ]; \ 65 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \ 67 Char* val = &(qq_arg)[ VG_(strlen)(qq_option)+1 ]; \ 75 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \ 77 Char* val = &(qq_arg)[ VG_(strlen)(qq_option)+1 ]; \ 90 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \ 92 Char* val = &(qq_arg)[ VG_(strlen)(qq_option)+1 ]; \ 123 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \ 125 Char* val = &(qq_arg)[ VG_(strlen)(qq_option)+1 ]; [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
clientinfo.c | 34 const unsigned ext_length = strlen("GLX_ARB_create_context"); 35 const unsigned prof_length = strlen("_profile"); 116 gl_extension_length = strlen(gl_extension_string) + 1; 133 strlen(glx_extensions) + 1, 144 strlen(glx_extensions) + 1,
|
/external/chromium_org/third_party/skia/src/core/ |
SkTSearch.cpp | 38 else if (cmp > 0 || strlen(elem) > target_len) 46 if (cmp || strlen(elem) > target_len) 58 return SkStrSearch(base, count, target, strlen(target), elemSize); 74 return SkStrLCSearch(base, count, target, strlen(target), elemSize); 83 len = strlen(str);
|