HomeSort by relevance Sort by last modified time
    Searched refs:__m (Results 176 - 200 of 292) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_nfa.h 215 _State(const _Matcher& __m)
216 : _M_opcode(_S_opcode_match), _M_next(_S_invalid_state_id), _M_matches(__m)
303 _M_insert_matcher(_Matcher __m)
305 this->push_back(_StateT(__m));
regex.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_nfa.h 215 _State(const _Matcher& __m)
216 : _M_opcode(_S_opcode_match), _M_next(_S_invalid_state_id), _M_matches(__m)
303 _M_insert_matcher(_Matcher __m)
305 this->push_back(_StateT(__m));
regex.h     [all...]
  /external/stlport/stlport/stl/
_fstream.h 168 _Self* open(const char* __s, ios_base::openmode __m) {
169 return _M_base._M_open(__s, __m) ? this : 0;
174 _Self* open(const char* __s, ios_base::openmode __m,
176 return _M_base._M_open(__s, __m, __protection) ? this : 0;
477 basic_ifstream(const char* __s, ios_base::openmode __m,
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
557 basic_ofstream(const char* __s, ios_base::openmode __m, long __protection) :
560 if (!_M_buf.open(__s, __m | ios_base::out, __protection))
638 basic_fstream(const char* __s, ios_base::openmode __m, long __protection) :
641 if (!_M_buf.open(__s, __m, __protection)
    [all...]
_valarray.c 165 valarray<_Tp> valarray<_Tp>::cshift(int __m) const {
168 // Reduce __m to an equivalent number in the range [0, size()). We
171 long __n = __m;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 168 _Self* open(const char* __s, ios_base::openmode __m) {
169 return _M_base._M_open(__s, __m) ? this : 0;
174 _Self* open(const char* __s, ios_base::openmode __m,
176 return _M_base._M_open(__s, __m, __protection) ? this : 0;
477 basic_ifstream(const char* __s, ios_base::openmode __m,
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
557 basic_ofstream(const char* __s, ios_base::openmode __m, long __protection) :
560 if (!_M_buf.open(__s, __m | ios_base::out, __protection))
638 basic_fstream(const char* __s, ios_base::openmode __m, long __protection) :
641 if (!_M_buf.open(__s, __m, __protection)
    [all...]
_valarray.c 165 valarray<_Tp> valarray<_Tp>::cshift(int __m) const {
168 // Reduce __m to an equivalent number in the range [0, size()). We
171 long __n = __m;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 168 _Self* open(const char* __s, ios_base::openmode __m) {
169 return _M_base._M_open(__s, __m) ? this : 0;
174 _Self* open(const char* __s, ios_base::openmode __m,
176 return _M_base._M_open(__s, __m, __protection) ? this : 0;
477 basic_ifstream(const char* __s, ios_base::openmode __m,
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
557 basic_ofstream(const char* __s, ios_base::openmode __m, long __protection) :
560 if (!_M_buf.open(__s, __m | ios_base::out, __protection))
638 basic_fstream(const char* __s, ios_base::openmode __m, long __protection) :
641 if (!_M_buf.open(__s, __m, __protection)
    [all...]
_valarray.c 165 valarray<_Tp> valarray<_Tp>::cshift(int __m) const {
168 // Reduce __m to an equivalent number in the range [0, size()). We
171 long __n = __m;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 168 _Self* open(const char* __s, ios_base::openmode __m) {
169 return _M_base._M_open(__s, __m) ? this : 0;
174 _Self* open(const char* __s, ios_base::openmode __m,
176 return _M_base._M_open(__s, __m, __protection) ? this : 0;
477 basic_ifstream(const char* __s, ios_base::openmode __m,
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
557 basic_ofstream(const char* __s, ios_base::openmode __m, long __protection) :
560 if (!_M_buf.open(__s, __m | ios_base::out, __protection))
638 basic_fstream(const char* __s, ios_base::openmode __m, long __protection) :
641 if (!_M_buf.open(__s, __m, __protection)
    [all...]
_valarray.c 165 valarray<_Tp> valarray<_Tp>::cshift(int __m) const {
168 // Reduce __m to an equivalent number in the range [0, size()). We
171 long __n = __m;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 168 _Self* open(const char* __s, ios_base::openmode __m) {
169 return _M_base._M_open(__s, __m) ? this : 0;
174 _Self* open(const char* __s, ios_base::openmode __m,
176 return _M_base._M_open(__s, __m, __protection) ? this : 0;
477 basic_ifstream(const char* __s, ios_base::openmode __m,
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
557 basic_ofstream(const char* __s, ios_base::openmode __m, long __protection) :
560 if (!_M_buf.open(__s, __m | ios_base::out, __protection))
638 basic_fstream(const char* __s, ios_base::openmode __m, long __protection) :
641 if (!_M_buf.open(__s, __m, __protection)
    [all...]
_valarray.c 165 valarray<_Tp> valarray<_Tp>::cshift(int __m) const {
168 // Reduce __m to an equivalent number in the range [0, size()). We
171 long __n = __m;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 168 _Self* open(const char* __s, ios_base::openmode __m) {
169 return _M_base._M_open(__s, __m) ? this : 0;
174 _Self* open(const char* __s, ios_base::openmode __m,
176 return _M_base._M_open(__s, __m, __protection) ? this : 0;
477 basic_ifstream(const char* __s, ios_base::openmode __m,
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
557 basic_ofstream(const char* __s, ios_base::openmode __m, long __protection) :
560 if (!_M_buf.open(__s, __m | ios_base::out, __protection))
638 basic_fstream(const char* __s, ios_base::openmode __m, long __protection) :
641 if (!_M_buf.open(__s, __m, __protection)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets.h 163 is(mask __m, char_type __c) const
164 { return this->do_is(__m, __c); }
196 scan_is(mask __m, const char_type* __lo, const char_type* __hi) const
197 { return this->do_scan_is(__m, __lo, __hi); }
212 scan_not(mask __m, const char_type* __lo, const char_type* __hi) const
213 { return this->do_scan_not(__m, __lo, __hi); }
372 do_is(mask __m, char_type __c) const = 0;
410 do_scan_is(mask __m, const char_type* __lo,
429 do_scan_not(mask __m, const char_type* __lo,
624 do_is(mask __m, char_type __c) const
    [all...]
regex.h     [all...]
mask_array.h 145 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m)
146 : _M_sz(__s), _M_mask(__m), _M_array(__a) {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets.h 163 is(mask __m, char_type __c) const
164 { return this->do_is(__m, __c); }
196 scan_is(mask __m, const char_type* __lo, const char_type* __hi) const
197 { return this->do_scan_is(__m, __lo, __hi); }
212 scan_not(mask __m, const char_type* __lo, const char_type* __hi) const
213 { return this->do_scan_not(__m, __lo, __hi); }
372 do_is(mask __m, char_type __c) const = 0;
410 do_scan_is(mask __m, const char_type* __lo,
429 do_scan_not(mask __m, const char_type* __lo,
624 do_is(mask __m, char_type __c) const
    [all...]
regex.h     [all...]
mask_array.h 145 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m)
146 : _M_sz(__s), _M_mask(__m), _M_array(__a) {}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
mask_array.h 143 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m)
144 : _M_sz(__s), _M_mask(__m), _M_array(__a) {}
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
mask_array.h 143 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m)
144 : _M_sz(__s), _M_mask(__m), _M_array(__a) {}
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
mask_array.h 143 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m)
144 : _M_sz(__s), _M_mask(__m), _M_array(__a) {}
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
mask_array.h 143 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m)
144 : _M_sz(__s), _M_mask(__m), _M_array(__a) {}

Completed in 1943 milliseconds

1 2 3 4 5 6 78 91011>>