Home
last modified time | relevance | path

Searched defs:str (Results 1 – 25 of 39) sorted by relevance

12

/ndk/tests/device/test-gnustl-full/unit/
Dnum_put_get_test.cpp82 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 …]
Dbound_test.cpp52 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
Dfull_streambuf.h22 std::string const& str() const in str() function
Dstring_test.cpp328 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
Dsstream_test.cpp106 string str; in input() local
157 string str; in io() local
436 string str; in seek_gp() local
Drope_test.cpp124 const char str[] = "ilcpsklryvmcpjnbpbwllsrehfmxrkecwitrsglrexvtjmxypu\ variable
Dfind_test.cpp119 char str[] = "abcdefghij"; in find_char() local
/ndk/tests/device/test-stlport/unit/
Dnum_put_get_test.cpp82 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 …]
Dbound_test.cpp52 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
Dfull_streambuf.h22 std::string const& str() const in str() function
Dstring_test.cpp328 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
Dsstream_test.cpp106 string str; in input() local
157 string str; in io() local
436 string str; in seek_gp() local
Drope_test.cpp124 const char str[] = "ilcpsklryvmcpjnbpbwllsrehfmxrkecwitrsglrexvtjmxypu\ variable
Dfind_test.cpp119 char str[] = "abcdefghij"; in find_char() local
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_sstream.h75 _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++/
Dtest_basic_exceptions.cpp30 catch( char const* str ) in main() local
/ndk/tests/device/test-basic-exceptions/jni/
Dtest_basic_exceptions.cpp30 catch( char const* str ) in main() local
/ndk/sources/host-tools/ndk-stack/
Dndk-stack.c74 char str[2048]; in main() local
Dndk-stack-parser.c249 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/
Dtst-rxspencer.c37 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()
Drunptests.c36 const char *str; member
/ndk/sources/cxx-stl/stlport/src/
Dstrstream.cpp107 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
Dnum_put.cpp142 __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/
Dutils.c66 panic(const char *str, ...) in panic()
483 ck_strdup(str) in ck_strdup() argument
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.c42 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()

12