HomeSort by relevance Sort by last modified time
    Searched refs:pbase (Results 26 - 50 of 121) sorted by null

12 3 4 5

  /ndk/sources/cxx-stl/llvm-libc++/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++/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
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++/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++/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++/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());}
  /external/zlib/src/contrib/iostream3/
zfstream.cc 217 if (this->pbase())
220 if (this->pptr() > this->epptr() || this->pptr() < this->pbase())
229 int bytes_to_write = this->pptr() - this->pbase();
237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write)
239 // Reset next pointer to point to pbase on success
353 if (!this->pbase())
  /cts/tests/tests/content/src/android/content/res/cts/
FractionTest.java 76 private void tryFraction(final int resid, final float base, final float pbase,
79 float res = mValue.getFraction(base, pbase);
  /external/quake/quake/src/QW/client/
d_varsa.s 89 .globl pbase, s, t, sfracf, tfracf, snext, tnext
98 pbase: .long 0 label
  /external/quake/quake/src/WinQuake/
d_varsa.s 89 .globl pbase, s, t, sfracf, tfracf, snext, tnext
98 pbase: .long 0 label

Completed in 216 milliseconds

12 3 4 5