HomeSort by relevance Sort by last modified time
    Searched defs:str_size (Results 1 - 11 of 11) sorted by null

  /external/selinux/libsepol/cil/test/unit/
test_cil_lexer.c 39 uint32_t str_size = strlen(test_str); local
40 char *buffer = malloc(str_size + 2);
42 memset(buffer+str_size, 0, 2);
43 strncpy(buffer, test_str, str_size);
45 int rc = cil_lexer_setup(buffer, str_size + 2);
53 uint32_t str_size = strlen(test_str); local
54 char *buffer = malloc(str_size + 2);
56 memset(buffer+str_size, 0, 2);
59 cil_lexer_setup(buffer, str_size + 2);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
implementation_help.hpp 79 inline std::size_t str_size( const Char* const& s ) function in namespace:boost::range_detail
  /ndk/sources/cxx-stl/stlport/src/
num_put.cpp 34 typedef string::size_type str_size; typedef
52 for ( str_size n = 0; ; ) { // Index of the current group
78 typedef string::size_type str_size; typedef
97 for ( str_size n = 0; ; ) { // Index of the current group
  /ndk/tests/device/test-gnustl-full/unit/
find_test.cpp 122 size_t str_size = sizeof(str) / sizeof(char); local
124 char *d = find(pstr, pstr + str_size, 'd');
127 const char *e = find(cpstr, cpstr + str_size, 'e');
130 char *last = find(pstr, pstr + str_size, 'x');
131 CPPUNIT_ASSERT( last == pstr + str_size );
133 const char *clast = find(cpstr, cpstr + str_size, 'x');
134 CPPUNIT_ASSERT( clast == cpstr + str_size );
  /ndk/tests/device/test-stlport/unit/
find_test.cpp 122 size_t str_size = sizeof(str) / sizeof(char); local
124 char *d = find(pstr, pstr + str_size, 'd');
127 const char *e = find(cpstr, cpstr + str_size, 'e');
130 char *last = find(pstr, pstr + str_size, 'x');
131 CPPUNIT_ASSERT( last == pstr + str_size );
133 const char *clast = find(cpstr, cpstr + str_size, 'x');
134 CPPUNIT_ASSERT( clast == cpstr + str_size );
  /external/libcxx/include/support/ibm/
xlocale.h 306 int str_size; local
311 if ((str_size = vsnprintf(*strp, buff_size, fmt, ap)) >= buff_size)
313 if ((*strp = (char *)realloc(*strp, str_size + 1)) == NULL)
317 str_size = vsnprintf(*strp, str_size + 1, fmt, ap);
319 return str_size;
  /external/libmicrohttpd/src/testcurl/
test_get.c 540 const size_t str_size = strlen (excess_found); local
543 && size >= str_size
544 && 0 == strncmp(excess_found, data, str_size))
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 306 int str_size; local
311 if ((str_size = vsnprintf(*strp, buff_size, fmt, ap)) >= buff_size)
313 if ((*strp = (char *)realloc(*strp, str_size + 1)) == NULL)
317 str_size = vsnprintf(*strp, str_size + 1, fmt, ap);
319 return str_size;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 306 int str_size; local
311 if ((str_size = vsnprintf(*strp, buff_size, fmt, ap)) >= buff_size)
313 if ((*strp = (char *)realloc(*strp, str_size + 1)) == NULL)
317 str_size = vsnprintf(*strp, str_size + 1, fmt, ap);
319 return str_size;
  /external/valgrind/VEX/priv/
host_ppc_defs.c 1842 const HChar* str_size; local
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 2837 int str_size = strlen(str); local
    [all...]

Completed in 1759 milliseconds