HomeSort by relevance Sort by last modified time
    Searched full:iostream (Results 26 - 50 of 261) sorted by null

12 3 4 5 6 7 8 91011

  /external/gtest/src/
gtest_main.cc 30 #include <iostream>
  /external/opencore/oscl/unit_test/test/src/
test_point.cpp 22 #include <iostream>
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
util.h 22 #include <iostream>
  /external/stlport/stlport/stl/config/
_cray.h 50 // uncomment this if <iostream> and other STD headers put their stuff in ::namespace,
compat.h 70 /* STLport do not support anymore the iostream wrapper mode so this macro should
_warnings_off.h 10 * we have to disable this warning as the string are used as data members type of many iostream classes.
  /external/stlport/test/eh/
locale.cpp 2 #include <iostream>
test_algo.cpp 29 # include <iostream>
31 # include <iostream.h>
  /external/stlport/test/unit/
iostream_test.cpp 6 # include <iostream>
swap_test.cpp 7 #include <iostream>
  /external/zlib/contrib/iostream3/
README 11 and made available in the zlib contrib/iostream directory. The older version still
test.cc 9 #include <iostream> // for cout
  /external/srec/tools/grxmlcompile/
hashmap.h 24 #include <iostream>
  /external/bison/data/
location.cc 37 # include <iostream>
149 # include <iostream>
  /external/stlport/etc/
msvcincl.dat 74 iostream
75 iostream.h
  /external/stlport/src/
iostream.cpp 25 # include <iostream>
33 // boris : note this is repeated in <iostream>
45 // This file handles iostream initialization. It is inherently
59 // <iostream>. For some compilers we use pragmas to put the global I/O
89 // <iostream>. Disgusting hack: we deliberately define them with the
  /external/icu4c/
configure.in 521 AC_ARG_WITH(iostream,
522 [ --with-iostream=version specify the version of iostream to use (none, old, std, auto) [default=auto]],
528 *) AC_MSG_ERROR(bad value ${withval} for --with-iostream) ;;
542 AC_MSG_CHECKING([for iostream usability])
543 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <iostream>]], [[]])],[ac_cv_header_iostream=yes],[ac_cv_header_iostream=no])
546 # <iostream> is always there on Windows.
557 AC_MSG_CHECKING([whether ostream in iostream.h is really defined])
559 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <iostream.h>]], [[ostream &testout = cout; testout << "test" << endl;]])],[ac_cv_iostream_ok=yes],[ac_cv_iostream_ok=no]))
579 AC_MSG_ERROR(${withval} iostream is not available
    [all...]
  /external/astl/src/
ios_base.cpp 32 #include <iostream> // For cout, cerr
  /external/astl/tests/
test_iostream.cpp 30 #include "../include/iostream"
  /external/gtest/test/
gtest_env_var_test_.cc 37 #include <iostream>
  /external/icu4c/io/
ustream.cpp 11 * 06/25/2001 grhoten Move iostream from unistr.h to here
  /external/skia/emoji/
GmojiMaker.cpp 28 #include <iostream>
  /external/stlport/stlport/stl/
_iostream_string.h 17 * This is an internal string for the STLport own iostream implementation.
  /external/zlib/contrib/
README.contrib 31 iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
  /external/zlib/old/os2/
Makefile.os2 54 contrib/asm386/*.bat contrib/asm386/zlibvc.d?? contrib/iostream/*.cpp \
55 contrib/iostream/*.h contrib/iostream2/*.h contrib/iostream2/*.cpp \

Completed in 407 milliseconds

12 3 4 5 6 7 8 91011