Searched defs:__set (Results 1 - 20 of 20) sorted by path

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dlocale_facets_nonio.h1776 * For gnu, @a __set and @a msgid are ignored. Returns gettext(s).
1780 * @param __set Implementation-defined.
1786 get(catalog __c, int __set, int __msgid, const string_type& __s) const argument
1787 { return this->do_get(__c, __set, __msgid, __s); }
1826 * For gnu, @a __set and @a __msgid are ignored. Returns gettext(s).
1830 * @param __set Implementation-defined.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dlocale_facets_nonio.h1776 * For gnu, @a __set and @a msgid are ignored. Returns gettext(s).
1780 * @param __set Implementation-defined.
1786 get(catalog __c, int __set, int __msgid, const string_type& __s) const argument
1787 { return this->do_get(__c, __set, __msgid, __s); }
1826 * For gnu, @a __set and @a __msgid are ignored. Returns gettext(s).
1830 * @param __set Implementation-defined.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dlocale_facets_nonio.h1776 * For gnu, @a __set and @a msgid are ignored. Returns gettext(s).
1780 * @param __set Implementation-defined.
1786 get(catalog __c, int __set, int __msgid, const string_type& __s) const argument
1787 { return this->do_get(__c, __set, __msgid, __s); }
1826 * For gnu, @a __set and @a __msgid are ignored. Returns gettext(s).
1830 * @param __set Implementation-defined.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dlocale_facets_nonio.h1776 * For gnu, @a __set and @a msgid are ignored. Returns gettext(s).
1780 * @param __set Implementation-defined.
1786 get(catalog __c, int __set, int __msgid, const string_type& __s) const argument
1787 { return this->do_get(__c, __set, __msgid, __s); }
1826 * For gnu, @a __set and @a __msgid are ignored. Returns gettext(s).
1830 * @param __set Implementation-defined.
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A DCookie.py582 def __set(self, key, real_value, coded_value): member in class:BaseCookie
587 # end __set
592 self.__set(key, rval, cval)
665 self.__set(K, rval, cval)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A DCookie.py582 def __set(self, key, real_value, coded_value): member in class:BaseCookie
587 # end __set
592 self.__set(key, rval, cval)
665 self.__set(K, rval, cval)
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dlocale_facets_nonio.h1776 * For gnu, @a __set and @a msgid are ignored. Returns gettext(s).
1780 * @param __set Implementation-defined.
1786 get(catalog __c, int __set, int __msgid, const string_type& __s) const argument
1787 { return this->do_get(__c, __set, __msgid, __s); }
1826 * For gnu, @a __set and @a __msgid are ignored. Returns gettext(s).
1830 * @param __set Implementation-defined.
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_auto_ptr.h27 void __set(const volatile void* p) { _M_p = __CONST_CAST(void*,p); } function in class:__ptr_base
28 void __set(void* p) { _M_p = p; } function in class:__ptr_base
39 _Tp* release() const { _M_r.__set(__STATIC_CAST(void*, 0)); return _M_p; }
63 this->__set(__px);
84 explicit auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); }
90 this->__set(__conversionCheck);
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); }
110 { this->__set(__r.release()); }
H A D_messages_facets.h65 string_type get(catalog __c, int __set, int __msgid, argument
67 { return do_get(__c, __set, __msgid, __dfault); }
78 virtual string_type do_get(catalog __c, int __set, int __msgid, argument
98 inline string_type get(catalog __c, int __set, int __msgid, argument
100 { return do_get(__c, __set, __msgid, __dfault); }
111 virtual string_type do_get(catalog __c, int __set, int __msgid, argument
135 virtual string_type do_get(catalog __c, int __set, int __msgid,
163 virtual string_type do_get(catalog __c, int __set, int __msgid,
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dlocale_facets_nonio.h1776 * For gnu, @a __set and @a msgid are ignored. Returns gettext(s).
1780 * @param __set Implementation-defined.
1786 get(catalog __c, int __set, int __msgid, const string_type& __s) const argument
1787 { return this->do_get(__c, __set, __msgid, __s); }
1826 * For gnu, @a __set and @a __msgid are ignored. Returns gettext(s).
1830 * @param __set Implementation-defined.
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_auto_ptr.h27 void __set(const volatile void* p) { _M_p = __CONST_CAST(void*,p); } function in class:__ptr_base
28 void __set(void* p) { _M_p = p; } function in class:__ptr_base
39 _Tp* release() const { _M_r.__set(__STATIC_CAST(void*, 0)); return _M_p; }
63 this->__set(__px);
84 explicit auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); }
90 this->__set(__conversionCheck);
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); }
110 { this->__set(__r.release()); }
H A D_messages_facets.h65 string_type get(catalog __c, int __set, int __msgid, argument
67 { return do_get(__c, __set, __msgid, __dfault); }
78 virtual string_type do_get(catalog __c, int __set, int __msgid, argument
98 inline string_type get(catalog __c, int __set, int __msgid, argument
100 { return do_get(__c, __set, __msgid, __dfault); }
111 virtual string_type do_get(catalog __c, int __set, int __msgid, argument
135 virtual string_type do_get(catalog __c, int __set, int __msgid,
163 virtual string_type do_get(catalog __c, int __set, int __msgid,
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dlocale_facets_nonio.h1776 * For gnu, @a __set and @a msgid are ignored. Returns gettext(s).
1780 * @param __set Implementation-defined.
1786 get(catalog __c, int __set, int __msgid, const string_type& __s) const argument
1787 { return this->do_get(__c, __set, __msgid, __s); }
1826 * For gnu, @a __set and @a __msgid are ignored. Returns gettext(s).
1830 * @param __set Implementation-defined.
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_auto_ptr.h27 void __set(const volatile void* p) { _M_p = __CONST_CAST(void*,p); } function in class:__ptr_base
28 void __set(void* p) { _M_p = p; } function in class:__ptr_base
39 _Tp* release() const { _M_r.__set(__STATIC_CAST(void*, 0)); return _M_p; }
63 this->__set(__px);
84 explicit auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); }
90 this->__set(__conversionCheck);
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); }
110 { this->__set(__r.release()); }
H A D_messages_facets.h65 string_type get(catalog __c, int __set, int __msgid, argument
67 { return do_get(__c, __set, __msgid, __dfault); }
78 virtual string_type do_get(catalog __c, int __set, int __msgid, argument
98 inline string_type get(catalog __c, int __set, int __msgid, argument
100 { return do_get(__c, __set, __msgid, __dfault); }
111 virtual string_type do_get(catalog __c, int __set, int __msgid, argument
135 virtual string_type do_get(catalog __c, int __set, int __msgid,
163 virtual string_type do_get(catalog __c, int __set, int __msgid,
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dlocale_facets_nonio.h1776 * For gnu, @a __set and @a msgid are ignored. Returns gettext(s).
1780 * @param __set Implementation-defined.
1786 get(catalog __c, int __set, int __msgid, const string_type& __s) const argument
1787 { return this->do_get(__c, __set, __msgid, __s); }
1826 * For gnu, @a __set and @a __msgid are ignored. Returns gettext(s).
1830 * @param __set Implementation-defined.
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_auto_ptr.h27 void __set(const volatile void* p) { _M_p = __CONST_CAST(void*,p); } function in class:__ptr_base
28 void __set(void* p) { _M_p = p; } function in class:__ptr_base
39 _Tp* release() const { _M_r.__set(__STATIC_CAST(void*, 0)); return _M_p; }
63 this->__set(__px);
84 explicit auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); }
90 this->__set(__conversionCheck);
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); }
110 { this->__set(__r.release()); }
H A D_messages_facets.h65 string_type get(catalog __c, int __set, int __msgid, argument
67 { return do_get(__c, __set, __msgid, __dfault); }
78 virtual string_type do_get(catalog __c, int __set, int __msgid, argument
98 inline string_type get(catalog __c, int __set, int __msgid, argument
100 { return do_get(__c, __set, __msgid, __dfault); }
111 virtual string_type do_get(catalog __c, int __set, int __msgid, argument
135 virtual string_type do_get(catalog __c, int __set, int __msgid,
163 virtual string_type do_get(catalog __c, int __set, int __msgid,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DCookie.py582 def __set(self, key, real_value, coded_value): member in class:BaseCookie
587 # end __set
592 self.__set(key, rval, cval)
665 self.__set(K, rval, cval)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DCookie.py582 def __set(self, key, real_value, coded_value): member in class:BaseCookie
587 # end __set
592 self.__set(key, rval, cval)
665 self.__set(K, rval, cval)

Completed in 868 milliseconds