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

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_state.h 44 _GLIBCXX_PROFILE_DEFINE_DATA(__state_type, __state, __INVALID);
48 { return (_GLIBCXX_PROFILE_DATA(__state)
49 == __sync_val_compare_and_swap(&_GLIBCXX_PROFILE_DATA(__state),
62 { return _GLIBCXX_PROFILE_DATA(__state) == __ON; }
66 { return _GLIBCXX_PROFILE_DATA(__state) == __OFF; }
70 { return _GLIBCXX_PROFILE_DATA(__state) == __INVALID; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_state.h 44 _GLIBCXX_PROFILE_DEFINE_DATA(__state_type, __state, __INVALID);
48 { return (_GLIBCXX_PROFILE_DATA(__state)
49 == __sync_val_compare_and_swap(&_GLIBCXX_PROFILE_DATA(__state),
62 { return _GLIBCXX_PROFILE_DATA(__state) == __ON; }
66 { return _GLIBCXX_PROFILE_DATA(__state) == __OFF; }
70 { return _GLIBCXX_PROFILE_DATA(__state) == __INVALID; }
  /external/stlport/stlport/stl/
_codecvt.h 62 result out(state_type& __state,
71 return do_out(__state,
76 result unshift(state_type& __state,
81 return do_unshift(__state, __to, __to_limit, __to_next);
84 result in(state_type& __state,
93 return do_in(__state,
102 int length(state_type& __state,
107 return do_length(__state, __from, __from_end, __max);
182 result out(state_type& __state,
191 return do_out(__state,
    [all...]
_ios.h 91 void clear(iostate __state = goodbit) {
92 _M_clear_nothrow(this->rdbuf() ? __state : iostate(__state|ios_base::badbit));
95 void setstate(iostate __state) { this->clear(rdstate() | __state); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 62 result out(state_type& __state,
71 return do_out(__state,
76 result unshift(state_type& __state,
81 return do_unshift(__state, __to, __to_limit, __to_next);
84 result in(state_type& __state,
93 return do_in(__state,
102 int length(state_type& __state,
107 return do_length(__state, __from, __from_end, __max);
182 result out(state_type& __state,
191 return do_out(__state,
    [all...]
_ios.h 91 void clear(iostate __state = goodbit) {
92 _M_clear_nothrow(this->rdbuf() ? __state : iostate(__state|ios_base::badbit));
95 void setstate(iostate __state) { this->clear(rdstate() | __state); }
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 62 result out(state_type& __state,
71 return do_out(__state,
76 result unshift(state_type& __state,
81 return do_unshift(__state, __to, __to_limit, __to_next);
84 result in(state_type& __state,
93 return do_in(__state,
102 int length(state_type& __state,
107 return do_length(__state, __from, __from_end, __max);
182 result out(state_type& __state,
191 return do_out(__state,
    [all...]
_ios.h 91 void clear(iostate __state = goodbit) {
92 _M_clear_nothrow(this->rdbuf() ? __state : iostate(__state|ios_base::badbit));
95 void setstate(iostate __state) { this->clear(rdstate() | __state); }
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 62 result out(state_type& __state,
71 return do_out(__state,
76 result unshift(state_type& __state,
81 return do_unshift(__state, __to, __to_limit, __to_next);
84 result in(state_type& __state,
93 return do_in(__state,
102 int length(state_type& __state,
107 return do_length(__state, __from, __from_end, __max);
182 result out(state_type& __state,
191 return do_out(__state,
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 62 result out(state_type& __state,
71 return do_out(__state,
76 result unshift(state_type& __state,
81 return do_unshift(__state, __to, __to_limit, __to_next);
84 result in(state_type& __state,
93 return do_in(__state,
102 int length(state_type& __state,
107 return do_length(__state, __from, __from_end, __max);
182 result out(state_type& __state,
191 return do_out(__state,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
enc_filebuf.h 48 enc_filebuf(state_type& __state)
50 { this->_M_state_beg = __state; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
enc_filebuf.h 50 enc_filebuf(state_type& __state)
52 { this->_M_state_beg = __state; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
enc_filebuf.h 50 enc_filebuf(state_type& __state)
52 { this->_M_state_beg = __state; }
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
enc_filebuf.h 48 enc_filebuf(state_type& __state)
50 { this->_M_state_beg = __state; }
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
enc_filebuf.h 48 enc_filebuf(state_type& __state)
50 { this->_M_state_beg = __state; }
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
enc_filebuf.h 48 enc_filebuf(state_type& __state)
50 { this->_M_state_beg = __state; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
codecvt.h 115 out(state_type& __state, const intern_type* __from,
120 return this->do_out(__state, __from, __from_end, __from_next,
154 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
156 { return this->do_unshift(__state, __to,__to_end,__to_next); }
195 in(state_type& __state, const extern_type* __from,
200 return this->do_in(__state, __from, __from_end, __from_next,
213 length(state_type& __state, const extern_type* __from,
215 { return this->do_length(__state, __from, __end, __max); }
236 do_out(state_type& __state, const intern_type* __from,
242 do_unshift(state_type& __state, extern_type* __to
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
codecvt.h 117 out(state_type& __state, const intern_type* __from,
122 return this->do_out(__state, __from, __from_end, __from_next,
156 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
158 { return this->do_unshift(__state, __to,__to_end,__to_next); }
197 in(state_type& __state, const extern_type* __from,
202 return this->do_in(__state, __from, __from_end, __from_next,
215 length(state_type& __state, const extern_type* __from,
217 { return this->do_length(__state, __from, __end, __max); }
238 do_out(state_type& __state, const intern_type* __from,
244 do_unshift(state_type& __state, extern_type* __to
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
codecvt.h 117 out(state_type& __state, const intern_type* __from,
122 return this->do_out(__state, __from, __from_end, __from_next,
156 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
158 { return this->do_unshift(__state, __to,__to_end,__to_next); }
197 in(state_type& __state, const extern_type* __from,
202 return this->do_in(__state, __from, __from_end, __from_next,
215 length(state_type& __state, const extern_type* __from,
217 { return this->do_length(__state, __from, __end, __max); }
238 do_out(state_type& __state, const intern_type* __from,
244 do_unshift(state_type& __state, extern_type* __to
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 115 out(state_type& __state, const intern_type* __from,
120 return this->do_out(__state, __from, __from_end, __from_next,
154 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
156 { return this->do_unshift(__state, __to,__to_end,__to_next); }
195 in(state_type& __state, const extern_type* __from,
200 return this->do_in(__state, __from, __from_end, __from_next,
213 length(state_type& __state, const extern_type* __from,
215 { return this->do_length(__state, __from, __end, __max); }
236 do_out(state_type& __state, const intern_type* __from,
242 do_unshift(state_type& __state, extern_type* __to
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 115 out(state_type& __state, const intern_type* __from,
120 return this->do_out(__state, __from, __from_end, __from_next,
154 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
156 { return this->do_unshift(__state, __to,__to_end,__to_next); }
195 in(state_type& __state, const extern_type* __from,
200 return this->do_in(__state, __from, __from_end, __from_next,
213 length(state_type& __state, const extern_type* __from,
215 { return this->do_length(__state, __from, __end, __max); }
236 do_out(state_type& __state, const intern_type* __from,
242 do_unshift(state_type& __state, extern_type* __to
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 115 out(state_type& __state, const intern_type* __from,
120 return this->do_out(__state, __from, __from_end, __from_next,
154 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
156 { return this->do_unshift(__state, __to,__to_end,__to_next); }
195 in(state_type& __state, const extern_type* __from,
200 return this->do_in(__state, __from, __from_end, __from_next,
213 length(state_type& __state, const extern_type* __from,
215 { return this->do_length(__state, __from, __end, __max); }
236 do_out(state_type& __state, const intern_type* __from,
242 do_unshift(state_type& __state, extern_type* __to
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
argp.h 440 __state);
504 extern void argp_state_help (__const struct argp_state *__restrict __state,
507 extern void __argp_state_help (__const struct argp_state *__restrict __state,
512 extern void argp_usage (__const struct argp_state *__state);
513 extern void __argp_usage (__const struct argp_state *__state);
518 extern void argp_error (__const struct argp_state *__restrict __state,
521 extern void __argp_error (__const struct argp_state *__restrict __state,
533 extern void argp_failure (__const struct argp_state *__restrict __state,
537 extern void __argp_failure (__const struct argp_state *__restrict __state,
554 __const struct argp_state *__restrict __state)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
argp.h 440 __state);
504 extern void argp_state_help (__const struct argp_state *__restrict __state,
507 extern void __argp_state_help (__const struct argp_state *__restrict __state,
512 extern void argp_usage (__const struct argp_state *__state);
513 extern void __argp_usage (__const struct argp_state *__state);
518 extern void argp_error (__const struct argp_state *__restrict __state,
521 extern void __argp_error (__const struct argp_state *__restrict __state,
533 extern void argp_failure (__const struct argp_state *__restrict __state,
537 extern void __argp_failure (__const struct argp_state *__restrict __state,
554 __const struct argp_state *__restrict __state)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
argp.h 440 __state);
504 extern void argp_state_help (__const struct argp_state *__restrict __state,
507 extern void __argp_state_help (__const struct argp_state *__restrict __state,
512 extern void argp_usage (__const struct argp_state *__state);
513 extern void __argp_usage (__const struct argp_state *__state);
518 extern void argp_error (__const struct argp_state *__restrict __state,
521 extern void __argp_error (__const struct argp_state *__restrict __state,
533 extern void argp_failure (__const struct argp_state *__restrict __state,
537 extern void __argp_failure (__const struct argp_state *__restrict __state,
554 __const struct argp_state *__restrict __state)
    [all...]

Completed in 697 milliseconds

1 2 3