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

1 2 3 4 5 6 7 8 9

  /external/valgrind/none/tests/amd64/
bug156404-amd64.c 14 #define VG_STRINGIFZ(__str) #__str
15 #define VG_STRINGIFY(__str) VG_STRINGIFZ(__str)
  /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/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/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/
_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/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/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/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/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.15-4.8/lib/gcc/x86_64-linux/4.8/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-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_string.h 458 * @param __str Source string.
460 basic_string(const basic_string& __str);
463 * @param __str Source string.
467 basic_string(const basic_string& __str, size_type __pos,
471 * @param __str Source string.
476 basic_string(const basic_string& __str, size_type __pos,
507 * @param __str Source string.
509 * The newly-created string contains the exact contents of @a __str.
510 * @a __str is a valid, but unspecified string.
512 basic_string(basic_string&& __str)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
vstring.h 157 * @brief Construct string with copy of value of @a __str.
158 * @param __str Source string.
160 __versa_string(const __versa_string& __str)
161 : __vstring_base(__str) { }
166 * @param __str Source string.
169 * @a __str. The contents of @a __str are a valid, but unspecified
172 __versa_string(__versa_string&& __str) noexcept
173 : __vstring_base(std::move(__str)) { }
187 * @param __str Source string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 146 * @brief Construct string with copy of value of @a __str.
147 * @param __str Source string.
149 __versa_string(const __versa_string& __str)
150 : __vstring_base(__str) { }
155 * @param __str Source string.
158 * @a __str. The contents of @a __str are a valid, but unspecified
161 __versa_string(__versa_string&& __str) noexcept
162 : __vstring_base(std::move(__str)) { }
176 * @param __str Source string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 146 * @brief Construct string with copy of value of @a __str.
147 * @param __str Source string.
149 __versa_string(const __versa_string& __str)
150 : __vstring_base(__str) { }
155 * @param __str Source string.
158 * @a __str. The contents of @a __str are a valid, but unspecified
161 __versa_string(__versa_string&& __str) noexcept
162 : __vstring_base(std::move(__str)) { }
176 * @param __str Source string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h 146 * @brief Construct string with copy of value of @a __str.
147 * @param __str Source string.
149 __versa_string(const __versa_string& __str)
150 : __vstring_base(__str) { }
155 * @param __str Source string.
158 * @a __str. The contents of @a __str are a valid, but unspecified
161 __versa_string(__versa_string&& __str) noexcept
162 : __vstring_base(std::move(__str)) { }
176 * @param __str Source string
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 147 * @brief Construct string with copy of value of @a __str.
148 * @param __str Source string.
150 __versa_string(const __versa_string& __str)
151 : __vstring_base(__str) { }
156 * @param __str Source string.
159 * @a __str. The contents of @a __str are a valid, but unspecified
162 __versa_string(__versa_string&& __str) noexcept
163 : __vstring_base(std::move(__str)) { }
177 * @param __str Source string
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 147 * @brief Construct string with copy of value of @a __str.
148 * @param __str Source string.
150 __versa_string(const __versa_string& __str)
151 : __vstring_base(__str) { }
156 * @param __str Source string.
159 * @a __str. The contents of @a __str are a valid, but unspecified
162 __versa_string(__versa_string&& __str) noexcept
163 : __vstring_base(std::move(__str)) { }
177 * @param __str Source string
    [all...]

Completed in 2583 milliseconds

1 2 3 4 5 6 7 8 9