HomeSort by relevance Sort by last modified time
    Searched refs:__str (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /external/valgrind/main/none/tests/amd64/
bug156404-amd64.c 14 #define VG_STRINGIFZ(__str) #__str
15 #define VG_STRINGIFY(__str) VG_STRINGIFZ(__str)
  /external/stlport/stlport/stl/debug/
_string_sum_methods.h 43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str)
44 { return __str += __c.getValue(); }
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str)
46 { return __str.append(__s, __s_size); }
47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str)
48 { return _M_append_fast(__s.c_str(), __s.size(), __str); }
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str)
50 { return _M_append_fast(__s.b_str(), __str); }
51 _Base& _M_append_fast(_Self const& __s, _Base &__str)
52 { return _M_append_fast(__s.data(), __s.size(), __str); }
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str)
44 { return __str += __c.getValue(); }
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str)
46 { return __str.append(__s, __s_size); }
47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str)
48 { return _M_append_fast(__s.c_str(), __s.size(), __str); }
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str)
50 { return _M_append_fast(__s.b_str(), __str); }
51 _Base& _M_append_fast(_Self const& __s, _Base &__str)
52 { return _M_append_fast(__s.data(), __s.size(), __str); }
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str)
44 { return __str += __c.getValue(); }
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str)
46 { return __str.append(__s, __s_size); }
47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str)
48 { return _M_append_fast(__s.c_str(), __s.size(), __str); }
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str)
50 { return _M_append_fast(__s.b_str(), __str); }
51 _Base& _M_append_fast(_Self const& __s, _Base &__str)
52 { return _M_append_fast(__s.data(), __s.size(), __str); }
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str)
44 { return __str += __c.getValue(); }
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str)
46 { return __str.append(__s, __s_size); }
47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str)
48 { return _M_append_fast(__s.c_str(), __s.size(), __str); }
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str)
50 { return _M_append_fast(__s.b_str(), __str); }
51 _Base& _M_append_fast(_Self const& __s, _Base &__str)
52 { return _M_append_fast(__s.data(), __s.size(), __str); }
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str)
44 { return __str += __c.getValue(); }
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str)
46 { return __str.append(__s, __s_size); }
47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str)
48 { return _M_append_fast(__s.c_str(), __s.size(), __str); }
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str)
50 { return _M_append_fast(__s.b_str(), __str); }
51 _Base& _M_append_fast(_Self const& __s, _Base &__str)
52 { return _M_append_fast(__s.data(), __s.size(), __str); }
    [all...]
  /external/stlport/stlport/stl/
_num_get.h 64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
66 { return do_get(__ii, __end, __str, __err, __val); }
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
72 { return do_get(__ii, __end, __str, __err, __val); }
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
76 { return do_get(__ii, __end, __str, __err, __val); }
79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
81 { return do_get(__ii, __end, __str, __err, __val); }
83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
85 { return do_get(__ii, __end, __str, __err, __val);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
66 { return do_get(__ii, __end, __str, __err, __val); }
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
72 { return do_get(__ii, __end, __str, __err, __val); }
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
76 { return do_get(__ii, __end, __str, __err, __val); }
79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
81 { return do_get(__ii, __end, __str, __err, __val); }
83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
85 { return do_get(__ii, __end, __str, __err, __val);
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
66 { return do_get(__ii, __end, __str, __err, __val); }
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
72 { return do_get(__ii, __end, __str, __err, __val); }
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
76 { return do_get(__ii, __end, __str, __err, __val); }
79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
81 { return do_get(__ii, __end, __str, __err, __val); }
83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
85 { return do_get(__ii, __end, __str, __err, __val);
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
66 { return do_get(__ii, __end, __str, __err, __val); }
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
72 { return do_get(__ii, __end, __str, __err, __val); }
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
76 { return do_get(__ii, __end, __str, __err, __val); }
79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
81 { return do_get(__ii, __end, __str, __err, __val); }
83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
85 { return do_get(__ii, __end, __str, __err, __val);
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
66 { return do_get(__ii, __end, __str, __err, __val); }
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
72 { return do_get(__ii, __end, __str, __err, __val); }
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
76 { return do_get(__ii, __end, __str, __err, __val); }
79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
81 { return do_get(__ii, __end, __str, __err, __val); }
83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
85 { return do_get(__ii, __end, __str, __err, __val);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
stdio.h 76 extern char *__gets_chk (char *__str, size_t);
77 extern char *__SSP_REDIRECT (__gets_alias, (char *__str), gets);
80 gets (char *__str)
82 if (__ssp_bos (__str) != (size_t) -1)
83 return __gets_chk (__str, __ssp_bos (__str));
84 return __gets_alias (__str);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/
stdio.h 76 extern char *__gets_chk (char *__str, size_t);
77 extern char *__SSP_REDIRECT (__gets_alias, (char *__str), gets);
80 gets (char *__str)
82 if (__ssp_bos (__str) != (size_t) -1)
83 return __gets_chk (__str, __ssp_bos (__str));
84 return __gets_alias (__str);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/
stdio.h 76 extern char *__gets_chk (char *__str, size_t);
77 extern char *__SSP_REDIRECT (__gets_alias, (char *__str), gets);
80 gets (char *__str)
82 if (__ssp_bos (__str) != (size_t) -1)
83 return __gets_chk (__str, __ssp_bos (__str));
84 return __gets_alias (__str);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
vstring.h 160 * @param __str Source string.
162 __versa_string(const __versa_string& __str)
163 : __vstring_base(__str) { }
168 * @param __str Source string.
174 __versa_string(__versa_string&& __str)
175 : __vstring_base(std::move(__str)) { }
189 * @param __str Source string.
193 __versa_string(const __versa_string& __str, size_type __pos,
195 : __vstring_base(__str._M_data()
196 + __str._M_check(__pos
    [all...]
string_conversions.h 51 const char* __name, const _CharT* __str, std::size_t* __idx,
58 const _TRet __tmp = __convf(__str, &__endptr, __base...);
60 if (__endptr == __str)
71 *__idx = __endptr - __str;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
vstring.h 160 * @param __str Source string.
162 __versa_string(const __versa_string& __str)
163 : __vstring_base(__str) { }
168 * @param __str Source string.
174 __versa_string(__versa_string&& __str)
175 : __vstring_base(std::move(__str)) { }
189 * @param __str Source string.
193 __versa_string(const __versa_string& __str, size_type __pos,
195 : __vstring_base(__str._M_data()
196 + __str._M_check(__pos
    [all...]
string_conversions.h 51 const char* __name, const _CharT* __str, std::size_t* __idx,
58 const _TRet __tmp = __convf(__str, &__endptr, __base...);
60 if (__endptr == __str)
71 *__idx = __endptr - __str;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring.h 155 * @param __str Source string.
157 __versa_string(const __versa_string& __str)
158 : __vstring_base(__str) { }
163 * @param __str Source string.
169 __versa_string(__versa_string&& __str)
170 : __vstring_base(std::forward<__vstring_base>(__str)) { }
184 * @param __str Source string.
188 __versa_string(const __versa_string& __str, size_type __pos,
190 : __vstring_base(__str._M_data()
191 + __str._M_check(__pos
    [all...]
string_conversions.h 45 const char* __name, const _CharT* __str, std::size_t* __idx,
52 const _TRet __tmp = __convf(__str, &__endptr, __base...);
54 if (__endptr == __str)
65 *__idx = __endptr - __str;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 155 * @param __str Source string.
157 __versa_string(const __versa_string& __str)
158 : __vstring_base(__str) { }
163 * @param __str Source string.
169 __versa_string(__versa_string&& __str)
170 : __vstring_base(std::forward<__vstring_base>(__str)) { }
184 * @param __str Source string.
188 __versa_string(const __versa_string& __str, size_type __pos,
190 : __vstring_base(__str._M_data()
191 + __str._M_check(__pos
    [all...]
string_conversions.h 45 const char* __name, const _CharT* __str, std::size_t* __idx,
52 const _TRet __tmp = __convf(__str, &__endptr, __base...);
54 if (__endptr == __str)
65 *__idx = __endptr - __str;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 155 * @param __str Source string.
157 __versa_string(const __versa_string& __str)
158 : __vstring_base(__str) { }
163 * @param __str Source string.
169 __versa_string(__versa_string&& __str)
170 : __vstring_base(std::forward<__vstring_base>(__str)) { }
184 * @param __str Source string.
188 __versa_string(const __versa_string& __str, size_type __pos,
190 : __vstring_base(__str._M_data()
191 + __str._M_check(__pos
    [all...]
string_conversions.h 45 const char* __name, const _CharT* __str, std::size_t* __idx,
52 const _TRet __tmp = __convf(__str, &__endptr, __base...);
54 if (__endptr == __str)
65 *__idx = __endptr - __str;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 155 * @param __str Source string.
157 __versa_string(const __versa_string& __str)
158 : __vstring_base(__str) { }
163 * @param __str Source string.
169 __versa_string(__versa_string&& __str)
170 : __vstring_base(std::forward<__vstring_base>(__str)) { }
184 * @param __str Source string.
188 __versa_string(const __versa_string& __str, size_type __pos,
190 : __vstring_base(__str._M_data()
191 + __str._M_check(__pos
    [all...]

Completed in 1011 milliseconds

1 2 3 4 5 6