OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iostream
(Results
126 - 150
of
1690
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
iostream
1
// Standard
iostream
objects -*- C++ -*-
25
/** @file include/
iostream
30
// ISO C++ 14882: 27.3 Standard
iostream
objects
49
* The <
iostream
> header declares the eight <em>standard stream
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
iostream
1
// Standard
iostream
objects -*- C++ -*-
25
/** @file include/
iostream
30
// ISO C++ 14882: 27.3 Standard
iostream
objects
49
* The <
iostream
> header declares the eight <em>standard stream
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
iostream.h
24
#include <
iostream
>
40
using _STLP_STD::
iostream
;
83
class iostream_withassign : public
iostream
{
85
iostream_withassign() :
iostream
((streambuf*)0) {}
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
SocketStream.h
20
#include "
IOStream
.h"
22
class SocketStream : public
IOStream
{
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
HostConnection.h
19
#include "
IOStream
.h"
54
IOStream
*m_stream;
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
ServerConnection.h
21
#include "
IOStream
.h"
47
IOStream
*m_stream;
/external/libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/
cerr.pass.cpp
10
// <
iostream
>
14
#include <
iostream
>
clog.pass.cpp
10
// <
iostream
>
14
#include <
iostream
>
cout.pass.cpp
12
// <
iostream
>
16
#include <
iostream
>
/external/libcxx/test/std/input.output/iostream.objects/
version.pass.cpp
10
// <
iostream
>
12
#include <
iostream
>
/external/libcxx/test/std/input.output/iostream.objects/wide.stream.objects/
wcerr.pass.cpp
10
// <
iostream
>
14
#include <
iostream
>
wclog.pass.cpp
10
// <
iostream
>
14
#include <
iostream
>
wcout.pass.cpp
12
// <
iostream
>
16
#include <
iostream
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.objects/narrow.stream.objects/
cerr.pass.cpp
10
// <
iostream
>
14
#include <
iostream
>
cin.pass.cpp
10
// <
iostream
>
14
#include <
iostream
>
clog.pass.cpp
10
// <
iostream
>
14
#include <
iostream
>
cout.pass.cpp
10
// <
iostream
>
14
#include <
iostream
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.objects/
version.pass.cpp
10
// <
iostream
>
12
#include <
iostream
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.objects/wide.stream.objects/
wcerr.pass.cpp
10
// <
iostream
>
14
#include <
iostream
>
wcin.pass.cpp
10
// <
iostream
>
14
#include <
iostream
>
wclog.pass.cpp
10
// <
iostream
>
14
#include <
iostream
>
wcout.pass.cpp
10
// <
iostream
>
14
#include <
iostream
>
/toolchain/binutils/binutils-2.25/bfd/
cache.c
151
if (fclose ((FILE *) abfd->
iostream
) == 0)
161
abfd->
iostream
= NULL;
197
to_kill->where = real_ftell ((FILE *) to_kill->
iostream
);
209
? (FILE *) (bfd_last_cache->
iostream
) \
229
if (abfd->
iostream
!= NULL)
237
return (FILE *) abfd->
iostream
;
246
&& real_fseek ((FILE *) abfd->
iostream
, abfd->where, SEEK_SET) != 0
250
return (FILE *) abfd->
iostream
;
276
This allows someone to play with the
iostream
behind BFD's back.
493
BFD_ASSERT (abfd->
iostream
!= NULL)
[
all
...]
/device/generic/goldfish/opengl/host/include/libOpenglRender/
IOStream.h
24
class
IOStream
{
27
IOStream
(size_t bufSize) {
39
virtual ~
IOStream
() {
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_dm.h
44
DYNAMIC: Export issues with cin, cout, cerr, clog in src/
iostream
.cpp.
45
Exports in Digital Mars 'def' file must match mangled names in
iostream
.cpp.
49
src/
iostream
.cpp and the related Digital Mars 'def' files would need to be
Completed in 697 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>