HomeSort by relevance Sort by last modified time
    Searched full:__which (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/libcxx/src/
strstream.cpp 229 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which)
232 bool pos_in = (__which & ios::in) != 0;
233 bool pos_out = (__which & ios::out) != 0;
287 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which)
290 bool pos_in = (__which & ios::in) != 0;
291 bool pos_out = (__which & ios::out) != 0;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 229 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which)
232 bool pos_in = (__which & ios::in) != 0;
233 bool pos_out = (__which & ios::out) != 0;
287 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which)
290 bool pos_in = (__which & ios::in) != 0;
291 bool pos_out = (__which & ios::out) != 0;
  /external/libcxx/include/
streambuf 141 ios_base::openmode __which = ios_base::in | ios_base::out);
143 ios_base::openmode __which = ios_base::in | ios_base::out);
189 ios_base::openmode __which = ios_base::in | ios_base::out);
191 ios_base::openmode __which = ios_base::in | ios_base::out);
254 ios_base::openmode __which)
256 return seekoff(__off, __way, __which);
263 ios_base::openmode __which)
265 return seekpos(__sp, __which);
strstream 174 ios_base::openmode __which = ios_base::in | ios_base::out);
176 ios_base::openmode __which = ios_base::in | ios_base::out);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
streambuf 141 ios_base::openmode __which = ios_base::in | ios_base::out);
143 ios_base::openmode __which = ios_base::in | ios_base::out);
189 ios_base::openmode __which = ios_base::in | ios_base::out);
191 ios_base::openmode __which = ios_base::in | ios_base::out);
254 ios_base::openmode __which)
256 return seekoff(__off, __way, __which);
263 ios_base::openmode __which)
265 return seekpos(__sp, __which);
strstream 174 ios_base::openmode __which = ios_base::in | ios_base::out);
176 ios_base::openmode __which = ios_base::in | ios_base::out);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
resource.h 94 extern int getpriority (__priority_which_t __which, id_t __who) __THROW;
98 extern int setpriority (__priority_which_t __which, id_t __who, int __prio)
time.h 127 extern int getitimer (__itimer_which_t __which,
133 extern int setitimer (__itimer_which_t __which,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
resource.h 94 extern int getpriority (__priority_which_t __which, id_t __who) __THROW;
98 extern int setpriority (__priority_which_t __which, id_t __who, int __prio)
time.h 127 extern int getitimer (__itimer_which_t __which,
133 extern int setitimer (__itimer_which_t __which,
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
streambuf 141 ios_base::openmode __which = ios_base::in | ios_base::out);
143 ios_base::openmode __which = ios_base::in | ios_base::out);
189 ios_base::openmode __which = ios_base::in | ios_base::out);
191 ios_base::openmode __which = ios_base::in | ios_base::out);
254 ios_base::openmode __which)
256 return seekoff(__off, __way, __which);
263 ios_base::openmode __which)
265 return seekpos(__sp, __which);
strstream 174 ios_base::openmode __which = ios_base::in | ios_base::out);
176 ios_base::openmode __which = ios_base::in | ios_base::out);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
mt_allocator.h 232 _M_get_bin(size_t __which)
233 { return _M_bin[__which]; }
340 _M_get_bin(size_t __which)
341 { return _M_bin[__which]; }
695 const size_t __which = __pool._M_get_binmap(__bytes); local
702 const _Bin_record& __bin = __pool._M_get_bin(__which);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
mt_allocator.h 234 _M_get_bin(size_t __which)
235 { return _M_bin[__which]; }
342 _M_get_bin(size_t __which)
343 { return _M_bin[__which]; }
707 const size_t __which = __pool._M_get_binmap(__bytes); local
714 const _Bin_record& __bin = __pool._M_get_bin(__which);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
mt_allocator.h 234 _M_get_bin(size_t __which)
235 { return _M_bin[__which]; }
342 _M_get_bin(size_t __which)
343 { return _M_bin[__which]; }
707 const size_t __which = __pool._M_get_binmap(__bytes); local
714 const _Bin_record& __bin = __pool._M_get_bin(__which);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 230 _M_get_bin(size_t __which)
231 { return _M_bin[__which]; }
338 _M_get_bin(size_t __which)
339 { return _M_bin[__which]; }
693 const size_t __which = __pool._M_get_binmap(__bytes); local
700 const _Bin_record& __bin = __pool._M_get_bin(__which);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 230 _M_get_bin(size_t __which)
231 { return _M_bin[__which]; }
338 _M_get_bin(size_t __which)
339 { return _M_bin[__which]; }
693 const size_t __which = __pool._M_get_binmap(__bytes); local
700 const _Bin_record& __bin = __pool._M_get_bin(__which);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 230 _M_get_bin(size_t __which)
231 { return _M_bin[__which]; }
338 _M_get_bin(size_t __which)
339 { return _M_bin[__which]; }
693 const size_t __which = __pool._M_get_binmap(__bytes); local
700 const _Bin_record& __bin = __pool._M_get_bin(__which);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
mt_allocator.h 230 _M_get_bin(size_t __which)
231 { return _M_bin[__which]; }
338 _M_get_bin(size_t __which)
339 { return _M_bin[__which]; }
693 const size_t __which = __pool._M_get_binmap(__bytes); local
700 const _Bin_record& __bin = __pool._M_get_bin(__which);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
mt_allocator.h 232 _M_get_bin(size_t __which)
233 { return _M_bin[__which]; }
340 _M_get_bin(size_t __which)
341 { return _M_bin[__which]; }
695 const size_t __which = __pool._M_get_binmap(__bytes); local
702 const _Bin_record& __bin = __pool._M_get_bin(__which);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
mt_allocator.h 232 _M_get_bin(size_t __which)
233 { return _M_bin[__which]; }
340 _M_get_bin(size_t __which)
341 { return _M_bin[__which]; }
699 const size_t __which = __pool._M_get_binmap(__bytes); local
706 const _Bin_record& __bin = __pool._M_get_bin(__which);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
mt_allocator.h 232 _M_get_bin(size_t __which)
233 { return _M_bin[__which]; }
340 _M_get_bin(size_t __which)
341 { return _M_bin[__which]; }
695 const size_t __which = __pool._M_get_binmap(__bytes); local
702 const _Bin_record& __bin = __pool._M_get_bin(__which);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
mt_allocator.h 232 _M_get_bin(size_t __which)
233 { return _M_bin[__which]; }
340 _M_get_bin(size_t __which)
341 { return _M_bin[__which]; }
699 const size_t __which = __pool._M_get_binmap(__bytes); local
706 const _Bin_record& __bin = __pool._M_get_bin(__which);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
mt_allocator.h 234 _M_get_bin(size_t __which)
235 { return _M_bin[__which]; }
342 _M_get_bin(size_t __which)
343 { return _M_bin[__which]; }
707 const size_t __which = __pool._M_get_binmap(__bytes); local
714 const _Bin_record& __bin = __pool._M_get_bin(__which);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
mt_allocator.h 234 _M_get_bin(size_t __which)
235 { return _M_bin[__which]; }
342 _M_get_bin(size_t __which)
343 { return _M_bin[__which]; }
707 const size_t __which = __pool._M_get_binmap(__bytes); local
714 const _Bin_record& __bin = __pool._M_get_bin(__which);

Completed in 1889 milliseconds

1 2 3