/ndk/tests/device/test-gnustl-full/unit/ |
D | num_put_get_test.cpp | 82 stringstream str; in check_get_float() local 93 stringstream str; in check_get_float() local 104 stringstream str; in check_get_float() local 115 stringstream str; in check_get_float() local 126 stringstream str; in check_get_float() local 137 stringstream str; in check_get_float() local 149 stringstream str; in check_get_float() local 172 stringstream str; in check_get_float() local 195 stringstream str; in check_get_float() local 219 stringstream str; in check_get_float() local [all …]
|
D | bound_test.cpp | 52 char const* str [] = { "a", "a", "b", "b", "q", "w", "z" }; in uprbnd2() local 74 char const* str [] = { "a", "a", "b", "b", "q", "w", "z" }; in lwrbnd2() local
|
D | full_streambuf.h | 22 std::string const& str() const in str() function
|
D | string_test.cpp | 328 string str(c_str); in erase() local 457 string str; in insert() local 594 string str = strorg; in replace() local 1101 superstring( const string& str ) : in superstring() 1105 superstring operator / (const string& str ) in operator /() 1108 superstring operator / (const char* str ) in operator /() 1135 const string& str() const in str() function in mypath 1275 string str("STLport"); in io() local
|
D | sstream_test.cpp | 106 string str; in input() local 157 string str; in io() local 436 string str; in seek_gp() local
|
D | rope_test.cpp | 124 const char str[] = "ilcpsklryvmcpjnbpbwllsrehfmxrkecwitrsglrexvtjmxypu\ variable
|
D | find_test.cpp | 119 char str[] = "abcdefghij"; in find_char() local
|
/ndk/tests/device/test-stlport/unit/ |
D | num_put_get_test.cpp | 82 stringstream str; in check_get_float() local 93 stringstream str; in check_get_float() local 104 stringstream str; in check_get_float() local 115 stringstream str; in check_get_float() local 126 stringstream str; in check_get_float() local 137 stringstream str; in check_get_float() local 149 stringstream str; in check_get_float() local 172 stringstream str; in check_get_float() local 195 stringstream str; in check_get_float() local 219 stringstream str; in check_get_float() local [all …]
|
D | bound_test.cpp | 52 char const* str [] = { "a", "a", "b", "b", "q", "w", "z" }; in uprbnd2() local 74 char const* str [] = { "a", "a", "b", "b", "q", "w", "z" }; in lwrbnd2() local
|
D | full_streambuf.h | 22 std::string const& str() const in str() function
|
D | string_test.cpp | 328 string str(c_str); in erase() local 457 string str; in insert() local 594 string str = strorg; in replace() local 1101 superstring( const string& str ) : in superstring() 1105 superstring operator / (const string& str ) in operator /() 1108 superstring operator / (const char* str ) in operator /() 1135 const string& str() const in str() function in mypath 1275 string str("STLport"); in io() local
|
D | sstream_test.cpp | 106 string str; in input() local 157 string str; in io() local 436 string str; in seek_gp() local
|
D | rope_test.cpp | 124 const char str[] = "ilcpsklryvmcpjnbpbwllsrehfmxrkecwitrsglrexvtjmxypu\ variable
|
D | find_test.cpp | 119 char str[] = "abcdefghij"; in find_char() local
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _sstream.h | 75 _String str() const { return _M_str; } in str() function 141 _String str() const { return _M_buf.str(); } in str() function 142 void str(const _String& __s) { _M_buf.str(__s); } in str() function 184 _String str() const { return _M_buf.str(); } in str() function 185 void str(const _String& __s) { _M_buf.str(__s); } // dwa 02/07/00 - BUG STOMPER DAVE in str() function 230 _String str() const { return _M_buf.str(); } in str() function 231 void str(const _String& __s) { _M_buf.str(__s); } in str() function
|
/ndk/tests/standalone/test-basic-c++/ |
D | test_basic_exceptions.cpp | 30 catch( char const* str ) in main() local
|
/ndk/tests/device/test-basic-exceptions/jni/ |
D | test_basic_exceptions.cpp | 30 catch( char const* str ) in main() local
|
/ndk/sources/host-tools/ndk-stack/ |
D | ndk-stack.c | 74 char str[2048]; in main() local
|
D | ndk-stack-parser.c | 249 next_separator(const char* str) in next_separator() 255 next_token(const char* str) in next_token() 262 get_next_token(const char* str, char* token, size_t size) in get_next_token()
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | tst-rxspencer.c | 37 replace_special_chars (char *str) in replace_special_chars() 50 glibc_re_syntax (char *str) in glibc_re_syntax() 114 mb_frob_string (const char *str, const char *letters) in mb_frob_string() 139 mb_frob_pattern (const char *str, const char *letters) in mb_frob_pattern()
|
D | runptests.c | 36 const char *str; member
|
/ndk/sources/cxx-stl/stlport/src/ |
D | strstream.cpp | 107 char* strstreambuf::str() { in str() function in strstreambuf 320 char* istrstream::str() { return _M_buf.str(); } in str() function in istrstream 346 char* ostrstream::str() { in str() function in ostrstream 383 char* strstream::str() { in str() function in strstream
|
D | num_put.cpp | 142 __insert_grouping(__iostring &str, size_t group_pos, const string& grouping, in __insert_grouping() 157 __insert_grouping(__iowstring &str, size_t group_pos, const string& grouping, in __insert_grouping()
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | utils.c | 66 panic(const char *str, ...) in panic() 483 ck_strdup(str) in ck_strdup() argument
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regex_internal.c | 42 re_string_allocate (re_string_t *pstr, const char *str, Idx len, Idx init_len, in re_string_allocate() 70 re_string_construct (re_string_t *pstr, const char *str, Idx len, in re_string_construct() 173 re_string_construct_common (const char *str, Idx len, re_string_t *pstr, in re_string_construct_common()
|