HomeSort by relevance Sort by last modified time
    Searched full:pptr (Results 51 - 75 of 233) sorted by null

1 23 4 5 6 7 8 910

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
fstream.tcc 439 if (this->pbase() < this->pptr())
444 *this->pptr() = traits_type::to_char_type(__c);
451 this->pptr() - this->pbase()))
466 *this->pptr() = traits_type::to_char_type(__c);
530 streamsize __rlen = this->pptr() - __iend;
651 streamsize __bufavail = this->epptr() - this->pptr();
660 const streamsize __buffill = this->pptr() - this->pbase();
755 __computed_off = this->pptr() - this->pbase();
838 if (this->pbase() < this->pptr())
900 if (this->pbase() < this->pptr())
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
fstream.tcc 439 if (this->pbase() < this->pptr())
444 *this->pptr() = traits_type::to_char_type(__c);
451 this->pptr() - this->pbase()))
466 *this->pptr() = traits_type::to_char_type(__c);
530 streamsize __rlen = this->pptr() - __iend;
651 streamsize __bufavail = this->epptr() - this->pptr();
660 const streamsize __buffill = this->pptr() - this->pbase();
755 __computed_off = this->pptr() - this->pbase();
838 if (this->pbase() < this->pptr())
900 if (this->pbase() < this->pptr())
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
fstream.tcc 439 if (this->pbase() < this->pptr())
444 *this->pptr() = traits_type::to_char_type(__c);
451 this->pptr() - this->pbase()))
466 *this->pptr() = traits_type::to_char_type(__c);
530 streamsize __rlen = this->pptr() - __iend;
651 streamsize __bufavail = this->epptr() - this->pptr();
660 const streamsize __buffill = this->pptr() - this->pbase();
755 __computed_off = this->pptr() - this->pbase();
838 if (this->pbase() < this->pptr())
900 if (this->pbase() < this->pptr())
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
fstream.tcc 437 if (this->pbase() < this->pptr())
442 *this->pptr() = traits_type::to_char_type(__c);
449 this->pptr() - this->pbase()))
464 *this->pptr() = traits_type::to_char_type(__c);
528 streamsize __rlen = this->pptr() - __iend;
649 streamsize __bufavail = this->epptr() - this->pptr();
658 const streamsize __buffill = this->pptr() - this->pbase();
753 __computed_off = this->pptr() - this->pbase();
836 if (this->pbase() < this->pptr())
898 if (this->pbase() < this->pptr())
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_conn.c 456 const char **pptr; local
480 pptr=(const char **)ptr;
483 *pptr=data->param_hostname;
488 *pptr=data->param_port;
492 *pptr= (char *)&(data->ip[0]);
499 *pptr="not initialized";
  /external/openssl/crypto/bio/
bss_conn.c 456 const char **pptr; local
480 pptr=(const char **)ptr;
483 *pptr=data->param_hostname;
488 *pptr=data->param_port;
492 *pptr= (char *)&(data->ip[0]);
499 *pptr="not initialized";
  /external/oprofile/include/
sstream 77 return string(stream, pptr()-pbase());
114 stringbuf_sync(gptr()-eback(), pptr()-pbase());
163 curo = pptr();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__std_stream 277 char_type* pptr = pbase + 1;
278 char_type* epptr = pptr;
282 __r = __cv_->out(*__st_, pbase, pptr, __e,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
streambuf.pass.cpp 39 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
basic_ios.pass.cpp 33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
ios_base.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
ostream.pass.cpp 33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
streambuf.pass.cpp 39 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
bool.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
double.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
float.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
int.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
long.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
long_double.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
long_long.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
pointer.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
short.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
unsigned_int.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
unsigned_long.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
unsigned_long_long.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}

Completed in 346 milliseconds

1 23 4 5 6 7 8 910