HomeSort by relevance Sort by last modified time
    Searched refs:__which (Results 1 - 22 of 22) sorted by null

  /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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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,
  /external/python/cpython2/Tools/pynche/
TextViewer.py 78 self.__which = IntVar()
79 self.__which.set(optiondb.get('WHICH', 0))
112 r = Radiobutton(frame, variable=self.__which,
144 which = self.__which.get()
166 which = self.__which.get()
181 optiondb['WHICH'] = self.__which.get()
  /external/libcxx/src/
strstream.cpp 233 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which)
236 bool pos_in = (__which & ios::in) != 0;
237 bool pos_out = (__which & ios::out) != 0;
293 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which)
296 bool pos_in = (__which & ios::in) != 0;
297 bool pos_out = (__which & ios::out) != 0;
  /prebuilts/ndk/r11/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;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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;
  /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-linux-glibc2.15-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/r10/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);
  /prebuilts/ndk/r11/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);
  /prebuilts/ndk/r13/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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
random.h 80 int __which = ((__s <= __CHAR_BIT__ * sizeof (int))
87 static_assert(__which < 0, /* needs to be dependent */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
random.h 80 int __which = ((__s <= __CHAR_BIT__ * sizeof (int))
87 static_assert(__which < 0, /* needs to be dependent */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
random.h 80 int __which = ((__s <= __CHAR_BIT__ * sizeof (int))
87 static_assert(__which < 0, /* needs to be dependent */
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
random.h 80 int __which = ((__s <= __CHAR_BIT__ * sizeof (int))
87 static_assert(__which < 0, /* needs to be dependent */
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
random.h 80 int __which = ((__s <= __CHAR_BIT__ * sizeof (int))
87 static_assert(__which < 0, /* needs to be dependent */
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
random.h 80 int __which = ((__s <= __CHAR_BIT__ * sizeof (int))
87 static_assert(__which < 0, /* needs to be dependent */
    [all...]

Completed in 647 milliseconds