Searched refs:__io (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/libstdcxx-104.1/src/
H A Dlocale_facets.cc65 __num_base::_S_format_float(const ios_base& __io, char* __fptr, char __mod) argument
67 ios_base::fmtflags __flags = __io.flags();
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dlocale_facets.h92 _S_pad(ios_base& __io, _CharT __fill, _CharT* __news,
1596 _S_format_float(const ios_base& __io, char* __fptr, char __mod);
1988 get(iter_type __in, iter_type __end, ios_base& __io, argument
1990 { return this->do_get(__in, __end, __io, __err, __v); }
2024 get(iter_type __in, iter_type __end, ios_base& __io, argument
2026 { return this->do_get(__in, __end, __io, __err, __v); }
2029 get(iter_type __in, iter_type __end, ios_base& __io, argument
2031 { return this->do_get(__in, __end, __io, __err, __v); }
2034 get(iter_type __in, iter_type __end, ios_base& __io, argument
2036 { return this->do_get(__in, __end, __io, __er
2039 get(iter_type __in, iter_type __end, ios_base& __io, ios_base::iostate& __err, unsigned long& __v) const argument
2045 get(iter_type __in, iter_type __end, ios_base& __io, ios_base::iostate& __err, long long& __v) const argument
2050 get(iter_type __in, iter_type __end, ios_base& __io, ios_base::iostate& __err, unsigned long long& __v) const argument
2083 get(iter_type __in, iter_type __end, ios_base& __io, ios_base::iostate& __err, float& __v) const argument
2088 get(iter_type __in, iter_type __end, ios_base& __io, ios_base::iostate& __err, double& __v) const argument
2093 get(iter_type __in, iter_type __end, ios_base& __io, ios_base::iostate& __err, long double& __v) const argument
2125 get(iter_type __in, iter_type __end, ios_base& __io, ios_base::iostate& __err, void*& __v) const argument
3129 get_time(iter_type __beg, iter_type __end, ios_base& __io, ios_base::iostate& __err, tm* __tm) const argument
3154 get_date(iter_type __beg, iter_type __end, ios_base& __io, ios_base::iostate& __err, tm* __tm) const argument
3182 get_weekday(iter_type __beg, iter_type __end, ios_base& __io, ios_base::iostate& __err, tm* __tm) const argument
3211 get_monthname(iter_type __beg, iter_type __end, ios_base& __io, ios_base::iostate& __err, tm* __tm) const argument
3237 get_year(iter_type __beg, iter_type __end, ios_base& __io, ios_base::iostate& __err, tm* __tm) const argument
3467 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm, char __format, char __mod = 0) const argument
4106 get(iter_type __s, iter_type __end, bool __intl, ios_base& __io, ios_base::iostate& __err, long double& __units) const argument
4136 get(iter_type __s, iter_type __end, bool __intl, ios_base& __io, ios_base::iostate& __err, string_type& __digits) const argument
4244 put(iter_type __s, bool __intl, ios_base& __io, char_type __fill, long double __units) const argument
4266 put(iter_type __s, bool __intl, ios_base& __io, char_type __fill, const string_type& __digits) const argument
[all...]
/macosx-10.10/libxml2-26/libxml2/python/
H A Dlibxml.py56 self.__io = _obj
60 if self.__io == None:
62 self.__io.close()
63 self.__io = None
67 if self.__io == None:
69 self.__io.flush()
73 if self.__io == None:
77 ret = self.__io.read()
79 ret = self.__io.read(len)
84 print("on IO:", self.__io)
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/
H A Dlibxml.py46 self.__io = _obj
50 if self.__io == None:
52 self.__io.close()
53 self.__io = None
57 if self.__io == None:
59 self.__io.flush()
63 if self.__io == None:
66 return(self.__io.read())
67 return(self.__io.read(len))
70 if self.__io
[all...]
/macosx-10.10/ruby-106/ruby/lib/test/
H A Dunit.rb603 while !@ios.empty? && (__io = IO.select(@ios,[],[],10))
604 __io[0].reject! {|io| deal(io, type, result, rep, true)}

Completed in 146 milliseconds