/hardware/qcom/display/msm8x26/libgralloc/ |
memalloc.h | 68 virtual int map_buffer(void **pBase, size_t size,
|
/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());}
|
unsigned_short.pass.cpp | 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/ |
endl.pass.cpp | 35 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
|
ends.pass.cpp | 33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/ |
CharT_pointer.pass.cpp | 36 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/ |
put.pass.cpp | 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
|
write.pass.cpp | 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
fstream.tcc | 439 if (this->pbase() < this->pptr()) 450 if (_M_convert_to_external(this->pbase(), 451 this->pptr() - this->pbase())) 660 const streamsize __buffill = this->pptr() - this->pbase(); 661 const char* __buf = reinterpret_cast<const char*>(this->pbase()); 755 __computed_off = this->pptr() - this->pbase(); 838 if (this->pbase() < this->pptr()) 900 if (this->pbase() < this->pptr())
|