HomeSort by relevance Sort by last modified time
    Searched full:iostream (Results 76 - 100 of 718) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/stlport/test/eh/
bug.cpp 3 #include <iostream>
  /external/webrtc/src/system_wrappers/test/
Test.cpp 12 #include <iostream>
  /ndk/sources/cxx-stl/stlport/stlport/
iomanip.h 42 #include <iostream.h>
istream.h 35 using _STLP_STD::iostream;
strstream.h 26 #include <iostream.h>
  /ndk/sources/cxx-stl/stlport/stlport/using/
iosfwd 29 using _STLP_NEW_IO_NAMESPACE::iostream;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
iomanip.h 42 #include <iostream.h>
istream.h 35 using _STLP_STD::iostream;
strstream.h 26 #include <iostream.h>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/
iosfwd 29 using _STLP_NEW_IO_NAMESPACE::iostream;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
iomanip.h 42 #include <iostream.h>
istream.h 35 using _STLP_STD::iostream;
strstream.h 26 #include <iostream.h>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/using/
iosfwd 29 using _STLP_NEW_IO_NAMESPACE::iostream;
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
render_api.cpp 17 #include "IOStream.h"
38 static IOStream *createRenderThread(int p_stream_buffer_size,
126 IOStream *dummy = NULL;
189 IOStream *dummy = createRenderThread(8, IOSTREAM_CLIENT_EXIT_SERVER);
288 IOStream *createRenderThread(int p_stream_buffer_size, unsigned int clientFlags)
ReadBuffer.cpp 22 ReadBuffer::ReadBuffer(IOStream *stream, size_t bufsize)
  /external/oprofile/include/
sstream 1 /* This is part of libio/iostream, providing -*- C++ -*- input/output.
31 #include <iostream.h>
307 class stringstream : public iostream {
316 : iostream(&sb), sb(which)
321 : iostream(&sb), sb(str, which)
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 249 GFileIOStream* ioStream = 0;
251 ioStream = g_file_open_readwrite(file.get(), 0, 0);
254 ioStream = g_file_open_readwrite(file.get(), 0, 0);
256 ioStream = g_file_create_readwrite(file.get(), G_FILE_CREATE_NONE, 0, 0);
259 return ioStream;
  /external/icu4c/test/iotest/
stream.cpp 199 static int32_t getBitStatus(const iostream& stream) {
207 printBits(const iostream& stream)
241 /*log_verbose("iostream before operator::>>() call \"%s\" ", testString);
246 log_verbose("iostream after operator::>>() call \"%s\" ", testString);
252 log_info("Warning. Expected status %d, Got %d. This maybe caused by the fact that the non-standardized iostream is being used.\n", expectedStatus, getBitStatus(sstrm));
275 log_info("Old non-standardized iostream being used. This may result in inconsistent state flag settings. (e.g. failbit may not be set properly)\n");
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
SocketStream.cpp 33 IOStream(bufSize),
41 IOStream(bufSize),
  /external/stlport/stlport/stl/
_iosfwd.h 15 // both <iosfwd> and (say) <iostream> is permitted. This means that only
122 typedef basic_iostream<char, char_traits<char> > iostream; typedef
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 15 // both <iosfwd> and (say) <iostream> is permitted. This means that only
122 typedef basic_iostream<char, char_traits<char> > iostream; typedef
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 15 // both <iosfwd> and (say) <iostream> is permitted. This means that only
122 typedef basic_iostream<char, char_traits<char> > iostream; typedef
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 15 // both <iosfwd> and (say) <iostream> is permitted. This means that only
122 typedef basic_iostream<char, char_traits<char> > iostream; typedef
  /external/bison/m4/
cxx.m4 32 #include <iostream>

Completed in 240 milliseconds

1 2 34 5 6 7 8 91011>>