OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:streambuf
(Results
301 - 325
of
520
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_istream.c
163
// Helper function: try to push back a character to a
streambuf
,
709
// we have not reached eof. What that means is that the
streambuf
has
964
// we have not reached eof. What that means is that the
streambuf
has
[
all
...]
/ndk/tests/device/test-libc++-shared-full/jni/
Android.mk
[
all
...]
/ndk/tests/device/test-libc++-static-full/jni/
Android.mk
[
all
...]
/external/libcxx/test/libcxx/
double_include.sh.cpp
89
#include <
streambuf
>
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
pointer.pass.cpp
47
std::istream is((std::
streambuf
*)0);
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
pointer.pass.cpp
55
std::ostream os((std::
streambuf
*)0);
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
char.pass.cpp
56
std::ostream os((std::
streambuf
*)0);
char_pointer.pass.cpp
56
std::ostream os((std::
streambuf
*)0);
signed_char.pass.cpp
56
std::ostream os((std::
streambuf
*)0);
signed_char_pointer.pass.cpp
56
std::ostream os((std::
streambuf
*)0);
unsigned_char.pass.cpp
56
std::ostream os((std::
streambuf
*)0);
unsigned_char_pointer.pass.cpp
56
std::ostream os((std::
streambuf
*)0);
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/
seekp2.pass.cpp
46
std::ostream os((std::
streambuf
*)0);
/external/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/
types.pass.cpp
42
static_assert((std::is_same<I1::streambuf_type, std::
streambuf
>::value), "");
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_bool.pass.cpp
19
#include <
streambuf
>
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_long_long.pass.cpp
20
#include <
streambuf
>
get_unsigned_int.pass.cpp
20
#include <
streambuf
>
get_unsigned_long.pass.cpp
20
#include <
streambuf
>
get_unsigned_long_long.pass.cpp
20
#include <
streambuf
>
get_unsigned_short.pass.cpp
20
#include <
streambuf
>
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp
31
explicit test_buf(std::
streambuf
* sb) : base(sb) {}
underflow.pass.cpp
31
explicit test_buf(std::
streambuf
* sb) : base(sb) {}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
pointer.pass.cpp
47
std::istream is((std::
streambuf
*)0);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
pointer.pass.cpp
55
std::ostream os((std::
streambuf
*)0);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
char.pass.cpp
56
std::ostream os((std::
streambuf
*)0);
Completed in 129 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>